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: 600;
	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:1000px;
	margin:0 auto;
	position: relative;
	z-index: 3;
}
.in_in{
	width:780px;
	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;
		letter-spacing: 1px;
	}
	#wrap{
		width: 100vw;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.tab{
		display:none;
	}
	.in,.in_in{
	width: 94%;
	margin: 0 auto;
	}
	.flex_w_sp{
		flex-wrap: wrap;
	}
}


.cor_blue{
	color: #27a1d1;
}
.cor_red {
	color: #e43655;
}
.cor_yellow{
	color: #ffea00;
}
.cor_white{
	color: #fff;
}
.bg_white{
	background: #fff;
}
.bg_blue{
	background: #27a1d1;
}
.bg_blue_02 {
	background: #f3fbfe;
}
.bg_yellow{
	background: #f9f8ef;
}
.bg_gray{
	background: #f4f4f4;
}
@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;
}
#header .btn_i img {
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 750px) {
	#header{
		padding-left: 0;
		position: absolute;
		width: 100vw;
	}
	#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_v {
	background-image: url(../images/fv_bg.jpg);
	background-size: cover;
	background-position: center;
	margin-top: 87px;
}
#main_v .catch{
	position: relative;
	top: 30px;
}
@media screen and (max-width: 750px) {
	#main_v{
		margin-top: 55px;
		background: none;
	}
	#main_v .in{
		width: 100%;
	}
	#main_v .catch{
		top: 0;
	}
}


.cta{
	padding: 30px 0 30px;
	background-image: url(../images/cta_bg.jpg);
	background-size: cover;
	background-position: center;
}
.cta .cta_h{
	margin-bottom: 10px;
}
.cta .cta_btns{
	justify-content: space-between;
	align-items: center;
}
.cta .cta_btns .tel_btn{
	width: 360px;
	margin-right: 10px;
}
.cta .cta_btns .btn_i{
	margin-left: 10px;
}
.cta .cta_btns .btn_i img {
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 750px) {
	.cta{
		padding-bottom: 20px;
		background-image: url(../images/cta_bg_sp.jpg);
	}
	.cta .cta_btns{
		padding: 0 5px;
	}
	.cta .cta_btns .tel_btn{
		margin-right: 0;
		width: 100%;
		margin-bottom: 10px;
	}
	.cta .cta_btns .tel_btn img {
		filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
	}
	.cta .cta_btns .btn_i{
		width: 48.5%;
	}
	.cta .cta_btns .btn_i{
		margin-left: 0;
	}
}

#area {
	padding: 60px 0 40px;
}
#area .sec_ttl{
	margin-bottom: 10px;
	text-align: center;
}
#area .sec_ttl img{
	width: 500px;
}
#area .imgarea{
	text-align: center;
}
@media screen and (max-width: 750px) {
	#area{
		padding: 30px 0 30px;
	}
}

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

#solution {
	padding: 0 0 0;
	background-image: url(../images/solution_bg.jpg);
	background-size: cover;
	background-position: center;
}
#solution .imgarea{
	text-align: center;
}
@media screen and (max-width: 750px) {
	#solution{
		background-image: url(../images/solution_bg_sp.jpg);
		padding: 20px 0 0;
	}
}

#error {
	padding: 40px 0 40px;
	background-image: url(../images/error_bg.jpg);
	background-size: cover;
	background-position: center;
}
#error .sec_ttl{
	margin-bottom: 20px;
	text-align: center;
}
#error .sec_ttl img{
	width: 500px;
}
#error .imgarea{
	text-align: center;
}
@media screen and (max-width: 750px) {
	#error{
		background-image: url(../images/error_sp_bg.jpg);
		padding: 30px 0;
	}
}

#bottakuri {
	padding: 40px 0;
	background: #fafafa;
}
#bottakuri .imgarea{
	text-align: center;
}
#bottakuri .imgarea img {
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 750px) {
	#bottakuri{
		padding: 30px 0;
	}
}

#handan {
	padding: 40px 0 40px;
}
#handan .sec_ttl{
	margin-bottom: 30px;
	text-align: center;
}
#handan .sec_ttl img{
	width: 500px;
}
#handan .imgarea{
	text-align: center;
}
.handan_area_01{
	text-align: center;
	margin-bottom: 50px;
}
.handan_area_01 .handan_area_01_02{
	background-image: url(../images/meyasu_bg_01.jpg);
	background-size: cover;
	background-position: center;
	padding-top: 30px;
	margin-top: -30px;
}
.handan_area_01 .handan_area_01_02 img{
	position: relative;
	top: 20px;
}
.handan_area_02{
	text-align: center;
}
.handan_area_02 .handan_area_02_02{
	background-image: url(../images/meyasu_bg_02.jpg);
	background-size: cover;
	background-position: center;
	padding-top: 30px;
	margin-top: -30px;
}
.handan_area_02 .handan_area_02_02 img{
	position: relative;
	top: 20px;
}
@media screen and (max-width: 750px) {
	#handan{
		padding: 30px 0;
	}
	.handan_area_01_01,
	.handan_area_01_02,
	.handan_area_02_01,
	.handan_area_02_02{
		padding: 0 3%;
	}
	.handan_area_01 .handan_area_01_02{
		background-image: url(../images/meyasu_bg_01_sp.jpg);
	}
	.handan_area_02 .handan_area_02_02{
		background-image: url(../images/meyasu_bg_02_sp.jpg);
	}
	.handan_area_02 .handan_area_02_02{
		margin-top: -15px;
	}
}

#staff {
	padding: 30px 0 40px;
	background-image: url(../images/staff_bg.jpg);
	background-size: cover;
	background-position: center;
}
#staff .sec_ttl {
	margin-bottom: 20px;
	text-align: center;
	font-size: 3.8rem;
	font-weight: 800;
	color: #fff;
	text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}
#staff p{
	color: #fff;
	text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
	#staff {
		padding: 30px 0 40px;
		background-image: url(../images/staff_bg_sp.jpg);
		background-size: cover;
		background-position: center;
	}
	#staff .sec_ttl {
		margin-bottom: 20px;
		text-align: center;
		font-size: 3.2rem;
	}
	#staff p{
		font-size: 1.4rem;
	}
}



#price {
	padding: 40px 0 40px;
	background-image: url(../images/price_bg.jpg);
	background-size: cover;
	background-position: center;
}
#price .sec_ttl{
	margin-bottom: 20px;
	text-align: center;
}
#price .sec_ttl img{
	width: 500px;
}
#price .imgarea{
	text-align: center;
}
@media screen and (max-width: 750px) {
	#price{
		background-image: url(../images/price_bg_sp.jpg);
		padding: 30px 0;
	}
}

#speed {
	padding: 40px 0 0;
}
#speed .sec_ttl{
	margin-bottom: 30px;
	text-align: center;
}
#speed .sec_ttl img{
	width: 500px;
}
#speed .imgarea{
	text-align: center;
}
#speed .speed_h{
	text-align: center;
}
#speed .speed_c{
	background-image: url(../images/spped_c_bg.png);
	background-size: cover;
	background-position: center;
	padding: 30px 0 0;
	text-align: center;
}
@media screen and (max-width: 750px) {
	#speed{
		padding: 30px 0 0;
	}
}

#maker {
	padding: 40px 0 40px;
}
#maker .sec_ttl {
	margin-bottom: 20px;
	text-align: center;
	font-size: 3.6rem;
	font-weight: 800;
	color: #fa6d01;
}
@media screen and (max-width: 750px) {
	#maker{
		padding: 30px 0;
	}
	#maker .sec_ttl{
		font-size: 3.0rem;
	}
}

#point {
	padding: 40px 0 40px;
	background-image: url(../images/point_bg.jpg);
	background-size: cover;
	background-position: center;
}
#point .sec_ttl{
	margin-bottom: 30px;
	text-align: center;
}
#point .sec_ttl img{
	width: 500px;
}
#point .imgarea{
	text-align: center;
}
@media screen and (max-width: 750px) {
	#point{
		background-image: url(../images/point_bg_sp.jpg);
		padding: 30px 0;
	}
}

#result {
	padding: 40px 0 40px;
	background:#f9f4ec;
}
#result .sec_ttl{
	margin-bottom: 45px;
	text-align: center;
}
#result .sec_ttl img{
	width: 500px;
}
#result .result_w{
	padding-bottom: 40px;
}
#result .result_w .result_i{
	border: 1px solid #d0d0d0;
	padding:20px 15px;
	border-radius: 15px;
	box-sizing: border-box;
	position: relative;
	font-size: 1.4rem;
}
#result .result_w .result_i .result_i_top{
	margin-bottom: 15px;
}
#result .result_w .result_i .result_i_top .num {
	text-align: center;
	margin-bottom: 10px;
}
#result .result_w .result_i .result_i_top .num img{
	width: 120px;
}
#result .result_w .result_i .result_i_top .result_ttl{
	font-size: 2.4rem;
	line-height: 1.3;
}
#result .result_w .result_i .imgarea{
	margin-bottom: 15px;
}
#result .result_w .result_i .comment_w{}
#result .result_w .result_i .comment_w h4{
	position: relative;
	margin-bottom: 5px;
}
#result .result_w .result_i .comment_w h4 span{
	line-height: 1;
	display: inline-block;
	background: #fff;
	padding-right: 10px;
	font-size: 2.0rem;
	font-weight: 600;
	position: relative;
	z-index: 2;
	color: #f85900;
}
#result .result_w .result_i .comment_w h4:after{
	content: "";
	height: 1px;
	width: 100%;
	background: #f85900;
	position: absolute;
	top: 50%;
	left: 0;
}
#result .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
}
#result .swiper-pagination-bullet {
  width: 24px;
  height: 4px;
  border-radius: 0px;
  background: #e8c9b0;
  opacity: 1;
  transition: all 0.3s;
}
#result .swiper-pagination-bullet-active {
  width: 48px;
  background: #f85900;
}
#result .table_w {
	margin-bottom: 20px;
}
#result .table_w .company_info_item {
	padding: 10px;
	margin-bottom: 5px;
	border: 1px solid #b2b2b2;
	border-left: 3px solid #f85900;
	align-items: center;
}
#result .table_w .company_info_item:nth-last-of-type(1) {
	margin-bottom: 0;
	background: #f85900;
	color: #fff;
}
#result .table_w .company_info_item dt {
	width: 27%;
	border-right: 1px solid #b2b2b2;
}
#result .table_w .company_info_item:nth-last-of-type(1) dt{
	border-right: 1px solid #fff;
}
#result .table_w .company_info_item:nth-last-of-type(1) dd{
	color: #e7f30d;
	font-size: 2.0rem;
}
#result .table_w .company_info_item dd {
	padding-left: 20px;
}
@media screen and (max-width: 750px) {
	#result{
		padding: 30px 0;
	}
	#result .in{
		
	}
	#result .result_w .result_i .result_i_top .num span{
		font-size: 1.5rem;
	}
	#result .result_w .result_i .result_i_top .result_ttl{
		font-size: 2.0rem;
	}
}


#voice {
	padding: 40px 0 40px;
}
#voice .sec_ttl{
	margin-bottom: 30px;
	text-align: center;
}
#voice .sec_ttl img{
	width: 500px;
}
#voice .imgarea{
	text-align: center;
}
@media screen and (max-width: 750px) {
	#voice{
		padding: 30px 0;
	}
}

#flow {
	padding: 40px 0 40px;
	background: #f9f4ec;
}
#flow .sec_ttl{
	margin-bottom: 30px;
	text-align: center;
}
#flow .sec_ttl img{
	width: 500px;
}
#flow .imgarea{
	text-align: center;
}
@media screen and (max-width: 750px) {
	#flow{
		padding: 30px 0;
	}
}

#faq {
	padding: 30px 0 40px;
	background: #f0f0f0;
}
#faq .sec_ttl{
	margin-bottom: 30px;
	text-align: center;
	font-size: 3.6rem;
	font-weight: 800;
	color: #fa6d01;
}
.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: #fa6d01;
	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: #fa6d01;
	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;
}
.faq_i .a a{
	color: #153b79;
	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: 3.2rem;
	}
	.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.6rem;
		line-height: 1.5;
	}
	.faq_i .ico {
		width: 30px;
		height: 30px;
		margin-right: 20px;
	}
}

#form{
	padding: 80px 0 40px;
	padding-top: 60px;
}
#form .sec_ttl {
	margin-bottom: 30px;
	text-align: center;
	font-size: 3.6rem;
	font-weight: 800;
	color: #fa6d01;
}
#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;
	font-weight: 600;
}
#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;
}
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: #df3535;
	color: #fff;
	border-radius: 5px;
	width: 300px;
	font-size: 1.8rem;
	padding: 20px;
	box-sizing: border-box;
	display: block;
	margin:40px auto 0;
}
input[type="submit"]:hover{
	opacity: 0.6;
}
#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;
}
.contact_h{
	background: #f9f4ec;
	padding: 30px;
	margin-bottom: 20px;
}
.contact_h .txt{
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: 800;
	line-height: 1.5;
}
.contact_h .cta_btns{
	justify-content: center;
	align-items: center;
}
.contact_h .cta_btns a{
	margin: 0 10px;
}
@media screen and (max-width: 900px) {
	#form {
		padding: 30px 0;
	}
	#form .sec_ttl_w{
		margin-bottom: 0;
	}
	#form .sec_ttl {
		margin-bottom: 20px;
		text-align: center;
		font-size: 3.2rem;
	}
	#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{
	padding: 10px;
	text-align: center;
}
@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 .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
    }
}