html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, pre, address, em, img, q, small, strong, var, b, i, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, footer, header, menu, nav, section, summary, time, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
		outline: 0;
}

html {
	scroll-behavior: smooth;
	overscroll-behavior-x: none;        /* 標準 */
  -webkit-overflow-scrolling: auto;    /* iOS向け */
  touch-action: pan-y;                /* 垂直スクロールのみ許可 */
}
body {
	width: 100%;
	box-sizing: border-box;
  overscroll-behavior-x: none;        /* 標準 */
  -webkit-overflow-scrolling: auto;    /* iOS向け */
  touch-action: pan-y;                /* 垂直スクロールのみ許可 */
}

/* Google Fonts */
.m-plus-1-uniquifier {
	margin: 0;
	padding: 0;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.merriweather {
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:"wdth" 100;
}

/* header */
header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	position: relative;
	z-index: 2000;
	background-color: transparent;
	position: fixed;
}
.logo {
	width: 120px;
	position: relative;
	top: 10px;
	left: 10px;
	text-decoration: none;
	border: none;
}
/* hamburger Menu */
.hamburger-demo-menubox *{
	font-size: 16px;
}
.hamburger-demo-menubox li{
	font-size: 14px;
}
.input-hidden{
	display: none;
}
.hamburger-demo-switch{
	cursor: pointer;
	position: absolute;
	right: 3%;
	top: 0;
	width: 4em;
	height: 4em;
}
#hamburger-demo3:checked ~ .hamburger-demo-switch{
	position: fixed;
	z-index: 10000;
}
.hamburger-switch-dot1:before{
	content: "";
	position: absolute;
	width: 4em;
	height: 2em;
	background: #ff6501;
	border-radius: 3em;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -70%);
}
.hamburger-switch-dot1:after{
	content: "";
	position: absolute;
	width: 2.05em;
	height: 2.05em;
	background: #fff;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-100%, -70%);
	transition: .3s;
}
.hamburger-demo-switch:before{
	content: "MENU";
	position: absolute;
	bottom: 0;
	font-size: 12px;
	left: 50%;
	transform: translate(-50%, 10%);
	font-weight: 600;
}
#hamburger-demo3:checked ~ .hamburger-demo-switch3 .hamburger-switch-dot1:before{
	background: #ff6501;
}
#hamburger-demo3:checked ~ .hamburger-demo-switch3 .hamburger-switch-dot1:after{
	transform: translate(0, -70%);
}
#hamburger-demo3:checked ~ .hamburger-demo-switch3:before{
	content: "CLOSE";
}
#hamburger-demo3:checked ~ .hamburger-demo-switch{
	position: fixed;
}
.hamburger-demo-menuwrap{
	position: fixed;
	height: 100%;
	background: #FFECCF;
	padding: 5em 1% 2em;
	z-index: 9998;
	transition: .3s;
	overflow-y: scroll;
	top: 0;
	right: 100%;
	width: 50%;
}
.hamburger-demo-menulist{
	margin-right: 3%;
	padding-left: 5%;
	list-style: none;
}
.hamburger-demo-menulist li a{
	text-decoration: none;
	color: black;
	font-weight: bold;
	display: block;
	padding: 1em 0;
	width: 90%;
}
.hamburger-menulist-nodot li{
	border-bottom: 3px dotted #ff6501;
	position: relative;
}
.hamburger-menulist-nodot li a:before{
	content: "";
	width: .7em;
	height: .7em;
	border: 2px solid;
	border-color: #ff6501 #ff6501 transparent transparent;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate( -100%, -50%) rotate(45deg);
}
#hamburger-demo3:checked ~ .hamburger-demo-menuwrap{
	left: 50%;
}
#hamburger-demo3:checked ~ .hamburger-demo-closelabel{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#hamburger-demo3:checked ~ .hamburger-demo-closelabel .hamburger-demo-cover{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9997;
	background: rgba(3,3,3,.5);
	display: block;
	cursor: pointer;
}

/* main */
main {
	background-color: #cbe8ff;
	margin: auto;
}

/* scroll-button */
.scroll-button {
	width: 40px;
	position: fixed;
	bottom: 10px;
	right: 5px;
}

/* main-bg */
.main-bg-pc {
	display: block;
	margin: auto;
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.main-bg-tab{
	display: none;
}
.main-bg-sp {
	display: none;
}

/* common */
.dod-wrap {
	border-top: 20px solid #ff6501;
	border-bottom: 20px solid #ffe04b;
}
#SectionBg {
	background-image: url('../img/lp-paychalle/bg-texture-pen.png');
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #fff6ca;
	border-right: initial;
	border-left: initial;
	padding: 80px 10px;
	border-top: 6px dotted #ff6501;
	border-bottom: 6px dotted #ffe04b;
}
/* section */
.section {
	width: 700px;
	margin: auto;
}
.section-title {
	max-width: 768px;
	margin: auto;
	text-align: center;
	margin-bottom: 20px;
	font-size: xx-large;
	color: #002774;
}
.section-title div {
	margin: auto;
}
.section-title h1 {
	font-size: xx-large;
	color: #ff6501;
	margin-bottom: 20px;
}
.section-title p {
	font-size: large;
	color: black;
}
/* card-grid */
.card-grid {
	max-width: max-content;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: stretch;
	gap: 10px;
	margin: auto;
}
.card-grid img {
	width: 120px;
	display: block;
	margin: auto;
}
.card {
	width: 200px;
	border-radius: 20px;
	padding: 20px;
}
.card h3 {
	font-size: medium;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
}
.card p {
	font-size: smaller;
	margin: 0 auto;
}
/* summary */
.summary {
	max-width: 768px;
	min-width: min-content;
	margin: auto;
	padding: 30px;
	text-align: justify;
	background-color: white;
	border-radius: 20px;
	border: 6px #FFE04B;
	border-style: outset;
	margin: 4px;
}
/* spacer */
.spacer-30 {
	width: 100%;
	height: 30px;
}
.spacer-50 {
	width: 100%;
	height: 50px;
}
.spacer-100 {
	width: 100%;
	height: 100px;
}
.spacer-30-blue {
	width: 100%;
	height: 30px;
	background-color: #F0F8FF;
}

/* ID-02 */
#ID-02 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.ID-02-grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	align-items: center;
	gap: 30px;
}
.ID-02-grid-item-1 {
	height: fit-content;
	border-bottom: 10px solid #5DB0F0;
	border-image-width: 0px 0px 10px 0;
	border-left: initial;
	background-color: #a4e2ff;
	border-radius: 0 20px 20px 0;
	background-image: url('../img/lp-paychalle/bg-texture.png');
	background-size: cover;
	background-position: top;
}
.ID-02-grid-item-1 h1 {
	text-align: right;
	padding: 100px 20px;
}
.ID-02-grid-item-2 {
	margin-right: 20%;
	max-width: 768px;
	margin-bottom: 20px;
}
.ID-02-grid-item-2 p {
	color: #002774;
	text-align: justify;
	line-height: 1.8;
}
#CorporateLogo {
	border: 6px solid #002774;
	border-radius: 20px;
	max-width: 2000px;
	min-width: 1000px;
	width: 50%;
	margin: auto;
	background-image: url(../img/lp-paychalle/blue0051.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.corporate-logo {
	margin: 10px auto 80px;
}
.corporate-logo p {
	margin: auto;
	text-align: center;
	border-top: initial;
	border-bottom: initial;
	padding: 20px 10px;
	font-weight: bold;
	font-family: "Merriweather", serif;
	line-height: 1.8;
}
.corporate-logo span {
	font-size: x-large;
	display: block;
	text-align: center;
	margin: 10px auto 50px;
	margin-bottom: 0;
}
.corporate-logo strong {
	color: black;
	border: 1px solid #002774;
	border-radius: 5px;
	padding: 18px 100px;
	/* background-color: #dcf4ff; */
	background: linear-gradient(to bottom, #cbe8ff 40%, #91ceff 100%);
	font-family: "Merriweather", serif;
	font-size: medium;
}
.corporate-logo-grid {
	max-width: 700px;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	align-items: center;
	row-gap: 60px;
	border: 1px solid #002774;
	border-radius: 5px;
	padding: 40px 0;
	background-color: white;
	gap: 20px;
	padding: 50px 20px;
}
.corporate-logo-grid img {
	width: 100%;
	display: block;
	margin: auto;
}
.corporate-logo-grid p {
	font-size: medium;
}

/* ID-03 */
.ID-03-summary-grid {
	display: grid;
	grid-template-columns: 140px 1fr;
	width: 700px;
	margin: 80px auto;
	gap: 50px;
	align-items: center;
}
.ID-03-summary-grid img {
	display: block;
	width: 140px;
	transform: rotate(-20deg);
}
.ID-03-summary-grid strong {
	color: #002774;
	font-size: large;
}
.ID-03-summary-grid p {
	border-left: 10px dotted white;
	padding-left: 20px;
	text-align: justify;
	line-height: 1.8;
}
.card-01 {
	background-color: #FFFDDE;
	box-shadow: -5px 5px 0 #e5db3a;
}
.card-02 {
	background-color: #FFF3F1;
	box-shadow: -5px 5px 0 #ffb3a6;
}
.card-03 {
	background-color: #EBF1FB;
	box-shadow: -5px 5px 0 #6ea4ff;
}

/* ID-04 */
/* flex */
.flex {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	background-size: cover;
	background-position: center;
	width: 768px;
	margin: auto;
	padding-right: 4px;
	padding-left: 4px;
}
.flex-img {
	width: 300px;
	height: 300px;
	object-fit: cover;
}
.flex-img-left {
	border-radius: 100%;
	border-bottom-right-radius: initial;
	border: 6px dotted #ffe8c6;
}
.flex-img-right {
	border-radius: 100%;
	border-bottom-left-radius: initial;
	border: 6px dotted white;
}
.flex-item-2 {
	width: 400px;
}
.flex-item-2 p {
	text-align: justify;
	line-height: 1.8;
}
.paychalle_image {
	display: block;
	margin: auto;
	max-width: 90%;
}

/* ID-05 */
#ID-05 {
	max-width: 700px;
	margin: auto;
}
.ID-05-title {
	font-size: xx-large;
    display: block;
    text-align: center;
    margin: 50px auto;
		background: linear-gradient(to bottom, antiquewhite 40%, #ffd49a 100%);
    border: 10px solid #ff9149;
    border-radius: 500px;
    border-top: initial;
    border-bottom: initial;
    padding: 20px;
}
#ID-05 strong {
	display: block;
	text-align: center;
	font-size: large;
	color: #002774;
	margin-bottom: 10px;
}
#ID-05 p {
	line-height: 1.8;
}
.table-title {
	display: block;
	text-align: center;
	font-size: large;
	background-color: #fff6ca;
	padding: 30px;
	border: 2px solid #002774;
	border-radius: 5px;
	border-bottom-right-radius: initial;
	border-bottom-left-radius: initial;
	border-bottom: initial;
}
.ID-05-table {
	padding: 20px;
	border: 2px solid #002774;
	border-radius: 5px;
	border-top-right-radius: initial;
	border-top-left-radius: initial;
	background-color: white;
}
.ID-05-grid {
	display: grid;
	grid-template-columns: 1fr 2fr;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}
.grid-left {
	padding: 5px 10px;
	border: 1px solid #002774;
	border-radius: 3px;
	background-color: #58bded;
}
.grid-right {
	font-size: smaller;
}

/* ID-06 */
#ID-06 span {
	display: block;
	font-size: large;
	font-weight: bold;
}
.ID-06-grid div {
	text-align: center;
}
.form {
	display: flex;
	width: 300px;
	margin: auto;
	padding: 20px 30px;
	border-radius: 20px;
	box-shadow: -6px 6px 0 #ff6501;
	background: linear-gradient(to bottom, antiquewhite 40%, #ffd49a 100%);
	border: 1px solid #ff9149;
	justify-content: center;
	margin-top: 10px !important;
	margin-bottom: 30px !important;
}
#ID-06 img {
	width: 50px;
}
#ID-06 small {
	color: black;
}
.mail {
	display: inline !important;
	background-color: #ff6501;
	color: white;
	border-radius: 100px;
	padding: 2px 10px;
	font-size: medium !important;
	margin-right: 5px;
}
#ID-06 strong {
	font-size: x-large;
}
#ID-06 a {
	color: black;
	font-size: x-large;
	font-weight: bold;
	text-decoration: none;
}

/* footer */
footer {
	padding: 30px;
}
footer h5 {
	text-align: center;
	font-weight: 500;
}



/* responsive 1500 */
@media screen and  (max-width: 1500px) {
}


/* responsive 1200 */
@media screen and (max-width: 1200px) {
	.main-bg-pc {
		display: none;
	}
	.main-bg-tab {
		display: block;
		margin: auto;
		width: 100%;
		height: 100vh;
		object-fit: cover;
	}
	.main-bg-sp {
		display: none;
	}

	.br-sp {
		display: none;
	}

	#CorporateLogo {
		max-width: 70%;
	}
	.corporate-logo-grid {
		max-width: 80%;
	}
}

/* responsive 1024 */
@media screen and (max-width: 1024px) {
	#CorporateLogo {
		max-width: 90%;
		min-width: initial;
		width: initial;
	}
	.ID-02-grid {
		grid-template-columns: 1fr;
		display: block;
	}
	#ID-02 {
		padding: initial;
	}
	.ID-02-grid-item-1 {
		background-position: bottom;
		background-image: none;
		border-radius: 0;
		border-bottom: initial;
	}
	.ID-02-grid-item-1 h1 {
		margin-top: 0;
		text-align: center;
		padding: 30px 5px;
	}
	.ID-02-grid-item-2 {
		margin: auto;
		padding: 20px;
	}
}

/* responsive 767 */
@media screen and (max-width: 767px) {
	.spacer-100 {
    width: 100%;
    height: 50px;
	}
	.main-bg-pc {
		display: none;
	}
	.main-bg-tab {
		display: none;
	}
	.main-bg-sp {
		display: block;
		margin: auto;
		width: 100%;
		height: 100vh;
		object-fit: cover;
	}

	.section,
	.flex {
		width: auto;
		min-width: initial;
		max-width: 90%;
		box-sizing: border-box;
		margin: auto;
	}

	.flex,
	.card-grid,
	.ID-03-summary-grid {
		grid-template-columns: 1fr;
		display: block;
	}

	.ID-02-grid-item-1 {
		background-position: bottom;
		background-image: none;
		border-radius: 0;
		border-bottom: initial;
	}
	.ID-02-grid-item-1 h1 {
		font-size: smaller;
	}
	
	#SectionBg {
		background-position: right;
		padding: 30px 5px;
	}

	.flex-item-2 {
		width: initial;
		margin: auto;
		text-align: center;
	}
	.flex-img {
		max-width: 80%;
		min-width: 300px;
		height: auto;
		display: block;
		margin: 0 auto 20px;
		aspect-ratio: 1 / 1;
	}

	.card {
		margin-bottom: 20px;
		width: 60%;
		margin: 20px auto;
	}

	.summary-grid img {
		margin: 0 auto 20px;
		transform: rotate(0);
	}
	.summary-grid p {
		border-left: none;
		padding-left: 0;
	}

	.hamburger-demo-menuwrap {
		width: 100%;
		left: -100%;
		transition: .3s;
		padding: 80px 5% 2em;
		box-sizing: border-box;
	}
	#hamburger-demo3:checked ~ .hamburger-demo-menuwrap {
		left: 0;
	}

	.section-title {
		max-width: 90%;
		font-size: x-large;
		margin: 0 auto 20px;
	}
	.section-title h1 {
		font-size: x-large;
	}
	.section-title p {
    font-size: medium;
		text-align: justify;
	}

	.ID-02-grid {
		gap: 10px;
	}
	#CorporateLogo {
		max-width: 90%;
	}
	.corporate-logo {
    margin: 10px auto 30px;
		padding: 0 10px;
	}
	.corporate-logo strong {
		padding: 20px 50px;
	 }
	.corporate-logo-grid {
		max-width: 80%;
		grid-template-columns: 1fr;
		row-gap: 50px;
	}
	.corporate-logo-grid img {
    width: 200px;
	}

	.ID-03-summary-grid {
		max-width: 90%;
		gap: 0px;
	}
	.ID-03-summary-grid img {
		margin: 50px auto;
	}

	.ID-05-title {
		font-size: large;
		margin: 20px auto;
	}
	.ID-05-grid {
		grid-template-columns: 1fr;
		gap: 5px;
	}

	.ID-06-grid {
		grid-template-columns: 1fr;
	}
	.ID-06-grid div {
		width: 80%;
		padding: 10px 30px;
    border-radius: 10px;
	}
	#ID-06 span {
    font-size: large;
	}
	.mail-div {
		display: contents !important;
	}
	.mail {
		display: block !important;
		margin: auto;
		width: 100px !important;
	}
}
