@charset "UTF-8";
/* *{outline: 1px solid rgba(221, 221, 221, 0.104);} */
.disnone{
	display: none;
}





.com-title1{
	text-align: center;
}
.com-title1 .title-h2{
	font-size: 46px;
	font-weight: bold;
	line-height: 1.2;
}
.com-title1 .part-e{
	font-size: 22px;
	text-transform: uppercase;
	margin-top: 1em;
}
@media screen and (max-width:768px){
	.com-title1 .title-h2{
		font-size: var(--px24);
	}
	.com-title1 .part-e{
		font-size: var(--px12);
	}
}

.com-title2{
	position: relative;
	z-index: 1;
}
.com-title2 .part-num+.title-h2{
	margin-top: 0.3em;
}
.com-title2 .title-h2{
	font-size: 60px;
	font-weight: bold;
	line-height: 1.3;
}
.com-title2 .part-num{
	display: flex;
	align-items: center;
	font-size: 22px;
	font-family: var(--wf-b);
	text-transform: uppercase;
	letter-spacing: 0;
}
.com-title2 .part-num .num{
	color: #FFF;
	background-color: #DDD;
	text-align: center;
	width: 2.2em;
	height: 2.2em;
	border-radius: 50%;
	line-height: 2.2em;
	margin-right: 0.5em;
}

.com-title2.type1 .part-num .num{
	background: linear-gradient(90deg, #67b6ee, #6d90ee);
}
.com-title2.type1 .title-h2 .color,
.com-title2.type1 .part-num .txt{
	background: linear-gradient(90deg, #6d90ee, #794cee);
	background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.com-title2.type2 .part-num .num{
	background: linear-gradient(90deg, #794cee, #9752e5);
}
.com-title2.type2 .part-num .txt{
	background: linear-gradient(90deg, #9752e5, #e261cd);
	background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.com-title2.type2 .title-h2 .color{
	background: linear-gradient(0deg, #794cee, #e261cd);
	background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.com-title2.type3 .part-num .num{
	background: linear-gradient(90deg, #e24486, #e65886);
}
.com-title2.type3 .part-num .txt{
	background: linear-gradient(90deg, #e65886, #f19686);
	background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.com-title2.type3 .title-h2 .color{
	background: linear-gradient(0deg, #e24486, #f19686);
	background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (max-width:768px){
	.com-title2 .part-num+.title-h2{
		margin-top: 0.6em;
	}
	.com-title2 .title-h2{
		font-size: var(--px26);
	}
	.com-title2 .part-num{
		font-size: var(--px18);
	}
	.com-title2 .part-num .num{
		font-size: var(--px22);
		/* width: 2.6em;
		height: 2.6em;
		line-height: 2.6em; */
	}
}


.com-title3{
	position: relative;
	line-height: 1.2;
	padding-left: 36px;
}
.com-title3:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 8px;
	height: 100%;
	background: linear-gradient(0deg, #f19686, #e24486);
}
.com-title3 .title-h2{
	font-size: 38px;
	font-weight: bold;
}
@media screen and (max-width:768px){
	.com-title3{
		padding-left: var(--px18);
	}
	.com-title3:before{
		width: 1.3vw;
	}
	.com-title3 .title-h2{
		font-size: var(--px20);
	}

}


.cont-achi1{
	background: url(../img/achi-bg.jpg) no-repeat 50%;
	background-color: #000;
	background-size: cover;
	color: #FFF;
	padding: 110px 0 130px;
}
.cont-achi1 .box3{
	justify-content: space-between;
	padding-top: 80px;
}
.cont-achi1 .box3>.box{
	width: calc((100% - 60px) / 3.001);
}
@media screen and (max-width:768px){
	.cont-achi1{
		background: url(../img/achi-bg.jpg) no-repeat 50%;
		background-color: #000;
		background-size: cover;
		color: #FFF;
		padding: 13vw 0 15vw;
	}
	.cont-achi1 .box3{
		display: block;
		padding-top: 9vw;
	}
	.cont-achi1 .box3>.box{
		width: 100%;
	}
	.cont-achi1 .box3>.box+.box{
		margin-top: var(--px22);
	}
}










.cont-achi2{
	padding: 150px 0;
}
.cont-achi2 .elem1 .box .part-txt{
	font-size: 18px;
	line-height: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.cont-achi2 .elem1 .box .part-txt span{
	padding: 0.5em;
	background-color: #FFF;
	white-space: nowrap;
}
.cont-achi2 .elem1 .box .part-txt span+span{
	margin-top: -0.5em;
}


@media screen and (min-width:769px){
	.cont-achi2 .elem1{
		justify-content: flex-end;
		align-items: flex-start;
		margin-top: -200px;
	}
	.cont-achi2 .elem1 .box:nth-child(odd){
		margin-top: 83px;
	}
	.cont-achi2 .elem1 .box{
		position: relative;
		width: 253px;
	}
	.cont-achi2 .elem1 .box+.box{
		margin-left: 26px;
	}
	.cont-achi2 .elem1 .box .part-txt{
		position: absolute;
		left: -40px;
		bottom: 130px;
	}
}
@media screen and (max-width:768px){
	.cont-achi2{
		padding: 18vw 0 22vw;
	}
	.cont-achi2 .elem1{
		margin: -13vw -7vw 0;
		position: relative;
		height: 236vw;
	}
	.cont-achi2 .elem1 .box{
		position: absolute;
		width: calc((100% - 4vw) / 2);
	}
	.cont-achi2 .elem1 .box:nth-child(1){
		right: 0;
	}
	.cont-achi2 .elem1 .box:nth-child(2){
		top: 56.8vw;
	}
	.cont-achi2 .elem1 .box:nth-child(3){
		right: 0;
		top: 114vw;
	}
	.cont-achi2 .elem1 .box .part-txt{
		position: absolute;
		z-index: 1;
		font-size: var(--px18);
	}
	.cont-achi2 .elem1 .box:nth-child(1) .part-txt{
		top: 31vw;
		left: -43.5vw;
	}
	.cont-achi2 .elem1 .box:nth-child(2) .part-txt{
		top: 64vw;
		left: 24vw;
	}
	.cont-achi2 .elem1 .box:nth-child(3) .part-txt{
		top: 78vw;
		left: -13.3vw;
	}
}

.cont-achi2 .elem2-in .box{
	position: relative;
}
.cont-achi2 .elem2-in .box .num{
	position: absolute;
	left: -0.3em;
	top: -0.6em;
	font-family: var(--wf-b);
	font-size: 86px;
	letter-spacing: -0.05em;
	background: linear-gradient(0deg, #794cee, #e261cd);
	background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cont-achi2 .elem2-in .box .part-txt{
	color: #FFF;
	background: linear-gradient(90deg, #794cee, #e261cd);
	text-align: center;
	padding: 38px 0 30px;
}
.cont-achi2 .elem2-in .box .part-txt .title-h3{
	font-size: 36px;
}
.cont-achi2 .elem2-in .box .part-txt .lead{
	font-size: 18px;
	text-align: inherit;
	margin-top: 0.6em;
}

@media screen and (min-width:769px){
	.cont-achi2 .elem2{
		padding-top: 140px;
		padding-left: 200px;
	}
	.cont-achi2 .elem2-in{
		display: grid;
		grid-template-areas:
        "left right1"
        "left right2";
		grid-template-columns: 1fr 1fr;
		align-items: center;
		column-gap: 58px;
	}

	.cont-achi2 .elem2-in .box:nth-child(1) {
		grid-area: right1;
	}
	
	.cont-achi2 .elem2-in .box:nth-child(2) {
		grid-area: left;
		align-self: center;
	}
	.cont-achi2 .elem2-in .box:nth-child(3) {
		grid-area: right2;
		margin-top: 82px;
	}
}

@media screen and (max-width:768px){
	.cont-achi2 .elem2-in{
		margin-top: 14vw;
	}
	.cont-achi2 .elem2-in .box+.box{
		margin-top: 13.3vw;
	}
	.cont-achi2 .elem2-in .box .num{
		font-size: 16vw;
	}
	.cont-achi2 .elem2-in .box .part-txt{
		padding: 6vw 0 5vw;
	}
	.cont-achi2 .elem2-in .box .part-txt .title-h3{
		font-size: var(--px22);
	}
	.cont-achi2 .elem2-in .box .part-txt .lead{
		font-size: var(--px12);
	}
}




.cont-achi3{
	background-color: #f6fafc;
}
.cont-achi3 .com-title2{
	padding: 85px 0;
}
.cont-achi3 .elem1{
	display: flex;
	flex-wrap: wrap;
	gap: 1px;
	padding-bottom: 85px;
}
.cont-achi3 .elem1 .box{
	width: calc((100% - 2px) / 3.001);
	color: #FFF;
	background-size: cover;
}
.cont-achi3 .elem1 .box .part-txt{
	position: absolute;
	width: 100%;
	text-align: center;
}
.cont-achi3 .elem1 .box .title-h3{
	font-size: 36px;
}
.cont-achi3 .elem1 .box .lead{
	text-align: center;
	font-size: 18px;
	line-height: 1.6;
	margin-top: 1em;
}
.cont-achi3 .elem1 .box:before{
	padding-top: 100%;
}
@media screen and (min-width:769px){
	.cont-achi3 .elem1 .box:nth-child(1){background-image: url(../img/achi-imgd1_pc.jpg);}
	.cont-achi3 .elem1 .box:nth-child(2){background-image: url(../img/achi-imgd2_pc.jpg);}
	.cont-achi3 .elem1 .box:nth-child(3){background-image: url(../img/achi-imgd3_pc.jpg);}
	.cont-achi3 .elem1 .box:nth-child(4){background-image: url(../img/achi-imgd4_pc.jpg);}
	.cont-achi3 .elem1 .box:nth-child(5){background-image: url(../img/achi-imgd5_pc.jpg);}
	.cont-achi3 .elem1 .box:nth-child(6){background-image: url(../img/achi-imgd6_pc.jpg);}
	.cont-achi3 .com-title2{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.cont-achi3 .elem1 .box .part-txt{
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
}


@media screen and (max-width:768px){
	.cont-achi3 .elem1 .box:nth-child(1){background-image: url(../img/achi-imgd1_sp.jpg);}
	.cont-achi3 .elem1 .box:nth-child(2){background-image: url(../img/achi-imgd2_sp.jpg);}
	.cont-achi3 .elem1 .box:nth-child(3){background-image: url(../img/achi-imgd3_sp.jpg);}
	.cont-achi3 .elem1 .box:nth-child(4){background-image: url(../img/achi-imgd4_sp.jpg);}
	.cont-achi3 .elem1 .box:nth-child(5){background-image: url(../img/achi-imgd5_sp.jpg);}
	.cont-achi3 .elem1 .box:nth-child(6){background-image: url(../img/achi-imgd6_sp.jpg);}
	.cont-achi3 .com-title2{
		padding: 18vw 7vw 15vw;
	}
	.cont-achi3 .elem1{
		padding-bottom: 7vw;
	}
	.cont-achi3 .elem1 .box .title-h3{
		font-size: var(--px18);
	}
	.cont-achi3 .elem1 .box .lead{
		font-size: var(--px12);
	}
	.cont-achi3 .elem1 .box{
		width: calc((100% - 1px) / 2.001);
	}
	.cont-achi3 .elem1 .box .part-txt{
		top: 8.8vw;
	}
	.cont-achi3 .elem1 .box .lead{
		text-align: justify;
		padding: 0 1em;
	}

}





.cont-achi4{
	padding: 115px 0 130px;
}
.cont-achi4 .inner{
	padding-right: 0
}
@media screen and (min-width:769px){
	.cont-achi4 .inner{
		max-width: 100%;
	}
	.cont-achi4 .com-title3{
		width: 400px;
	}
	.cont-achi4 .elem1{
		display: flex;
		align-items: flex-start;
	}
	.cont-achi4 .elem1-in{
		padding-left: 90px;
		flex: 1;
	}
}
.cont-achi4 .elem1 .box{
	border-bottom: 1px solid #999;
	display: flex;
}
.cont-achi4 .elem1 .box .ico{
	position: relative;
	width: 173px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cont-achi4 .elem1 .box .ico img{
	width: 43%;
}
.cont-achi4 .elem1 .box .ico:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -2.5px;
	width: 100%;
	height: 5px;
	background: linear-gradient(-90deg, #f19686, #e24486);
}
.cont-achi4 .elem1 .box .part-txt{
	flex: 1;
	padding: 30px 0 25px 30px;
}
.cont-achi4 .elem1 .box .part-txt .title-h3{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	background: linear-gradient(-90deg, #f19686, #e24486);
	background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cont-achi4 .elem1 .box .part-txt .lead{
	line-height: 1.8;
	margin-top: 0.6em;
}
@media screen and (max-width:768px){
	.cont-achi4{
		padding: 15vw 0 24vw;
	}
	.cont-achi4 .elem1 .box .ico{
		width: 18vw;
	}
	.cont-achi4 .elem1 .box .ico img{
		width: 90%;
	}
	.cont-achi4 .elem1 .box .part-txt{
		padding-right: 7vw;
	}
	.cont-achi4 .elem1 .box .part-txt .title-h3{
		font-size: var(--px18);
	}
	.cont-achi4 .elem1 .box .part-txt .lead{
		font-size: var(--px12);
	}
}




.cont-supp{
	background: url(../img/supp-bg_pc.jpg) no-repeat 50% 0;
	background-size: cover;
}
.cont-supp .com-title1{
	color: #FFF;
	padding: 110px 0 80px;
}
.cont-supp #js-list>li+li{
	margin-top: 30px;
}
.cont-supp .elem1 .part-img{
	width: 440px;
}
.cont-supp .elem1 .part-txt{
	flex: 1;
	background-color: #FFF;
	padding: 40px;
}
.cont-supp .elem1 dl{
	display: flex;
	font-size: 16px;
}
.cont-supp .elem1 dl+dl{
	margin-top: 10px;
}
.cont-supp .elem1 dt{
	background-color: #22b599;
	color: #FFF;
	width: 6.5em;
	padding: 0.5em 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cont-supp .elem1 dd{
	flex: 1;
	padding-left: 1.2em;
	line-height: 1.8;
}
.cont-supp .wrap-btn{
	display: flex;
	justify-content: center;
	padding-top: 70px;
}
.btn-more{
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #FFF;
	font-size: 20px;
}
.btn-more .mark{
	display: block;
	position: relative;
	margin-top: 1em;
	width: 70px;
	height: 70px;
}
.btn-more.inactive{
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
@media screen and (max-width:768px){

	.cont-supp{
		background-image: url(../img/supp-bg_sp.jpg);
	}
	.cont-supp .com-title1{
		padding: 14vw 0 11vw;
	}
	.cont-supp #js-list>li+li{
		margin-top: 5vw;
	}
	.cont-supp .elem1 .part-img{
		width: 100%;
	}
	.cont-supp .elem1 .part-txt{
		padding: var(--px18);
	}
	.cont-supp .elem1 dl{
		font-size: var(--px12);
	}
	.cont-supp .elem1 dl+dl{
		margin-top: var(--px12);
	}
	.cont-supp .wrap-btn{
		padding-top: 14vw;
	}
	.btn-more{
		font-size: var(--px14);
	}
	.btn-more .mark{
		width: 13.3vw;
		height: 13.3vw;
	}

}





.cont-form{
	padding: 115px 0 140px;
	background-color: #FFF;
}
.cont-form .inner{
	max-width: 960px;
}
.cont-supp+.cont-form{
	margin-top: -35px;
}
@media screen and (max-width:768px){
	.cont-form{
		padding: 13vw 0 40vw;
	}
	.cont-supp+.cont-form{
		margin-top: -6.5vw;
	}
}





.float-button__wrap {
    display: none;
    position: fixed;
	bottom: 0;
	right: 0;
    z-index: 10;
}
.com-wrap-cta{
	position: relative;
	max-width: 1330px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
}
.com-wrap-cta .part-btn{
	/* position: absolute;
	bottom: -90px; */
	display: block;
	width: 161px;
}
@media screen and (min-width:769px){
	.com-wrap-cta{
		padding-right: 20px;
		padding-bottom: 20px;
	}
}
@media screen and (max-width:768px){
	.com-wrap-cta .part-btn{
		width: 32vw;
	}
}











.cont-hero{
	background: url(../img/fv-bg.jpg) no-repeat 50%;
	background-color: #03090a;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
}
@media screen and (min-width:769px){
	.cont-hero .elem{
		align-items: center;
	}
	.cont-hero .elem .img1{
		width: 587px;
		padding-top: 50px;
	}
	.cont-hero .elem .img2{
		width: 594px;
		margin-left: 30px;
	}
}
@media screen and (max-width:768px){
	.cont-hero{
		background-size: auto 100vw;
		background-position: 20% -0vw;
		padding-top: 21vw;
		padding-bottom: 10vw;
	}
	.cont-hero .elem{
		flex-direction: column;
	}
	.cont-hero .elem .img1{
		width: 100%;
		padding: 0 2vw;
	}
	.cont-hero .elem .img2{
		width: 100%;
		margin-top: 0;
	}
}









header{
	position: absolute;
	top: 0;
	left: 0;
	
	width: 100%;
}
header .inner{
	max-width: 1440px;
	padding-top: 37px;
	padding-left: 43px;
	padding-right: 43px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .part-logo{
	font-size: 0;
	display: block;
}
header .part-logo{
	width: 260px;
	height: auto;
}
@media screen and (max-width:768px){
	header .inner{
		padding: 5.3vw 5.6vw;
	}
	header .part-logo{
		width: 48vw;
	}
}











.elem-form{
	padding-top: 30px;
}

.elem-form .box+.box{
	margin-top: 50px;
}
.elem-form .box{
	font-size: 18px;
}

@media screen and (min-width:769px){
	.elem-form .box{
		display: flex;
		/* align-items: center; */
		align-items: flex-start;
	}
	.elem-form .part-mid{
		width: 256px;
		padding-top: 1em;
	}
	.elem-form .part-input{
		flex: 1;
	}

}
.elem-form .hisu{
	background-color: var(--col-red);
	color: #FFF;
	font-size: 12px;
	line-height: 1;
	padding: 0.2em 0.6em 0.3em;
	margin-left: 1em;
}
.elem-form .part-mid{
	display: flex;
	align-items: center;
	margin-bottom: 0.8em;
}
.elem-form .part-mid .title{
	line-height: 1.2;
}
.elem-form .part-input+.part-input{
	margin-top: 15px;
}
.elem-form .form-part,
.elem-form.type-confi .part-input{
	width: 100%;
	font-size: 18px;
	line-height: 1.4;
	padding: 0.9em 1.2em;
	background-color: #f2f4f8;
	border: none;
}


.elem-form .form-part::placeholder{
	color: #999;
}
.elem-form .form-area{
	min-height: 13em;
	resize: vertical;
}






.elem-form .elem1{
	padding-top: 0px;
	padding-top: 90px;
}
.elem-form .part-chk{
	font-size: 16px;
	line-height: 1.2;
	/* display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px;
	margin-top: 45px;
	background-color: #f2f2f2; */
	padding-left: 216px;
}
.elem-form .part-chk input[type="checkbox"]{
	/* width: 1.4em;
	height: 1.4em;
	margin-right: 0em;
	border: 4px solid #999; */
	display: none;
}
.elem-form .part-chk label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #d2d2d2;
    border-radius: 4px;
    background-color: #fff;
}
.elem-form .part-chk input[type="checkbox"]:checked + label::before{
	background-color: #EEE;
	border: 2px solid #EEE;
}
.elem-form .part-chk input[type="checkbox"]:checked + label::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 10px;
	display: block;
	width: 10px;
	height: 20px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.elem-form .part-chk label{
	position: relative;
	flex: 1;
	padding-left: 40px;
}
.elem-form .btn-sq#submit.enabled-false{
	pointer-events: none;
	opacity: 0.7;
}
.elem-form .wrap-btn{
	display: flex;
	justify-content: center;
	/* flex-direction: column;
	align-items: center; */
	padding-top: 60px;
}
@media screen and (min-width:769px){
	.elem-form .wrap-btn>*+*{
		margin-left: 20px;
	}
}
@media screen and (max-width:768px){
	.elem-form .wrap-btn{
		flex-direction: column;
		align-items: center;
	}
	.elem-form .wrap-btn>*+*{
		margin-top: 5vw;
	}
}
.elem-form .com-btn-arrow.enabled input{
	cursor: pointer;
}
.elem-form:not(.type-confi) .com-btn-arrow:not(.enabled){
	pointer-events: none;
	opacity: 0.5;
}

@media screen and (max-width:768px){
	.elem-form{
		padding-top: 0;
	}
	.elem-form .box{
		font-size: var(--px16);
	}
	.elem-form .hisu{
		font-size: var(--px12);
	}
	.elem-form .form-part{
		font-size: var(--px16);
	}
	.elem-form .part-chk{
		font-size: var(--px12);
	}

	.elem-form .part-chk label{
		padding-left: 0;
		left: 10vw;
	}
	.elem-form .part-chk label::before {
		left: -10vw;
	}
	
	.elem-form .part-chk input[type="checkbox"]:checked + label::after {
		left: calc((-10vw) + 10px);
	}
	.elem-form .part-chk{
		padding: 0;
		margin-top: 0;
	}
	.elem-form .wrap-btn{
		padding-top: 10vw;
	}
}












/* .elem-form.type-confi .part-input{
padding: 1.3em 0;
} */
@media screen and (max-width:768px){
	.lead+.elem-form{
	margin-top: 30px;
	}
	.elem-form .box+.box{
		margin-top: 10vw;
	}
	/* .elem-form .box{
	flex-direction: column;
	font-size: 14px;
	} */
	
	.elem-form .part-mid{
	width: 100%;
	}
	/* .elem-form .form-part{
	font-size: 14px;
	padding: 0.8em 0.6em;
	} */


	.elem-form .elem1{
	padding-top: 10vw;
	/* padding-bottom: 45px; */
	}
	
	.elem-form .part-chk input[type="checkbox"]{
	width: 1.6em;
	height: 1.6em;
	}
}