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",'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size:1.6rem;
	color: #333;
	font-weight: 400;
	line-height: 1.75;
	font-feature-settings: "palt";
}
img,video{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#555;
}
a:hover{
	opacity:0.6;
}
.en {
	font-family: 'Roboto', sans-serif;
}
.min {
	font-family: "Shippori Mincho", serif;
	font-style: normal;
}
#wrap{
	overflow:hidden;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.inline{
	display:inline-block;
}
.left{
	float:left;
}
.right{
	float:right;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
.tab{
	display:none;
}
.in{
	width:1200px;
	margin:0 auto;
	position: relative;
	z-index: 3;
}
.in_in{
	width:1000px;
	margin:0 auto;
	position: relative;
	z-index: 3;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}
.palt{
	font-feature-settings: "palt";
}
@media screen and (max-width: 750px) {
	body{
		font-size: 1.4rem;
		letter-spacing: 1px;
	}
	#wrap{
		width: 100vw;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.tab{
		display:none;
	}
	.in,.in_in{
	width: 90%;
	margin: 0 auto;
	}
	.flex_w_sp{
		flex-wrap: wrap;
	}
}


.cor_purple{
	color: #7d3c8f;
}
.cor_blue {
	color: #64c2dc;
}
.cor_red {
	color: #c6414a;
}
.cor_orange {
	color: #df784c;
}
.cor_yellow{
	color: #ffea00;
}
.cor_white{
	color: #fff;
}
.cor_grd {
	color: #723182;
	background-image: -moz-linear-gradient(0deg, rgb(112, 48, 132) 0%, rgb(210, 25, 32) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(112, 48, 132) 0%, rgb(210, 25, 32) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(112, 48, 132) 0%, rgb(210, 25, 32) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.bg_white{
	background: #fff;
}
.bg_purple{
	background: #7d3c8f;
}
.bg_blue {
	background: #64c2dc;
}
.bg_blue_02 {
	background: #ecf6f7;
}
.bg_red {
	background: #c6414a;
}
.bg_orange {
	background: #df784c;
}
.bg_purple_02{
	background: #fef7ff;
}
.bg_red_02{
	background: #fff3ed;
}
.bg_gray{
	background: #f5f5f5;
}
.bg_grd {
	background-image: -moz-linear-gradient( 0deg, rgb(112,48,132) 0%, rgb(210,25,32) 100%);
  	background-image: -webkit-linear-gradient( 0deg, rgb(112,48,132) 0%, rgb(210,25,32) 100%);
  	background-image: -ms-linear-gradient( 0deg, rgb(112,48,132) 0%, rgb(210,25,32) 100%);
}
.box_s{
	box-shadow: 0px 0px 6.44px 0.56px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 750px) {
}

#header{
	background:#fff;
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	z-index: 999;
	padding: 10px 0;
}
#header .header_w{
	justify-content: space-between;
	align-items: center;
}
#header .logo{
	align-items: center;
}
#header .logo img{
	width: 250px;
}
#header p{
	font-size: 1.4rem;
	letter-spacing: 1px;
	margin-left: 10px;
}
#header .btns{
	align-items: center;
	margin-left: 20px;
}
#header .btn_i{
	margin-left: 10px;
}
@media screen and (max-width: 750px) {
	#header{
		padding-left: 0;
		position: absolute;
		width: 100vw;
	}
	#header .header_w{
		justify-content: center;
	}
	#header .logo{
		width: 50%;
	}
	#header .btns a{
		width: 40px;
		margin-left: 7px;
	}
	#header .tel_btn img {
		filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
	}
	
}

#main {
	background:url(../images/fv_bg.jpg),#ecf6f7;
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-top: 75px;
	padding: 50px 0 0;
}
#main{}
#main .main_w{
	align-items: flex-start;
}
#main .catch{
	width: 54%;
	flex-shrink: 0;
	margin-right: 70px;
}
@media screen and (max-width: 750px) {
	#main{
		margin-top: 50px;
		padding-bottom: 40px;
	}
	#main .catch {
		width: 100%;
		flex-shrink: 0;
		margin-right: 0px;
	}
	#main_v .in{
		width: 100%;
	}
}


.form_ww{
	padding-bottom: 30px;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}
.form_ww .form_ttl{
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 2.2rem;
	text-align: center;
	padding: 10px;
}
.form_ww .caption{
	text-align: center;
	margin-bottom: 10px;
}
.form_ww .form_inp_w{
	padding: 0 30px;
}
.form_ww .form_inp_w table{
	width: 100%;
}
.form_ww .form_inp_w th,
.form_ww .form_inp_w td{
	padding: 5px 0;
}
.form_ww .form_inp_w th{
	font-weight: 400;
	text-align: left;
	width: 33%;
}
.form_ww td input[type=text],
.form_ww td input[type=tel],
.form_ww td input[type=email],
.form_ww td input[type=date],
.form_ww td select {
	width: 100%;
	border: 1px solid #888;
	height: 30px;
	padding: 5px;
	box-sizing: border-box;
}
.form_ww td label {
	margin-right: 10px;
}
.form_ww td textarea {
	width: 100%;
	border: 1px solid #888;
	height: 100px;
	padding: 5px;
}
.form_ww .btn_area{
	text-align: center;
}
.form_ww .btn_area button{
	appearance: none;
    -webkit-appearance: none;
	padding: 15px 50px 15px 30px;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
	border: none;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	border-radius: 5px;
}
.form_ww .btn_area button:hover{
	opacity: 0.6;
}
.form_ww .btn_area button .icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0px, -50%);
}
.check_w .flex {
	justify-content: center;
}
input[type="checkbox"] {
	position: relative;
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	vertical-align: -5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	flex-shrink: 0;
	margin-right: 10px;
	margin-top: 5px;
	background: #fff;
}
input[type="checkbox"]:checked:before {
	position: absolute;
	top: 0px;
	left: 4px;
	transform: rotate(50deg);
	width: 6px;
	height: 12px;
	border-right: 2px solid #ed1b24;
	border-bottom: 2px solid #ed1b24;
	content: '';
}
input[type="checkbox"] {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.agree_btn_w{
	justify-content: center;
	padding: 10px 0;
}
@media screen and (max-width: 750px) {
	.form_ww .form_ttl{
		font-size: 1.8rem;
	}
	.form_ww .form_inp_w{
		padding: 0 20px;
	}
	.form_ww .form_inp_w th,
	.form_ww .form_inp_w td{
		display: block;
		width: 100%;
	}
	.form_ww .btn_area button{
	    padding: 15px 40px 15px 10px;
		font-size: 1.4rem;
	}
}

.sec_ttl_w{
	margin-bottom: 60px;
	text-align: center;
}
.sec_ttl_w .sec_ttl{
	font-size: 3.6rem;
	font-weight: 600;
	letter-spacing: 4px;
	line-height: 1;
}
.sec_ttl_w > .s_txt{
	font-size: 2.4rem;
	letter-spacing: 2px;
	font-weight: 600;
	line-height: 1;
}
.sec_ttl_w .sec_ttl .cor_grd{
	padding-top: 7px;
}
.sec_ttl_w .sec_ttl .l_txt{
	font-size: 6.6rem;
	padding-top: 5px;
}
@media screen and (max-width: 750px) {
	.sec_ttl_w{
		margin-bottom: 50px;
		text-align: center;
	}
	.sec_ttl_w .sec_ttl{
		font-size: 2.5rem;
		letter-spacing: 2px;
	}
	.sec_ttl_w > .s_txt{
		font-size: 1.8rem;
	}
	.sec_ttl_w .sec_ttl .l_txt{
		font-size: 4.6rem;
	}
}

#assignment{
	padding: 60px 0 30px;
}
#assignment .assignment_w{
	justify-content: space-between;
}
#assignment .assignment_w .assignment_i{
	width: 31%;
	margin-bottom: 50px;
}
#assignment .assignment_w .assignment_i .imgarea{
	flex-shrink: 0;
	margin-right: 35px;
	text-align: center;
	margin-bottom: 15px;
}
#assignment .assignment_w .assignment_i .txtarea{
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 20px 0;
}
#assignment .assignment_w .assignment_i .txtarea:before{
	content: "";
	width: 30px;
	height: 30px;
	border-top: 12px solid #f0f0f0;
	border-left: 12px solid #f0f0f0;
	position: absolute;
	top: 0;
	left: 0;
}
#assignment .assignment_w .assignment_i .txtarea:after {
	content: "";
	width: 30px;
	height: 30px;
	border-bottom: 12px solid #f0f0f0;
	border-right: 12px solid #f0f0f0;
	position: absolute;
	bottom: 0;
	right: 0;
}
@media screen and (max-width: 750px) {
	#assignment{
		padding: 60px 0 30px;
	}
	#assignment .assignment_w .assignment_i {
		width: 100%;
		margin-bottom: 15px;
		display: flex;
	}
	#assignment .assignment_w .assignment_i .imgarea {
		flex-shrink: 0;
		margin-right: 23px;
		width: 28%;
	}
	#assignment .assignment_w .assignment_i .txtarea {
		padding: 20px;
	}
	#assignment .assignment_w .assignment_i .txtarea:before{
		border-top: 8px solid #f0f0f0;
		border-left: 8px solid #f0f0f0;
	}
	#assignment .assignment_w .assignment_i .txtarea:after{
		border-bottom: 8px solid #f0f0f0;
		border-right: 8px solid #f0f0f0;
	}
}

.solution{
	padding-top: 60px;
}
@media screen and (max-width: 750px) {
	.solution {
		padding-top: 40px;
	}	
}

#reason {
	padding: 60px 0 60px;
}
#reason .reason_h_w{
	justify-content: space-between;
	margin-bottom: 70px;
}
#reason .reason_h_w .reason_h_i{
	width: 48.5%;
}
#reason .reason_h_w .reason_h_i .sub_ttl{
	justify-content: center;
	padding: 10px;
	align-items: center;
	margin-bottom: 35px;
}
#reason .reason_h_w .reason_h_i .sub_ttl h3{
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: 4px;
	margin-left: 10px;
}
#reason .reason_h_w .reason_h_i .reason_c_w{
	justify-content: space-between;
}
#reason .reason_h_w .reason_h_i .reason_c_w > li{
	width: 48.5%;
	align-items: center;
	margin-bottom: 15px;
}
#reason .reason_h_w .reason_h_i .reason_c_w li.w_d{
	align-items:flex-start
}
#reason .reason_h_w .reason_h_i .reason_c_w>li:nth-last-of-type(1) {
	width: 100%;
	align-items: center;
}
#reason .reason_h_w .reason_h_i .reason_c_w li .imgarea{
	margin-right: 15px;
	flex-shrink: 0;
}
#reason .reason_h_w .reason_h_i .reason_c_w li .txtarea .txt{
	line-height: 1.5;
}
#reason .reason_h_w .reason_h_i .reason_c_w li.w_d .txtarea .txt {
	margin-bottom: 3px;
}
#reason .reason_h_w .reason_h_i .reason_c_w li ul li{
	font-size: 1.2rem;
}
#reason .reason_detail{
	border-radius: 10px;
	padding: 0 100px 60px;
	margin-bottom: 40px;
}
#reason .reason_detail:nth-last-of-type(1){
	margin-bottom: 0;
}
#reason .reason_detail .sub_ttl_w{
	text-align: center;
	position: relative;
	top: -20px;
	margin-bottom: 20px;
}
#reason .reason_detail .sub_ttl_w h3{
	font-size: 2.8rem;
	font-weight: 600;
	margin-top: 15px;
	line-height: 1;
	letter-spacing: 4px;
}
#reason .reason_detail .sub_ttl_w h3 span{
	padding: 8px;
	display: inline-block;
}
#reason .reason_detail .reason_detail_c_i{
	align-items: center;
	position: relative;
	margin-bottom: 30px;
}
#reason .reason_detail .reason_detail_c_i:nth-last-of-type(1){
	margin-bottom: 0;
}
#reason .reason_detail .reason_detail_c_i:after {
	font-size: 12rem;
	font-family: 'Roboto', sans-serif;
	position: absolute;
	right: 0;
	font-weight: 600;
	bottom: 0;
	opacity: 0.1;
}
#reason .reason_detail .reason_detail_c_i:nth-of-type(1):after{
	content: "01";
}
#reason .reason_detail .reason_detail_c_i:nth-of-type(2):after {
	content: "02";
}
#reason .reason_detail .reason_detail_c_i:nth-of-type(3):after {
	content: "03";
}
#reason .reason_detail.bg_purple_02 .reason_detail_c_i:after {
	color: #723182;
}
#reason .reason_detail.bg_red_02 .reason_detail_c_i:after {
	color: #c6414a;
}
#reason .reason_detail .reason_detail_c_i .imgarea{
	flex-shrink: 0;
	margin-right: 25px;
}
#reason .reason_detail .reason_detail_c_i .txtarea {
	position: relative;
	z-index: 1;
}
#reason .reason_detail .reason_detail_c_i .txtarea h4{
	font-size: 2.4rem;
	letter-spacing: 4px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1.25;
}
@media screen and (max-width: 750px) {
	#reason .reason_h_w {
		justify-content: space-between;
		margin-bottom: 10px;
	}
	#reason .reason_h_w .reason_h_i {
		width: 100%;
		margin-bottom: 30px;
	}
	#reason .reason_h_w .reason_h_i .sub_ttl h3{
		font-size: 1.8rem;
	}
	#reason .reason_h_w .reason_h_i .sub_ttl .icon{
		width: 40px;
	}
	#reason .reason_h_w .reason_h_i .reason_c_w > li {
		width: 100%;
		align-items: center;
		margin-bottom: 15px;
	}
	#reason .reason_h_w .reason_h_i .reason_c_w li .imgarea {
		margin-right: 15px;
		flex-shrink: 0;
		width: 60px;
	}
	#reason .reason_detail{
		padding: 0 20px 30px;
	}
	#reason .reason_detail .sub_ttl_w{
		margin-bottom: 10px;
	}
	#reason .reason_detail .sub_ttl_w h3{
		font-size: 2.4rem;
	}
	#reason .reason_detail .reason_detail_c_i .imgarea {
		flex-shrink: 0;
		margin-right: 0;
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
	}
	#reason .reason_detail .reason_detail_c_i:after{
		bottom: 30px;
	}
	#reason .reason_detail .reason_detail_c_i .txtarea h4 {
		font-size: 2.0rem;
		text-align: center;
	}
}

#simulation{
	padding: 60px 0 60px;
	background:url(../images/fv_bg.jpg),#ecf6f7;
	background-position: bottom center;
	background-repeat: no-repeat;
}
#simulation .simulation_w{
	justify-content: space-between;
}
#simulation .simulation_w .simulation_i{
	width: 32%;
	border-radius: 15px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 20px;
}
#simulation .simulation_w .simulation_i .simulation_i_h{
	align-items: center;
	margin-bottom: 20px;
}
#simulation .simulation_w .simulation_i .simulation_i_h .imgarea{
	width: 100px;
	margin-right: 15px;
}
#simulation .simulation_w .simulation_i .simulation_i_h .txtarea{
	width: 100%;
}
#simulation .simulation_w .simulation_i .simulation_i_h .txtarea .num{
	font-size: 2.0rem;
	line-height: 1;
}
#simulation .simulation_w .simulation_i .simulation_i_h .txtarea h3 {
	font-size: 2.0rem;
	font-weight: 600;
	letter-spacing: 2px;
}
#simulation .simulation_w .simulation_i .tag_w{
	margin-bottom: 20px;
}
#simulation .simulation_w .simulation_i .tag_w .tag_i{
	margin-right: 10px;
	font-size: 1.4rem;
}
#simulation .simulation_w .simulation_i .tag_w .tag_i dt{
	margin-right: 10px;
	line-height: 1;
	padding: 5px;
}
#simulation .simulation_w .simulation_i .tag_w .tag_i dd{}
#simulation .simulation_w .simulation_i .price_w{}
#simulation .simulation_w .simulation_i .price_i{
	padding: 15px 0;
}
#simulation .simulation_w .simulation_i .price_i dt{
	width: 25%;
	text-align: center;
	border-right:1px solid;
	margin-right: 15px;
	flex-shrink: 0;
}
#simulation .simulation_w .simulation_i .price_i dd{
	width: 100%;
}
#simulation .simulation_w .simulation_i .price_i dd .price_i_num{
	padding: 5px 0;
	align-items: center;
}
#simulation .simulation_w .simulation_i .price_i dd .price_i_num .lf_txt{
	width: 25%;
	text-align: center;
	flex-shrink: 0;
}
#simulation .simulation_w .simulation_i .price_i dd .price_i_num .num{
	width: 100%;
	text-align: right;
	padding-right: 15px;
	line-height: 1;
	letter-spacing: 2px;
}
#simulation .simulation_w .simulation_i .price_i dd .price_i_num .num .en{
	font-size: 2.6rem;
	font-weight: 500;
}
@media screen and (max-width: 750px) {
	#simulation .simulation_w .simulation_i {
		width: 100%;
		margin-bottom: 30px;
	}
	#simulation .simulation_w .simulation_i:nth-last-of-type(1){
		margin-bottom: 0;
	}
	#simulation .simulation_w .simulation_i .simulation_i_h .txtarea h3 {
		font-size: 1.8rem;
		font-weight: 600;
		letter-spacing: 2px;
	}
	#simulation .simulation_w .simulation_i .tag_w {
		margin-bottom: 20px;
		flex-wrap: wrap;
		gap:5px
	}
	#simulation .simulation_w .simulation_i .tag_w .tag_i {
		width: 40%;
	}
	#simulation .simulation_w .simulation_i .tag_w .tag_i:nth-last-of-type(1){
		width: 100%;
	}
	#simulation .simulation_w .simulation_i .price_i dd .price_i_num .lf_txt{
		width: 20%;
	}
	#simulation .simulation_w .simulation_i .price_i dd .price_i_num .num .en {
		font-size: 2.2rem;
		font-weight: 500;
	}
}

#result {
	padding: 60px 0 60px;
}
#result .result_w{
	padding: 60px 100px;
	border-radius: 20px;
}
#result .result_w .graph_w{
	margin-bottom: 30px;
}
#result .result_w .graph_i{
	text-align: center;
	align-items: center;
	justify-content: center;
}
#result .txtarea{}
#result .txtarea h3{
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
	margin-top: 15px;
	line-height: 1;
	letter-spacing: 4px;
	margin-bottom: 20px;
}
#result .txtarea h3 span.bg_grd{
	padding: 8px;
	display: inline-block;
}
#result .txtarea h3 span.en{
	font-size: 3.8rem;
	font-weight: 400;
}
@media screen and (max-width: 750px) {
	#result .result_w {
		padding: 30px 25px;
		border-radius: 20px;
	}
	#result .result_w .graph_w{
		margin-bottom: 0;
	}
	#result .result_w .graph_i{
		width: 100%;
	}
	#result .txtarea h3{
		font-size: 1.8rem;
	}
	#result .txtarea h3 span.en {
		font-size: 2.8rem;
		font-weight: 400;
	}
}

#service {
	padding: 60px 0 60px;
}
#service .service_w{
	gap:16px
}
#service .service_i{
	width: 24%;
	box-sizing: border-box;
	padding: 20px;
}
#service .service_i .service_i_h{
	align-items: center;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#service .service_i .service_i_h .imgarea{
	text-align: center;
	margin-bottom: 10px;
}
#service .service_i .service_i_h .imgarea img{
	width: 75px;
}
#service .service_i .service_i_h h3{
	font-size: 1.8rem;
	line-height: 1.5;
	text-align: center;
	font-weight: 600;
	letter-spacing: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#service .service_i .service_li{
	gap: 5px 10px;
	letter-spacing: 2px;
}
@media screen and (max-width: 750px) {
	#service .service_w {
		gap: 15px;
	}
	#service .service_i{
		width: 100%;
	}
	#service .service_i .service_i_h{
		display: flex;
		align-items: center;
	}
	#service .service_i .service_i_h .imgarea{
		width: 60px;
		flex-shrink: 0;
		margin-bottom: 0;
		margin-right: 10px;
	}
	#service .service_i .service_i_h h3{
		font-size: 1.6rem;
		height: auto;
		text-align: left;
	}
}

#voice {
	padding: 60px 0 0;
}
@media screen and (max-width: 750px) {}

.cta{
	padding: 60px 0 150px;
	position: relative;
}
.cta .cta_w{
	border-radius: 15px;
	padding:60px 40px;
	position: relative;
}
.cta .cta_w .txtarea{
	width: 60%;
}
.cta .cta_w .txtarea .icon{
	text-align: center;
	margin-bottom: 10px;
}
.cta .cta_w .txtarea .cta_ttl{
	font-size: 2.6rem;
	letter-spacing: 3px;
	font-weight: 600;
	text-align: center;
	line-height: 1.25;
	margin-bottom: 20px;
}
.cta .cta_w .txtarea .btn_area{
	text-align: center;
	margin-bottom: 10px;
}
.cta .cta_w .txtarea .btn_area a{
	appearance: none;
    -webkit-appearance: none;
	padding: 15px 50px 15px 30px;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
	border: none;
	width: 100%;
	font-size: 1.8rem;
	letter-spacing: 2px;
	font-weight: 600;
	text-align: center;
	border-radius: 5px;
}
.cta .cta_w .txtarea .btn_area a .icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0px, -50%);
}
.cta .cta_w .txtarea .txt_link_w{
	text-align: center;
}
.cta .cta_w .txtarea .txt_link_w a{
	text-decoration: underline;
}
.cta .cta_w .imgarea {
	position: absolute;
	right: 30px;
	bottom: 0;
}
.cta .u_img {
	position: absolute;
	left: 50%;
	bottom: -6px;
	z-index: 3;
	transform: translate(-50%, 0px);
	width: 100%;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.cta {
		padding: 60px 0 60px;
		position: relative;
	}
	.cta .cta_w{
		padding: 30px 20px;
		padding-bottom: 0;
	}
	.cta .cta_w .txtarea {
		width: 100%;
		margin-bottom: 20px;
	}
	.cta .cta_w .txtarea .cta_ttl{
		font-size: 2.2rem;
	}
	.cta .cta_w .imgarea{
		position: static;
		text-align: center;
	}
	.cta .cta_w .imgarea img{
		width: 70%;
	}
}

#flow {
	padding: 60px 0;
}
#flow .flow_w{
	justify-content: space-between;
	margin-top: 70px;
	position: relative;
}
#flow .flow_w:after {
	content: "";
	width: 826px;
    height: 52px;
	background: url(../images/flow_arrow_01@x2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	position: absolute;
	top: 50%;
	left: 95px;
	transform: translate(0px, -50%);
}
#flow .flow_w .flow_i{
	width: 23%;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	padding: 60px 20px 20px;
	border-radius: 10px;
}
#flow .flow_w .flow_i .num{
	background: #7d3c8f;
	font-size: 2.0rem;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.25;
	text-align: center;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: -30px;
	transform: translate(-50%,0);
}
#flow .flow_w .flow_i:nth-of-type(1) .num{
	background: #df784c;
}
#flow .flow_w .flow_i:nth-of-type(2) .num {
	background: #dc613f;
}
#flow .flow_w .flow_i:nth-of-type(3) .num {
	background: #d94b33;
}
#flow .flow_w .flow_i:nth-of-type(4) .num {
	background: #bf293f;
}
#flow .flow_w .flow_i:nth-of-type(5) .num {
	background: #cf1d27;
}
#flow .flow_w .flow_i h3{
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 5px;
}
#flow .flow_w .flow_i:nth-of-type(1) h3{
	color: #df784c;
}
#flow .flow_w .flow_i:nth-of-type(2) h3 {
	color: #dc613f;
}
#flow .flow_w .flow_i:nth-of-type(3) h3 {
	color: #d94b33;
}
#flow .flow_w .flow_i:nth-of-type(4) h3 {
	color: #bf293f;
}
#flow .flow_w .flow_i:nth-of-type(5) h3 {
	color: #cf1d27;
}
@media screen and (max-width: 750px) {
	#flow .flow_w .flow_i {
		width: 100%;
		margin-bottom: 50px;
	}
	#flow .flow_w .flow_i:nth-last-of-type(1){
		margin-bottom: 0;
	}
	#flow .flow_w:after {
		content: "";
		width: 879px;
		height: 57px;
		background: url(../images/flow_arrow_01@x2.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		display: block;
		position: absolute;
		top: 460px;
		left: 50%;
		transform: translate(-50%, 0) rotate(90deg);
	}
}

#faq {
	padding: 60px 0;
}
#faq .sec_ttl {
	font-size: 3.2rem;
	margin-bottom: 50px;
	font-weight: 600;
	text-align: center;
}
.faq_i {
	border: 1px solid #df784c;
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 30px;
	transition: 0.5s;
	background: #fff;
}
.faq_i .ico {
	background: #df784c;
	color: #fff;
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-right: 20px;
	font-weight: 600;
	flex-shrink: 0;
}
.faq_i h3 {
	color: #df784c;
	font-size: 1.6rem;
	margin-top: 5px;
	font-weight: 600;
}
.faq_i p {
	margin-top: 5px;
}
.faq_i .q {
	position: relative;
	cursor: pointer;
}
.faq_i .q:after {
	content: "×";
	font-size: 1.8rem;
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: rotate(45deg) translate(-10px, -50%);
	color: #333;
	transition: 0.5s;
}
.faq_i.open .q:after {
	top: 50%;
	right: 0px;
	transform: rotate(0) translate(0, -50%);
}
.faq_i .a {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e3e3e3;
	display: none;
}
.faq_i .a a{
	color: #df784c;
	text-decoration: underline;
}
@media screen and (max-width: 750px) {
	#faq {
		padding: 30px 0 40px;
	}
	#faq .sec_ttl {
		margin-bottom: 20px;
		text-align: center;
		font-size: 2.8rem;
	}
	.faq_i {
		border-radius: 10px;
		padding: 7.5% 5%;
		margin-bottom: 20px;
	}
	.faq_i.open {
		border-radius: 10px;
	}
	.faq_i .q .flex {
		padding-right: 30px;
	}
	.faq_i h3 {
		margin-top: 0;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.faq_i .ico {
		width: 30px;
		height: 30px;
		margin-right: 20px;
	}
}

#form {
	background: url(../images/fv_bg.jpg), #ecf6f7;
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 60px 0;
}
#form .form_sec_w{
	align-items: flex-start;
}
#form .form_sec_w .lf_area{
	width: 48%;
    flex-shrink: 0;
    margin-right: 70px;
}
#form .form_sec_w .lf_area .sub_ttl_w{
	margin-bottom: 20px;
}
#form .form_sec_w .lf_area .sub_ttl_w h3{
	font-size: 2.6rem;
	letter-spacing: 2px;
	font-weight: 600;
	line-height: 1.25;
}
#form .form_sec_w .lf_area .sub_ttl_w h3 span{
	display: inline-block;
	padding: 5px;
	margin: 5px;
}
#form .form_sec_w .lf_area .imgarea{
	margin-bottom: 20px;
}
#form .lf_area .document_list_w{
	border-radius: 10px;
	overflow: hidden;
}
#form .lf_area .document_list_w .document_list_head{
	padding: 15px;
	text-align: center;
    font-size: 1.8rem;
}
#form .lf_area .document_list_w ul{
	padding:20px 30px;
}
#form .lf_area .document_list_w ul li{
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
#form .lf_area .document_list_w ul li:before{
	content: "";
	flex-shrink: 0;
	width: 12px;
	height: 12px;
	background:#c6414a;
	display: block;
	border-radius: 100px;
	margin-right: 10px;
}
@media screen and (max-width: 900px) {
	#form .form_sec_w .lf_area {
		width: 100%;
		flex-shrink: 0;
		margin-right: 0;
	}
	#form .form_sec_w .lf_area .sub_ttl_w h3 {
		font-size: 2.0rem;
		text-align: center;
	}
	#form .form_sec_w .lf_area .sub_ttl_w h3 span{
		margin: 3px;
	}
	#form .lf_area .document_list_w{
		margin-bottom: 20px;
	}
}

#contact_area {
	padding: 40px 0;
}
#contact_area .ttl_w{
	text-align: center;
	margin-bottom: 30px;
}
#contact_area .ttl_w h2{
	font-size: 4.0rem;
	font-weight: 400;
}
#contact_area .btns{
	justify-content: center;
}
#contact_area .btns a{
	margin: 0 20px;
}
@media screen and (max-width: 900px) {
	#contact_area .btns a {
    margin: 8px 0px;
    display: block;
	}
}

footer{
	padding: 10px;
	text-align: center;
	background: #5d5d5d;
	color: #fff;
}
@media screen and (max-width: 900px) {
	footer{
		padding-bottom: 150px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 900px) {
	.fixed_foot{
		padding: 5px;
		position: fixed;
		width: 100%;
		background: #fff;
		bottom:0;
		box-sizing: border-box;
		z-index: 999;
	}
	.fixed_foot .ttl{
		padding: 0 15px 5px;
	}
	.fixed_foot .flex{
		justify-content:space-between;
	}
	.fixed_foot a{
		display:block;
		padding: 3px;
	}
}

.thanks #main_v {
    padding: 200px 0;
    text-align: center;
	background: none;
}

.thanks #main_v .icon {
    text-align: center;
    margin-bottom: 15px
}

.thanks #main_v .icon img {
    width: 40px
}

.thanks #main_v h1 {
    font-size: 2.8rem;
    margin-bottom: 20px;
}

.thanks #main_v .btn_w {
    text-align: center;
    margin-top: 40px
}

.thanks #main_v .panf_w{
	margin-top: 20px;
}
.thanks #main_v .panf_w a {
	display: inline-block;
	background: #c6414a;
	padding: 10px 20px;
	width: 300px;
	box-sizing: border-box;
	border-radius: 100px;
	border-bottom: #7e242a 3px solid;
	color: #fff
}

.thanks #main_v .btn_w a {
    display: inline-block;
    background: #27a1d1;
    padding: 10px 20px;
    width: 300px;
    box-sizing: border-box;
    border-radius: 100px;
    border-bottom: #115976 3px solid;
    color: #fff
}

@media screen and (max-width: 750px) {
    .thanks #main_v {
        padding:100px 0;
        text-align: center
    }
}