@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#header{
	text-align: center;
        font-size: xx-large;
}

#header h1{
	padding-top: 2%;
}

#mainnav a{
	color: #000;
}

#mainImg {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
  }
  
  .overImg {
	position: absolute;
	top: 70%;
	right: 30px;
	z-index: 1;
	width: 15%;
  }
/* #mainImg{
	position: relative;
  overflow: hidden;
  width: 100%;
  height: 528px;
} */

/* #mainImg img{
	position: absolute;
  left: 50%;
	max-width: 1280px;
  width: 1280px;
  height: 528px;
  margin-left: -640px;
} */


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 20px 10px 8px 0;
	text-align: center;
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/

img{
	max-width: 100%;
	height: auto;
}

section{
	clear:both;
	padding-top: 70px;
}

section h2{
	font-family: 'Pacifico', cursive;
	/* width: 60%; */
	margin: 0 auto 40px;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
	background-size: 1px 1px;
}

section h2 span {
	/* background: #fff; */
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.innerS{
	width: 80%;
	margin: 0 auto;
	/* padding-bottom: 80px; */
}


/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
	padding: 0 !important;
}

#sec02 header{
	display: none;
}

#gallery li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
}

#gallery img{
	width: 100%;
	height: auto;
}


/* SEC03 PROJECT
------------------------------------------------------------*/
#sec03 img{
	width: 100%;
	margin-bottom: 30px;
}


/* SEC04 BRAND
------------------------------------------------------------*/
.col3 img{
	display: block;
	margin: 0 auto 5px;
}

.col3 li{
	line-height: 2.0;
}

.col3 .img{
	padding: 80px 50px;
	margin-bottom: 40px;
	line-height: 0 !important;
	background: #f6f6f6;
}

#sec04_02{
	background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 220px 20px;
}

#sec04_02 img{
	width: auto;
}


/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p{
	margin-bottom: 5px;
}

.col2 li{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}

#sns img{
	padding: 35px 10px 5px 0;
}

#sns a:hover img{
	opacity: .8;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}



/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav li{
		display: inline-block;
		padding: 50px 25px;
		font-size: 15px;
	}
	
	
	/* SEC03 PROJECT
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
  #footer{
		padding: 30px 10px 30px 0;
	}
}


@media only screen and (min-width: 641px){
	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 640px){
	.innerS{
		width: 94%;
		padding-bottom: 70px;
	}
	.col3 li{
		line-height: 1.7;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		padding: 30px;
		margin-bottom: 20px;
	}
	/* #gallery li{
		float: none;
		width: 100%;
	} */
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
	#sec04_02{
		padding: 50px 20px;
	}
}

@media only screen and (max-width: 799px){
	#header{
		/* position: fixed; */
		width: 100%;
		z-index: 500;
	}
	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 70px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#header h1{
		padding-top: 10px;
	}
	
	#header h1 img{
		margin-top: 3px;
		max-height: 45px;
		width: auto !important;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainImg{
		padding-top: 60px;
		z-index: -100;
	}
	.col3 li{
		margin: 50px auto 0 auto;
		display: block;
	}
	section{
		padding-top: 50px;
	}
	section h2{
		margin: 0 auto 20px;
	}
	section h2 span {
		padding: 0 30px;
	}
}

/* ===================================
Reset
=================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.8;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* input textarea reset
==============================　*/


select::-ms-expand {
  display: none;
}


/* ===================================
setting
=================================== */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #2C2523;
  font-size: 16px;
}
@media screen and (max-width: 600px) {

}
@media screen and (max-width: 600px) {
  body.thanks_body {
    margin-bottom: 0px;
  }
}

/* ===================================
Utility
=================================== */
/* テキスト
==============================　*/
.bold {
  font-weight: bold;
}

/* PC/SP切り替え
  ==============================　*/
.sp,
.tb {
  display: none;
}

@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* 改行
  ==============================　*/
/*任意の位置で改行させる*/
.ib {
  display: inline-block;
}

/*PCのみ*/
.pc-br {
  display: inline;
}

/*TBのみ*/
.tb-br {
  display: none;
}

/*PC〜TBにかけて*/
.pc-tb-br {
  display: inline;
}

/*TB〜SPにかけて*/
.tb-sp-br {
  display: none;
}

/*SPのみ*/
.sp-br {
  display: none;
}

/*iphoneSE用*/
.se-br {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-br {
    display: none;
  }
  .tb-br {
    display: inline;
  }
  .tb-sp-br {
    display: inline;
  }
}
@media screen and (max-width: 600px) {
  .pc-tb-br {
    display: none;
  }
  .tb-br {
    display: none;
  }
  .sp-br {
    display: inline;
  }
}
@media screen and (max-width: 374px) {
  .se-br {
    display: inline;
  }
}
/* ===================================
layout
=================================== */
/* inner
==============================　*/
.inner_l {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.inner_m {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.inner_s {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

/* section
==============================　*/
section {
  /* padding: 100px 0; */
}
@media screen and (max-width: 600px) {
  section {
    padding: 30px 0;
  }
}

/* ===================================
parts
=================================== */
/* CTA
==============================　*/
.cta {
  width: 100%;
  z-index: 2;
}
.cta > .inner_s {
  padding: 40px 20px 100px;
}
@media screen and (max-width: 600px) {
  .cta > .inner_s {
    padding: 45px 30px 60px;
  }
}
.cta.curve {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}
@media screen and (max-width: 600px) {
  .cta.curve {
  }
}
.cta.curve::after {
  content: "";
  width: 100%;
  height: 42px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: absolute;
  bottom: -42px;
  left: 0;
}
@media screen and (max-width: 600px) {
  .cta.curve::after {
    height: 12px;
    bottom: -12px;
  }
}
.cta.square {
  position: relative;
  background-color: #00698C;
}
.cta.square::before {
  content: "";
  width: 100%;
  height: 42px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: absolute;
  top: -41px;
  left: 0;
}
@media screen and (max-width: 600px) {
  .cta.square::before {
    height: 12px;
    top: -12px;
  }
}
.cta.square::after {
  content: "";
  width: 100%;
  height: 42px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: absolute;
  bottom: -41px;
  left: 0;
}
@media screen and (max-width: 600px) {
  .cta.square::after {
    height: 12px;
    bottom: -12px;
  }
}
.cta.cta_fv {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.cta .cta_msg {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 41.6px */
  letter-spacing: 0.96px;
  color: #FAF7F4;
  text-align: center;
  margin: 0 0px 40px -30px;
}
@media screen and (max-width: 600px) {
  .cta .cta_msg {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 31.2px */
    letter-spacing: 0.72px;
    margin: 0 auto 30px;
  }
}
.cta .cta_msg::before {
  content: "";
  width: 130px;
  height: 100px;
  display: inline-block;
  vertical-align: bottom;
  background-image: url(../images/mitumori.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 600px) {
  .cta .cta_msg::before {
	content: "";
	width: 80px;
	height: 67px;
	display: inline-block;
	vertical-align: bottom;
	background-image: url(../images/mitumori.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
  }
}
.cta .cta_msg span {
  background-color: #00698C;
  margin-left: -12px;
}

.btn_wrap {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 1024px) {
  .btn_wrap {
    flex-direction: column;
  }
}
.btn_wrap .btn {
  max-width: 308px;
  height: 88px;
  border-radius: 88px;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .btn_wrap .btn {
    max-width: initial;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .btn_wrap .btn:not(:last-child) {
    margin-bottom: 20px;
  }
}
.btn_wrap .btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_wrap .btn.tel {
  background-color: #FF5C28;
  color: #FAF7F4;
  position: relative;
  z-index: 1;
  box-shadow: 6px 6px 0px 0px #FAF7F4;
}
.btn_wrap .btn.tel:hover {
  box-shadow: 0px 0px 0px 0px #FAF7F4;
  transform: translate(6px, 6px);
}
@media screen and (max-width: 1024px) {
  .btn_wrap .btn.tel:hover {
    box-shadow: 6px 6px 0px 0px #FAF7F4;
    transform: translate(0px, 0px);
  }
}
.btn_wrap .btn.tel a {
  flex-direction: column;
}
.btn_wrap .btn.tel a .s {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
}
.btn_wrap .btn.tel a .m {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 20px */
}
.btn_wrap .btn.tel .num {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
  letter-spacing: 0.72px;
  margin-bottom: 2px;
}
.btn_wrap .btn.tel .num::before {
  content: "";
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 6px;
  vertical-align: bottom;
}
.btn_wrap .btn.tel .time .s {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 12px */
  margin-right: 4px;
}
.btn_wrap .btn.tel .time .m {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 14px */
}
.btn_wrap .btn.mail {
  background-color: #FAF7F4;
  color: #FF5C28;
  border: 3px solid #FF5C28;
  position: relative;
  z-index: 1;
}
.btn_wrap .btn.mail:hover {
  box-shadow: 0px 0px 0px 0px #FF5C28;
  transform: translate(6px, 6px);
}
@media screen and (max-width: 1024px) {
  .btn_wrap .btn.mail:hover {
    box-shadow: 6px 6px 0px 0px #FF5C28;
    transform: translate(0px, 0px);
  }
}
.btn_wrap .btn.mail a::before {
  content: "";
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 6px;
  vertical-align: bottom;
}
.btn_wrap .btn.mail a .s {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
}
.btn_wrap .btn.mail a .m {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 20px */
}
.btn_wrap .btn.line {
  background-color: #06C755;
  color: #FAF7F4;
  position: relative;
  z-index: 1;
  box-shadow: 6px 6px 0px 0px #FAF7F4;
}
.btn_wrap .btn.line:hover {
  box-shadow: 0px 0px 0px 0px #FAF7F4;
  transform: translate(6px, 6px);
}
@media screen and (max-width: 1024px) {
  .btn_wrap .btn.line:hover {
    box-shadow: 6px 6px 0px 0px #FAF7F4;
    transform: translate(0px, 0px);
  }
}
.btn_wrap .btn.line .btn_ico {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btn_wrap .btn.line .btn_top {
  margin-bottom: -5px;
}
.btn_wrap .btn.line a::before {
  content: "";
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}
.btn_wrap .btn.line a .ss {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
}
.btn_wrap .btn.line a .s {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
}
.btn_wrap .btn.line a .m {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 20px */
}

/* fixed_btn_sp
==============================　*/
.fixed_btn_sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .fixed_btn_sp {
    display: block;
    position: fixed;
    bottom: env(safe-area-inset-bottom);
    left: 0;
    z-index: 50;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .fixed_btn_sp > .btn.line .block:first-child {
    line-height: 2.2;
    margin-bottom: -10px;
  }
  .fixed_btn_sp > .btn {
    width: 50%;
    height: 80px;
    text-align: center;
  }
  .fixed_btn_sp > .btn .block:first-child {
    margin-bottom: -12px;
  }
  .fixed_btn_sp > .btn a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
  }
  .fixed_btn_sp .l {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 18px */
  }
  .fixed_btn_sp .ml {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 18px */
  }
  .fixed_btn_sp .m {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 14px */
  }
  .fixed_btn_sp .s {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
  .fixed_btn_sp .tel {
    background-color: #FF5C28;
    color: #FAF7F4;
  }
  .fixed_btn_sp .tel a::before {
    content: "";
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
  }
  .fixed_btn_sp .mail {
    background-color: #FAF7F4;
    color: #FF5C28;
  }
  .fixed_btn_sp .mail a::before {
    content: "";
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
  }
  .fixed_btn_sp .line {
    background-color: #06C755;
    color: #FAF7F4;
  }
  .fixed_btn_sp .line a::before {
    content: "";
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin-bottom: -8px;
  }
}

/* fixed_btn_pc
==============================　*/
.fixed_btn_pc {
  opacity: 0;
  position: fixed;
  bottom: env(safe-area-inset-bottom);
  padding-bottom: calc(env(safe-area-inset-bottom) + 20px);
  right: 0;
  z-index: 50;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 120px;
  transition: 0.5s;
}
.fixed_btn_pc.show {
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .fixed_btn_pc.show {
    display: none;
  }
}

.fixed_btn_pc .btn {
  height: 80px;
  border-radius: 8px 0px 0px 8px;
  transition: 0.5s;
}
.fixed_btn_pc .btn:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  .fixed_btn_pc .btn:hover {
    opacity: 1;
  }
}

.fixed_btn_pc .btn:not(:last-child) {
  margin-bottom: 10px;
}

.fixed_btn_pc .btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.fixed_btn_pc .tel {
  background: var(--orange-100, #FF5C28);
  color: #fff;
}
.fixed_btn_pc .tel .block:first-child::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.fixed_btn_pc .mail {
  border-top: 2px solid var(--orange-100, #FF5C28);
  border-bottom: 2px solid var(--orange-100, #FF5C28);
  border-left: 2px solid var(--orange-100, #FF5C28);
  background: var(--cream-100, #FAF7F4);
  color: #FF5C28;
}
.fixed_btn_pc .mail a::before {
  content: "";
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

.fixed_btn_pc .line {
  background: var(--green, #06C755);
  color: #fff;
}
.fixed_btn_pc .line a::before {
  content: "";
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

.fixed_btn_pc .btn .s {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 12px */
}

.fixed_btn_pc .btn .m {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 14px */
}

.fixed_btn_pc .btn .l {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
}

.fixed_btn_pc .btn.tel .l {
  letter-spacing: 0.48px;
}

.fixed_btn_pc .btn .num {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
}

.fixed_btn_pc .mail .block,
.fixed_btn_pc .line .block {
  line-height: 1.2;
}

/* 見出し
==============================　*/
.sec_ttl {
  color: #00698C;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  padding-top: 1px;
  /* margin-bottom: 20%; */
}
@media screen and (max-width: 600px) {
  .sec_ttl {
    margin-bottom: 40px;
  }
}
.sec_ttl::before {
  content: "";
  background-image: url(../images/icon1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: block;
  margin: 40px auto 24px;
}
@media screen and (max-width: 600px) {
  .sec_ttl::before {
    width: 30px;
    height: 30px;
    margin: 0px auto 20px;
  }
}
.sec_ttl .s {
  font-size: 28px;
  line-height: 190%;
  /* 36.4px */
  letter-spacing: 0.84px;
}
@media screen and (max-width: 600px) {
  .sec_ttl .s {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 23.4px */
    letter-spacing: 0.54px;
  }
}
@media screen and (max-width: 365px) {
  .sec_ttl .s {
    font-size: 16px;
  }
}
.sec_ttl .m {
  font-size: 32px;
  line-height: 190%;
  /* 41.6px */
  letter-spacing: 0.96px;
}
@media screen and (max-width: 600px) {
  .sec_ttl .m {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 31.2px */
    letter-spacing: 0.72px;
  }
}
@media screen and (max-width: 365px) {
  .sec_ttl .m {
    font-size: 22px;
  }
}
.sec_ttl .l {
  font-size: 40px;
  line-height: 190%;
  /* 52px */
  letter-spacing: 1.2px;
}
@media screen and (max-width: 600px) {
  .sec_ttl .l {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.84px;
  }
}
@media screen and (max-width: 365px) {
  .sec_ttl .l {
    font-size: 26px;
  }
}

.cta .sec_ttl {
  color: #FAF7F4;
  margin: 60px 0;
}
@media screen and (max-width: 600px) {
  .cta .sec_ttl {
    margin: 30px 0 40px;
  }
}
.cta .sec_ttl::before {
  content: "";
}

/* ===================================
header
=================================== */
header {
  z-index: 1;
  position: relative;
}
header > .inner {
  padding: 20px 22px;
}
@media screen and (max-width: 600px) {
  header > .inner {
    padding: 20px 12px;
  }
}
header .logo {
  width: 208px;
  height: auto;
}
@media screen and (max-width: 600px) {
  header .logo {
    width: 179px;
  }
}
header.thanks_header > .inner {
  padding: 50px 22px;
}
@media screen and (max-width: 600px) {
  header.thanks_header > .inner {
    padding: 20px 12px;
  }
}
header.thanks_header .logo {
  margin: 0 auto;
}

/* ===================================
footer
=================================== */
footer .f_contact {
  color: #fff;
  width: 100%;
  background-image: url(../img/f_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 20px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #2C2523;
}
footer .f_logo,
footer .text_wrap {
  margin-bottom: 30px;
}
footer .f_logo {
  width: 190px;
  height: auto;
}
@media screen and (max-width: 600px) {
  footer .f_logo {
    width: 164px;
  }
}
footer .text_wrap {
  text-align: center;
}
footer .text_wrap .flex {
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  letter-spacing: 0.48px;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  footer .text_wrap .flex {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
footer .text_wrap .ad {
  margin-right: 14px;
}
@media screen and (max-width: 600px) {
  footer .text_wrap .ad {
    margin-right: 0px;
    margin-bottom: 5px;
  }
}
footer .text_wrap .map {
  text-decoration: underline;
  transition: 0.5s;
}
footer .text_wrap .map:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  footer .text_wrap .map:hover {
    opacity: 1;
  }
}
footer .text_wrap .map a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
footer .text_wrap .tel {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.48px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  transition: 0.5s;
}
footer .text_wrap .tel:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  footer .text_wrap .tel:hover {
    opacity: 1;
  }
}
footer .site_btn {
  border-radius: 100px;
  border: 1px solid rgba(250, 247, 244, 0.2);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  letter-spacing: 0.48px;
  max-width: 348px;
  width: 100%;
  height: 60px;
  transition: 0.5s;
}
footer .site_btn:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  footer .site_btn:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 600px) {
  footer .site_btn {
    height: 70px;
  }
}
footer .site_btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .site_btn a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
footer .copyright {
  background: #111;
  width: 100%;
  padding: 30px 20px;
  color: rgba(250, 247, 244, 0.6);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 15.6px */
  letter-spacing: 0.36px;
}
@media screen and (max-width: 600px) {
  footer .copyright {
    padding: 30px;
  }
}

/* ===================================
Foundation
=================================== */
* {
  box-sizing: border-box;
  line-break: strict;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/* テキスト
==============================　*/
a {
  text-decoration: none;
  color: inherit;
}

strong {
  font-weight: bold;
}

b {
  font-weight: bold;
}

sup {
  vertical-align: top;
}

/* メディア
==============================　*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

video {
  display: block;
  max-width: 100%;
  height: auto;
  outline: none;
}

iframe {
  max-width: 100%;
}

/* ===================================
fixed_bg
=================================== */
.fixed_bg {
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .fixed_bg {
    background-image: url(../img/bg_sp.jpg);
  }
}

/* 中カテゴリ
==============================　*/
/* 小カテゴリ、コメント */
/* ===================================
fv
=================================== */
.fv {
  background-image: url(../img/fv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -90px;
  position: relative;
}
.fv .img_area {
  background-image: url(../img/fv_right_pc.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top right;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .fv .img_area {
    background-image: url(../img/fv_right_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top 326px right;
    width: 100%;
  }
}
.fv .text_area {
  padding: 142px 0 400px 85px;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .fv .text_area {
    padding: 100px 0 650px 40px;
  }
}
@media screen and (max-width: 600px) {
  .fv .text_area {
    padding: 106px 0px 760px;
    width: 100%;
  }
}

/* 中カテゴリ
==============================　*/
/* 小カテゴリ、コメント */
/* ===================================
msg
=================================== */
.msg {
  background: rgb(248 238 227);
  position: relative;
}
.msg::after {
  content: "";
  width: 100%;
  height: 42px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: absolute;
  bottom: -42px;
  left: 0;
}
@media screen and (max-width: 600px) {
  .msg::after {
    height: 12px;
    bottom: -12px;
  }
}
.msg .img01 {
  margin: -160px auto 0;
}
@media screen and (max-width: 600px) {
  .msg .img01 {
    margin: -46px auto 0;
  }
}
.msg .img01 img {
  margin: 0 auto;
}
.msg .arrow {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .msg .arrow {
    width: 100px;
    margin: 28px auto;
  }
}
.msg .arrow img {
  margin: 0 auto;
}
.msg .cont_ttl {
  background-color: #00698C;
  padding: 10px 40px;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  /* 41.6px */
  letter-spacing: 0.96px;
  border-radius: 40px;
  z-index: 2;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #FAF7F4;
}
@media screen and (max-width: 1024px) {
  .msg .cont_ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .msg .cont_ttl {
    border-radius: 82px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 23.4px */
    letter-spacing: 0.54px;
  }
}
@media screen and (max-width: 365px) {
  .msg .cont_ttl {
    font-size: 16px;
    padding: 10px 30px;
  }
}
.msg .cont_ttl .flex {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .msg .cont_ttl .flex {
    flex-direction: column;
    align-items: center;
  }
}
.msg .cont_ttl .big {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 52px */
  letter-spacing: 1.2px;
}
@media screen and (max-width: 1024px) {
  .msg .cont_ttl .big {
    font-size: 38px;
  }
}
@media screen and (max-width: 600px) {
  .msg .cont_ttl .big {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 31.2px */
    letter-spacing: 0.72px;
  }
}
@media screen and (max-width: 365px) {
  .msg .cont_ttl .big {
    font-size: 20px;
  }
}
.msg .msg_box {
  border-radius: 20px;
  border: 5px solid #00698C;
  background: #FFFF;
  padding: 90px 30px 30px;
  max-width: 1000px;
  margin: -40px auto 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  .msg .msg_box {
    border-radius: 14px;
    padding: 80px 20px 30px;
  }
}
.msg .msg_box .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 824px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .msg .msg_box .flex {
    flex-direction: column;
  }
}
.msg .msg_box .img_area {
  padding-right: 6%;
}
@media screen and (max-width: 600px) {
  .msg .msg_box .img_area {
    width: 100%;
    padding-right: 0%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 600px) {
  .msg .msg_box .img_area img {
    margin: 0 auto;
  }
}
.msg .msg_box .text_area {
  width: 50%;
  margin-top: 50px;  
}
@media screen and (max-width: 600px) {
  .msg .msg_box .text_area {
    width: 100%;
  }
}
.msg .msg_box .text_area .ttl {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: 0.72px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .msg .msg_box .text_area .ttl {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 26px */
    letter-spacing: 0.6px;
  }
}
.msg .msg_box .text_area .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 0.48px;
  text-align: left;
}

/* 中カテゴリ
==============================　*/
/* 小カテゴリ、コメント */
/* ===================================
reason
=================================== */
.reason .cont_list li {
  display: flex;
  padding: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #FAF7F4;
}
@media screen and (max-width: 600px) {
  .reason .cont_list li {
    border-radius: 14px;
    padding: 24px 20px 30px;
  }
}
@media screen and (max-width: 600px) {
  .reason .cont_list li:nth-child(odd) {
    flex-direction: column;
  }
}
.reason .cont_list li:nth-child(odd) .text_area {
  width: 67%;
  padding-left: 50px;
}
@media screen and (max-width: 600px) {
  .reason .cont_list li:nth-child(odd) .text_area {
    width: 100%;
    padding-left: 0px;
  }
}
.reason .cont_list li:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .reason .cont_list li:nth-child(even) {
    flex-direction: column;
  }
}
.reason .cont_list li:nth-child(even) .text_area {
  width: 67%;
  padding-right: 50px;
}
@media screen and (max-width: 600px) {
  .reason .cont_list li:nth-child(even) .text_area {
    width: 100%;
    padding-right: 0px;
  }
}
.reason .cont_list li:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .reason .cont_list li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.reason .cont_list li .img_area {
  width: 33%;
  max-width: 300px;
}
@media screen and (max-width: 600px) {
  .reason .cont_list li .img_area {
    max-width: initial;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .reason .cont_list li .img_area img {
    width: 100%;
  }
}
.reason .cont_list li .ttl {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 33.8px */
  letter-spacing: 0.78px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .reason .cont_list li .ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .reason .cont_list li .ttl {
    font-size: 20px;
    margin-bottom: 22px;
    letter-spacing: 0px;
  }
}
.reason .cont_list li .ttl::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: text-top;
}
@media screen and (max-width: 600px) {
  .reason .cont_list li .ttl::before {
    display: block;
    margin-right: 0px;
    margin-bottom: 5px;
  }
}
.reason .cont_list li .ttl01::before {
  content: "";
}
.reason .cont_list li .ttl02::before {
  content: "";
}
.reason .cont_list li .ttl03::before {
  content: "";
}
.reason .cont_list li .ttl04::before {
  content: "";
}
.reason .cont_list li .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 0.48px;
}
.reason .cont_list li .text .blue {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.54px;
  color: #00698C;
}

/* 中カテゴリ
==============================　*/
/* 小カテゴリ、コメント */
/* ===================================
difference
=================================== */
.difference {
  background: rgba(250, 247, 244, 0.6);
  position: relative;
}
.difference::before {
  content: "";
  width: 100%;
  height: 42px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: absolute;
  top: -42px;
  left: 0;
}
@media screen and (max-width: 600px) {
  .difference::before {
    height: 12px;
    top: -12px;
  }
}
.difference .flex {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .difference .flex {
    flex-direction: column;
    align-items: center;
  }
}
.difference .dif_box {
  width: 48%;
  border-radius: 20px;
  min-height: 366px;
}
@media screen and (max-width: 1024px) {
  .difference .dif_box {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 600px) {
  .difference .dif_box {
    min-height: initial;
  }
}
.difference .dif_box.white {
  background-color: #FAF7F4;
  padding: 50px 30px;
}
@media screen and (max-width: 600px) {
  .difference .dif_box.white {
    padding: 30px 24px 40px;
  }
}
.difference .dif_box.white .cont_ttl {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: 0.72px;
  margin-bottom: 54px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .difference .dif_box.white .cont_ttl {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 26px */
    letter-spacing: 0.6px;
    margin-bottom: 28px;
  }
}
.difference .dif_box.white .cont_list li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  letter-spacing: 0.48px;
  text-indent: -2.5em;
  padding-left: 2.5em;
}
.difference .dif_box.white .cont_list li span {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: 0.54px;
  background: linear-gradient(transparent 60%, rgba(44, 37, 35, 0.2) 60%);
}
.difference .dif_box.white .cont_list li:not(:last-child) {
  margin-bottom: 20px;
}
.difference .dif_box.white .cont_list li:before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}
.difference .dif_box.blue {
  background-color: #00698C;
  color: #FAF7F4;
  padding: 32px 30px;
}
@media screen and (max-width: 600px) {
  .difference .dif_box.blue {
    padding: 40px 24px 50px;
  }
}
.difference .dif_box.blue .cont_ttl {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 41.6px */
  letter-spacing: 0.96px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .difference .dif_box.blue .cont_ttl {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 31.2px */
    letter-spacing: 0.72px;
    margin-bottom: 30px;
  }
}
.difference .dif_box.blue .cont_ttl::before {
  content: "";
  width: 64px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-right: 0px;
  vertical-align: text-bottom;
}
@media (max-width: 1100px) {
  .difference .dif_box.blue .cont_ttl::before {
    width: 54px;
  }
}
@media screen and (max-width: 600px) {
  .difference .dif_box.blue .cont_ttl::before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 365px) {
  .difference .dif_box.blue .cont_ttl::before {
    display: none;
  }
}
.difference .dif_box.blue .cont_ttl::after {
  content: "";
  width: 52px;
  height: 58px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-left: 0px;
  vertical-align: text-bottom;
}
@media (max-width: 1100px) {
  .difference .dif_box.blue .cont_ttl::after {
    width: 42px;
  }
}
@media screen and (max-width: 600px) {
  .difference .dif_box.blue .cont_ttl::after {
    width: 30px;
    height: 40px;
  }
}
@media screen and (max-width: 365px) {
  .difference .dif_box.blue .cont_ttl::after {
    display: none;
  }
}
.difference .dif_box.blue .cont_ttl .border {
  border-bottom: 4px solid #FAF7F4;
  margin: 0 5px;
}
@media screen and (max-width: 600px) {
  .difference .dif_box.blue .cont_ttl .border {
    border-bottom: 3px solid #FAF7F4;
  }
}
.difference .dif_box.blue .cont_ttl .big {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 46.8px */
  letter-spacing: 1.08px;
}
@media screen and (max-width: 600px) {
  .difference .dif_box.blue .cont_ttl .big {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 41.6px */
    letter-spacing: 0.96px;
  }
}
.difference .dif_box.blue .cont_list li {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: 0.54px;
  text-indent: -2.5em;
  padding-left: 2.5em;
}
.difference .dif_box.blue .cont_list li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .difference .dif_box.blue .cont_list li:not(:last-child) {
    margin-bottom: 34px;
    font-size: 16px;
  }
}
.difference .dif_box.blue .cont_list li span {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: 0.72px;
  background: linear-gradient(transparent 60%, rgba(250, 247, 244, 0.2) 60%);
}
@media screen and (max-width: 600px) {
  .difference .dif_box.blue .cont_list li span {
    font-size: 20px;
  }
}
.difference .dif_box.blue .cont_list li:before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}
.difference .arrow {
  width: 8%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .difference .arrow {
    width: 100%;
    transform: rotate(90deg);
    margin: 30px 0;
  }
}
@media screen and (max-width: 600px) {
  .difference .arrow {
    margin: 20px auto;
    width: 36px;
  }
}
.difference .arrow img {
  margin: 0 auto;
}
.difference .dif_msg {
  max-width: 1000px;
  margin: 0 auto;
}
.difference .dif_msg .cont_img {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .difference .dif_msg .cont_img {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .difference .dif_msg .cont_img {
    margin: 26px -20px 12px;
  }
}
.difference .dif_msg .cont_ttl {
  background-color: #00698C;
  padding: 14px 60px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: 0.72px;
  border-radius: 100px;
  z-index: 2;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #FAF7F4;
  margin-top: -50px;
}
@media screen and (max-width: 600px) {
  .difference .dif_msg .cont_ttl {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 26px */
    letter-spacing: 0.6px;
    padding: 12px 40px;
    margin-top: -50px;
  }
}
.difference .dif_msg .cont_ttl .big {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 41.6px */
  letter-spacing: 0.96px;
}
@media screen and (max-width: 600px) {
  .difference .dif_msg .cont_ttl .big {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 26px */
    letter-spacing: 0.6px;
  }
}
.difference .dif_msg .cont_wrap {
  margin: -50px auto 0;
  padding: 108px 96px 64px;
  border-radius: 20px;
  border: 5px solid #00698C;
  background: #FAF7F4;
  background-image: url(../img/dif_map.png);
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .difference .dif_msg .cont_wrap {
    background-image: url(../img/dif_map_sp.png);
    margin: -38px auto 0;
    padding: 0px 20px 30px;
    border-radius: 14px;
  }
}
.difference .dif_msg .text_area {
  width: 56%;
  margin-left: 44%;
}
@media screen and (max-width: 1024px) {
  .difference .dif_msg .text_area {
    width: 50%;
    margin-left: 50%;
  }
}
@media screen and (max-width: 600px) {
  .difference .dif_msg .text_area {
    width: 100%;
    margin-top: 306px;
    margin-left: 0%;
  }
}
.difference .dif_msg .text_area .ttl {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: 0.72px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .difference .dif_msg .text_area .ttl {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 26px */
    letter-spacing: 0.6px;
  }
}
.difference .dif_msg .text_area .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 0.48px;
}

/* 中カテゴリ
==============================　*/
/* 小カテゴリ、コメント */
/* ===================================
flow
=================================== */
.flow {
  background: rgb(248 238 227);
  position: relative;
}
.flow::after {
  content: "";
  width: 100%;
  height: 42px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: absolute;
  bottom: -42px;
  left: 0;
}
@media screen and (max-width: 600px) {
  .flow::after {
    height: 12px;
    bottom: -12px;
  }
}
.flow .flow_list li {
  position: relative;
}
.flow .flow_list li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .flow .flow_list li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.flow .flow_list li:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  height: calc(100% - 84px);
  border-left: #00698C 3px solid;
  top: 110px;
  left: 48px;
}
@media screen and (max-width: 600px) {
  .flow .flow_list li:not(:last-child)::before {
    display: none;
  }
}
.flow .flow_list .flex {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .flow .flow_list .flex {
    margin-bottom: 16px;
    justify-content: flex-start;
    align-items: center;
  }
}
.flow .flow_list .flow_num {
  border-radius: 50%;
  background-color: #00698C;
  width: 100px;
  height: 100px;
  padding: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .flow .flow_list .flow_num {
    width: 70px;
    height: 70px;
  }
}
.flow .flow_list .num_img {
  width: 50px;
  height: 50px;
}
.flow .flow_list .text_area {
  margin-left: 40px;
  width: calc(100% - 140px);
  height: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .flow .flow_list .text_area {
    margin-left: 15px;
    width: calc(100% - 95px);
    height: 100%;
    margin-bottom: 0px;
    margin-top: 10px;
  }
}
.flow .flow_list .text_area h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
  letter-spacing: 0.72px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .flow .flow_list .text_area h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 20px */
    letter-spacing: 0.6px;
  }
}
.flow .flow_list .num_text {
  color: #FAF7F4;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 14px */
  letter-spacing: 0.42px;
  margin-bottom: 6px;
}
.flow .flow_list .num_text .big {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  letter-spacing: 0.48px;
}
@media screen and (max-width: 600px) {
  .flow .flow_list .num_text {
    color: #00698C;
  }
}
.flow .flow_list .cont_wrap {
  padding: 20px 40px;
  background-color: #FAF7F4;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  .flow .flow_list .cont_wrap {
    padding: 20px;
  }
}
.flow .flow_list .cont_text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.48px;
}
.flow .flow_list .btn_wrap {
  margin: 20px 0 10px;
}
@media screen and (max-width: 1024px) {
  .flow .flow_list .btn_wrap .btn {
    width: 100%;
  }
}
.flow .flow_list .btn_wrap .btn.tel {
  background-color: #FF5C28;
  color: #FAF7F4;
  position: relative;
  z-index: 1;
  box-shadow: 6px 6px 0px 0px #F2DEC8;
}
.flow .flow_list .btn_wrap .btn.tel:hover {
  box-shadow: 0px 0px 0px 0px #F2DEC8;
  transform: translate(6px, 6px);
}
.flow .flow_list .btn_wrap .btn.line {
  box-shadow: 6px 6px 0px 0px #F2DEC8;
}
.flow .flow_list .btn_wrap .btn.line:hover {
  box-shadow: 0px 0px 0px 0px #F2DEC8;
  transform: translate(6px, 6px);
}
.flow .flow_list .btn_wrap .btn.mail a .s, .flow .flow_list .btn_wrap .btn.line a .s {
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
}
.flow .flow_list .btn_wrap .btn.mail a .m, .flow .flow_list .btn_wrap .btn.line a .m {
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

/* 中カテゴリ
==============================　*/
/* 小カテゴリ、コメント */
/* ===================================
faq
=================================== */
.faq .c-aco_wrap {
  border: 3px solid #00698C;
  background-color: #FAF7F4;
  position: relative;
  letter-spacing: 0.8px;
  border-radius: 10px;
  box-shadow: 4px 4px 0px 0px #00698C;
}
.faq .c-aco_wrap:not(:last-child) {
  margin-bottom: 30px;
}
.faq .c-aco_wrap .c-ttl {
  color: #00698C;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 32px */
  letter-spacing: 0.6px;
  padding: 20px 48px 20px 58px;
  text-indent: -1.5em;
}
@media screen and (max-width: 600px) {
  .faq .c-aco_wrap .c-ttl {
    padding: 20px 40px 20px 48px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 23.4px */
    letter-spacing: 0.54px;
  }
}
.faq .c-aco_wrap .c-ttl::before {
  content: "Q";
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  /* 24px */
  letter-spacing: 0.72px;
  color: #00698C;
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .faq .c-aco_wrap .c-ttl::before {
    font-size: 20px;
  }
}
.faq .c-aco_wrap .c-aco_ttl {
  position: relative;
  cursor: pointer;
}
.faq .c-aco_wrap .c-aco_ttl::before,
.faq .c-aco_wrap .c-aco_ttl::after {
  content: "";
  width: 15px;
  height: 3px;
  background-color: #00698C;
  transition: 0.5s;
  position: absolute;
  top: 34px;
  right: 28px;
}
@media screen and (max-width: 600px) {
  .faq .c-aco_wrap .c-aco_ttl::before,
.faq .c-aco_wrap .c-aco_ttl::after {
    right: 20px;
    top: 30px;
  }
}
.faq .c-aco_wrap .c-aco_ttl::after {
  transform: rotate(90deg);
}
.faq .c-aco_wrap .c-aco_ttl.open:after {
  transform: rotate(0);
}
.faq .c-aco_wrap .c-aco_item {
  display: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.48px;
  padding: 0px 30px 20px;
}
@media screen and (max-width: 600px) {
  .faq .c-aco_wrap .c-aco_item {
    padding: 4px 20px 20px;
  }
}

/* 中カテゴリ
==============================　*/
/* 小カテゴリ、コメント */
/* ===================================
form
=================================== */
.form {
  color: #FAF7F4;
}
.form .formWrapper {
  max-width: 800px;
  margin: 0 auto;
}
.form .item {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.form .item .label {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
  letter-spacing: 0.03em;
  display: flex;
  margin-bottom: 14px;
  align-items: center;
}
.form .item .label .tag {
  width: 57px;
  height: 26px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-right: 8px;
  /* 14px */
}
.form .item .label .tag.required {
  background: #F45050;
}
.form .item .label .tag.any {
  border: 1px solid #FAF7F4;
}
 

/* サンクスページ
==============================　*/
.thanks .thanks_wrap {
  background-color: #FAF7F4;
  padding: 60px 20px;
  border-radius: 20px;
  margin-bottom: 110px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .thanks .thanks_wrap {
    padding: 40px 20px;
    margin-bottom: 70px;
  }
}
.thanks .ttl {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: 0.03em;
  color: #00698C;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .thanks .ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.thanks .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 0.03em;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .thanks .text {
    text-align: left;
    margin-bottom: 30px;
  }
}
.thanks .btn {
  display: flex;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 20px */
  letter-spacing: 0.03em;
  width: 200px;
  height: 60px;
  border-radius: 40px;
  background-color: #00698C;
  color: #FAF7F4;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.thanks .btn:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  .thanks .btn:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 600px) {
  .thanks .btn {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
/* 追加 */
.text {
	padding-bottom: 5%;
    padding-top: 7%;
    text-align: center;
	font-size: x-large;
	background-color:#F8EEE3;
  text-align: center;
  justify-content: flex-start;
}

.p-left {
	display: inline-block;
	text-align: left;
	color: #ff0000;
  }

.text-left{
	text-align: left;
}

.text-right{
	text-align: right;
}

.text-center{
	text-align: center;
}

.mb-15{
	margin-bottom: 15px;
}

.bg-pink{
	background-color: #fbf2fa;
}

.bg-white{
	background-color: #ffffff;
	padding: 4%;
}

.pt5{
	padding-top: 5%;
}

.fs{
	font-size: x-large;
}

.mb-23{
	margin-bottom: 23.5%;
}

.mt-10{
	margin-top: 10px;
}
.mt-30{
	margin-top: 18%;
}
.header-num a{
	padding: 2%; 
	font-size: xx-large;
}
.size-40{
	font-size: 40px;
}
.btn-size a{
	padding: 5%; 
	font-size: xx-large;
}
.arrow picture img{
	width: 15%;
}
@media (max-width: 768px) {
	.mt-30 {
		margin-top: 30%;
	}
}

@media (max-width: 560px) {
	.p-left {
		font-size: 60%;
	}
	section {
		padding: 20px 0;
	}
	.innerS {
		width: 94%;
		padding-bottom: 0px;
	}
	.gap-2.btn-light{
		padding: 5%;
		font-size: larger;
	}
	.reason .cont_list li .img_area {
		max-width: initial;
		width: 100%;
		margin-bottom: 0px;
	}
	#header h1 {
		padding-top: 8%;
	        font-size: medium;
	}
	#headerWrap {
		height: 0px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	.overImg {
		position: absolute;
		top: 20%;
		right: 30px;
		z-index: 1;
		width: 15%;
	}
	.header-num a{ 
		font-size: medium;
	}
	.img-none img{
		display: none;
	}
	.msg .msg_box .text_area {
		width: 100%;
		margin-top: 0px;
	}
	.size-40{
		font-size: 22px;
	}
	.btn-size a{
		padding: 5%; 
		font-size: large;
	}
	.contact-size a{
		padding: 5%; 
		font-size: large;
	}
	.arrow picture img{
		width: 80%;
	}
	.text {
		padding-bottom: 0%
	}
	.msg .img01 img {
		margin: 0 auto;
		margin-top: -25%;
	}
	.flow_list {
		padding-left: 0;
	}
	#gallery{
		padding-left: 0;
	}
	.cont_list{
		padding-left: 0;
	}
	.fs {
		font-size: large;
	}

}

/* 見出し（ご依頼までの流れ）
==============================　*/
.sec_ttl {
  color: #00698C;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  padding-top: 1px;
  /* margin-bottom: 20%; */
}
@media screen and (max-width: 600px) {
  .sec_flow {
    margin-bottom: 40px;
  }
}
.sec_flow::before {
  content: "";
  background-image: url(../images/80.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 60px;
  display: block;
  margin: 40px auto 24px;
}
@media screen and (max-width: 600px) {
  .sec_flow::before {
    width: 30px;
    height: 30px;
    margin: 0px auto 20px;
  }
}
.sec_flow .s {
  font-size: 28px;
  line-height: 190%;
  /* 36.4px */
  letter-spacing: 0.84px;
}
@media screen and (max-width: 600px) {
  .sec_flow .s {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 23.4px */
    letter-spacing: 0.54px;
  }
}
@media screen and (max-width: 365px) {
  .sec_flow .s {
    font-size: 16px;
  }
}
.sec_flow .m {
  font-size: 32px;
  line-height: 190%;
  /* 41.6px */
  letter-spacing: 0.96px;
}
@media screen and (max-width: 600px) {
  .sec_flow .m {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 31.2px */
    letter-spacing: 0.72px;
  }
}
@media screen and (max-width: 365px) {
  .sec_flow .m {
    font-size: 22px;
  }
}
.sec_flow .l {
  font-size: 40px;
  line-height: 190%;
  /* 52px */
  letter-spacing: 1.2px;
}
@media screen and (max-width: 600px) {
  .sec_flow .l {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.84px;
  }
}
@media screen and (max-width: 365px) {
  .sec_flow .l {
    font-size: 26px;
  }
}

.cta .sec_flow {
  color: #FAF7F4;
  margin: 60px 0;
}
@media screen and (max-width: 600px) {
  .cta .sec_flow {
    margin: 30px 0 40px;
  }
}
.cta .sec_flow::before {
  content: "";
}

/* 見出し（施工事例）
==============================　*/
.sec_Construction {
  color: #00698C;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  padding-top: 1px;
  /* margin-bottom: 20%; */
}
@media screen and (max-width: 600px) {
  .sec_Construction {
    margin-bottom: 40px;
  }
}
.sec_Construction::before {
  content: "";
  background-image: url(../images/87.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 60px;
  display: block;
  margin: 40px auto 24px;
}
@media screen and (max-width: 600px) {
  .sec_Construction::before {
    width: 30px;
    height: 30px;
    margin: 0px auto 20px;
  }
}
.sec_Construction .s {
  font-size: 28px;
  line-height: 190%;
  /* 36.4px */
  letter-spacing: 0.84px;
}
@media screen and (max-width: 600px) {
  .sec_Construction .s {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 23.4px */
    letter-spacing: 0.54px;
  }
}
@media screen and (max-width: 365px) {
  .sec_Construction .s {
    font-size: 16px;
  }
}
.sec_Construction .m {
  font-size: 32px;
  line-height: 190%;
  /* 41.6px */
  letter-spacing: 0.96px;
}
@media screen and (max-width: 600px) {
  .sec_Construction .m {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 31.2px */
    letter-spacing: 0.72px;
  }
}
@media screen and (max-width: 365px) {
  .sec_Construction .m {
    font-size: 22px;
  }
}
.sec_Construction .l {
  font-size: 40px;
  line-height: 190%;
  /* 52px */
  letter-spacing: 1.2px;
}
@media screen and (max-width: 600px) {
  .sec_Construction .l {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.84px;
  }
}
@media screen and (max-width: 365px) {
  .sec_Construction .l {
    font-size: 26px;
  }
}

.cta .sec_Construction {
  color: #FAF7F4;
  margin: 60px 0;
}
@media screen and (max-width: 600px) {
  .cta .sec_Construction {
    margin: 30px 0 40px;
  }
}
.cta .sec_Construction::before {
  content: "";
}

/* 見出し（メリット）
==============================　*/
.sec_merit {
  color: #00698C;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  padding-top: 1px;
  /* margin-bottom: 20%; */
}
@media screen and (max-width: 600px) {
  .sec_merit {
    margin-bottom: 40px;
  }
}
.sec_merit::before {
  content: "";
  background-image: url(../images/111.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 60px;
  display: block;
  margin: 40px auto 24px;
}
@media screen and (max-width: 600px) {
  .sec_merit::before {
    width: 30px;
    height: 30px;
    margin: 0px auto 20px;
  }
}
.sec_merit .s {
  font-size: 28px;
  line-height: 190%;
  /* 36.4px */
  letter-spacing: 0.84px;
}
@media screen and (max-width: 600px) {
  .sec_merit .s {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 23.4px */
    letter-spacing: 0.54px;
  }
}
@media screen and (max-width: 365px) {
  .sec_merit .s {
    font-size: 16px;
  }
}
.sec_merit .m {
  font-size: 32px;
  line-height: 190%;
  /* 41.6px */
  letter-spacing: 0.96px;
}
@media screen and (max-width: 600px) {
  .sec_merit .m {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 31.2px */
    letter-spacing: 0.72px;
  }
}
@media screen and (max-width: 365px) {
  .sec_merit .m {
    font-size: 22px;
  }
}
.sec_merit .l {
  font-size: 40px;
  line-height: 190%;
  /* 52px */
  letter-spacing: 1.2px;
}
@media screen and (max-width: 600px) {
  .sec_merit .l {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.84px;
  }
}
@media screen and (max-width: 365px) {
  .sec_merit .l {
    font-size: 26px;
  }
}

.cta .sec_merit {
  color: #FAF7F4;
  margin: 60px 0;
}
@media screen and (max-width: 600px) {
  .cta .sec_merit {
    margin: 30px 0 40px;
  }
}
.cta .sec_merit::before {
  content: "";
}


/* 見出し（長年住んだ・・・）
==============================　*/
.sec_home {
  color: #00698C;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  padding-top: 1px;
  /* margin-bottom: 20%; */
}
@media screen and (max-width: 600px) {
  .sec_home {
    margin-bottom: 40px;
  }
}
.sec_home::before {
  content: "";
  background-image: url(../images/background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 60px;
  display: block;
  margin: 40px auto 24px;
}
@media screen and (max-width: 600px) {
  .sec_home::before {
    width: 100%;
    height: 30px;
    margin: 0px auto 20px;
  }
}
.sec_home .s {
  font-size: 28px;
  line-height: 190%;
  /* 36.4px */
  letter-spacing: 0.84px;
}
@media screen and (max-width: 600px) {
  .sec_home .s {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 23.4px */
    letter-spacing: 0.54px;
  }
}
@media screen and (max-width: 365px) {
  .sec_home .s {
    font-size: 16px;
  }
}
.sec_home .m {
  font-size: 32px;
  line-height: 190%;
  /* 41.6px */
  letter-spacing: 0.96px;
}
@media screen and (max-width: 600px) {
  .sec_home .m {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 31.2px */
    letter-spacing: 0.72px;
  }
}
@media screen and (max-width: 365px) {
  .sec_home .m {
    font-size: 22px;
  }
}
.sec_home .l {
  font-size: 40px;
  line-height: 190%;
  /* 52px */
  letter-spacing: 1.2px;
}
@media screen and (max-width: 600px) {
  .sec_home .l {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.84px;
  }
}
@media screen and (max-width: 365px) {
  .sec_home .l {
    font-size: 26px;
  }
}

.cta .sec_home {
  color: #FAF7F4;
  margin: 60px 0;
}
@media screen and (max-width: 600px) {
  .cta .sec_home {
    margin: 30px 0 40px;
  }
}
.cta .sec_home::before {
  content: "";
}

/* 見出し（問い合わせ）
==============================　*/
.sec_contact {
  color: #00698C;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  padding-top: 1px;
  /* margin-bottom: 20%; */
}
@media screen and (max-width: 600px) {
  .sec_contact {
    margin-bottom: 40px;
  }
}
.sec_contact::before {
  content: "";
  background-image: url(../images/130.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 60px;
  display: block;
  margin: 40px auto 24px;
}
@media screen and (max-width: 600px) {
  .sec_contact::before {
    width: 30px;
    height: 30px;
    margin: 0px auto 20px;
  }
}
.sec_contact .s {
  font-size: 28px;
  line-height: 190%;
  /* 36.4px */
  letter-spacing: 0.84px;
}
@media screen and (max-width: 600px) {
  .sec_contact .s {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 23.4px */
    letter-spacing: 0.54px;
  }
}
@media screen and (max-width: 365px) {
  .sec_contact .s {
    font-size: 16px;
  }
}
.sec_contact .m {
  font-size: 32px;
  line-height: 190%;
  /* 41.6px */
  letter-spacing: 0.96px;
}
@media screen and (max-width: 600px) {
  .sec_contact .m {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 31.2px */
    letter-spacing: 0.72px;
  }
}
@media screen and (max-width: 365px) {
  .sec_contact .m {
    font-size: 22px;
  }
}
.sec_contact .l {
  font-size: 40px;
  line-height: 190%;
  /* 52px */
  letter-spacing: 1.2px;
}
@media screen and (max-width: 600px) {
  .sec_contact .l {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.84px;
  }
}
@media screen and (max-width: 365px) {
  .sec_contact .l {
    font-size: 26px;
  }
}

.cta .sec_contact {
  color: #FAF7F4;
  margin: 60px 0;
}
@media screen and (max-width: 600px) {
  .cta .sec_contact {
    margin: 30px 0 40px;
  }
}
.cta .sec_home::before {
  content: "";
}

.repeat {
  content: "";
  background-image: url(../images/background.png);
  background-repeat: repeat-x;
  background-size: 50%;
  width: 100%;
  height: 80px;
}
.row .side{
  --bs-gutter-x: 0;
}

/*ContactForm7カスタマイズ*/
/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#36b2fa;
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}
.wpcf7 input:disabled[type=submit] {
	background-color:#36b2fa;
	color:#fff;
}

.blue {
  color: #100ddb;
}
.mtop-3 {
 margin-top: 3px;
}
@media (max-width: 560px) {
   .repeat {
     content: "";
     background-image: url(../images/background.png);
     background-repeat: repeat-x;
     background-size: 50%;
     width: 100%;
     height: 0px;
   }
}