@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;600;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",'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size:1.6rem;
	color: #333333;
	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:#555;
}
a:hover{
	opacity:0.6;
}
.ital {
	font-style: italic;
}
#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;
	}
	#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;
	}
}

#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 img{
}
.btns{
	align-items: center;
	margin-left: 20px;
}
.btn_i{
	margin-left: 5px;
}

@media screen and (max-width: 750px) {
	#header{
		padding-left: 0;
		position: absolute;
	}
	#header .logo{
		width: 40%;
	}
	#header .btns a{
		width: 40px;
	}
}

#main_v{
	margin-top: 70px;
	padding: 60px 0 60px;
	position: relative;
	background: url(../images/main_bg@x2.jpg);
	background-size: cover;
	text-align: center;
	position: relative;
}
@media screen and (max-width: 750px) {
	#main_v{
		padding: 30px 0;
		margin-top: 60px;
	}
}

.cor_blue{
	color: #222a85;
}
.cor_w{
	color: #fff;
}
.bg_math{
	background: url(../images/math_bg.jpg);
}
.bg_sol {
	background: url(../images/solution_bg.jpg);
	background-size: cover;
	background-position: center;
}

.ttl_txt{
	font-weight: 900;
	font-size: 3.6rem;
	text-align: center;
	margin-bottom: 60px;
	line-height: 1.25;
}
.ttl_txt span{
	font-size: 4.6rem;
}
.ttl_txt span.s_txt{
	font-size: 3.6rem;
}
@media screen and (max-width: 750px) {
	.ttl_txt{
		font-size: 2.6rem;
		margin-bottom: 30px;
	}
	.ttl_txt span{
		font-size: 3.2rem;
	}
	.ttl_txt span.s_txt{
		font-size: 2.6rem;
	}
}

.cta{
	background: #222a85;
	padding: 80px 0 60px;
}
.cta_btns_w{
	background: #fff;
	position: relative;
	padding: 30px;
	padding-left: 330px;
	margin-bottom: 50px;
}
.cta_btns_w:after{
	content: "";
	display: block;
	position: absolute;
	top:100%;
	left: 50%;
	transform: translate(-50%,0);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 25px 0 25px;
	border-color: #fff transparent transparent transparent;
}
.cta_btns_w .now{
	background: #222a85;
	font-size: 2.0rem;
	font-weight: 600;
	text-align: center;
	padding:5px 0;
}
.cta_btns_w .cta_lead{
	font-size: 2.2rem;
	position: relative;
	font-weight: 600;
	font-weight: 900;
	text-align: center;
	line-height: 1.5;
	padding: 20px 0;
}
.cta_btns_w .cta_lead span{
	font-size: 2.6rem;
}
.cta_btns_w .cta_lead:after{
	content: "";
    width: 2px;
    height: 55px;
    background: #222a85;
    display: block;
    position: absolute;
    transform: rotate(20deg);
    right: 90px;
    top: 40px;
}
.cta_btns_w .cta_lead:before {
	content: "";
    width: 2px;
    height: 55px;
    background: #222a85;
    display: block;
    position: absolute;
    transform: rotate(-20deg);
    left: 90px;
    top: 40px;
}
.cta_btns_w .btns{
	justify-content: center;
}
.cta_btns_w .btns a{
	display: block;
	margin: 0 10px;
}
.cta_btns_w .men{
	position: absolute;
	left: 20px;
    bottom: 0;
}
.cta_cp_w{
	text-align: center;
}
@media screen and (max-width: 750px) {
	.cta {
		padding: 40px 0 40px;
	}
	.cta_btns_w{
		padding: 20px 20px 0 20px;
		margin-bottom: 30px;
	}
	.cta_btns_w .men {
		width: 50%;
		position: static;
		margin: 30px auto 0;
	}
	.cta_btns_w .btns a {
		display: block;
		margin: 0px 2px;
	}
	.cta_btns_w .now{
		font-size: 1.6rem;
	}
	.cta_btns_w .cta_lead{
		font-size: 1.6rem;
	}
	.cta_btns_w .cta_lead span {
		font-size: 2.0rem;
	}
	.cta_btns_w .btns{
		margin-left: 0;
	}
	.cta_btns_w .cta_lead:after{
		right: 0;
    	top: 60px;
	}
	.cta_btns_w .cta_lead:before{
		left: 0;
    	top: 60px;
	}
}

#area{
	padding: 60px 0;
}
#area .area_lead{
	margin-bottom: 50px;
	text-align: center;
	font-weight: 900;
	font-size: 1.8rem;
}
#area .area_lead span{
	background: #fffea2;
}
#area .imgarea{
	text-align: center;
}
@media screen and (max-width: 750px) {
	#area .area_lead{
		font-size: 1.6rem;
	}
}

#trouble{
	padding: 60px 0;
	background: url(../images/trouble_bg.jpg);
	background-size: cover;
	background-position: center;
}
#trouble .trouble_w{
}
#trouble .trouble_w li{
	width: 32.5%;
    background: #fff;
    margin: 0 15px 15px 0;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	font-weight: 900;
	align-items: center;
}
#trouble .trouble_w li:nth-last-of-type(3n){
	margin-right: 0;
}
#trouble .trouble_w li span{
	width: 100%;
	text-align: center;
	font-size: 1.8rem;
}
#trouble .trouble_w li:before{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/check.svg);
	flex-shrink: 0;
}
@media screen and (max-width: 750px) {
	#trouble .trouble_w li{
		width: 100%;
		margin: 0 0px 10px 0;
	}
}

#damage {
	padding: 60px 0;
	background: url(../images/damage_bg.jpg);
	background-size: cover;
	background-position: center;
}
#damage .damage_w{
	justify-content: space-between;
}
#damage .damage_i{
	width: 32%;
}
#damage .damage_i img{
	width: 100%;
}
#damage .damage_i .txt{
	background: #222a85;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 900;
	padding:10px 0;
}
@media screen and (max-width: 750px) {
	#damage .damage_i{
		width: 100%;
		margin-bottom: 10px;
	}
	#damage .damage_i .txt{
		font-size: 1.6rem;
	}
}

#solution{
	padding: 60px 0;
}
#solution .solution_top{
	margin-bottom: 30px;
}
.solution_lis_w{
	justify-content: space-between;
	margin-bottom: 30px;
}
.solution_btm_txt{
	font-weight: 900;
	font-size: 3.6rem;
	text-align: center;
	text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
}
.solution_btm_txt span{
	font-size: 4.6rem;
}
@media screen and (max-width: 750px) {
	.solution_lis_w{
		justify-content: center;
	}
	.solution_lis_w li{
		width: 47%;
		margin: 5px;
	}
	.solution_btm_txt{
		font-size: 2.6rem;
	}
	.solution_btm_txt span{
		font-size: 3.2rem;
	}
}

#vermin {
	padding: 60px 0;
}
.vermin_i{
	border: 3px solid #222a85;
	padding: 30px;
	margin-bottom: 20px;
	background: #fff;
}
.vermin_i:nth-last-of-type(1){
	margin-bottom: 0;
}
.vermin_i .imgarea{
	flex-shrink: 0;
	margin-right: 30px
}
.vermin_i .txtarea{

}
.vermin_i .txtarea h3{
	font-size: 2.6rem;
	border-bottom: 3px solid #222a85;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.vermin_i .txtarea .price{
	font-size: 2rem;
	color: #e7220d;
	font-weight: bold;
	float: right;
	line-height: 4rem;
}
.vermin_i .txtarea .price span{
	font-size: 3rem;
	color: #e7220d;
	font-weight: bold;
}
.vermin_i .txtarea li{
	display: flex;
	align-items: center;
	margin: 0 20px 10px 0;
	font-weight: 600;
}
.vermin_i .txtarea li:before{
	content: "";
	width: 10px;
	height: 10px;
	background: #222a85;
	display: block;
	margin-right: 10px;
	border-radius: 100%;
}
@media screen and (max-width: 750px) {
	.vermin_i{
		padding: 20px;
	}
	.vermin_i .imgarea{
		flex-shrink: unset;
		margin-right: 0;
	}
	.vermin_i .txtarea h3{
		font-size: 2.2rem;
		padding: 10px 0;
	}
	.vermin_i .txtarea .price{
	font-size: 1.5rem;
	line-height: 4rem;
	padding-top: 8px;
	}
	.vermin_i .txtarea .price span{
		font-size: 2.2rem;
	}
}

#reason {
	padding: 60px 0;
	position: relative;
}
#reason::before{
	content: "";
	display: block;
	background: url(../images/solution_bg.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 400px;
	position: absolute;
	z-index: -1;
	top:0;
}
#reason h2{
	text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
}
#reason .reason_w{
	justify-content: space-between;
}
#reason .reason_i{
	width: 24%;
	background: #fff;
	padding: 20px;
	border: 3px solid #222a85;
	box-sizing: border-box;
	position: relative;
}
#reason .reason_i .num{
	position: absolute;
	left: 50%;
	top:-30px;
	transform: translate(-50%,0);
}
#reason .reason_i .imgarea{
	margin-bottom: 20px;
}
#reason .reason_i h3{
	font-size: 2.2rem;
	text-align: center;
	border-top: 3px solid #222a85;
	border-bottom: 3px solid #222a85;
	margin-bottom: 20px;
}
#reason .reason_i h3 span{
	color: #e3111d;
}
@media screen and (max-width: 750px) {
	#reason h2{
		margin-bottom: 60px;
	}
	#reason .reason_i {
			width: 100%;
			margin-bottom: 45px;
	}
	#reason .reason_i .imgarea img{
		width: 100%;
	}
}

#risk {
	padding: 60px 0;
	position: relative;
}
#risk .risk_i{
	border-top: 2px solid #c9c9c9;
	padding: 30px;
}
#risk .risk_i .imgarea{
	margin-right: 30px;
	flex-shrink: 0;
}
#risk .risk_i .imgarea img{
	width: 75px;
}
#risk .risk_i .txtarea{

}
#risk .risk_i .txtarea h3{
	font-size: 2.2rem;
	margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
	#risk .risk_i .imgarea{
		width: 100%;
		text-align: center;
	}
	#risk .risk_i .txtarea h3{
		font-size: 2.2rem;
		margin-bottom: 10px;
		text-align: center;
	}
}

#voice {
	padding: 60px 0;
	position: relative;
}
#voice .voice_i{
	background: #fff;
	padding: 30px;
	margin-bottom: 20px
}
#voice .voice_i .imgarea{
	margin-right: 30px;
	flex-shrink: 0;
}
#voice .voice_i .txtarea{

}
#voice .voice_i .txtarea h3{
	font-size: 2.2rem;
	margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
	#voice .voice_i .imgarea{
		margin-right: 0;
		flex-shrink: 0;
		width: 100%;
		text-align: center;
	}
}

#hikaku {
	padding: 60px 0;
	position: relative;
}
@media screen and (max-width: 750px) {
	#hikaku .table_w{
		overflow: scroll;
	}
	#hikaku .table_w img{
		width: 200%;
		max-width: 180%;
	}
}

.bottakuri{
	padding: 40px 0;
}

#flow {
	padding: 60px 0;
	position: relative;
}
#flow h2 {
	text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
}
#flow .flow_w {
	justify-content: space-between;
}
#flow .flow_i {
	width: 24%;
	background: #fff;
	padding: 20px;
	border: 3px solid #222a85;
	box-sizing: border-box;
	position: relative;
}
#flow .flow_i .num {
	position: absolute;
	left: 50%;
	top: -30px;
	transform: translate(-50%, 0);
}
#flow .flow_i .imgarea {
	margin-bottom: 20px;
	border-bottom: 3px solid #222a85;
	padding-top: 30px;
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
#flow .flow_i h3 {
	font-size: 2.2rem;
	text-align: center;	
	margin-bottom: 10px;
}
#flow .flow_i h3 span {
	color: #e3111d;
}
@media screen and (max-width: 750px) {
	#flow h2{
		margin-bottom: 60px;
	}
	#flow .flow_i{
		width: 100%;
		margin-bottom: 40px;
	}
}


#faq {
	padding: 60px 0;
}
.faq_i {
	box-shadow: 0px 10px 20px 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: #222a85;
	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: #222a85;
	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: #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;
}
@media screen and (max-width: 750px) {
	#faq {
		padding: 50px 0 50px;
		position: relative;
	}
	.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;
	}
}


#form{
	padding: 90px 0 50px;
	background-color: #e8f6f5;
}
.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{
	width: 30%;
	text-align: left;
	vertical-align: top;
	font-weight: 600;
}
.form_w th span{
	color:#dc294a;
	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],
.form_w td input[type=date],
.form_w td select{
	width: 100%;
	border: 1px solid #888;
	height: 40px;
	padding: 5px;
	box-sizing: border-box;
}
.form_w td label{
	margin-right: 10px;
}
.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;
}
.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: #e7000d;
    padding: 15px 50px 15px 30px;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
}


.radio_w {
	padding:5px 15px;
}

.radio_w input[type=radio] {
	display: none;
}

.radio_w input[type=radio]+label {
	padding-left: 30px;
	position: relative;
}

.radio_w input[type=radio]+label:before {
	border-radius: 100px;
	width: 20px;
	height: 20px;
	border: 1px #ccc solid;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
}

.radio_w input[type=radio]+label:after {
	border-radius: 100px;
	width: 10px;
	height: 10px;
	background: #ff001f;
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	left: 6px;
	opacity: 0;
}

.radio_w input[type="radio"]:checked+label:after {
	opacity: 1;
}
@media screen and (max-width: 750px) {
	#form{
		padding: 20px 0;
		position: relative;
	}
	.form_w{
		padding: 5%;
	}
	.form_w.in_in{
	}
	.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;
	}
}

#company_info{
	padding: 60px 0;
}
#company_info table{
	width: 100%;
	border-top: #888 solid 1px;
}
#company_info table th,
#company_info table td{
	padding: 10px;
	border-bottom: #888 solid 1px;
}
@media screen and (max-width: 750px) {
}

footer {
	text-align: center;
	padding: 10px;
}

.thanks #main_v{
	padding: 180px 0;
}
.thanks h1{
	font-size: 2.2rem;
}

.fixed_btn{
	background: #fff;
	padding: 20px;
	position: fixed;
	width: 100%;
	bottom:0;
	box-sizing: border-box;
	z-index: 999;
}
.fixed_btn .btns{
	margin-left: 0;
}

.credit_w{
	margin-bottom: 40px;
}
.credit_w .in_in{
	background: #f0f0f0;
	padding: 30px;
	box-sizing: border-box;
	text-align: center;
}
.credit_w img{
	width: 400px;
}
.credit_w h2{
	margin-bottom: 30px;
	color: #222a85;
	font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
}