@charset "UTF-8";
/* CSS Document */

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
}
body{
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-weight: 500;
	color: #204051;
	font-size: 16px;
	background: #FAFAFA;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.9;
}
p,li,span,a{
	letter-spacing: 0.1em;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
	line-height: 1.7;
}
a{
	text-decoration: none;
	color: #204051;
	transition: .4s;
}
ul,ol{
	list-style: none;
	padding: 0;
}
svg{
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	min-height: 0%;
}
img{
  	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
	font-size: 0;
}
.img{
	min-height: 0%;
}
.img img{
	display: block;
	width: 100%;
}
.img a{
	display: block;
	width: 100%;
}
.img a:hover img{
	opacity: .8;
}
.logo img{
	pointer-events: none;
}

.inner{
	width: 96%;
	width: 92%;
	max-width: 1400px;
	margin: 0 auto;
}
.inner.max{
	max-width: none;
}
.inner.mini{
	max-width: 960px;
}

.mg100{
	margin-bottom: 100px !important;
}
.mg80{
	margin-bottom: 80px !important;
}
.mg60{
	margin-bottom: 60px !important;
}
.mg50{
	margin-bottom: 50px !important;
}
.mg40{
	margin-bottom: 40px !important;
}
.mg30{
	margin-bottom: 30px !important;
}
.mg20{
	margin-bottom: 20px !important;
}
.mg15{
	margin-bottom: 15px !important;
}
.mg10{
	margin-bottom: 10px !important;
}
.mg5{
	margin-bottom: 5px !important;
}
.mg0{
	margin-bottom: 0 !important;
}

.pmg5 p{
	margin-bottom: 5px;
}
.pmg p{
	margin-bottom: 10px;
}
.pmg15 p{
	margin-bottom: 15px;
}
.pmg20 p{
	margin-bottom: 20px;
}
.pmg5 p:last-child,
.pmg p:last-child,
.pmg15 p:last-child,
.pmg20 p:last-child{
	margin-bottom: 0;
}

span.red{
	color: #f05742;
}

/*蛍光マーカー*/
.marker{
	text-decoration: underline;
  	text-decoration-thickness: 0.5em;
  	text-decoration-color: rgba(255, 228, 0, 0.4);
  	text-underline-offset: -0.2em;
  	text-decoration-skip-ink: none;
}



/*Title*/
h2.title{
	margin-bottom: 40px;
}
h2.title span.en{
	display: block;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-weight: 500;
	font-size: 4.6rem;
	text-transform: uppercase;
	text-transform: capitalize;
	line-height: 1;
	letter-spacing: 0.02em;
	margin-bottom: 30px;
}
h2.title span.en::first-letter{
	color: #1ba1e6;
}
h2.title span.ja{
	display: flex;
	align-items: center;
	font-size: 1rem;
	letter-spacing: 0.12em;
}
h2.title span.ja::before{
	content: '';
	display: inline-block;
	width: 12px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #1ba1e6;
	margin-right: 20px;
	opacity: 0;
}
h2.title span.ja.inview::before{
	animation: title_apper 1.2s cubic-bezier(0.32, 0.1, 0, 1) forwards;
	transition-delay: 0.18s;
}
@keyframes title_apper {
	0% {
		opacity: 0;
		transform: translateY(100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
h2.title.white span.en,
h2.title.white span.ja{
	color: #fff;
}

h2.title.white2 span.en,
h2.title.white2 span.ja{
	color: #fff;
}
h2.title.white2 span.ja::before{
	background-color: #fff;
}
h2.title.white2 span.en::first-letter{
	color: #fff;
}

/*アニメーション*/
h2.title span.vv{
	overflow: hidden;
}
h2.title span.vv span{
	display: block;
	transform: translate(0, 120%);
	transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1);
	transition-delay: 0.18s;
}
h2.title span.vv.inview span{
    transform: translate(0, 0%);
}
@media (max-width: 750px){
	h2.title span.en{
		font-size: 3rem;
		margin-bottom: 20px;
	}
}




.ltitle{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.ltitle::after{
	content: '';
	display: inline-block;
	border-top: 2px solid #eee;
	flex: 1;
}
.ltitle span.en{
	display: block;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-weight: 500;
	font-size: 2.5rem;
	text-transform: capitalize;
	letter-spacing: 0.05em;
	margin-right: 30px;
}
.ltitle span.en::first-letter{
	color: #1ba1e6;
}
.ltitle span.ja{
	display: block;
	font-size: 1rem;
	letter-spacing: 0.12em;
	margin-right: 30px;
}
.ltitle.white span.en,
.ltitle.white span.ja{
	color: #fff;
}
@media (max-width: 750px){
	.ltitle span.en{
		font-size: 1.6rem;
		font-size: 1.8rem;
		margin-right: 15px;
	}
	.ltitle span.ja{
		font-size: 0.8rem;
		font-size: 0.9rem;
		margin-right: 15px;
	}
}





/*mtitle*/
.mtitle{
	position: relative;
    font-size: 1.3rem;
    line-height: 1.4;
	letter-spacing: 0.08em;
    background: linear-gradient(60deg, #04a4da 0%, #04a4da 85%, #1FC7FF 85.1%);
    padding: 14px 18px;
	color: #fff;
    margin-bottom: 20px;
}


/*mtitle02*/
.mtitle02{
	position: relative;
    font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	background-color: #fff;
	border: 2px solid #009ee2;
    padding: 18px 18px;
	padding-left: 36px;
	color: #009ee2;
    margin-bottom: 25px;
	border-radius: 20px;
	box-shadow: 4px 4px rgba(0, 158, 226, 0.4);
}
.mtitle02::before{
	content: '';
	display: block;
	width: 4px;
	height: 25px;
	background-color: #009ee2;
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
}


/*stitle*/
.stitle{
	position: relative;
	letter-spacing: 0.08em;
	font-size: 1.2rem;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.stitle::before{
	content: '';
	position: absolute;
	bottom: -1px;
	width: 120px;
	height: 1px;
	background: #1ba1e6;
}

/*dtitle*/
.dtitle{
	letter-spacing: 0.08em;
	font-size: 1.3rem;
	text-align: center;
	margin-bottom: 40px;
}
.dtitle::after{
	content: '';
	display: block;
	width: 150px;
	height: 1px;
	background: #000;
	margin: 20px auto 0;
}

/*wtitle*/
.wtitle{
	position: relative;
	z-index: 1;
    font-size: 1.3rem;
	letter-spacing: 0.08em;
    margin-bottom: 20px;
	background-color: #92B600;
	color: #fff;
	padding: 10px;
	border-left: 7px solid #c4ac42;
}
.wtitle::after{
	content: '';
	width: 20px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #fff;
	pointer-events: none;
	z-index:-1;
}

/*ctitle*/
.ctitle{
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
}
.ctitle::before{
	content: '';
	display: block;
	width: 60px;
	aspect-ratio: 52 / 23;
	background: url(../img/ctitle_deco.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto 5px;
}
.ctitle.white{
	color: #fff;
}
.ctitle.white::before{
	background-image: url(../img/ctitle_deco_w.png);
}


.etitle{
	font-size: 1.1rem;
	padding-left: 15px;
	border-left: 4px solid #316e5e;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
}

.rtitle{
	letter-spacing: 0.08em;
	font-size: 1.15rem;
	margin-bottom: 20px;
}
.rtitle::before{
	content: '';
	display: inline-block;
	width: 6px;
	height: 1em;
	background: linear-gradient(to bottom, #E53517 0, #E53517 50%, #009900 50%, #009900 100%);
	margin-right: 0.5em;
	transform: translateY(2px);
}

.ntitle{
	font-size: 1rem;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	letter-spacing: 0.08em;
}
.ntitle::before{
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 10px;
	font-size: 0.6rem;
	color: #004A78;
	transform: translateY(-2px);
}

.btitle{
	display: flex;
  	align-items: center;
	font-size: 1rem;
	letter-spacing: 0.08em;
}
.btitle::before{
	content: '';
	border-top: 1px solid;
	width: 2em;
	margin-right: .5em;
}


.center{
	text-align: center;
}
.pc_center{
	text-align: center;
}
@media (max-width: 750px){
	.pc_center{
		text-align: left;
	}
}


/*ボタン*/
.sbtn{
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}
.sbtn a{
	display: block;
	position: relative;
	z-index: 1;
	text-align: center;
	width: 100%;
	padding: 17px 0;
	border-radius: 500px;
	letter-spacing: 0.12em;
	font-weight: 700;
	color: #fff;
	border: 2px solid #1ba1e6;
	background-color: #1ba1e6;
}
.sbtn a::after{
	content: '';
	width: 15px;
	aspect-ratio: 1 / 1;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%);
	background: url(../img/sbtn_arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
	z-index: -1;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7491%) hue-rotate(259deg) brightness(107%) contrast(101%);
}
.sbtn a:hover{
	background-color:#fff;
	color: #1ba1e6;
}
.sbtn a:hover::after{
	filter: none;
}

.sbtn.white a{
	background-color:#fff;
	color: #1ba1e6;
}
.sbtn.white a::after{
	filter: none;
}
.sbtn.white a:hover{
	color: #fff;
	background-color: #1ba1e6;
	border-color: #fff;
}
.sbtn.white a:hover::after{
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7491%) hue-rotate(259deg) brightness(107%) contrast(101%);
}


.sbtn.tiktok a{
	background: #000;
	color: #fff;
	border: none;
}
.sbtn.tiktok a:hover{
	opacity: 0.6;
}

.sbtn.insta{
}
.sbtn.insta a{
	position: relative;
	z-index: 1;
	border: none;
	color: #fff;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	overflow: hidden;
}
.sbtn.insta a::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: -1;
	background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}
.sbtn.insta a:hover{
	opacity: 0.6;
}

.sbtn.fb a{
	background: #1877f2;
	color: #fff;
	border: none;
}
.sbtn.fb a:hover{
	opacity: 0.6;
}



.sbtn p{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	margin-bottom: 5px;
}
.sbtn p::before,
.sbtn p::after{
	content: '';
	background: #204051;
	height: 1px;
	flex-grow: 1;
	opacity: 0.5;
}
.sbtn p::before{
	margin-right: 1em;
}
.sbtn p::after{
	margin-left: 1em;
}
.sbtn.white p{
	color: #fff;
}
.sbtn.white p::before,
.sbtn.white p::after{
	background: #fff;
}

.sbtn.left{
	margin: 0 auto 0 0;
}
.sbtn.long{
	max-width: none;
}

.sbtn2{
	max-width: 750px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.sbtn2 .sbtn{
	width: 48%;
}
.sbtn3{
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.sbtn3 .sbtn{
	width: 33%;
}
@media (max-width: 960px){
	.sbtn3{
		display: block;
	}
	.sbtn3 .sbtn{
		width: 100%;
	}
	.sbtn3 .sbtn:not(:last-child){
		margin-bottom: 10px;
	}
}
@media (max-width: 750px){
	.sbtn.left{
		margin: 0 auto;
	}
	.sbtn2{
		display: block;
	}
	.sbtn2 .sbtn{
		width: 100%;
	}
	.sbtn2 .sbtn:first-child{
		margin-bottom: 10px;
	}
}


/*テキストリンク*/
a.t_link{
	color: #d17baa;
	background-image: linear-gradient(to right, #d17baa, #d17baa);
	background-position: 0 100%;
	background-position: bottom left;
	background-size: 100% 1px;
    background-repeat: no-repeat;
	transition: 0.4s;
}
a.t_link:hover{
	opacity: 0.6;
    background-size: 0% 1px;
}


/*2行の基本Table*/
.info_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table tr{
	border: 1px solid #ccc;
}
.info_table th,
.info_table td{
	padding: 15px 10px;
	letter-spacing: 0.08em;
}
.info_table th{
	background: #f5f5f5;
	width: 30%;
	border-right: 1px solid #ccc;
	font-weight: 500;
}
.info_table td{
	background: #fff;
	width: 70%;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
@media (max-width: 750px){
	.info_table{
		font-size: 0.9rem;
	}
}

/*ver2*/
.info_table02{
	width: 100%;
	table-layout: fixed;
	border-spacing: 0 6px;
}
.info_table02 tr{
}
.info_table02 tr:last-child{
	border-bottom: none !important;
}
.info_table02 th,
.info_table02 td{
	padding: 18px 0;
	letter-spacing: 0.08em;
	font-size: 0.95rem;
}
.info_table02 th{
	position: relative;
	background: #1ba1e6;
	width: 200px;
	font-weight: 500;
	color: #fff;
}
.info_table02 th::after{
    position: absolute;
    top: calc(50% - 10px);
    right: -8px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #1ba1e6;
}
.info_table02 td{
	padding-left: 20px;
	padding-right: 20px;
	background: #f8f8f8;
}
.info_table02.white td{
	background: #fff;
}
@media (max-width: 750px){
	.info_table02 tr{
		border-width: 4px;
	}
	.info_table02 th,
	.info_table02 td{
		padding: 18px 0;
		font-size: 0.9rem;
	}
	.info_table02 th{
		width: 120px;
	}
	.info_table02 td{
		padding-left: 20px;
		padding-right: 20px;
	}
}

.info_table03{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-bottom: 1px solid rgba(196,196,196,.43);
}
.info_table03 tr{
	border-top: 1px solid rgba(196,196,196,.43);
}
.info_table03 th,
.info_table03 td{
	padding: 20px 0;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.08em;
}
.info_table03 th{
	width: 20%;
	padding-left: 40px;
	font-weight: 500;
}
.info_table03 td{
	width: 80%;
	padding-left: 20px;
}
.info_table03.white th,
.info_table03.white td{
	color: #fff;
}
@media (max-width: 750px){
	.info_table03 th{
		width: 25%;
		padding-left: 20px;
	}
	.info_table03 td{
		width: 75%;
		padding-left: 20px;
	}
}
@media (max-width: 450px){
	.info_table03 th,
	.info_table03 td{
		font-size: 0.9rem;
	}
	.info_table03 th{
		width: 30%;
		padding-left: 10px;
	}
	.info_table03 td{
		width: 70%;
		padding-left: 10px;
	}
}


/*改行*/
@media (min-width: 751px){
	br.only750{
		display: none;
	}
}
@media (min-width: 451px){
	br.only450{
		display: none;
	}
}

@media (max-width: 750px){
	br.not750{
		display: none;
	}
}
@media (max-width: 450px){
	br.not450{
		display: none;
	}
}

span.ib{
	display: inline-block;
}


/*list*/
ul.check_list li{
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	letter-spacing: 0.08em;
}
ul.check_list li:first-child{
	padding-top: 0 !important;
}
ul.check_list li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #08A6A6;
	margin-right: .5em;
	font-size: 0.6rem;
	transform: translateY(-2px);
}
ul.check_list.white li{
	color: #fff;
	border-color: rgba(255, 255, 255, 1);
}
ul.check_list.white li::before{
	color: #fff;
}

ul.check_list02 li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
}
ul.check_list02 li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #08A6A6;
	margin-right: .5em;
	font-size: .9em;
}
ul.check_list li:last-child,
ul.check_list02 li:last-child{
	margin-bottom: 0;
}
ul.check_list02.row{
	display: flex;
	flex-wrap: wrap;
}
ul.check_list02.row li{
	margin-right: 40px;
	margin-bottom: 10px;
}
@media (max-width: 750px){
	ul.check_list02.row{
		display: block;
	}
	ul.check_list02.row li{
		margin-right: 0;
	}
}

ul.check_list03{
	display: flex;
	flex-wrap: wrap;
}
ul.check_list03 li{
	width: 31%;
	letter-spacing: 0.08em;
	margin: 0 1%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #f7b525;
}
ul.check_list03 li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #f7b525;
	margin-right: .5em;
	font-size: .9em;
}
@media (max-width: 960px){
	ul.check_list03{
		justify-content: space-between;
	}
	ul.check_list03 li{
		width: 48%;
		margin: 0 0 10px;
	}
}
@media (max-width: 750px){
	ul.check_list03 li{
		width: 100%;
	}
}


ul.dot_list li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
}
ul.dot_list li::before{
	content: '・';
	color: #08A6A6;
	margin-right: 5px;
}

ul.care_list li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
	font-size: 0.8rem;
}
ul.care_list li::before{
	content: '※';
	color: #f05742;
	font-weight: bold;
}

ul.text_list li{
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	padding-left: 2px;
	letter-spacing: 0.08em;
}

ul.single_list{
}
ul.single_list li{
	border-bottom: 1px solid rgba(170, 170, 170, 0.3);
	padding: 0 2px;
	padding-bottom: 6px;
	margin-bottom: 8px;
	font-size: 0.9rem;
}
ul.single_list li:last-child{
	margin-bottom: 0;
}
ul.single_list li::before{
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 6px;
	font-size: 0.6rem;
	transform: translateY(-2px);
	color: #08A6A6;
}
ul.single_list.non li::before{
	display: none;
}

/*===info_flexbox======*/
/*画像 + テキスト 通常のflex*/
.info_flexbox{
	display: flex;
	justify-content: space-between;
}
.info_flexbox .img{
	width: 48%;
}
.info_flexbox .text{
	width: 48%;
}
.f_center{
	align-items: center;
}
@media (max-width: 750px){
	.info_flexbox{
		flex-direction: column;
	}
	.info_flexbox.reverse{
		flex-direction: column-reverse;
	}
	.info_flexbox .img{
		width: 100%;
	}
	.info_flexbox .text{
		width: 100%;
	}
}


/*画像 + テキスト 画像小さめのflex*/
.mini_flex{
	display: flex;
	justify-content: space-between;
}
.mini_flex .img{
	width: 400px;
}
.mini_flex .text{
	width: calc(100% - 440px);
}
@media (max-width: 960px){
	.mini_flex .img{
		width: 300px;
	}
	.mini_flex .text{
		width: calc(100% - 340px);
	}
}
@media (max-width: 750px){
	.mini_flex{
		flex-direction: column;
	}
	.mini_flex.reverse{
		flex-direction: column-reverse;
	}
	.mini_flex .img{
		width: 100%;
	}
	.mini_flex .text{
		width: 100%;
	}
}

.t_flex{
	display: flex;
	justify-content: space-between;
}
.t_flex .text{
	width: 48.5%;
}
@media (max-width: 750px){
	.t_flex{
		display: block;
	}
	.t_flex .text{
		width: 100%;
	}
}


.img_wrap3{
	display: flex;
	justify-content: space-between;
}
.img_wrap3 .img{
	width: 32%;
}

.img_wrap2{
	display: flex;
	justify-content: space-between;
}
.img_wrap2 .img{
	width: 48%;
}

/*階段型*/
.stairs_img2{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.stairs_img2 .img{
	width: 48%;
}
.stairs_img2 .img:nth-child(1){
	margin-top: 20px;
}

.stairs_img3{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.stairs_img3 .img{
	width: 32%;
}
.stairs_img3 .img:nth-child(2){
	margin-top: 20px;
}
.stairs_img3 .img:nth-child(3){
	margin-top: 40px;
}
@media (max-width: 750px){
	.stairs_img3 .img{
		width: 90%;
		margin-bottom: 20px;
	}
	.stairs_img3 .img:nth-child(2){
		margin: 0 auto 20px auto;
	}
	.stairs_img3 .img:nth-child(3){
		margin: 0 0 0 auto;
	}
}

.map{
	position: relative;
	aspect-ratio: 600 / 450;
	width: 100%;
	max-height: 510px;
	overflow: hidden;
	border-radius: 5px;
}
.map iframe{
	vertical-align: top;
	width: 100%;
	height: 100%;
}


/*YouTube*/
.youtube_wrapper{
	position: relative;
	aspect-ratio: 16 / 9;
	margin: 0 auto;
	max-width: 750px;
}
.youtube_wrapper iframe{
	display: block;
	width: 100%;
	height: 100%;
}

/*===// 共通部分ここまで ===========*/



.overwrap{
	overflow-x: clip;
}



/*フェードイン*/
.flowup{
	opacity: 0;
	transform: translateY(15px);
	transition: opacity 1.3s, transform 1.3s cubic-bezier(0.32, 0.1, 0, 1);
	transition-delay: 0.18s;
}
.flowup.inview{
	opacity: 1;
	transform: translateY(0);
}






img.round{
	border-radius: 10px;
}







.deco img{
	display: block;
	width: 100%;
}







/*===ヘッダー==============================*/
.site_header{
	position: fixed;
	top: 10px;
	left: 50%;
	z-index: 100;
	transition: 0.6s;
	width: 96%;
	max-width: 1300px;
	padding: 13px 28px;
	background-color: #fff;
	border: 2px solid #A9D8F0;
	box-shadow: 0px 5px 18px 2px rgba(27, 161, 230, 0.1);
	transform: translate(-50%, 0);
	border-radius: 500px;
}
.site_header.transform{
}
.site_header .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site_header h1{
	width: 140px;
	transition: 0.6s;
}
.site_header h1 a{
	display: block;
	width: 100%;
}
.site_header h1 a img{
	display: block;
	width: 100%;
	transition: .4s;
}
.site_header h1 a:hover img{
	opacity: .6;
}

.site_header .info{
	display: flex;
	justify-content: right;
	align-items: center;
}
.site_header .tr{
}
.site_header .tr .wrap{
	display: flex;
	justify-content: right;
	align-items: center;
}
.site_header .tr p{
	font-size: 0.8rem;
	letter-spacing: 0.08em;
	margin-top: 5px;
}
.site_header .tr .tel_btn{
	margin-left: 6px;
	width: 150px;
}
.site_header .tr .tel_btn:first-child{
	margin-left: 0 !important;
}
.site_header .tr .tel_btn a{
	display: block;
	width: 100%;
	background-color: #1ba1e6;
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	border-radius: 500px;
	padding: 8px 0;
	font-size: 0.8rem;
	letter-spacing: 0.1em;
	text-align: center;
	border: 1px solid #1ba1e6;
}
.site_header .tr .tel_btn a i{
	display: inline-block;
	font-size: 1.2em;
	transform: translateY(1px);
}
.site_header .tr .tel_btn.white a{
	background-color: #fff;
	color: #1ba1e6;
}
.site_header .tr .tel_btn a:hover{
	background-color: #fff;
	color: #1ba1e6;
}
.site_header .tr .tel_btn.white a:hover{
	background-color: #1ba1e6;
	color: #fff;
}



/*global_nav*/
.global_nav{
}
.global_nav > ul{
	display: flex;
	justify-content: right;
}
.global_nav > ul > li{
	flex: 1 0 auto;
	text-align: center;
	transition: 0.4s;
}
.global_nav > ul > li > a{
	display: block;
	line-height: 1.4;
	letter-spacing: 0.15em;
	font-size: 0.9rem;
	font-weight: 700;
	padding: 6px 16px;
	border-left: 1px dashed #A9D8F0;
}
.global_nav > ul > li:first-child > a{
	border: none;
}
.global_nav > ul > li > a > span{
	display: block;
	text-transform: capitalize;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	color: #1ba1e6;
	letter-spacing: 0.12em;
	font-size: 0.75rem;
	line-height: 1;
	transition: 0.2s;
	margin-bottom: 5px;
}
.global_nav > ul > li > a:hover{
	transform: translateY(-4px);
}
.global_nav > ul > li > a:hover span{
	color: #ccc;
}

.global_nav ul li.parent{
	position: relative;
}
.global_nav ul li.parent > a{
}
.global_nav ul li.parent > a.none{
	cursor: default;
}
.global_nav ul li.parent > a:hover{
}
.global_nav ul li.parent > a i{
	display: block;
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translate(-50%, 0);
	font-size: 8px;
	color: #bbb;
}
.global_nav ul li.parent > a:hover i{
}
.global_nav ul li.parent .child{
	position: absolute;
	top: 110%;
	left: 50%;
	transform: scaleY(0) translateX(-50%);
	transition: 0.3s ease-in;
	transform-origin: center top;
	padding-top: 5px;
}
.global_nav ul li.parent .child a{
	display: block;
	background-color: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	text-align: left;
	padding: 20px 20px;
	white-space: nowrap;
	margin-bottom: 3px;
	line-height: 1;
	letter-spacing: 0.15em;
	font-size: 0.85rem;
	min-width: 240px;
	border-radius: 500px;
	color: #1ba1e6;
	font-weight: 700;
}
.global_nav ul li.parent .child a:last-child{
	margin-bottom: 0;
}
.global_nav ul li.parent .child a::before{
	content: '-';
	display: inline-block;
	margin-right: 0.5em;
	transition: transform 0.4s;
}
.global_nav ul li.parent:hover .child{
	transform: scaleY(1) translateX(-50%);
}
.global_nav ul li.parent .child a:hover{
	color: #ccc;
}
.global_nav ul li.parent .child a:hover::before{
	transform: translateX(3px);
}

@media (max-width: 1300px){
	.site_header h1{
		width: 120px;
	}
	.site_header .tr .tel_btn a{
		padding: 7px 0;
	}
	.global_nav > ul > li > a{
		font-size: 0.8rem;
		padding: 4px 14px;
	}
	.global_nav > ul > li > a > span{
		font-size: 0.7rem;
		margin-bottom: 4px;
	}
}
@media (max-width: 1200px){
	.site_header h1{
		width: 140px;
	}
	.site_header .info{
		display: none;
	}
}

@media (max-width: 750px){
	.site_header{
		padding: 18px 25px;
	}
	.site_header h1{
		width: 120px;
	}
}






/*===スライダー==============================*/
.fv{
	position: relative;
	z-index: 1;
}
.fv .wrap{
	position: relative;
	z-index: 1;
	height: 90vh;
	min-height: 680px;
	background: linear-gradient(to top, #3f77fd, #1ba1e6, #A9D8F0);
	clip-path: ellipse(100% 60% at 50% 40%);
}
.fv .wrap::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/fv_bg.png);
	background-size: cover;
	background-position: center;
	pointer-events: none;
	z-index: -1;
	opacity: 0.1;
}
.fv .wrap .pic{
	position: absolute;
	right: 0;
	bottom: 0;
	transform: translate(25%, 3%);
	width: 70%;
	max-width: 1100px;
	z-index: 1;
	pointer-events: none;
}
.fv .wrap .pic img{
	display: block;
	width: 100%;
	animation: apper 1.4s ease-in-out;
}

.fv .wrap .catch{
	position: absolute;
	bottom: 10%;
	left: 3%;
	z-index: 5;
	width: 90%;
	max-width: 700px;
	max-width: 650px;
}
.fv .wrap .catch img{
	display: block;
	width: 100%;
	animation: apper 1.4s ease-in-out;
}
@keyframes apper {
	0% {
		opacity: 0;
	}
	50%{
		opacity: 0;
		transform: translateY(10px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fv .deco{
	position: absolute;
	bottom: 0;
	right: 2%;
	z-index: 2;
	width: 30%;
	max-width: 250px;
	transform: translate(0, 40%);
}
.fv .deco img{
	animation: move05 cubic-bezier(0, 1, 0, 1) infinite 3s forwards;
}
@keyframes move05 {
    0% {
      transform: translate(0, 0) rotate(0);
    }
    10% {
      transform: translate(-4px, -4px) rotate(-4deg);
    }
    20% {
      transform: translate(0, 0) rotate(0);
    }
    30% {
      transform: translate(0, 0) rotate(2deg);
    }
    40% {
      transform: translate(0, 0) rotate(0);
    }
    100% {
      transform: translate(0, 0) rotate(0);
    }
}

@media (max-width: 960px){
	.fv .wrap{
		height: 700px;
		min-height: auto;
	}
	.fv .wrap .pic{
		width: 90%;
		transform: translate(35%, 5%);
	}
	.fv .wrap .catch{
		bottom: auto;
		top: calc(80px + 8%);
		max-width: 550px;
	}
}
@media (max-width: 750px){
	.fv .wrap{
		height: 600px;
	}
}
@media (max-width: 450px){
	.fv .wrap{
		height: 450px;
	}
	.fv .wrap .catch{
		max-width: 450px;
	}
}


/*===メイン==============================*/
main{
	display: block;
	position: relative;
}
main section{
	padding: 100px 0;
	position: relative;
	z-index: 1;
}
@media (max-width: 750px){
	main section{
		padding: 60px 0;
	}
}

.inner.white{
	background-color: #fff;
	padding: 40px;
	border-radius: 10px;
}
@media (max-width: 750px){
	.inner.white{
		padding: 40px 20px;
	}
}

.info_wrap{
	background-color: #fff;
	padding: 40px 30px;
	border-radius: 10px;
}
@media (max-width: 750px){
	.info_wrap{
		padding: 30px 15px;
	}
}


.s_middle{
	position: relative;
	height: 500px;
	z-index: 1;
}
.s_middle img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 750px){
	.s_middle{
		height: 300px;
	}
}


.bg01{
	background-color: #f5f5f5;
}






/*==welcome==============================*/
.welcome{
}
.welcome::after{
	content: '';
	width: 60%;
	max-width: 800px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(50%, 20%);
	background-color: #F1F6F8;
	pointer-events: none;
	z-index: -1;
}

.welcome .text{
	position: relative;
	z-index: 5;
	padding: 100px 0;
	width: 50%;
	margin: 0 0 0 auto;
}
.welcome .text h3{
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}
.welcome .text h3 span.sub{
	display: block;
	font-size: 1.5em;
	letter-spacing: 0.15em;
	margin-bottom: 5px;
}
/* .welcome .text h3 span.sub span{
	color: #1ba1e6;
} */

.welcome .pic{
	display: block;
	width: 45%;
	height: calc(100% - 200px);
    overflow: hidden;
	position: absolute;
	top: 100px;
	left: 0;
	z-index: -1;
	border-radius: 0 20px 20px 0;
}
.welcome .pic img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 960px){
	.welcome .text{
		padding: 0;
		width: 100%;
	}
	.welcome .pic{
		position: static;
		width: 100%;
		aspect-ratio: 3 / 2;
		height: auto;
		border-radius: 20px;
		margin-bottom: 100px;
	}
	.welcome .pic img{
		position: static;
	}
}
@media (max-width: 750px){
	.welcome .pic{
		border-radius: 10px;
		margin-bottom: 60px;
	}
	.welcome .text h3{
		font-size: 1.4rem;
		margin-bottom: 20px;
	}
}



/*===t_service==============================*/
.t_service{
}
.t_service .container{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.t_service .container .wrapper{
	padding: 35px 20px;
	background-color: #f5f5f5;
	border-radius: 10px;
}
.t_service .container .wrapper .flex{
	display: flex;
	justify-content: space-between;
}
.t_service .container .wrapper .flex .img{
	width: 45%;
}
.t_service .container .wrapper .flex .text{
	width: 52%;
}
.t_service .container .wrapper h3{
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 1.4rem;
	margin-bottom: 3px;
}
.t_service .container .wrapper h3 span.mini{
	display: block;
	font-size: 0.7em;
}
.t_service .container .wrapper .cost{
}
.t_service .container .wrapper .cost span{
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 1.6em;
	margin-right: 0.25em;
	color: #1ba1e6;
}
.t_service .container .wrapper .flex .text .info{
	margin-top: 10px;
	font-size: 0.85rem;
}
@media (max-width: 1200px){
	.t_service .container{
		display: block;
	}
	.t_service .container .wrapper{
		margin-bottom: 20px;
	}
	.t_service .container .wrapper:last-child{
		margin-bottom: 0 !important;
	}
}
@media (max-width: 750px){
	.t_service .container .wrapper{
		padding: 20px 20px;
		border-radius: 5px;
	}
	.t_service .container .wrapper .flex{
		display: block;
	}
	.t_service .container .wrapper .flex .img{
		width: 100%;
		margin-bottom: 20px;
	}
	.t_service .container .wrapper .flex .text{
		width: 100%;
	}
	.t_service .container .wrapper .flex .text .info{
		margin-top: 5px;
	}
}






/*===対応エリア==============================*/
.area{
	padding: 60px 0;
}
.area::before{
	content: '';
	width: 72%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #f5f5f5;
	pointer-events: none;
	z-index: -1;
	border-radius: 0 10px 10px 0;
}
.area .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.area .flex .text{
	width: 55%;
}
.area .flex .img{
	width: 41%;
}
.area .flex .text h3{
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	font-weight: 700;
	margin-bottom: 20px;
}
.area .flex .text h3 i{
	color: #1ba1e6;
}
@media (max-width: 750px){
	.area .flex{
		flex-direction: column-reverse;
	}
	.area .flex .text{
		width: 100%;
	}
	.area .flex .img{
		width: 80%;
		max-width: 300px;
		margin: 0 auto 20px;
	}
	.area .flex .text h3{
		font-size: 1.4rem;
	}
}




/*===コンテンツ==============================*/
.link .flex{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.link .flex .box{
}
.link .flex .box a{
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	aspect-ratio: 5 / 2;
	overflow: hidden;
	transition: 0.8s;
	border-radius: 10px;
}
/*ドットテクスチャ*/
.link .flex .box a::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right top, #1ba1e6, #A9D8F0);
	z-index: 1;
	opacity: 0.3;
}
.link .flex .box a img.bg{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1.6s;
}
.link .flex .box a h3{
	position: absolute;
	bottom: 40px;
	left: 40px;
	color: #fff;
	z-index: 5;
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.2));
}
.link .flex .box a h3 span.en{
	display: block;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-weight: 500;
	font-size: 3.4rem;
	letter-spacing: 0.05em;
	text-transform: capitalize;
	line-height: 1.6;
}
.link .flex .box a h3 span.ja{
	display: block;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
/*矢印*/
.link .flex .box a .arrow{
	position: absolute;
	bottom: 40px;
	right: 40px;
	width: 100px;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 1px solid #fff;
	z-index: 4;
	cursor: pointer;
	transition: 0.6s;
	transition-delay: 0.2s;
	color: #fff;
	font-size: 1.8rem;
}
.link .flex .box a:hover{
	transform: scale(0.98);
}
.link .flex .box a:hover img.bg{
	transform: scale(1.1);
}
.link .flex .box a:hover .arrow{
	background-color: #fff;
	color: #1ba1e6;
	transform: scale(0.9);
}
@media (max-width: 1200px){
	.link .flex .box a h3{
		bottom: 20px;
		left: 20px;
	}
	.link .flex .box a .arrow{
		bottom: 20px;
		right: 20px;
	}
}
@media (max-width: 960px){
	.link .flex{
		display: block;
	}
	.link .flex .box{
		width: 100%;
		margin-bottom: 20px;
	}
	.link .flex .box:last-child{
		margin-bottom: 0 !important;
	}
	.link .flex .box a{
		aspect-ratio: 2 / 1;
	}
}
@media (max-width: 750px){
	.link .flex .box a h3{
		bottom: 15px;
		left: 15px;
	}
	.link .flex .box a h3 span.en{
		font-size: 2.2rem;
		line-height: 1.5;
	}
	.link .flex .box a .arrow{
		width: 70px;
		font-size: 1.4rem;
	}
}




/*===フッター==============================*/
footer{
	background-color: #204051;
}
.footer_top{
	position: relative;
	z-index: 1;
}
.footer_top::after{
	content: '';
	width: 100%;
	height: 50%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FAFAFA;
	pointer-events: none;
	z-index: -1;
}
.footer_top .inner.white{
	box-shadow: rgba(27, 161, 230, 0.2) 0px 8px 24px;
}
.footer_top .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_top .flex .left{
}
.footer_top .flex .left .info p{
	font-weight: 700;
	font-size: 1.7rem;
	letter-spacing: 0.15em;
}
.footer_top .flex .right{
	width: calc(100% - 440px);
	max-width: 650px;
}
.footer_top .btn_wrap{
}
.footer_top .btn_wrap .btn{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.footer_top .btn_wrap .btn:last-child{
	margin-bottom: 0 !important;
}
.footer_top .btn_wrap .btn a{
	display: block;
	width: 100%;
	border: 1px solid #1ba1e6;
	background-color: #1ba1e6;
	color: #fff;
	padding: 20px 0;
	font-size: 1.3rem;
	letter-spacing: 0.14em;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	text-transform: capitalize;
	border-radius: 20px;
}
.footer_top .btn_wrap .btn a:hover{
	color: #1ba1e6;
	background-color: #fff;
}
.footer_top .btn_wrap .btn.white a{
	color: #1ba1e6;
	background-color: #fff;
}
.footer_top .btn_wrap .btn.white a:hover{
	color: #fff;
	background-color: #1ba1e6;
}
@media (max-width: 960px){
	.footer_top{
		background-position: left 10% center;
	}
	.footer_top .flex{
		display: block;
	}
	.footer_top .flex .left{
		width: 100%;
		margin-bottom: 35px;
	}
	.footer_top .flex .right{
		width: 100%;
		max-width: none;
	}
}
@media (max-width: 750px){
	.footer_top .flex .left .info p{
		font-size: 1.3rem;
	}
	.footer_top .btn_wrap .btn{
		margin-bottom: 12px;
	}
}



.footer_middle{
	text-align: center;
	padding: 60px 0 40px;
}
.footer_middle .flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer_middle .flex .text{
	width: 49%;
}
.footer_middle .flex .map{
	width: 49%;
}

.footer_bottom{
	text-align: center;
	padding-bottom: 15px;
	letter-spacing: 0.08em;
	color: #fff;
}

@media (max-width: 960px){
	.footer_middle .flex{
		display: block;
	}
	.footer_middle .flex .text{
		width: 100%;
		margin-bottom: 20px;
	}
	.footer_middle .flex .map{
		width: 100%;
	}
}
@media (max-width: 750px){
	.footer_middle{
		padding: 60px 0;
	}
}


.footer_nav{
	margin: 0 auto;
	max-width: 1200px;
	margin-top: 60px;
}
.footer_nav ul{
	display: flex;
	justify-content: space-around;
	width: 100%;
}
.footer_nav ul li{
	flex: 1 0 auto;
	text-align: center;
	border-right: 1px solid #ccc;
}
.footer_nav ul li:last-child{
	border: none;
}
.footer_nav ul li a{
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.25em;
}
.footer_nav ul li a:hover{
	opacity: 0.6;
}
@media (max-width: 960px){
	.footer_nav{
	}
	.footer_nav ul{
		display: block;
		width: 90%;
		max-width: 550px;
		margin: 0 auto;
	}
	.footer_nav ul li{
		width: 100%;
		text-align: left;
		border: none;
		border-bottom: 1px solid #ccc;
		padding: 15px 5px;
	}
	.footer_nav ul li:last-child{
		border-bottom: 1px solid #ccc;
	}
	.footer_nav ul li a{
	}
	.footer_nav ul li a::before{
		content: '';
		display: inline-block;
		width: 6px;
		height: 6px;
		margin-right: 15px;
		transform: rotate(-45deg) translateY(-3px);
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
	}
}









/*トップに戻る*/
.page_top{
	opacity: 0;
	pointer-events: none;
  	width: 60px;
	aspect-ratio: 1 / 1;
  	position: fixed;
  	right: 3%;
  	bottom: 4%;
	border-radius: 50%;
	opacity: 0;
	transition: 1s;
  	background: #1ba1e6;
	box-shadow: 0px 5px 18px 2px rgba(27, 161, 230, 0.6);
  	z-index: 50;
}
.page_top a{
	display: block;
	position: relative;
	z-index: 10;
  	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.page_top a i{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
  	font-weight: 900;
  	font-size: 10px;
  	color: #fff;
}
.page_top.is_animation{
	opacity: 1;
	pointer-events: all;
}
.page_top.is_animation:hover{
	transform: translateY(-5px);
}
@media (max-width: 750px){
	.page_top{
		width: 45px;
		height: 45px;
		right: 10px;
		bottom: 10px;
	}
}

/*=================================*/
/*===下層ページ===============================================================*/
/*下層トップ*/
.kasou_top{
	position: relative;
	z-index: 1;
	/* background: url(../img/kasou_top.jpg);
	background-size: cover;
	background-position: center; */
	width: 100%;
	padding: 200px 0 100px;
	clip-path: ellipse(100% 60% at 50% 40%);
}
.kasou_top::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to top, #3f77fd, #1ba1e6, #A9D8F0);
	pointer-events: none;
	z-index:-1;
}
.kasou_top h2{
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: #fff;
	margin-bottom: 8px;
}
@media (max-width: 1200px){
	.kasou_top{
		padding: 130px 0 80px;
	}
	.kasou_top h2{
		font-size: 1.8rem;
	}
}


/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: #fff;
	text-align: center;
	padding: 0;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	vertical-align: top;
}
.breadcrumb li:last-child:after {
	display: none;
}
.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 6 Free";
	content: '\f015';
	font-weight: bold;
}
.breadcrumb li a:hover{
	opacity: 0.7;
}


/*===工事内容・料金表ページ==============================*/
.service_lede{
}
.service_lede .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.service_lede .flex .img{
	width: 49%;
}
.service_lede .flex .text{
	width: 49%;
}

.service_lede .flex .text h3{
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	text-align: center;
	padding: 0 40px;
	letter-spacing: 0.12em;
	font-size: 1.6rem;
	font-weight: 700;
	margin: 0 auto;
	margin-bottom: 20px;
	color: #1ba1e6;
}
.service_lede .flex .text h3::before,
.service_lede .flex .text h3::after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.4em;
}
.service_lede .flex .text h3::before{
	content: '＼';
	left: 0;
}
.service_lede .flex .text h3::after{
	content: '／';
	right: 0;
}
@media (max-width: 960px){
	.service_lede .flex{
		display: block;
	}
	.service_lede .flex .img{
		width: 100%;
		margin-bottom: 30px;
	}
	.service_lede .flex .text{
		width: 100%;
	}
	.service_lede .flex .text h3{
		padding: 0 40px;
		letter-spacing: 0.12em;
		font-size: 1.4rem;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.service_lede .flex .text h3::before,
	.service_lede .flex .text h3::after{
		font-size: 1.6rem;
	}
}




.ba_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 960px;
}
.ba_box .wrap{
	width: 49%;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.ba_box a{
	display: block;
	position: relative;
    overflow: hidden;
	aspect-ratio: 4 / 3;
	border: 3px solid #fff;
	border-radius: 10px;
}
.ba_box a::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0);
	transition: all 0.3s ease;
	z-index: 1;
}
.ba_box a::after{
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #1ba1e6;
	color: #fff;
	z-index: 10;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	letter-spacing: 0.15em;
	font-size: 0.9rem;
	text-transform: uppercase;
	padding: 0 15px;
	pointer-events: none;
	border-radius: 500px;
}
.ba_box a.before::after{
	content: 'before';
	background-color: #A9D8F0;
}
.ba_box a.after::after{
	content: 'after';
	font-size: 1.2rem;
}
.ba_box a img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
}
.ba_box a:hover img{
	transform: scale(1.15);
}
.ba_box a:hover::before{
	background: rgba(0, 0, 0, 0.2);
}
.ba_box .before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40%;
	z-index: 2;
}
.ba_box .after{
	position: relative;
	width: 80%;
	margin: 0 0 auto auto;
}
@media (max-width: 750px){
	.ba_box{
		display: block;
	}
	.ba_box .wrap{
		width: 100%;
		padding-bottom: 20px;
	}
	.ba_box a::after{
		top: 5px;
		right: 5px;
		padding: 0 10px;
		font-size: 0.8rem;
	}
}












.fee_table{
}
.fee_table .row{
	border-bottom: 1px dashed #A9D8F0;
	padding: 10px 5px;
}
.fee_table .row .flex{
	display: flex;
	align-items: center;
}
.fee_table .row .flex::before{
	background: radial-gradient(#aaa 20%,rgba(0,0,0,0) 0%) center center/8px 8px;
	content: '';
	display: inline-block;
	flex: 1;
	height: 4px;
	margin: 0 1.2em;
}
.fee_table .row .flex > div{
	width: -moz-fit-content;
	width: fit-content;
}
.fee_table .row .name{
	order: -1;
	max-width: 60%;
}
.fee_table .row .cost{
	max-width: 35%;
}
.fee_table .row .cost span{
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 1.6em;
	margin-right: 0.25em;
	color: #1ba1e6;
}
.fee_table .row .right{
	text-align: right;
	margin-top: 10px;
	font-size: 0.8rem;
}
@media (max-width: 960px){
	.fee_table{
		display: block;
	}
	.fee_table .row{
		width: 100%;
	}
}
@media (max-width: 750px){
	.fee_table .row{
		padding: 15px 10px;
	}
	.fee_table .row .flex{
		display: block;
	}
	.fee_table .row .flex::before{
		display: none;
	}
	.fee_table .row .flex > div{
		width: 100%;
	}
	.fee_table .row .name{
		max-width: none;
	}
	.fee_table .row .cost{
		max-width: none;
	}
	.fee_table .row .cost span{
		font-size: 1.6em;
		margin-right: 0.25em;
	}
	.fee_table .row .right{
		text-align: left;
	}
}





.review{
}
.review .flex{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.review .flex .box{
	background-color: #fff;
	padding: 30px;
	border-radius: 5px;
	box-shadow: rgba(186, 196, 206, 0.1) 0px 8px 24px;
	border-bottom: 5px solid #1ba1e6;
}
.review .flex .box h3{
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	border-bottom: 1px solid;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.review .flex .box h3 span.num{
	display: block;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 0.9rem;
	color: #A9D8F0;
}
.review .flex .box .info p{
	margin-bottom: 10px;
}
.review .flex .box .info p:last-child{
	margin-bottom: 0 !important;
}
@media (max-width: 750px){
	.review .flex{
		display: block;
	}
	.review .flex .box{
		padding: 20px;
		margin-bottom: 20px;
	}
	.review .flex .box:last-child{
		margin-bottom: 0 !important;
	}
	.review .flex .box h3{
		font-size: 1.3rem;
	}
}



/*===施工実績ページ==============================*/
.gallery_single{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap: 15px 10px;
}
.gallery_single .item{
}
.gallery_single .item a{
	display: block;
	width: 100%;
	position: relative;
    overflow: hidden;
	min-height: 0%;
	margin-bottom: 5px;
	background-color: #f4f4f4;
	border-radius: 5px;
}
.gallery_single .item a::before{
	content: '';
    display: block;
    padding-top: 70%;
}
.gallery_single .item a img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
}
.gallery_single .item a:hover img{
	transform: scale(1.1);
}
.gallery_single .item p.item_title{
	margin-top: 10px;
}
@media (max-width: 960px){
	.gallery_single{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 750px){
	.gallery_single{
		gap: 10px 10px;
	}
	.gallery_single .item p.item_title{
		font-size: 0.8rem;
	}
}



/*===作業の流れページ==============================*/
.flow_middle_txt{
	text-align: center;
	font-weight: 700;
	font-size: 2.4rem;
	margin-bottom: 40px;
}
.flow_middle_txt i{
	display: block;
}
@media (max-width: 960px){
	.flow_middle_txt{
		font-size: 2rem;
	}
}
@media (max-width: 750px){
	.flow_middle_txt{
		font-size: 1.4rem;
		margin-bottom: 30px;
	}
}



/*===よくある質問ページ==============================*/
.faq_accordion{
}
.faq_accordion li{
	box-shadow: rgba(240, 240, 240, 0.1) 0px 4px 20px;
	margin-bottom: 20px;
}
.faq_accordion li:last-child{
	margin-bottom: 0 !important;
}
.faq_accordion li h3{
    position: relative;
    cursor: pointer;
    font-size: 1rem;
	letter-spacing: 0.1em;
	font-weight: 500;
    padding: 30px 20px;
	padding-right: 50px;
    transition: all .5s ease;
	background-color: #fff;
	display: flex;
}
.faq_accordion li h3 span.en{
	display: inline-block;
	font-size: 1.4em;
	margin-right: 0.5em;
	line-height: 1;
	color: #1ba1e6;
}
.faq_accordion li h3::before,
.faq_accordion li h3::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #1ba1e6;
}
.faq_accordion li h3::before{
    top: 48%;
    right: 20px;
    transform: rotate(0deg);
}
.faq_accordion li h3::after{    
    top: 48%;
    right: 20px;
    transform: rotate(90deg);
}
.faq_accordion li h3.close::before{
	transform: rotate(45deg);
}
.faq_accordion li h3.close::after{
	transform: rotate(-45deg);
}

.faq_accordion li .text{
	position: relative;
    display: none;
	background-color: #fff;
    padding: 30px 20px;
}
.faq_accordion li .text::before{
	content: '';
	width: calc(100% - 40px);
	height: 1px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #eee;
	pointer-events: none;
	z-index: 1;
}
.faq_accordion li .text .flex{
	display: flex;
	justify-content: space-between;
}
.faq_accordion li .text .flex span.en{
	display: inline-block;
	color: #f22200;
	font-size: 1.6em;
	margin-right: 0.5em;
	line-height: 1;
}
.faq_accordion li .text .flex .info{
	width: 100%;
}
.faq_accordion li .text .flex .info p{
	margin-bottom: 5px;
}
.faq_accordion li .text .flex .info p:last-child{
	margin-bottom: 0 !important;
}
@media (max-width: 750px){
	.faq_accordion li{
		margin-bottom: 10px;
	}
	.faq_accordion li h3{
		padding: 20px;
		padding-right: 50px;
	}
	.faq_accordion li .text{
		padding: 20px 20px;
	}
	.faq_accordion li .text .flex span.en{
		font-size: 1.4em;
	}
}



/*===お問い合わせページ==============================*/
.contact{
	overflow: hidden;
}
.contact::after{
	content: '';
	width: 60%;
	max-width: 800px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(50%, 40%);
	background-color: #F1F6F8;
	pointer-events: none;
	z-index: -1;
}

.tel_contact{
}
.tel_contact .flex{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.tel_contact .flex .box{
	margin-right: 60px;
}
.tel_contact .flex .box:last-child{
	margin-right: 0 !important;
}
.tel_contact .flex .box a{
	display: flex;
	align-items: center;
	transition: 0.2s;
}
.tel_contact .flex .box a span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #1ba1e6;
	margin-right: 15px;
}
.tel_contact .flex .box a span i{
	display: inline-block;
	color: #fff;
	font-size: 1.4rem;
}
.tel_contact .flex .box a p{
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 2.2rem;
}
.tel_contact .flex .box a:hover{
	opacity: 0.5;
}
@media (max-width: 960px){
	.tel_contact .flex{
		display: block;
	}
	.tel_contact .flex .box{
		margin-right: 0;
		margin-bottom: 15px;
	}
	.tel_contact .flex .box:last-child{
		margin-bottom: 0 !important;
	}
	.tel_contact .flex .box a span{
		width: 54px;
		margin-right: 15px;
	}
	.tel_contact .flex .box a span i{
		font-size: 1.4rem;
	}
	.tel_contact .flex .box a p{
		font-size: 1.8rem;
	}
}




.flow_container{
}
.flow_container .flow_wrap{
	position: relative;
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
}
.flow_container .flow_wrap::before{
	content: '';
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 45px;
	background-color: #A9D8F0;
	pointer-events: none;
	z-index: -1;
}
.flow_container .flow_wrap:last-child{
	padding-bottom: 0 !important;
}
.flow_container .flow_wrap p.num{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	width: 100px;
	line-height: 1;
	text-transform: capitalize;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-weight: 500;
	color: #fff;
	background-color: #1ba1e6;
}
.flow_container .flow_wrap p.num span{
	display: block;
	font-size: 1.6em;
	margin-top: 10px;
}
.flow_container .flow_wrap .box{
	width: calc(100% - 100px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	padding: 30px;
	box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
}
.flow_container .flow_wrap .box .img{
	width: 40%;
}
.flow_container .flow_wrap .box .text{
	width: 56%;
}
.flow_container .flow_wrap .box .text h3{
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: #1ba1e6;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.flow_container .flow_wrap .box .text h3 span.sub{
	display: block;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-weight: 500;
	text-transform: capitalize;
	color: #A9D8F0;
	font-size: 1rem;
	letter-spacing: 0.12em;
}
@media (max-width: 750px){
	.flow_container .flow_wrap{
		position: relative;
		display: flex;
		justify-content: space-between;
		padding-bottom: 20px;
	}
	.flow_container .flow_wrap::before{
		left: 30px;
	}
	.flow_container .flow_wrap:last-child{
		padding-bottom: 0 !important;
	}
	.flow_container .flow_wrap p.num{
		width: 70px;
	}
	.flow_container .flow_wrap p.num span{
		display: block;
		font-size: 1.6em;
		margin-top: 10px;
	}
	.flow_container .flow_wrap .box{
		width: calc(100% - 70px);
		display: block;
		padding: 20px;
	}
	.flow_container .flow_wrap .box .img{
		width: 100%;
		margin-bottom: 20px;
	}
	.flow_container .flow_wrap .box .text{
		width: 100%;
	}
	.flow_container .flow_wrap .box .text h3{
		font-size: 1.3rem;
		margin-bottom: 15px;
	}
	.flow_container .flow_wrap .box .text h3 span.sub{
		font-size: 0.9rem;
	}
}




/*===サンクスページ===*/
.thanks .inner .small p{
	font-size: 0.8rem;
}
.thanks .sbtn a{
	margin-bottom: 20px;
}

/*===倉庫==============================*/
@media (max-width: 960px){
}
@media (max-width: 750px){
}
@media (max-width: 450px){
}

/*Safariのみ*/
::-webkit-full-page-media, :future, :root .class{
	background-attachment: scroll;
}