@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600;700&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",'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size:1.8rem;
	color: #555555;
	font-weight: 500;
	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:#333333;
}
a:hover{
	opacity:0.6;
}
.en {
	font-family: 'Montserrat', sans-serif;
}
#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:1100px;
	margin:0 auto;
	position: relative;
	z-index: 3;
}
.in_in{
	width:900px;
	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.6rem;
	}
	#wrap{
		width: 100vw;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.tab{
		display:none;
	}
	.in,.in_in{
	width: 95%;
	margin: 0 auto;
	}
	.flex_w_sp{
		flex-wrap: wrap;
	}
}

#header{
	background: #3358a2;
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	z-index: 999;
	padding: 20px 0;
}
#header .in{
	width: 1200px;
}
#header .header_w{
	justify-content: space-between;
	align-items: center;
}
#header .logo{
	font-weight: 600;
	color: #fff;
	font-size: 1.8rem;
}
#header .h_r_area{
	align-items: center;
}
#header .h_r_area .contact_btn {
	margin-left: 20px;
	background: #8EC11F;
	padding: 12px 10px;
	padding-right: 30px;
	box-sizing: border-box;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
}
#header .h_r_area .contact_btn:after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: flex;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: rotate(45deg) translate(0,-50%);
}
@media screen and (max-width: 750px) {
	#header{
		padding-left: 0;
		padding: 10px 0;
		position: absolute;
		width: 100vw;
	}
	#header .in{
		width: 90%;
	}
	#header .h_r_area .contact_btn{
		width: 40px;
		padding:2px 8px 8px;
		box-sizing: border-box;
		margin-left: 10px;
		border: 2px solid #fff;
	}
	#header .h_r_area .tel_btn{
		background: #009eff;
		padding: 2px 8px 8px;
		box-sizing: border-box;
		width: 40px;
		box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
		border-radius: 5px;
		color: #fff;
		text-align: center;
		letter-spacing: 2px;
		border: 2px solid #fff;
	}
	#header .h_r_area .contact_btn:after{
		display: none;
	}
}

#main_v{
	padding-top: 135px;
	padding-bottom: 60px;
}
#main_v .pc_w{
	position: relative;
}
#main_v .pc_w .catch_area{
	position: relative;
}
#main_v .pc_w .catch_area{
	position: relative;
	z-index: 2;
}
#main_v .pc_w .imgarea{
	position: absolute;
    top: 90px;
    right: -190px;
}
@media screen and (max-width: 750px) {
	#main_v{
		padding-top: 85px;
		padding-bottom: 40px;
	}
	#main_v .in{
		width: 95%;
	}
}

.cor_pink{
	color: #f1677e;
}
.cor_white {
	color: #fff;
}
.cor_blue {
	color: #009eff;
}
.cor_green{
	color: #52c99c;
}
.cor_yellow{
	color: #ecfb00;
}
.bg_pink{
	background: #f1677e;
}
.bg_blue{
	background:#009eff;
}
.bg_pink_02{
	background: #fff2f5;
}
.bg_lightblue{
	background: #68c3fc;
}
.bg_bage{
	background: #f5eceb;
}
.bg_gray{
	background: #f0f0f0;
}
.bg_pink_dot{
	background:url(../img/dot_ptn_01.png);
}
.bg_green_dot {
	background: url(../img/dot_ptn_02.png);
}
.bg_blue_dot1 {
	background: url(../img/dot_ptn.png),#d4eeff;
}
.bg_blue_dot2 {
	background: url(../img/dot_ptn_02.png),#009eff;
}
.bg_white {
	background: #fff;
}
.bg_green{
	background: #52c99c;
}
.sec_ttl_w{
	text-align: center;
	margin-bottom: 70px;
}
.sec_ttl_w .en{
	line-height: 1;
	font-size: 2.8rem;
	font-weight: 600;
	margin-bottom: 10px;
}
.sec_ttl_w .sec_ttl{
	line-height: 1;
	font-size: 5.0rem;
	font-weight: 800;
	color: #009eff;
}
.sec_ttl_w .sec_ttl .ttl_u_line{
	position: relative;
	background: url(../img/ttl_u_line_ptn.png);
	background-repeat: repeat-x;
	background-position:center bottom;
}
.section_w{
	padding: 70px 0;
}
@media screen and (max-width: 750px) {
	.section_w{
		padding: 50px 0;
	}
	.sec_ttl_w{
		margin-bottom: 50px;
	}
	.sec_ttl_w .en{
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	.sec_ttl_w .sec_ttl{
		line-height: 1.25;
		font-size: 3.2rem;
		font-weight: 800;
	}
}

#plan{

}
#plan .app_date_w{
	justify-content: center;
	margin-bottom: 40px;
}
#plan .app_date_i{
	font-weight: 900;
	font-size: 2.0rem;
	padding: 10px 20px;
	border-radius: 100px;
	margin: 0 5px;
}
#plan .plan_detail_i{
	margin-bottom: 40px;
}
#plan .plan_detail_i:nth-last-of-type(1){
	margin-bottom: 0;
}
#plan .plan_detail_i .plan_detail_subttl{
	font-size: 2.4rem;
	font-weight: 800;
	align-items: center;
	margin-bottom: 10px;
}
#plan .plan_detail_i .plan_detail_subttl:before{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: #009eff;
	margin-right: 10px;
	border-radius: 100%;
}
#plan .plan_detail_i .plan_detail_subttl + .lead{
	margin-bottom: 20px;
}
#plan .plan_detail_i .table_w{
	justify-content: space-between;
	margin-bottom: 20px;
}
#plan .plan_detail_i .table_w table{
	width: 100%;
	border-bottom: 2px solid #009eff;
	border-left: 2px solid #009eff;
	margin-bottom: 10px;
	font-size: 1.6rem;
	text-align: center;
}
#plan .plan_detail_i table th{
	background: #009eff;
	font-weight: 600;
	padding: 5px;
	color: #fff;
	vertical-align: middle;
	border-right: 2px solid #fff;
	box-sizing:border-box;
}
#plan .plan_detail_i table th:nth-last-child(1){
	border-right: 2px solid #009eff;
}
#plan .plan_detail_i table td{
	padding: 5px;
	vertical-align: middle;
	border-top: 2px solid #009eff;
	border-right: 2px solid #009eff;
	box-sizing:border-box;
}

#plan .t_price{
	margin-bottom: 10px;
	font-weight: 600;
	line-height: 1;
}

#plan .txt{
	margin-bottom: 20px;
}
#plan .t_price_w{
	align-items: center;
}
#plan .t_price .price_ttl{
	background: #009eff;
	display: flex;
	align-items: center;
	padding: 20px;
	margin-right: 20px;
	justify-content: center;
}
#plan .t_price_i{
	margin-right: 15px;
}
#plan .t_price_i .cor_red{
	font-size: 2.4rem;
}
#plan .t_price_i .l_txt{
	font-size: 3.0rem;
	margin: 0px;
}
#plan .t_price_i:nth-last-of-type(1){
	margin-bottom: 0;
}

.t_price_wi {
	padding: 10px;
	background: #f0f0f0;
	box-sizing: border-box;
}
.t_price_wi.special {
	padding: 10px;
	background: #009eff;
	width: 100%;
}
.t_price+.caution{
	margin-bottom: 10px;
}
#plan .t_price_wi.special .price_ttl {
	background: #fff;
	flex-shrink: 0;

}
#plan .t_price_wi.special .price_ttl_02 {
	background: none;
	border: 1px solid #fff;
	flex-shrink: 0;
}
#plan .t_price_i .s_txt {
	font-size: 1.0rem;
}

.p25{
	width: 25%;
}
#plan .plan_detail_i table td .badge {
	background: #009eff;
	color: #fff;
	display: inline-block;
	padding: 5px;
	border-radius: 100px;
	line-height: 1;
	font-size: 1.4rem;
}
.b {
	border-bottom: 2px solid #009eff;
}
@media screen and (max-width: 750px) {
	#plan .app_date_i{
		width: 100%;
		font-size: 1.6rem;
		text-align: center;
		margin-bottom: 5px;
	}
	#plan .t_price .price_ttl{
		width: 100%;
		margin-right: 0;
		padding: 10px;
	}
	.t_price_w{
		justify-content:space-between;
		padding: 10px;
		width: 100%;
	}
	#plan .plan_detail_i .table_w table{
		width: 100%;
		margin-bottom: 20px;
		font-size: 1.2rem;
	}
	#plan .t_price_i {
		margin-right: 0px;
		width: 100%;
		text-align: center;
		padding: 5px;
	}
	#plan .plan_detail_i table.sp_block th,
	#plan .plan_detail_i table.sp_block td{
		display: block;
	}
	#plan .plan_detail_i table td .badge{
		font-size: 1.0rem;
	}

		#plan .t_price_wi.special .price_ttl {
			flex-shrink: unset;
	
		}
	
		#plan .t_price_wi.special .price_ttl_02 {
			flex-shrink: unset;
		}
}

#benefits{

}
.benefits_ttl{
	color: #fff;
	text-align: center;
	line-height: 1.1;
	margin-bottom: 55px;
}
.benefits_ttl .m_txt{
	font-size: 4.4rem;
}
.benefits_ttl .s_txt {
	font-size: 4.0rem;
}
.benefits_ttl .l_txt{
	font-size: 5.1rem;
}
#benefits .caution{
	text-align: right;
	margin-top: 20px;
	font-size: 1.2rem;
}
@media screen and (max-width: 750px) {
	.benefits_ttl{
		margin-bottom: 30px;
	}
	.benefits_ttl .m_txt{
		font-size: 2.8rem;
	}
	.benefits_ttl .s_txt {
		font-size: 2.0rem;
	}
	.benefits_ttl .l_txt{
		font-size: 3.1rem;
	}
	#benefits .caution{
		font-size: 1.0rem;
		text-align: left;
	}
}

.cta{
	padding: 40px 0;
}
.cta .cta_inner{
	background:#fff;
	box-sizing: border-box;
	padding: 30px 80px;
	border-radius: 10px;
}
.cta .cta_inner h2{
	font-size: 3.0rem;
	text-align: center;
	line-height: 1;
	margin-bottom: 15px;
}
.cta .cta_inner h2 span{
	background: url(../img/ttl_u_line_ptn.png);
	background-repeat: repeat-x;
	background-position:center bottom;
}
.ttl_u_deco{
	display: flex;
	justify-content: center;
}
.ttl_u_deco span{
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #009eff;
	margin: 10px 5px 30px;
}
.cta .btns{
	justify-content:center
}
.cta .contact_btn{
	margin-left: 20px;
	background: #8EC11F;
	padding: 12px 10px;
    box-sizing: border-box;
    width: 48%;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
	position: relative;
}
.cta .contact_btn:after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: flex;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: rotate(45deg) translate(0,-50%);
}
@media screen and (max-width: 750px) {
	.cta .cta_inner {
		width: 90%;
		padding: 10% 5%;
	}
	.cta a {
		width: 100%;
		margin-bottom: 10px;
	}
	.cta .cta_inner h2{
		font-size: 2.0rem;
		text-align: center;
		line-height: 1.25;
		margin-bottom: 15px;
	}
	.cta .cta_inner h2 span{
		background: url(../img/ttl_u_line_ptn.png);
		background-repeat: repeat-x;
		background-position:center bottom;
	}
	.cta .contact_btn{
		margin-left: 0;
		width: 100%;
		padding: 18px 10px;
	}
	.cta .line_btn{
		background: #009eff;
		padding: 12px 10px;
		box-sizing: border-box;
		width: 100%;
		box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
		border-radius: 5px;
		color: #fff;
		text-align: center;
		letter-spacing: 2px;
		position: relative;
		line-height: 1.25;
	}
	.cta .line_btn .en{
		font-weight: 600;
		font-size: 2.0rem;
		letter-spacing: 1px;
	}
	.cta .line_btn:after {
		content: "";
		width: 5px;
		height: 5px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		display: flex;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: rotate(45deg) translate(0,-50%);
	}
}

#merit{
	padding: 120px 0;
	position: relative;
	background: #bae8ff;
}
#merit:before{
	content: "";
	display: block;
	width: 100%;
	height: 89px;
	background: url(../img/wave_bg.png);
	position: absolute;
	top:0;
}
#merit:after {
	content: "";
	display: block;
	width: 100%;
	height: 89px;
	background: url(../img/wave_bg.png);
	position: absolute;
	bottom: 0;
	transform: rotate(180deg);
}
#merit .merit_w{
	justify-content: space-between;
}
#merit .merit_i{
	box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
	width: 49%;
	margin-bottom: 25px;
	border-radius: 10px;
	padding: 30px;
	box-sizing: border-box;
}
#merit .merit_i .imgarea{
	flex-shrink: 0;
	margin-right: 30px;
}
#merit .merit_i .txtarea h3{
	font-size: 2.6rem;
	margin-bottom: 15px
}
#merit .merit_i .txtarea p{
	font-size: 1.85rem;
}
@media screen and (max-width: 750px) {
	#merit .merit_i{
		width: 100%;
		padding: 7.5% 4%;
	}
	#merit .merit_i .imgarea{
		margin-right: 0;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	#merit .merit_i .txtarea h3{
		font-size: 2.4rem;
		margin-bottom: 10px;
		text-align: center;
	}
	#merit .merit_i .txtarea p{
		font-size: 1.65rem;
	}
}

#golden_age{
	margin: 60px 0;
}
#golden_age .in{
	box-sizing: border-box;
	border: 3px solid #009eff;
	padding: 30px;
	border-radius: 10px;
}
#golden_age .golden_age_w .txtarea{
	margin-right: 30px;
}
#golden_age .golden_age_w .txtarea h2{
	border-bottom: 3px solid #009eff;
	padding-bottom: 15px;
	margin-bottom: 20px;
	align-items: center;
	color: #009eff;
}
#golden_age .golden_age_w .txtarea h2 .l_txt{
	font-size: 3.2rem;
	margin-right: 10px;
}
#golden_age .golden_age_w .txtarea h2 .s_txt{
	font-size: 1.8rem;
	font-weight: 600;
}
#golden_age .golden_age_w .imgarea{
	flex-shrink: 0;
}
@media screen and (max-width: 750px) {
	#golden_age .in{
		padding: 20px;
	}
	#golden_age .golden_age_w .txtarea h2 .l_txt{
		font-size: 2.8rem;
	    margin-right: 0px;
	}
	#golden_age .golden_age_w .txtarea {
		margin-right: 0;
	}
	#golden_age .golden_age_w .txtarea h2{
		text-align: center;
		justify-content: center;
	}
	#golden_age .golden_age_w .txtarea h2 .s_txt {
    	font-size: 1.6rem;
    	font-weight: 600;
	}
	#golden_age .golden_age_w .imgarea {
    	flex-shrink: unset;
    	margin-top: 20px;
	}
	#golden_age .golden_age_w .imgarea img{
		width: 100%;
	}
}

#reason{

}
#reason .sec_ttl_w{
	margin-bottom: 40px;
}
#reason .lead_txt{
	margin-bottom: 80px;
	text-align: center;
	font-size: 1.8rem;
}
#reason .lead_txt span{
	font-size: 2.2rem;
	font-weight: 800;
}
#reason .reason_w{

}
#reason .reason_i{
	background: #fff;
	box-shadow: 0px 12px 0px 0px rgba(0, 0, 0, 0.1);
	padding:80px 450px 80px 50px;
	position: relative;
	border-radius: 20px;
	margin-bottom: 80px;
	box-sizing: border-box;
	min-height: 285px;
}
#reason .reason_i:nth-of-type(2n){
	padding: 80px 50px 80px 450px;
}
#reason .reason_i:nth-last-of-type(1){
	margin-bottom: 40px;
}
#reason .reason_i .txtarea{
	position: relative;
	padding-top: 10px;
}
#reason .reason_i .txtarea .num{
	position: absolute;
	line-height: 1;
	font-size: 5.0rem;
	font-weight: 600;
	top:-100px
}
#reason .reason_i .txtarea h3{
	font-size: 2.8rem;
	line-height: 1;
	margin-bottom: 30px;
}
#reason .reason_i .imgarea{
	position: absolute;
	right: -50px;
	top: -30px;
}
#reason .reason_i:nth-of-type(2n) .imgarea {
	right: auto;
	left: -50px;
	top: -30px;
}
#reason .caution{
	text-align: right;
	font-size: 1.2rem;
	margin-top: 20px;
}
@media screen and (max-width: 750px) {
	#reason .reason_i .txtarea .num{
		position: absolute;
		line-height: 1;
		font-size: 4.0rem;
		font-weight: 600;
		top:-60px
	}
	#reason .reason_i,#reason .reason_i:nth-of-type(2n){
		padding: 7.5%;
		padding-top: 12%;
	}
	#reason .reason_i .txtarea h3{
		font-size: 2.6rem;
		line-height: 1;
		margin-bottom: 20px;
	}
	#reason .reason_i .imgarea {
		position: relative;
		right: 0;
		top: 20px;
		width: 120%;
	}
	#reason .reason_i:nth-of-type(2n) .imgarea {
    	right: auto;
    	left: 0;
    	top: 10px;
		width: 120%;
	}
}


#generally{
	padding: 120px 0;
	position: relative;
}
#generally:before{
	content: "";
	display: block;
	width: 788px;
	height: 286px;
	background: url(../img/generally_bg_top@x2.png);
	background-size: cover;
	position: absolute;
	top:0;
	left: 0;
}
#generally:after {
	content: "";
	display: block;
	width: 640px;
	height: 208px;
	background: url(../img/generally_bg_bottom@x2.png);
	background-size: cover;
	position: absolute;
	right: 0;
	bottom: 0;
}
#generally .lead_w{
	text-align: center;
	margin-bottom: 60px;
}
#generally .lead_w p{
	margin-bottom: 15px;
	font-size: 1.8rem;
}
#generally .lead_w p.l_txt{
	font-size: 2.4rem;
}
#generally .generally_w{

}
#generally .generally_i{
	padding: 40px 0;
	border-top: 1px solid #eeeeee;
	align-items: center;
}
#generally .generally_i:nth-last-of-type(1){
	border-bottom: 1px solid #eeeeee;
}
#generally .generally_i .imgarea{
	width: 320px;
	height: 260px;
	margin-right: 30px;
	flex-shrink: 0;
}
#generally .generally_i .imgarea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
#generally .generally_i .txtarea{

}
#generally .generally_i .generally_subttl_w{
	align-items: center;
	margin-bottom: 20px;
}
#generally .generally_i .generally_subttl_w .bal{
	margin-right: 20px;
}
#generally .generally_i .generally_subttl_w h3{
	font-size: 2.8rem;
	font-weight: 800;
}
#generally .generally_i .txtarea .txt_w{

}
#generally .generally_i .txtarea .txt_w p{
	margin-bottom: 20px;
}
#generally .generally_i .txtarea .txt_w p:nth-last-of-type(1){
	margin-bottom: 0;
}
#generally .generally_i .txtarea .txt_w p span{
	font-size: 1.8rem;
}
#generally .generally_i .txtarea .txt_w .flow_img{
	margin-bottom: 20px;
}
#generally .caution {
	text-align: right;
	font-size: 1.2rem;
	margin-top: 20px;
}

#generally .movie_thumb_w{
	text-align: center;
	margin-bottom: 40px;
}

#generally .video {
	display: none;
}

@media screen and (max-width: 750px) {
	#generally {
		padding: 80px 0;
		position: relative;
	}
	#generally:before{
		width: 340px;
    	height: 116px;
	}
	#generally:after{
		width: 310px;
	    height: 98px;
	}
	#generally .lead_w{
		margin-bottom: 40px;
	}
	#generally .lead_w p{
		margin-bottom: 15px;
		font-size: 1.6rem;
	}
	#generally .lead_w p.l_txt{
		font-size: 2.2rem;
	}
	#generally .generally_i .imgarea{
		width: 100%;
	    height: 170px;
	}
	#generally .generally_i .generally_subttl_w .bal img{
		width: 90px;
	}
	#generally .generally_i .generally_subttl_w .bal{
		margin-right: 0;
		width: 100%;
		text-align: center;
		position: relative;
		z-index: 2;
		top:-10px;
	}
	#generally .generally_i .generally_subttl_w h3 {
		font-size: 2.4rem;
		font-weight: 800;
		width: 100%;
		text-align: center;
	}
}

#voice{
	background: url(../img/voice_bg.jpg);
	background-size: cover;
}
#voice .voice_w{
	justify-content: space-between;
}
#voice .voice_i{
	background: #fff;
	width: 49%;
	margin-bottom: 25px;
	border-radius: 10px;
	padding: 30px;
	box-sizing: border-box;
}
#voice .voice_i .imgarea{
	flex-shrink: 0;
	margin-right: 30px;
}
#voice .voice_i .txtarea h3{
	margin-bottom: 15px;
	line-height: 1;
	display: table;
	padding: 5px;
	background: #009eff;
}
#voice .voice_i .txtarea p{
}
#voice .caution {
	text-align: right;
	font-size: 1.2rem;
}
@media screen and (max-width: 750px) {
	#voice .voice_i{
		width: 100%;
		padding: 7.5%;
	}
	#voice .voice_i .imgarea{
		margin-right: 0;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	#voice .voice_i .txtarea h3{
		margin:0 auto 15px;
	}
	#voice .caution {
		text-align: right;
		font-size: 1.0rem;
	}
}


#faq{
}
.faq_w{
	margin-bottom: 60px;
}
.faq_w:nth-last-of-type(1){
	margin-bottom: 0;
}
.faq_i{
	box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.1);
	padding: 30px;
	border-radius: 30px;
	margin-bottom: 30px;
	transition: 0.5s;
	background: #fff;
}
.faq_i.open{
	border-radius: 30px;
}
.faq_i .ico{
	background: #009eff;
	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 .a .ico {
	background: #009eff;
}
.faq_i h3{
	color: #009eff;
	font-size: 1.6rem;
	margin-top: 5px;
}
.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: #555;
	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_sub_ttl{
	font-size: 2.6rem;
	text-align: center;
	margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
	#faq {
    padding: 50px 0 50px;
    position: relative;
	}
		.faq_sub_ttl {
			font-size: 1.8rem;
			margin-bottom: 30px;
		}
	.faq_i{
		border-radius: 30px;
		padding: 7.5% 5%;
	}
	.faq_i .q .flex{
		padding-right: 30px;
	}
	.faq_i h3 {
    margin-top: 0;
		font-size: 1.4rem;
	}

	.faq_i .ico {
    width: 30px;
    height: 30px;
    margin-right: 20px;
	}
}


#companyCol {
	background: #ffffff;
}
#companyCol .inner {
	width: 945px;
	margin: 0 auto;
	padding: 15px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#companyCol .leftBlock {
	width: 390px;
}
#companyCol .leftBlock .figureCol01 {
	margin-top: 0;
}
#companyCol .leftBlock ul {
	margin-top: 15px;
}
#companyCol .leftBlock ul li {
	float: left;
	margin: 0 8px 13px 0;
	padding-right: 8px;
	border-right: solid 1px #4d4d4f;
	font-size: 84.6%;
	line-height: 1;
	white-space: nowrap;
}
#companyCol .leftBlock ul li.noLine {
	border-right: none;
}
#companyCol .leftBlock ul li a {
	color: #4d4d4f;
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: 300;
}
#companyCol .leftBlock ul li a:hover {
	text-decoration: underline;
}
#companyCol .rightBlock {
	text-align: right;
}
#companyCol .rightBlock p {
	margin-top: 0;
}
#companyCol .rightBlock .copyRight {
	margin-top: 10px;
	font-size: 1.2rem;
	font-weight: 300;
}
.figureCol01 .imgL {
	flex-shrink: 0;
	margin-right: 15px;
}
@media screen and (max-width: 750px) {
	footer {
		padding: 2.5% 10px 100px;
		position: relative;
		box-sizing: border-box;
	}
	#companyCol .inner {
		width: 95%;
		flex-wrap: wrap;
	}
	#companyCol .leftBlock .figureCol01{
		flex-wrap: wrap;
	}
	#companyCol .leftBlock{
		width: 100%;
	}
	.figureCol01 .imgL{
		width: 100%;
		margin-right: 0;
		text-align: center;
	}
	#companyCol .rightBlock {
    	text-align: center;
    	width: 100%;
	}
	#companyCol .leftBlock ul li{
		float: none;
	}
	#companyCol .leftBlock ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
}

.fixed_foot {
	background: #fff;
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 999;
	box-sizing: border-box;
}
.fixed_foot .contact_btn {
	background: #8EC11F;
	padding: 20px 10px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	position: relative;
	width: 100%;
	font-size: 1.4rem;
}
.fixed_foot .line_btn {
	background: #009eff;
	padding: 20px 10px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	position: relative;
	width: 100%;
	font-size: 1.4rem;
}

.to_top_btn{
	position: fixed;
	right: 10px;
	bottom:75px;
	z-index: 9999;
	width: 60px;
	height: 60px;
	display: none;
}
.to_top_btn a{
	background: #fff;
	border: #009eff 2px solid;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #009eff;
	line-height: 1.25;
	text-align: center;
	font-size: 1.4rem;
}
.to_top_btn a span{
	display: block;
}