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: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.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;
}
@media screen and (max-width: 750px) {
	#main_v{
		margin-top: 55px;
		background: none;
	}
	#main_v .in{
		width: 100%;
	}
}

#cp{
	padding: 25px 0 30px;
}
@media screen and (max-width: 750px) {
	#cp{
		padding: 0;
	}
	#cp .in_in{
		width: 100%;
	}
}

.cta{
	padding: 10px 0 40px;
	background-image: url(../images/cta_bg.jpg);
	background-size: cover;
	background-position: center;
}
.cta .cta_h{
	margin-bottom: 10px;
}
.cta .cta_btns{
	padding: 0 15px;
	justify-content: space-between;
	align-items: center;
}
.cta .cta_btns .tel_btn{
	width: 360px;
	margin-right: 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%;
	}
}

#trouble {
	padding: 40px 0 0;
	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: 600px;
}
#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: 15px 0 30px;
	background-image: url(../images/solution_bg.jpg);
	background-size: cover;
	background-position: center;
	text-align: center;
}
@media screen and (max-width: 750px) {
	#solution{
		padding: 20px 0;
		background-image: url(../images/solution_bg_sp.jpg);
	}
}

#service {
	padding: 90px 0 40px;
	background-image: url(../images/service_bg.jpg);
	background-size: cover;
	background-position: center;
	text-align: center;
}
#service .service_w{
	justify-content: center;
}
#service .service_w li{
	width: 19%;
	margin-bottom: 15px;
	margin: 0 10px 15px 0;
}
@media screen and (max-width: 750px) {
	#service{
		padding: 60px 0 30px;
		background-image: url(../images/service_bg_sp.jpg);
	}
	#service .service_w {
		justify-content: space-between;
	}
	#service .service_w li{
		width: 48.5%;
		margin: 0 0 15px 0;
	}
}

#point {
	padding: 40px 0 0px;
}
#point .sec_ttl{
	margin-bottom: 30px;
	text-align: center;
}
#point .sec_ttl img{
	width: 550px;
}
#point .point_ww{
	padding: 40px 0 50px;
	background-image: url(../images/point_bg.jpg);
	background-size: cover;
	background-position: center;
}
#point .point_w{
	justify-content: space-between;
}
#point .point_w li{
	width: 31%;
}
@media screen and (max-width: 750px) {
	#point {
		padding: 30px 0 0px;
	}
	#point .point_h{
		width: 100%;
	}
	#point .point_ww{
		padding: 30px 0 30px;
		background-image: url(../images/point_bg_sp.jpg);
		background-size: cover;
		background-position: center;
	}
	#point .point_w li{
		width: 100%;
		margin-bottom: 20px;
	}
}

#flow {
	padding: 40px 0 40px;
}
#flow .sec_ttl{
	margin-bottom: 40px;
	text-align: center;
}
#flow .sec_ttl img{
	width: 500px;
}
#flow .txtarea{
	margin-bottom: 30px;
	text-align: center;
}
#flow .txtarea .l_txt{
	font-size: 1.8rem;
	font-weight: 800;
}

#flow .txtarea .l_txt span{
	background: #f7f277;
}
@media screen and (max-width: 750px) {
	#flow .txtarea .s_txt {
		font-size: 1.4rem;
	}
}

#info {
	padding: 40px 0 40px;
}
#info .sec_ttl{
	margin-bottom: 40px;
	text-align: center;
	font-size: 4.0rem;
	font-weight: 800;
}
.table_w{

}
.table_w .company_info_item{
  padding: 10px;
  margin-bottom: 5px;
  border: 1px solid #d2d2d2;
  border-left: 2px solid #28a1f8;
  font-weight: 800;
}
.table_w .company_info_item:nth-last-of-type(1){
	margin-bottom: 0;
}
.table_w .company_info_item dt{
	width: 20%;
	border-right: 1px solid #d2d2d2;
}
.table_w .company_info_item dd{
	padding-left: 30px;
}
@media screen and (max-width: 750px) {
	#info {
		padding: 30px 0 40px;
	}
	#info .sec_ttl {
		margin-bottom: 20px;
		text-align: center;
		font-size: 3.2rem;
	}
	.table_w .company_info_item dt {
		width: 40%;
		border-right: 1px solid #d2d2d2;
	}
	.table_w .company_info_item dd{
		width: 100%;
	}
	
}

#staff {
	padding: 30px 0 40px;
	background-image: url(../images/service_bg.jpg);
	background-size: cover;
	background-position: center;
}
#staff .sec_ttl{
	margin-bottom: 30px;
	text-align: center;
	font-size: 4.0rem;
	font-weight: 800;
	color: #fff;
	text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}
#staff .staff_w{
	justify-content: space-between;
}
#staff .staff_i{
	background: #fff;
	border-radius: 15px;
	width: 48%;
	padding: 30px;
	box-sizing: border-box;
}
#staff .staff_i .imgarea{
	text-align: center;
	margin-bottom: 20px;
}
#staff .staff_i .imgarea img{
	width: 150px;
}
@media screen and (max-width: 750px) {
	#staff {
		padding: 30px 0 40px;
		background-image: url(../images/service_bg_sp.jpg);
	}
	#staff .sec_ttl {
		margin-bottom: 20px;
		text-align: center;
		font-size: 3.2rem;
	}
	#staff .staff_i{
		width: 100%;
		margin-bottom: 20px
	}
}

#area {
	padding: 40px 0 40px;
}
#area .sec_ttl{
	margin-bottom: 50px;
	text-align: center;
}
#area .sec_ttl img {
	width: 550px;
}
#area .area_w{
	justify-content: space-between;
}
#area .area_i{
	width: 48%;
}
#area .area_i h3{
	font-size: 2.6rem;
	margin-bottom: 15px;
	border-left: 4px solid #28a1f8;
	line-height: 1;
	padding-left: 15px;
}
@media screen and (max-width: 750px) {
	#area {
		padding: 30px 0 20px;
	}
	#area .area_i{
		width: 100%;
		margin-bottom: 30px;
	}
	#area .area_i h3{
		font-size: 2.0rem;
		margin-bottom: 20px;
		border-left: 4px solid #28a1f8;
		line-height: 1;
		padding-left: 8px;
	}
}

#faq {
	padding: 30px 0 40px;
	background: #f0f0f0;
}
#faq .sec_ttl{
	margin-bottom: 30px;
	text-align: center;
	font-size: 4.0rem;
	font-weight: 800;
	color: #2aa1f7;
}
.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: #2aa1f7;
	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: #2aa1f7;
	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: 40px;
	text-align: center;
}
#form .sec_ttl img{
	width: 500px;
}
#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: 40px;
	padding: 10px;
}
#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: 80px;
	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: #c9534d;
	color: #fff;
	border-radius: 5px;
	width: 300px;
	font-size: 1.8rem;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 40px;
	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 input[type=date],#form select{
  height: 30px;
}
#form .submit_w{
	text-align: center;
	margin-top: 20px;
}
#form button{
	border: none;
	background: none;
}
#form .submit_w img{
	width: 400px;
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
}
.contact_h{
	background: #e6f6ff;
	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: 40px 0;
	}
	#form .sec_ttl_w{
		margin-bottom: 0;
	}
	#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
    }
}