@charset "UTF-8";

/* COMMON */

* {
	-webkit-text-size-adjust: 100%;
	min-width: 0;
	min-height: 0;
	box-sizing: border-box;
}
html {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	scroll-behavior: smooth;
	scroll-padding-top: 20px;
}
body {
	font-family: 'Inter', 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.0em;
	letter-spacing: 0;
	color: #333;
	background: #fff;
	margin: 0;
	padding: 0;
	position: relative;
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}
h1,h2,h3,h4,h5,h6,p,a,ul,li,ol,dl,dt,dd,table,tr,th,td,b,span,strong {
	line-height: 1.0em;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
b,
strong {
	font-weight: 700;
}
li {
	list-style-type: none;
	list-style-position: outside;
}
table {
	border-collapse: collapse;
}
picture,
img {
	display: block;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
picture img {
	display: block;
	width: 100%;
}
figure {
	display: block;
	margin: 0;
}
a {
	text-decoration: none;
	transition: .4s;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
	/*
	transition: .4s;
	*/
}
a:hover img {
	opacity: 1.0;
	_filter: alpha(opacity=100);
}
:focus {
	outline: none;
}


/* PARTS */

.forSp {
	display: none;
}
.flex {
	display: flex;
}
._inner {
	max-width: 1030px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}


/* HEADER */

.l_header {
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
	background: #fff;
}
.l_header ._inner {
	max-width: 1230px;
	height: 109px;
	align-items: center;
}
.l_header ._logo {
	align-items: center;
}
.l_header ._logo {
	width: 214px;
	height: 47px;
}
.l_header ._manzokudo {
	margin-left: auto;
	display: block;
	max-width: 221px;
}


/* FOOTER */

.l_footer {
	font-size: 1.4rem;
	border-top: 1px solid #e2e2e2;
	background: #fff;
	padding: 35px 15px;
	justify-content: center;
	gap: 30px;
}
.l_footer p {
	color: #666;
}
.l_footer p a {
	color: #51b0ec;
}
.l_footer ul {
	gap: 15px;
}
.l_footer ul li a {
	color: #51b0ec;
}


/* PAGE */

.l_kv {
	background: #F5F3E3;
	padding: 0 15px;
}
.l_kv picture {
	max-width: 1000px;
	margin: 0 auto;
}

.l_information {
	background: #FF5C0D;
	color: #fff;
	padding: 15px 0;
}
.l_information ._slider__information dl {
	display: flex;
	gap: 8px;
	padding-right: 30px;
	font-size: 1.6rem;
}
.l_information ._slider__information dl dt {
	font-weight: 600;
}
.l_information ._slider__information dl dd {
	font-weight: 600;
}

.l_form {
	padding: 90px 0 100px;
}
.l_form ._inner {
	max-width: 830px;
}
.l_form h2 {
	font-size: 2.8rem;
	font-weight: 900;
	letter-spacing: .02em;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 35px;
}
.l_form h2 span {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1.5em;
	display: block;
}
.l_form fieldset {
	border: none;
	padding: 0;
	margin-bottom: 40px;
	flex-wrap: wrap;
	gap: 20px;
}
.l_form fieldset label {
	width: calc((100% - 20px) / 2);
	display: flex;
	align-items: center;
	gap: 12px;
	position: relative;
	padding: 20px;
	border: 1px solid #B2B2B2;
	border-radius: 5px;
	background: #fff;
	cursor: pointer;
}
.l_form fieldset label:has(:checked) {
	border: 1px solid #333;
	background: #eefbeb;
}
.l_form fieldset label:before {
	content: '';
	width: 28px;
	height: 28px;
	background: #fff;
	border: 1px solid #333;
}
.l_form fieldset label:has(:checked):after {
	content: '';
	position: absolute;
	top: 22px;
	left: 28px;
	transform: rotate(45deg);
	width: 10px;
	height: 16px;
	border: solid #20BC50;
	border-width: 0 4px 4px 0;
}
.l_form fieldset input {
	display: none;
}
.l_form fieldset span {
	display: block;
	flex: 1;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6em;
}
.l_form ._item_submit {
	font-family: 'Inter', 'Noto Sans JP', sans-serif;
	width: 100%;
	max-width: 480px;
	height: 80px;
	border: none;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(#20c86e 0%, #18a966 100%);
	color: #fff;
	margin: 0 auto;
	cursor: pointer;
}
.l_form ._item_submit:disabled {
	background: #C2C2C2;
	cursor: not-allowed;
}
.l_form ._item_submit ._txt {
	font-size: 2.4rem;
	font-weight: 700;
	display: block;
}
.l_form ._item_submit ._num {
	font-size: 2.0rem;
	display: block;
	margin: 0 8px;
}
.l_form ._item_submit:after {
	content: '';
	display: block;
	width: 12px;
	height: 21px;
	background: url(/assets/form02/img/ico_arrow.svg) center center /contain no-repeat;
	margin-left: 16px;
}

.l_form .item_form_txt {
	border-bottom: 1px solid #B2B2B2;
	margin-bottom: 30px;
	padding-bottom: 30px;
	align-items: center;
	gap: 20px;
}
.l_form .item_form_txt ._txt {
	flex: 1;
}
.l_form .item_form_txt ._txt ._t1 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5em;
}
.l_form .item_form_txt ._txt ._t2 {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.6em;
	color: #FF5C0D;
	margin-top: 5px;
}
.l_form .item_form_txt input {
	font-family: 'Inter', 'Noto Sans JP', sans-serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.5em;
	color: #333;
	/* background: url(/assets/form02/img/ico_check.svg) right 14px center /32px no-repeat #fff; */
	border: 1px solid #04b33a;
	border-radius: 5px;
	padding: 14px 20px;
	margin: 0;
	outline: none;
	appearance: none;
	width: 100%;
	max-width: 500px;
}
.l_form .item_form_txt input:placeholder-shown {
	border: 1px solid #B2B2B2;
	background: #fff;
}
.l_form ._sup {
	line-height: 1.8em;
	text-align: center;
}
.l_form ._sup a {
	color: #51b0ec;
}
.l_form ._item_submit_img {
	display: block;
	width: 100%;
	max-width: 480px;
	border: none;
	margin: 15px auto 30px auto;
	padding: 0;
	cursor: pointer;
}
/* .l_form ._item_submit_img:disabled {
	filter: grayscale(100%);
	cursor: not-allowed;
} */


.attention {
	/* background: #ff0; */
	text-align: center;
	font-size: 13px;
	margin-bottom: 50px;
	color: #666;
	line-height: 20px;
}
.require {
	color: red;
	font-weight: bold;
	/* font-size: 13px; */
}







@media only screen and (max-width: 767px) {
	
	
	/* PARTS */
	
	.forPc {
		display: none;
	}
	.forSp {
		display: block;
	}
	._inner {
		max-width: 510px;
	}
	
	
	/* HEADER */
	
	.l_header ._inner {
		height: 59px;
		padding: 0 10px;
	}
	.l_header ._logo {
		max-width: 130px;
	}
	.l_header ._manzokudo {
		max-width: 152px;
	}
	
	
	/* FOOTER */
	
	.l_footer {
		font-size: 1.0rem;
		padding: 20px 10px;
		gap: 16px;
	}
	.l_footer ul {
		gap: 8px;
	}
	
	
	/* PAGE */
	
	.l_kv {
		padding: 0;
	}
	
	.l_information {
		padding: 13px 0;
	}
	.l_information ._slider__information dl {
		padding-right: 20px;
		font-size: 1.4rem;
	}
	
	.l_form {
		padding: 40px 0 50px;
	}
	.l_form ._inner {
		max-width: 830px;
	}
	.l_form h2 {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	.l_form h2 span {
		font-size: 1.4rem;
	}
	.l_form fieldset {
		margin-bottom: 16px;
		gap: 8px;
	}
	.l_form fieldset label {
		width: calc((100% - 8px) / 2);
		min-height: 58px;
		gap: 10px;
		padding: 10px 12px;
	}
	.l_form fieldset label:before {
		width: 18px;
		height: 18px;
	}
	.l_form fieldset label:has(:checked):after {
		top: 19px;
		left: 18px;
		width: 6px;
		height: 10px;
		border-width: 0 3px 3px 0;
	}
	.l_form fieldset span {
		font-size: 1.3rem;
		line-height: 1.4em;
	}
	.l_form ._item_submit {
		height: 60px;
	}
	.l_form ._item_submit ._txt {
		font-size: 1.6rem;
	}
	.l_form ._item_submit ._num {
		font-size: 1.4rem;
	}
	.l_form ._item_submit:after {
		width: 9px;
		height: 16px;
	}
	
	.l_form .item_form_txt {
		margin-bottom: 15px;
		padding-bottom: 20px;
		display: block;
	}
	.l_form .item_form_txt ._txt {
		margin-bottom: 10px;
	}
	.l_form .item_form_txt ._txt ._t1 {
		font-size: 1.6rem;
	}
	.l_form .item_form_txt ._txt ._t2 {
		font-size: 1.1rem;
	}
	.l_form .item_form_txt input {
		font-size: 1.6rem;
		padding: 9px 15px;
		/* background: url(/assets/form02/img/ico_check.svg) right 10px center /24px no-repeat #fff; */
	}
	.l_form ._sup {
		font-size: 1.3rem;
	}
	.l_form ._item_submit_img {
		margin: 10px auto 20px auto;
	}
	
	
	
}


	.item_form_txt {
		position: relative; /* 親要素を相対位置に設定 */
	  }
	  
	  .phoneNumberCkeckIcon {
		position: absolute;
		top: 34%; /* 必要に応じて調整 */
		right: 32px; /* 必要に応じて調整 */
		transform: translateY(-50%); /* 垂直方向に中央揃え */
		width: 40px;
	}

	.emailCkeckIcon {
		position: absolute;
		top: 34%; /* 必要に応じて調整 */
		right: 32px; /* 必要に応じて調整 */
		transform: translateY(-50%); /* 垂直方向に中央揃え */
		width: 40px;
	}


@media only screen and (max-width: 767px) {
	.item_form_txt {
		position: relative; /* 親要素を相対位置に設定 */
	  }
	  
	.phoneNumberCkeckIcon {
		position: absolute;
        top: 57%;
        left: 86%;
        transform: translateY(-50%);
        width: 33px;
	}
	.emailCkeckIcon {
		position: absolute;
        top: 57%;
        left: 86%;
        transform: translateY(-50%);
        width: 33px;
	}
}

/* .spbr {
	display: none;
}
@media only screen and (max-width: 767px) {
	.end-title {
		font-size: 16px !important;
	}
	.spbr {
		display: block;
	}
} */
/* .submit_off {
	display: block !important;
}

.submit_on {
	display: none !important;
} */

