@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

html{
	font-size: 12px;
}
@media screen and (max-width:1366px){
	html{
		font-size: 0.732vw;
	}
}
@media screen and (max-width:767px){
	html{
		font-size: 2.667vw;
	}
}
body {
	line-height: 2;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
	word-break: break-all;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

*::after, *::before {
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}
main {
	display: block;
}
a:hover, a:focus, a:visited {
	outline: none;
	border: none;
}

a {
	text-decoration: none;
	color: inherit
}

.clear {
	clear: both;
}

a[href^="tel:"] {
	cursor: default;
}

a[href^="tel:"]:hover {
	text-decoration: none;
}

br {
	font-size: 0;
}
.hv-o:hover {
	opacity: .7;
}
.header{
	position: relative;
}
.header-flax{
	position: absolute;
	left: 4rem;
	background-color: #fff;
	z-index: 10;
	width: 19.8rem;
	height: 19.4rem;
	text-align: center;
	padding-top: 3rem;
}
.logo-hd{
	width: 16.6rem;
}
.header-flax-btn{
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 13rem;
	height: 2.5rem;
	border: 1px solid #000;
	border-radius: 100rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
}
.header-flax-sub{
	font-size: 2.8rem;
	line-height: 1;
	font-weight: 700;
	padding-top: 1rem;
}
.sec2-form{
	max-width: 111rem;
	margin-left: auto;
	margin-right: auto;
	background-color: #FDF2D5;
	margin-top: 3rem;
	padding-bottom: 2.5rem;
	width: calc(100% - 3rem);
}
.sec2-form-tlt{
	font-size: 1.3rem;
	color: #fff;
	line-height: 1;
	background-color: #53493E;
	width: max-content;
	margin-left: auto;
	margin-right: auto;
	padding-left: 4rem;
	padding-right: 4rem;
	padding-top: 0.9rem;
	padding-bottom: 0.9rem;
	font-weight: 500;
	clip-path: polygon(100% 0, 97% 50%, 100% 100%, 0% 100%, 3% 50%, 0% 0%);
	transform: translateY(-50%);
}
.sec2-form-txt{
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	color: #DE6E2F;
	margin-top: -0.2rem;
}
.sec2-form-txt span{
	font-size: 2rem;
	color: #000;
	border-bottom: 0.3rem solid #DE6E2F;
}
.sec2-form-txt--noborder{
	border-width: 0 !important;
}
.sec3-form{
	max-width: 120.6rem;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 2.5rem;
	width: calc(100% - 3rem);
}
.sec3-form img{
	width: 100%;
}
.sec3-form-left{
	width: 42.8%;
}
.sec3-form-right{
	width: 56.1%;
}
.sec4-form{
	max-width: 100rem;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6.7rem;
}
.sec5-form-tlt-fs22{
	font-size: 2.2rem;
}
.sec5-form-tlt-fs28{
	font-size: 2.8rem;
	padding-bottom: 0.5rem;
}
.sec5-form-tlt{
	text-align: center;
	font-weight: 700;
	line-height: 1.5;
	width: max-content;
	margin-left: auto;
	margin-right: auto;
	padding-left: 6rem;
	padding-right: 6rem;
	position: relative;
}
.sec5-form-tlt:before,.sec5-form-tlt:after{
	content: '';
	position: absolute;
	top: 1rem;
	width: 2.8rem;
	height: 6.3rem;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.sec5-form-tlt:before{
	background-image: url(../img/common/pic10.svg);
	left: 0;
}
.sec5-form-tlt:after{
	background-image: url(../img/common/pic11.svg);
	right: 0;
}
.sec5-form-tlt-orange{
	color: #DE6E2F;
	display: inline-block;
	margin-right: 0.8rem;
	border-bottom: 0.4rem dotted #DE6E2F;
	border-spacing: 0.6rem;
}
.sec5-form-gr-tlt{
	max-width: 100rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-bottom: 7.5rem;
}
.sec5-form-gr-tlt:before,.sec5-form-gr-tlt:after{
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.sec5-form-gr-tlt:before{
	width: 19.2rem;
	height: 11.9rem;
	background-image: url(../img/common/pic12.png);
	left: 0;
	top: 0.7rem;
}
.sec5-form-gr-tlt:after{
	width: 13.8rem;
	height: 12rem;
	background-image: url(../img/common/pic13.png);
	right: 2.8rem;
	top: -3rem;
}
.sec5-form{
	background-color: #EBE5C7;
	margin-top: 5rem;
	padding-top: 7rem;
	padding-bottom: 6rem;
}
.sec5-form-main-tlt{
	width: 16.5rem;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 4rem;
}
.sec5-form-main{
	background-color: #fff;
	max-width: 100rem;
	margin-left: auto;
	margin-right: auto;
	border-radius: 2rem;
	padding-top: 6rem;
}
.form-input{
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
}
.form-input-tlt{
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.2rem;
	border-bottom: 1px solid #707070;
	background-repeat: no-repeat;
	background-size: 2.2rem auto;
	background-position: top 0.7rem left 0.4rem;
	padding-left: 3.3rem;
	padding-bottom: 0.9rem;
}
.form-input-tlt--erro{
	display: inline-block;
	width: 4.6rem;
	height: 2.4rem;
	background-image: url(../img/common/erro.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	margin-left: 1rem;
	transform: translateY(0.5rem);
}
.skin-radio{
	width: 1.8rem;
	height: 1.8rem;
	display: inline-block;
	border: 1px solid #D0D0D0;
	border-radius: 10rem;
	position: relative;
}
.skin-radio:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 10rem;
	background-color: #ACC879;
	transform: scale(0.5);
	opacity: 0;
}
.list-radio-normal{
	padding-left: 1.3rem;
	padding-top: 3.3rem;
	display: flex;
	flex-wrap: wrap;
	column-gap: 3.4rem;
	padding-bottom: 1.8rem;
}
.list-radio-normal label{
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	column-gap: 1.3rem;
	position: relative;
}
.list-radio-normal-txt14{
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.2rem;
}
.list-radio-normal input{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
}
.list-radio-normal input:checked ~ .skin-radio:before{
	opacity: 1;
}
.list-radio-img label{
	cursor: pointer;
	border: 0.3rem solid #E8E8E8;
	border-radius: 1rem;
	padding: 2rem;
	padding-bottom: 1.2rem;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
.list-radio-img{
	max-width: 78rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 2.8rem;
	row-gap: 2.7rem;
	padding-top: 3rem;
	padding-bottom: 2rem;
}
.list-radio-img input{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.list-radio-img-txt{
	font-size: 1.3rem;
	line-height: 1.3;
	font-weight: 500;
	display: grid;
	grid-template-columns: max-content 1fr;
	column-gap: 0.7rem;
	padding-top: 1.2rem;
}
.list-radio-img label.is-active{
	border-color: #ACC879;
}
.list-radio-img label.is-active .skin-radio:before{
	opacity: 1;
}
.list-checkbox label{
	position: relative;
	cursor: pointer;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	display: inline-flex;
	flex-wrap: wrap;
	column-gap: 1.2rem;
	align-items: center;
}
.list-checkbox input{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
}
.skin-checkbox{
	display: inline-block;
	width: 1.7rem;
	height: 1.7rem;
	outline: 1px solid #CCCCCC;
}
.list-checkbox{
	padding-left: 1.5rem;
	padding-right: 2.5rem;
	padding-top: 3.3rem;
	display: flex;
	flex-wrap: wrap;
	column-gap: 4rem;
	row-gap: 2rem;
	padding-bottom: 1.5rem;
}
.form-checkbox:checked ~ .skin-checkbox{
	background-image: url(../img/common/pic24.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	outline: 0;
}
.list-radio-img1{
	width: 14.5rem;
}
.list-radio-img2{
	width: 14rem;
}
.list-radio-img-icon{
	text-align: center;
}
.list-radio-img-icon124{
	height: 12.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.form-submit{
	border-top: 1px solid #707070;
	text-align: center;
	padding-top: 4rem;
	margin-top: 2rem;
	padding-bottom: 7rem;
}
.form-submit-btn{
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	width: 31rem;
	height: 8rem;
	border-radius: 1rem;
	border: 0;
	outline: 0;
	background-color: #53493E;
	cursor: pointer;
	background-image: url(../img/common/pic30.png);
	background-repeat: no-repeat;
	background-size: 1.3rem auto;
	background-position: right 3rem center;
	transition: all 0.3s ease-in-out;
}
.footer-logo{
	width: 22.2rem;
}
.footer{
	text-align: center;
	padding-top: 6.5rem;
	padding-bottom: 8rem;
}
.footer-link-privacy{
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 0.2rem;
	line-height: 1;
	color: #0062FF;
	padding-top: 4rem;
	padding-bottom: 1.5rem;
}
.footer-copyright{
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 0.2rem;
	line-height: 1;
}
.footer-link-privacy a{
	border-bottom: 1px solid #0062FF;
	display: inline-block;
}
.scrolltop {
    position: fixed;
    z-index: 10;
    bottom: 3rem;
    right: 2rem;
    width: 6rem;
	height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    background-color: transparent;
    cursor: pointer;
	background-color: #ACC879;
	transform: rotate(-90deg);
}
.form-submit-btn:hover{
	background-color: #DE6E2F;
	background-position: right 2rem center;
}
@media screen and (min-width:768px){
	.view-sp{
		display: none !important;
	}
	.header-flax{
		clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 90%, 0 100%);
	}
}
@media screen and (max-width:767px){
	.view-pc{
		display: none !important;
	}
	.header-flax{
		width: 100%;
		height: 6rem;
		left: 0;
		padding-top: 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding-left: 1.8rem;
		padding-right: 1.8rem;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 10;
	}
	.list-checkbox input:invalid{
		scroll-margin-top: 8rem;
	}
	.logo-hd {
		width: 13.4rem;
	}
	.header-flax-btn {
		font-size: 0.8rem;
		width: 8.4rem;
		height: 1.6rem;
		margin-top: 0;
		margin-right: 0.7rem;
		border: 0.1rem solid #000;
	}
	.header-flax-sub{
		font-size: 1.8rem;
		padding-top: 0;
	}
	.header-flax:before{
		content: '';
		position: absolute;
		left: 43.4%;
		border-right: 0.1rem dashed #000;
		border-spacing: 0.2rem;
		height: 3.5rem;
		top: 50%;
		transform: translateY(-50%);
	}
	.sec1-form img{
		width: 100%;
	}
	.sec2-form{
		max-width: 33.8rem;
		padding-bottom: 1rem;
	}
	.sec2-form-tlt {
		font-size: 1.1rem;
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}
	.sec2-form-txt span{
		font-size: 1.4rem;
		display: inline-block;
		margin-bottom: 0.8rem;
		padding-bottom: 0.2rem;
	}
	.sec2-form-txt {
		font-size: 2rem;
		margin-top: -1rem;
	}
	.sec3-form{
		display: block;
		padding-top: 2.7rem;
	}
	.sec3-form-left{
		width: 100%;
		padding-left: 2rem;
		padding-right: 2rem;
		padding-bottom: 1.7rem;
	}
	.sec3-form-right{
		width: 100%;
		padding-left: 2.3rem;
		padding-right: 2.3rem;
	}
	.sec3-form-right img{
		width: 100%;
	}
	.sec4-form{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.sec5-form-tlt-fs22 {
		font-size: 1.5rem;
	}
	.sec5-form-tlt-fs28 {
		font-size: 2.6rem;
		padding-bottom: 0;
	}
	.sec5-form-tlt-orange{
		margin-top: 0.3rem;
		margin-bottom: 0.3rem;
	}
	.sec5-form-tlt:before,.sec5-form-tlt:after{
		width: 1.9rem;
		height: 10.8rem;
		top: 0.5rem;
		z-index: 2;
	}
	.sec5-form-tlt:before {
		background-image: url(../img/common/pic14.png);
	}
	.sec5-form-tlt:after {
		background-image: url(../img/common/pic15.png);
	}
	.sec5-form-tlt {
		padding-left: 3.3rem;
		padding-right: 3.3rem;
	}
	.sec5-form-gr-tlt:before {
		width: 8.7rem;
		height: 4.7rem;
		background-image: url(../img/common/pic16.png);
		left: 0;
		top: auto;
		bottom: -0.7rem;
	}
	.sec5-form-gr-tlt:after {
		width: 7.1rem;
		height: 18.2rem;
		background-image: url(../img/common/pic17.png);
		right: 1.3rem;
		top: auto;
		bottom: -0.8rem;
		z-index: 3;
	}
	.sec5-form-gr-tlt{
		padding-bottom: 3rem;
		width: calc(100% - 3.6rem);
	}
	.sec5-form {
		margin-top: 4rem;
		padding-top: 4.8rem;
		padding-bottom: 4rem;
	}
	.sec5-form-main {
		max-width: 33.9rem;
		border-radius: 1rem;
		padding-top: 3rem;
		padding-left: 1.8rem;
		padding-right: 1.8rem;
		position: relative;
		z-index: 2;
	}
	.form-input-tlt {
		line-height: 1.6;
		border-bottom: 0.1rem solid #707070;
		background-position: top 0.5rem left 0.3rem;
		padding-bottom: 0.9rem;
		letter-spacing: 0.1rem;
	}
	.form-input-tlt--erro {
		width: 3.6rem;
		height: 1.9rem;
		margin-left: 0.7rem;
		transform: translateY(0.3rem);
	}
	.sec5-form-main-tlt{
		padding-bottom: 3rem;
	}
	.list-radio-normal {
		padding-left: 1rem;
		padding-top: 2.5rem;
		column-gap: 3rem;
		padding-bottom: 3rem;
	}
	.list-radio-img {
		grid-template-columns: 1fr 1fr;
		column-gap: 1rem;
		row-gap: 1.5rem;
		padding-top: 2.2rem;
		padding-bottom: 3.3rem;
	}
	.list-radio-img label {
		padding: 1rem;
		padding-bottom: 1rem;
	}
	.list-radio-img-txt {
		font-size: 1.2rem;
		line-height: 1.5;
		padding-top: 0.8rem;
	}
	.list-checkbox {
		padding-left: 0.8rem;
		padding-right: 1rem;
		padding-top: 2.4rem;
		column-gap: 2rem;
		row-gap: 1.3rem;
		padding-bottom: 3.2rem;
	}
	.list-radio-img1 {
		width: 10.3rem;
	}
	.list-radio-img2 {
		width: 9.5rem;
	}
	.list-radio-img1,.list-radio-img2{
		height: 8.4rem;
		object-fit: contain;
		object-position: center center;
	}
	.list-radio-img-icon124{
		height: auto;
		display: block;
	}
	.list-radio-img3{
		width: 100%;
		height: 8rem;
		object-fit: contain;
		object-position: center center;
	}
	.form-submit-btn {
		width: 100%;
		height: 6.8rem;
		background-position: right 2.8rem center;
	}
	.form-submit {
		border-top: 0.1rem solid #707070;
		padding-top: 2.7rem;
		margin-top: -0.7rem;
		padding-bottom: 3rem;
	}
	.footer {
		padding-top: 5.7rem;
		padding-bottom: 6.4rem;
	}
	.footer-copyright {
		font-size: 1.2rem;
	}
	.footer-link-privacy {
		padding-top: 2rem;
		padding-bottom: 1.2rem;
	}
    .scrolltop {
        right: 1.5rem;
        width: 5rem;
        height: 5rem;
        bottom: 9rem;
    }
}