@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap');

bbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}.clearfix::after {content: "";display: block;clear: both;}

html{
	font-size:62.5%;
}

*{
	max-height:99999px;
}



body{
	font-family: "Noto Sans JP", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", 繝｡繧､繝ｪ繧ｪ, Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size:1.8rem;
	color: #444;
	font-weight: 500;
	line-height: 1.5;
	font-feature-settings: "palt";
}
img,video{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#717070;
}
a:hover{
	opacity:0.6;
}
.en{
	font-family: bayshore;
	font-weight: 300;
	font-style: normal;
}
.en_f{
    font-family: 'futura', 'Raleway';
}
#wrap{
	overflow:hidden;
	width: 100vw;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.inline{
	display:inline-block;
}
.left{
	float:left;
}
.right{
	float:right;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
.in{
	width:1100px;
	margin:0 auto;
	position: relative;
}
.in_in{
	width:950px;
	margin:0 auto;
	position: relative;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}
.palt{
	font-feature-settings: "palt";
}

.u_line_ttl{
	font-size: 4.0rem;
	font-weight: 900;
	line-height: 1.25;
	text-align: center;
	position: relative;
}
.u_line_ttl::after{
	background-image: url('../images/x2/ttl_arrow.png');
	content: "";
	display: block;
	width: 115px;
	height: 20px;
	background-size: cover;
	margin:20px auto 0;
}
.u_line_ttl.wt{
	color: #fff;
}
.u_line_ttl.wt::after{
	background-image: url('../images/x2/ttl_arrow_w.png');
}
.bg_01{
	background-image: url('../images/x2/about_bg.jpg');
	background-size: cover;
}
.bg_02{
	background-image: url('../images/x2/poly_bg.jpg');
	background-size: cover;
}
@media screen and (max-width: 750px) {

body{
	font-size: 1.6rem;
}

.pc{
	display:none;
}

.sp{
	display:block;
}
.in,.in_in{
  width: 90%;
  margin: 0 auto;
}
.flex_w_sp{
	flex-wrap: wrap;
}

.u_line_ttl{
	font-size: 3.0rem;
}

}

#header{
	position: fixed;
	z-index: 999;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0;
	background: rgba(255,255,255,1);
	transition: 0.5s;
}
.header_w{
	justify-content: space-between;
	align-items: center;
	width: 90%;
}
.h_btns,.h_btns_02,.h_btn_l{
	align-items: center;
}
.h_btns_02{
	display: none;
}
.h_btns a{
	display: block;
	margin-left: 15px;
}
.h_btn{
	background: #000000;
	color: #fff;
	padding: 10px 20px;
	border-radius: 100px;
	letter-spacing: 2px;
	position: relative;
	display: flex;
}
.h_btn::after{
	content: "";
}

.h_btn_02{
	background: #fff;
	color: #000000;
	border: 2px solid #000000;
	padding: 10px 20px;
	border-radius: 100px;
	letter-spacing: 2px;
	position: relative;
	display: flex;
}
.h_btn_03{
	background: #fff;
	color: #1F2F54;
	padding: 0 !important;
	border-radius: 100px;
	letter-spacing: 2px;
	position: relative;
	display: flex;
	width: 40px !important;
}
.h_btn_02::after{
	content: "";
}

.h_btn_l{
	background: #06c755;
	color: #fff;
	padding: 10px 20px;
	border-radius: 100px;
	letter-spacing: 2px;
	position: relative;
	display: flex;
}
.h_btn_l::after{
	content: "→";
}


.fixed_foot{
	display: none;
	position: fixed;
	bottom:0;
	background: #fff;
	padding: 5% 2.5%;
	width: 100%;
	box-sizing: border-box;
	z-index: 9999;
}
.fixed_foot .flex{
	justify-content: space-between;
}
.fixed_foot a{
	width: 33%;
	display: flex;
}
.fixed_foot a::after{
	display: none;
}
.h_btns a.h_btn_03{
	display: none;
}
@media screen and (max-width: 750px) {
	#header{
		padding: 10px;
		position:relative;
	}

	.header_w{
		width: 100%;
	}
	.logo img{
		width: 100px;
	}
	.h_btn::after {
    display: none;
	}
	.h_btns a.h_btn_02{
		display: none;
	}
	.h_btns a.h_btn_03{
		display: block;
	}
	.h_btns_02{
		width: 70%;
		flex-shrink: 0;
	}
	.h_btns_02 a{
		font-size: 1.2rem;
		margin: 0 5px;
		text-align: center;
		justify-content: center;
		padding:15px 10px;
		width: 60%;
	}

	.h_btns{
		display: none;
	}
	.h_btns_02{
		display: flex;
		justify-content: flex-end;
	}

	.fixed_foot{
		display: block;
	}

	footer{
		padding-bottom: 100px;
	}
}

.main_w{
	margin-top: 60px;
}

#main{
	background: url(../images/x2/main_bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 50px 0;
	background-color: #000000;
}
#main .catch_area{
	position: relative;
	z-index: 2;
}
#main .imgarea{
	position: absolute;
	top: 0;
	right: -230px;
}
@media screen and (max-width: 750px) {
	.main_w {
		margin-top: 0px;
	}
}

#cp{
	padding-top: 80px;
}
#cp h2{
	text-align: center;
	position: relative;
	top:20px;
	z-index: 2;
}
#cp h2 span{
	display:block;
	line-height: 1;
	font-size: 5.0rem;
	font-weight: 900;
	color: #202f55;
	margin-bottom: 10px;
}
#cp .cp_u_area{
	background: #f0f0f0;
	padding: 40px 0;
	text-align: center;
}
#cp .cp_u_area h3{
	font-size: 3.0rem;
	color: #202f55;
	margin-bottom: 20px;
}
#cp .cp_u_area h3 span{
	font-size: 4.0rem;
}
#cp .cp_u_area p{
	font-size: 2.0rem;
}
#cp a{
	position: relative;
	display: block;
	width: 450px;
	padding: 10px 0;
	font-size: 2.8rem;
	color: #fef339;
	background: #d7484e;
	border-radius: 100px;
	font-weight: 900;
	font-style: italic;
	margin:30px auto 0;
	position: relative;
}
#cp a:after{
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 10px;
	border-color: transparent transparent transparent #fef339;
	content: "";
	top: 50%;
	right: 30px;
	transform: translate(0px, -50%);
}
@media screen and (max-width: 750px) {
	#cp h2{
		padding: 0 5%;
	}
	#cp h2 span{
		font-size: 3.0rem;
	}
	#cp .cp_u_area{
		padding: 40px 5%;
	}
	#cp a{
		width: 100%;
		font-size: 2.2rem;
	}
}

#recommend{

}
#recommend .recommend_w{
	position: relative;
	top:80px;
}
.recommend_lis_ww{
	width: 760px;
	margin: auto;
	box-sizing: border-box;
	padding: 40px;
	justify-content: center;
	background: #fff;
	border: 1px solid #c1c1c1;
	border-radius: 20px;
	position: relative;
	top:40px;
}
.recommend_lis_w li{
	font-size: 2.2rem;
	font-weight: 900;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.recommend_lis_w li:before{
	content: "";
	width: 30px;
	height: 30px;
	background: url(../images/x2/check.png);
	background-size: cover;
	display: block;
	margin-right: 10px;
	flex-shrink: 0;
}
.recommend_lis_w li:nth-last-of-type(1){
	margin-bottom: 0;
}
.recommend_u_area{
	padding-top: 160px;
	padding-bottom: 80px;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.recommend_lis_ww{
		width: 90%;
		padding: 10% 5%;
	}
	.recommend_lis_w li{
		font-size: 1.8rem;
	}
	.recommend_u_area{
		padding: 180px 5% 80px;
	}
}

#whats{
	padding: 80px 0;
	position: relative;
}
#whats::after{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 40px 0 40px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 2;
	bottom:-30px;
}
.whats_w{
	background: url(../images/x2/about_img.png);
	background-size: contain;
	background-repeat:no-repeat;
	background-position: right;
	padding: 20px 0;
}
#whats .txtarea{
	width: 50%;
}
#whats h2{
	font-size: 3.8rem;
	line-height: 1.25;
	font-weight: 900;
	margin-bottom: 20px;
}
#whats p{
	padding-left: 20px;
	margin-left: 20px;
	border-left: 2px solid #202f55;
	line-height: 2;
}
@media screen and (max-width: 750px) {
	#whats .txtarea{
		width: 100%;
	}
	.whats_w{
		background: none;
	}
	#whats{
		padding: 40px 0 10px;
	}
	#whats h2{
		font-size: 2.6rem;
	}
}

#bai_7{
	padding: 110px 0 80px;
	position: relative;
	border-bottom: 8px solid #fff;
}
#bai_7 h2{
	color: #fff;
	text-align: center;
	font-weight: 900;
	font-size: 2.5rem;
	margin-bottom: 10px;
}
.bai_7_txt_img{
	margin-bottom: 40px;
	text-align: center;
}
.bai_7_txt_img_02{
	margin-top: 40px;
	text-align: center;
}
#bai_7 a {
    position: relative;
    display: block;
    width: 450px;
    padding: 10px 0;
    font-size: 2.8rem;
    color: #d7484e;
    background: #e7ea15;
    border-radius: 100px;
    font-weight: 900;
    font-style: italic;
    margin: 30px auto 0;
    position: relative;
		text-align: center;
}
#bai_7 a:after {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #d7484e;
    content: "";
    top: 50%;
    right: 30px;
    transform: translate(0px, -50%);
}
@media screen and (max-width: 750px) {
	#bai_7 a{
		width: 100%;
		font-size: 2.2rem;
	}
}


#effects{
	padding: 80px 0;
	position: relative;
}
#effects::after{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 40px 0 40px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 2;
	bottom:-30px;
}
#effects h2{
	margin-bottom: 60px;
}
.effects_i{
	padding: 20px;
	border: 1px solid #a6a6a6;
	border-radius: 10px;
	margin-bottom: 20px;
}
.effects_i .imgarea{
	flex-shrink: 0;
	margin-right: 30px;
}
.effects_i .txtarea{
	padding: 20px 0;
}
.effects_i h3{
	font-size: 2.5rem;
	color: #d7484e;
	font-weight: 900;
	margin-bottom: 20px;
}
.effects_i h3:after{
	width: 100px;
	height: 4px;
	margin-top: 20px;
	background: #d7484e;
	content: "";
	display: block;
}
.effects_i p{
	line-height: 1.75;
}
@media screen and (max-width: 750px) {

}

#effects_02{
	padding: 100px 0 80px;
}
#effects_02 h2{
	margin-bottom: 60px;
}
.effects_02_i{
	width: 25%;
	margin: 0 30px;
}
.effects_02_i .imgarea{
	width: 100px;
	height: 100px;
	display:flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 100%;
	margin:0 auto 30px;
}
.effects_02_i h3{
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
	.effects_02_i {
    width: 48%;
    margin: 0 1% 20px;
	}
}

#voice{
	padding: 80px 0;
	position: relative;
}
#voice h2{
	margin-bottom: 60px;
}
.voice_i{
	padding: 20px;
	border: 1px solid #a6a6a6;
	border-radius: 10px;
	margin-bottom: 20px;
}
.voice_i .imgarea{
	flex-shrink: 0;
	margin-right: 30px;
}
.voice_i .txtarea{
	padding: 20px 0;
}
.voice_i h3{
	font-size: 2.5rem;
	color: #d7484e;
	font-weight: 900;
	margin-bottom: 20px;
}
.voice_i h3:after{
	width: 100px;
	height: 4px;
	margin-top: 20px;
	background: #d7484e;
	content: "";
	display: block;
}
.voice_i p{
	line-height: 1.75;
	font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
	#voice {
    padding: 70px 0 70px;
    position: relative;
    border-bottom: 8px solid #fff;
	}
	.voice_i {
    background: #fff;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
    width: 100%;
		margin-bottom: 60px;
	}
	.voice_i .imgarea{
		text-align: center;
	}
	.voice_i h3 {
    font-size: 2.0rem;
    color: #d7484e;
    font-weight: 900;
    margin-bottom: 20px;
	}
}

#flow{
	padding: 80px 0;
}
#flow h2{
	margin-bottom: 60px;
}
.flow_w{
	justify-content: space-between;
}
.flow_i{
	padding:40px 30px 30px;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	background: #fff;
	border-radius: 10px;
	width: 24%;
	position: relative;
}
.flow_i::before{
	width: 50px;
	height: 2px;
	background: #d7484e;
	content: "";
	display: block;
	position: absolute;
	right: -30px;
	z-index: 3;
}
.flow_i:nth-last-child(1)::before{
	display: none;
}
.flow_i .num{
	background: #d7484e;
	position: absolute;
	color: #fff;
	padding: 5px 10px;
	top:-15px;
	left: 50%;
	transform: translate(-50%,0);
	border-radius: 100px;
}
.flow_i .imgarea{
	text-align: center;
	margin-bottom: 20px;
}
.flow_i .txtarea{
	text-align: center;
}
.flow_i .txtarea h3{
	margin-bottom: 10px;
	text-align: center;
	color: #d7484e;
	font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
	.flow_i{
		width: 100%;
		margin-bottom: 40px;
	}
	.flow_i::before{
		display: none;
	}
}

#merit{
	padding: 110px 0 110px;
	position: relative;
	border-bottom: 8px solid #fff;
}
#merit::after{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 40px 0 40px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 2;
	bottom:-30px;
}
#merit h2{
	margin-bottom: 60px;
}
#merit h2 .y{
	color: #fcff00;
}
#merit h2 .l{
	font-size: 5.0rem;
}
.merit_w{
	justify-content:space-between;
}
.merit_i{
	background: #fff;
	padding: 20px 20px 0 20px;
	box-sizing: border-box;
	width: 24%;
}
.merit_i .num{
	color: #d7484e;
	font-weight: 900;
	text-align: center;
	display: table;
	margin:0 auto 15px;
	padding-bottom: 5px;
	border-bottom: 4px solid #d7484e;
}
.merit_i h3{
	text-align: center;
	font-weight: 900;
}
.merit_i .imgarea{
	position: relative;
	top:30px;
}
@media screen and (max-width: 750px) {
	#merit {
    padding: 70px 0 70px;
    position: relative;
    border-bottom: 8px solid #fff;
	}
	.merit_i {
    background: #fff;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
    width: 100%;
		margin-bottom: 60px;
	}
	.merit_i .imgarea{
		text-align: center;
	}
}



#form{
	padding: 80px 0 80px;
	position: relative;
}
#form h2{
	margin-bottom: 60px;
}

.form_w{
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
	border-radius: 10px;
	box-sizing: border-box;
	padding: 40px;
	background: #fff;
	position: relative;
}
.form_w table{
	width: 100%;
}
.form_w th{
	font-weight: 400;
	width: 30%;
	text-align: left;
	vertical-align: top;
}
.form_w th span{
	color:#000000;
	margin-left: 10px;
}
.form_w td{
	padding: 10px;
	vertical-align: top;
}
.form_w td input[type=text],
.form_w td input[type=tel],
.form_w td input[type=email]{
	width: 100%;
	border: 1px solid #888;
	height: 50px;
	padding: 5px;
	box-sizing: border-box;
	font-size: 1.6rem;
}
.form_w td textarea{
	width: 100%;
	border: 1px solid #888;
	height: 100px;
	padding: 5px;
}
.with-validate {
	display : block;
	position : relative;
}
.with-validate label.error {
	display : inline-block;
	position : absolute;
	z-index : 5;
	left : -5px;
	bottom : 100%;
	margin-bottom : 10px;
	background : #c3272a;
	color : #fff;
	padding : 5px 10px;
	font-size : 12px;
	border-radius : 4px;
}
.with-validate label.error::before {
	content : '';
	background-color : transparent;
	position : absolute;
	top : 100%;
	margin : 0;
	left : 20px;
	width : 0;
	height : 0;
	border-width : 10px;
	border-style : solid;
	border-color : #c3272a transparent transparent;
}
#emailCheckError{
	    color: #000000;
			font-size:1.4rem;
}
.form_w .btn-area{
	text-align: center;
	margin-top: 30px;
}
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  }
.form_w input[type=submit]{
	width: 50%;
	border: none;
}
input[type="submit"]:hover{
	opacity: 0.6;
}
.form_w input[type=radio]{
	margin: 0;
    vertical-align: middle;
}
.form_w td,.form_w th{
	vertical-align:middle;
}
.form_w input[type=submit] {
		background: #1F2F54;
		color: #fff;
    padding: 15px 50px 15px 30px;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
}
@media screen and (max-width: 750px) {
	.form_w{
		padding: 5%;
	}
	.form_w.in_in{
		width: 100%;
	}
	.form_w td,.form_w th{
		display: block;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	.form_w input[type=submit]{
		width: 100%;
		border: none;
	}
}

.copy{
	text-align: center;
	padding: 20px 0px;
	background: #202f55;
	color: #fff;
}

.thanks{

}
.thanks #main .flex{
	align-items: center;
	justify-content: center;
	height: 100%;

	color: #fff;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	text-align: center;
}
.thanks #main h1{
	font-size: 3.6rem;
	margin-bottom: 20px;
}

.animation{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}
.animation.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.animation02{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}
.animation02.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.animation_ttl{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateX(-30px);
}
.animation_ttl.active{
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}
.listfadein,
.listfadein_bo {
  opacity : 0;
  transition : all 1s;
}

.listfadein.active,
.listfadein_bo.active{
  opacity : 1;
}