@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;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", 'ヒラギノ角ゴ 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: 400;
	line-height: 1.5;
	letter-spacing: 1px;
	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;
}
#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{
	position: absolute;
	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: 220px;
}

@media screen and (max-width: 750px) {
	#header{
		padding-left: 0;
		position: absolute;
		width: 100vw;
		padding: 5px 0;
	}
	#header .logo{
		width: 100%;
		text-align: center;
		display: block;
	}
	#header .logo img {
		width: 150px;
	}
}

.main {
	background: #313131;
}
@media screen and (max-width: 750px) {
	.main{
		background: none;
		margin: 0;
		padding-bottom: 0;
	}
	.main .in{
		width: 100%;
	}
}

.fv_u{
	background: url(../images/cta_bg.jpg);
    background-size: cover;
    background-position: center;
	padding: 30px 0;
	text-align: center;
}
.fv_u .fv_u_area{
	margin-bottom: 10px;
}
.cta{
	background: url(../images/cta_bg.jpg);
    background-size: cover;
    background-position: center;
	padding: 30px 0;
}
.cta_w{}
.cta_w .cta_ttl{
	text-align: center;
	margin-bottom: 20px;
}
.cta_w .cta_btn{
	justify-content: center;
}
.cta_w .cta_btn .tel_btn{
	margin-right: 10px;
}
@media screen and (max-width: 750px) {
	.fv_u {
        background: url(../images/cta_bg_sp.jpg);
        background-size: cover;
        background-position: center;
        padding-top: 55px;
        margin-top: -42px;
    }
	.cta{
		background: url(../images/cta_bg_sp.jpg);
		background-size: cover;
		background-position: center;
	}
	.cta_w .cta_ttl{
		margin-bottom: 0;
	}
	.cta_w .cta_btn .tel_btn {
		margin-right: 0;
		margin-bottom: 8px;
	}
	.cta_w .cta_btn .btn_w{
		gap: 8px;
	}
}

#trouble{
	background: url(../images/trouble_bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 40px 0 80px;
	text-align: center;
}
#trouble h2{
	text-align: center;
	margin-bottom: 20px;
}
#trouble h2 img{
	width: 500px;
}
@media screen and (max-width: 750px) {
	#trouble{
		background: url(../images/trouble_sp_bg.jpg);
		background-size: cover;
		background-position: center;
		padding: 30px 0;
	}
	#trouble h2{
		margin-bottom: 10px;
	}
}

.solution{
	background: url(../images/solution_02_bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 270px 0 0;
	text-align: center;
	position: relative;
}
.solution_01{
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0px);
}
@media screen and (max-width: 750px) {
	.solution{
		padding-top: 0;
	}
}

#problem{
	background: url(../images/problem_bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 60px 0;
}
#problem h2{
	text-align: center;
	margin-bottom: 50px;
}
#problem h2 img{
	width: 450px;
}
@media screen and (max-width: 750px) {
	#problem{
		background: url(../images/problem_bg_sp.jpg);
		background-size: cover;
		background-position: center;
		padding: 30px 0;
	}
	#problem h2{
		margin-bottom: 30px;
	}
}


#danger{
	padding: 40px 0 90px;
}
#danger h2{
	text-align: center;
	margin-bottom: 40px;
}
#danger h2 img{
	width: 450px;
}
#danger .danger_w{
	gap: 10px;
	justify-content: center;
}
#danger .denger_i{
	width: 330px;
}
@media screen and (max-width: 750px) {
	#danger{
		padding: 30px 0;
	}
	#danger h2{
		margin-bottom: 30px;
	}
}

#transform {
	background: url(../images/cta_bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 0px 0 40px;
	text-align: center;
}
#transform h2 {
	text-align: center;
	position: relative;
	top: -30px;
}
#transform .transform_w{
	gap: 10px;
	justify-content: center;
	margin-bottom: 40px;
}
#transform .transform_i{
	width: 330px;
}
@media screen and (max-width: 750px) {
	#transform{
		background: url(../images/cta_bg_sp.jpg);
        background-size: cover;
        background-position: center;
	}
	#transform .in{
		width: 100%;
	}
	#transform h2 {
		text-align: center;
		position: relative;
		top: 0px;
		margin-bottom: 20px;
	}
	#transform .transform_w{
		gap:20px;
		margin-bottom: 20px;
	}
	.transform_u_area{
		padding: 0 5%;
		margin-bottom: 15px;
	}
	#transform .cta_w{
		padding: 0 5%;
	}
}

#reason{
	background: url(../images/reason_bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 60px 0 60px;
	text-align: center;
}
#reason h2{
	text-align: center;
	margin-bottom: 60px;
}
#reason h2 img{
	width: 500px;
}
#reason .reason_w {
	gap: 10px;
	justify-content: center;
}
@media screen and (max-width: 750px) {
	#reason{
		padding: 40px 0;
		background: url(../images/reason_sp_bg.jpg);
		background-size: cover;
		background-position: center;
	}
	#reason h2{
		text-align: center;
		margin-bottom: 40px;
	}
	#reason .reason_w{
		gap: 18px;
	}
}

#result{
	background: url(../images/trouble_bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 60px 0 60px;
	text-align: center;
}
#result h2{
	text-align: center;
	margin-bottom: 60px;
}
#result h2 img{
	width: 500px;
}
#result .result_w {
	gap: 15px;
	justify-content: center;
}
#result .result_i img{
	filter: drop-shadow(0 7px 10px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 750px) {
	#result{
		padding: 40px 0;
		background: url(../images/trouble_sp_bg.jpg);
		background-size: cover;
		background-position: center;
	}
	#result h2{
		text-align: center;
		margin-bottom: 40px;
	}
	#result .reason_w{
		gap: 18px;
	}
}

#faq{
	padding: 60px 0;
}
#faq h2{
	text-align: center;
	margin-bottom: 40px;
}
#faq h2 img{
	width: 450px;
}
.faq_i {
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 20px;
	border: 1px solid #8d8d8d;
	transition: 0.5s;
	background: #fff;
}
.faq_i .ico {
	background: #092d4e;
	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: #a21217;
}
.faq_i h3 {
	margin-top: 5px;
	font-weight: 600;
	padding-right: 20px;
}

.faq_i p.l_txt{
	font-weight: 600;
	margin-top: 5px;
}
.faq_i p.s_txt {
	margin-top: 10px;
}

.faq_i .q {
	position: relative;
	cursor: pointer;
}

.faq_i .q:after {
	content: "×";
	font-size: 1.8rem;
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 0;
	transform: rotate(45deg) translate(-10px, -50%);
	color: #333;
}

.faq_i.open .q:after {
	top: 50%;
	right: -1%;
	transform: rotate(0) translate(0, -50%);
}

.faq_i .a {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e3e3e3;
	display: none;
	font-weight: 500;
}
@media screen and (max-width: 1000px) {
	#faq{
		padding: 40px 0;
	}
	#faq h2{
		text-align: center;
		margin-bottom: 40px;
	}
	.faq_i {
		border-radius: 10px;
		padding: 5% 5%;
	}
	.faq_i .q .flex {
		padding-right: 30px;
	}
	.faq_i h3 {
		margin-top: 0;
	}
	.faq_i .ico {
		width: 30px;
		height: 30px;
		margin-right: 20px;
	}
}


#company{
	padding: 60px 0;
}

#company h2 {
	text-align: center;
	margin-bottom: 40px;
}

#company h2 img {
	width: 450px;
}

#company table{
	border-radius: 10px;
	margin:40px auto 0;
	border-bottom: 2px solid #e8e8e8;
	width: 100%;
}

#company table th{
	text-align: left;
	font-weight: 600;
	padding: 20px 20px;
	border-top: 2px solid #e8e8e8;
	width: 25%;
}

#company table td{
	border-top: 2px solid #e8e8e8;
	text-align: left;
	padding: 20px 20px;
}

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

	#company table{
		width: 100%;

	}

	#company table th,
	#company table td{
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	#company table th{
		border-bottom: 0px;
		padding-bottom: 15px;
	}

	#company table td{
		border-top: 0px;
		padding-top: 0;
	}
}

#form{
	padding: 60px 0 60px;
	position: relative;
	overflow: hidden;
	background: url(../images/trouble_bg.jpg);
    background-size: cover;
    background-position: center;
}
#form h2 {
	text-align: center;
	margin-bottom: 40px;
}
#form h2 img {
	width: 450px;
}
#form .form_w{
	padding: 40px;
	background: #fff;
	box-sizing: border-box;
}
#form table{
	width: 100%;
}
#form table th{
	width: 25%;
	text-align: left;
	padding: 10px 0;
	vertical-align: middle;
}
#form table td{
	padding: 10px 0;
	vertical-align: middle;
}
#form input[type="text"],
#form input[type="tel"],
#form input[type="email"]{
	width: 100%;
	box-sizing: border-box;
	height: 50px;
	padding: 10px;
	font-size: 1.6rem;
}
#form select{
	width: 100%;
	height: 50px;
	font-size: 1.6rem;
}
#form label{
	align-items:center;
	margin-right: 20px;
}
#form label input[type="checkbox"]{
	margin-right: 5px;
}
#form .textarea_w{
	margin-top: 20px;
}
#form textarea{
	width: 100%;
	box-sizing: border-box;
	height: 150px;
	padding: 10px;
	font-size: 1.6rem;
	font-weight: 600;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input[type="submit"]{
	background: #ff003b;
	color: #fff;
	border-radius: 5px;
	width: 300px;
	font-size: 1.8rem;
	padding: 20px;
	box-sizing: border-box;
	display: block;
	margin:40px auto 0;
	font-weight: 800;
}
input[type="submit"]:hover{
	opacity: 0.6;
}
.form_w th span {
	color: #dc294a;
	margin-left: 10px;
}
#form .file,
#form .date{
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#form label{
	display: inline-block;
}
#form .file span,
#form .date span{
  margin-right: 10px;
}
#form .submit_w{
	text-align: center;
	margin-top: 20px;
}
#form button{
	border: none;
	background: none;
}
#form button:hover{
	opacity: 0.6;
}
#form .submit_w img{
	width: 400px;
}
.form_w .check_w{
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
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;
}
@media screen and (max-width: 900px) {
	#form:before {
		content: "";
		width: 107.7vw;
		height: 83.5vw;
		left: -38vw;
		top: -30vw;
	}
	#form:after {
		content: "";
		width: 107.7vw;
		height: 83.5vw;
		right: -38vw;
		bottom: -12vw;
	}
	#form .form_w{
		padding:30px 20px;
	}
	#form table th,
	#form table td{
		display: block;
	}
	#form table th{
		border-bottom: 0px;
		padding-bottom: 0;
		width: 100%;
	}
	.contact_h{
		padding: 30px 10px;
	}
	.contact_h .txt{
		font-size: 1.4rem;
		padding: 0 15px;
	}
	.contact_h .cta_btns a{
		margin: 0 5px;
	}
	.contact_h .cta_btns a img{
		filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
	}
}

footer {
	background: #444;
	color: #fff;
	padding: 10px;
	text-align: center;
}

@media screen and (max-width: 900px) {
	footer {
		padding-bottom: 100px;
	}
}


.fixed_foot {
	display: none;
}

@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;
		display: block;
	}

	.fixed_foot .flex {
		justify-content: space-between;
	}

	.fixed_foot a {
		display: block;
		padding: 2px;
	}
}

.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 .btn_w a {
	display: inline-block;
	background: #1292c5;
	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
	}
}