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

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
	scroll-padding-top: 140px;/*JSは外す*/
	scroll-behavior: smooth;
}
@media (max-width: 1200px){
	html{
		scroll-padding-top: 100px;
	}
}
body{
	font-family: "Zen Kaku Gothic New", sans-serif;
  	font-weight: 700;
	font-weight: 500;
	color: #382511;
	font-size: 16px;
	background: #f5f0df;
	background: url(../img/main_bg.jpg);
	background-repeat: repeat;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 2.1;
}
p{
	letter-spacing: 0.08em;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 700;
	line-height: 1.7;
}
a{
	text-decoration: none;
	color: #382511;
	transition: .4s;
}
ul:not(.news-detail .flex #main .text ul),
ol:not(.news-detail .flex #main .text ol){
	list-style: none;
}
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%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner.wide{
	max-width: 1400px;
}
.inner.max{
	max-width: none;
}

.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{
	color: #548851;
	margin-bottom: 40px;
}
h2.title span.en{
	display: block;
	font-family: "Poppins", sans-serif;
	font-weight: 200;
  	font-weight: 500;
	font-size: 3.5rem;
	text-transform: uppercase;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
h2.title span.ja{
	display: flex;
  	align-items: center;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0.12em;
}
h2.title span.ja::before{
	content: '';
	border-top: 1px solid;
	width: 2em;
	margin-right: .5em;
}
h2.title.center span.ja{
	display: block;
	width: 100%;
}
h2.title.center span.ja::before{
	display: none;
}
h2.title.white span.en,
h2.title.white span.ja{
	color: #fff;
}
@media (max-width: 750px){
	h2.title.m_center{
		text-align: center;
	}
	h2.title.m_center span.ja{
		display: block;
		width: 100%;
	}
	h2.title.m_center span.ja::before{
		display: none;
	}
	h2.title span.en{
		font-size: 2.5rem;
	}
	h2.title span.ja{
		font-size: 1rem;
	}
}



/*mtitle*/
.mtitle{
    position: relative;
    border-radius: 0 5px 5px 0;
    padding: 10px 15px;
	padding-right: 0;
    font-size: 1.8rem;
    margin-top: 15px;
    margin-bottom: 40px;
	letter-spacing: 0.05em;
	color: #548851;
}
.mtitle::before,
.mtitle::after{
	position: absolute;
    content: "";
    left: 0;
    height: 8px;
}
.mtitle::before{
    width: 25%;
    top: -8px;
    background: #84b250;
    border-radius: 5px 5px 0 0;
}
.mtitle::after{
	width: 40%;
    bottom: -8px;
    background: #548851;
    border-radius: 0 0 5px 5px;
}
@media (max-width: 750px){
	.mtitle{
		font-size: 1.4rem;
	}
}


/*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;
	font-weight: 700;
	letter-spacing: 0.08em;
	font-size: 1.5rem;
	border-bottom: 3px solid #ddd;
	margin-bottom: 20px;
	padding-bottom: 8px;
}
.stitle::before{
	content: '';
	position: absolute;
	bottom: -3px;
	width: 120px;
	height: 3px;
	background: #548851;
}
.stitle span.num{
	display: block;
	font-family: "Poppins", sans-serif;
  	font-weight: 500;
	text-transform: capitalize;
	color: #548851;
	font-size: 1rem;
	letter-spacing: 0.08em;
}
@media (max-width: 750px){
	.stitle{
		font-size: 1.4rem;
	}
}


.q_mark{
	width: 60px;
	margin: 0 auto 5px;
}
@media (max-width: 750px){
	.q_mark{
		width: 50px;
	}
}

/*dtitle*/
.dtitle{
	text-align: center;
	font-weight: 700;
	font-size: 2.2rem;
	letter-spacing: 0.08em;
	margin-bottom: 30px;
	color: #548851;
	line-height: 2.1;
}
.dtitle span.mt{
	padding-bottom: 3px;
	border-bottom: 3px solid #548851;
}
@media (max-width: 750px){
	.dtitle{
		font-size: 1.8rem;
	}
}
@media (max-width: 450px){
	.dtitle{
		font-size: 1.6rem;
	}
}


/*wtitle*/
.wtitle{
	position: relative;
	z-index: 1;
    font-size: 1.3rem;
	letter-spacing: 0.08em;
    margin-bottom: 20px;
	background-color: #84b250;
	color: #fff;
	padding: 10px;
	border-left: 8px solid #548851;
	font-weight: 500;
}
.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: 52px;
	height: 23px;
	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.3rem;
	padding-left: 15px;
	border-left: 4px solid #548851;
	color: #548851;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
}

.rtitle{
	font-weight: 500;
	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: 12px;
	background-color: #548851;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.08em;
	border-radius: 5px;
	padding: 5px 10px;
}
.ntitle::before{
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 10px;
	font-size: 0.8rem;
	transform: translateY(-1px);
}

.btitle{
	display: flex;
  	align-items: center;
	font-size: 1rem;
	font-weight: 500;
	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{
	max-width: 300px;
	margin: 0 auto;
}
.sbtn a{
	display: block;
	position: relative;
	border: 2px solid #548851;
	text-align: center;
	width: 100%;
	padding: 15px 0;
	padding-right: 22px;
	border-radius: 40px;
	font-weight: 700;
	font-size: 0.9rem;
	letter-spacing: 0.08em;
	color: #fff;
	transition: all .5s ease;
	background: #548851;
}
.sbtn a::after{
	display: inline-block;
    font-family: "Font Awesome 6 Free";
    content: "\f138";
    font-weight: bold;
	position: absolute;
    top: 50%;
    right: 18px;
    line-height: 1;
    transform: translate(0, -50%);
	transition: 0.2s;
}
.sbtn a:hover{
	background:#fff;
	color: #548851;
}
.sbtn.white a{
	background:#fff;
	color: #548851;
}
.sbtn.white a:hover{
	color: #fff;
	background: #548851;
	border-color: #fff;
}

.sbtn.non a{
	padding-right: 0;
}
.sbtn.non a::after{
	display: none;
}

.sbtn p{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}
.sbtn p::before,
.sbtn p::after{
	content: '';
	background: #333;
	height: 1px;
	flex-grow: 1;
	opacity: 0.5;
}
.sbtn p::before{
	margin-right: 1em;
}
.sbtn p::after{
	margin-left: 1em;
}

.sbtn.left{
	margin: 0 auto 0 0;
}
.sbtn.long a{
	width: 100%;
}
.m_contact a{
	min-width: 280px;
}

.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: #548851;
	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 #548851;
}
.info_table02 td{
	padding-left: 20px;
	padding-right: 20px;
	background: #f8f8f8;
}
@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: 40px 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;
}
@media (max-width: 750px){
	.info_table03 th,
	.info_table03 td{
		padding: 40px 0;
	}
	.info_table03 th{
		width: 25%;
		padding-left: 20px;
	}
	.info_table03 td{
		width: 75%;
		padding-left: 20px;
	}
}
@media (max-width: 450px){
	.info_table03{
		font-size: 0.9rem;
		padding: 30px 0;
	}
	.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{
	padding: 10px;
	letter-spacing: 0.08em;
	background-color: #fff;
	margin-bottom: 6px;
	border-radius: 5px;
	border-bottom: 2px solid #84b250;
	border-right: 2px solid #84b250;
}
ul.check_list li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #548851;
	margin-right: .8em;
	font-size: 0.8rem;
	transform: translateY(-1px);
}
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: #548851;
	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: #548851;
	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: #548851;
}
ul.single_list.non li::before{
	display: none;
}

/*===info_flexbox======*/
/*画像 + テキスト 通常のflex*/
.info_flexbox{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.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: 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;
}
.map iframe{
	vertical-align: top;
	width: 100%;
	height: 100%;
}

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








.clip01 img{
	clip-path: polygon(7% 1%, 0 11%, 3% 52%, 0% 80%, 2% 99%, 27% 100%, 93% 99%, 100% 88%, 99% 54%, 100% 20%, 97% 1%, 23% 0);
}
.clip02 img{
	clip-path: polygon(20% 0, 0 5%, 1% 52%, 0 90%, 5% 100%, 35% 98%, 74% 100%, 97% 99%, 100% 86%, 99% 16%, 96% 0, 46% 1%);
}
.clip03 img{
	clip-path: polygon(40% 2%, 8% 0, 1% 12%, 0 90%, 5% 99%, 27% 100%, 65% 99%, 93% 100%, 99% 96%, 100% 28%, 96% 2%, 67% 0);
}





/*===ヘッダー==============================*/
.site_header{
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transition: 0.6s;
	padding: 6px 30px;
	background-color: #f5f0df;

	display: flex;
	justify-content: space-between;
	align-items: center;
}
.site_header.transform{
	box-shadow: 0 6px 3px -3px rgba(32, 32, 32, 0.1);
}

.site_header h1{
	transition: 0.6s;
	width: 210px;
}
.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{
	width: calc(100% - 230px);
	max-width: 1200px;
	margin: 0 0 0 auto;
}
.site_header .tr{
	display: flex;
	justify-content: right;
	align-items: center;
	margin-bottom: 6px;
}
.site_header .tr .tel_btn a{
	display: inline-block;
	font-family: "Poppins", sans-serif;
  	font-weight: bold;
	font-size: 2rem;
	letter-spacing: 0.03em;
	line-height: 1;
	transform: translateY(4px);
	transition: 0.2s;
	color: #84b250;
}
.site_header .tr .tel_btn a i{
	display: inline-block;
	font-size: 0.7em;
	margin-right: 8px;
	transform: translateY(-1px);
}
.site_header .tr .tel_btn a:hover{
	opacity: 0.6;
}
.site_header .tr .sbtn{
	margin: 0;
	width: 100%;
	max-width: 230px;
	max-width: 180px;
	margin-left: 15px;
}
.site_header .tr .sbtn a{
	padding: 6px 0;
}


/*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;
	padding-left: 5px;
}
.global_nav > ul > li:first-child{
	padding-left: 0;
}
.global_nav > ul > li > a{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	line-height: 1.4;
	letter-spacing: 0.1em;
	font-size: 0.9rem;
	font-weight: 700;
	padding: 6px 0;
	border-radius: 8px;
	height: 100%;
	background-color: #fff;
	border: 2px solid #f6f6ee;
	color: #2b6360;
}
.global_nav > ul > li > a > span{
	display: block;
	font-family: "Poppins", sans-serif;
  	font-weight: 500;
	text-transform: uppercase;
	color: #84b250;
	letter-spacing: 0.12em;
	font-size: 0.8rem;
	line-height: 1;
	margin-bottom: 2px;
}
.global_nav > ul > li > a:hover{
	opacity: 0.7;
}

.global_nav ul li.parent{
	position: relative;
}
.global_nav ul li.parent > a{
}
.global_nav ul li.parent > a:hover{
}
.global_nav ul li.parent > a i{
	display: block;
	font-size: 8px;
	color: #84b250;
}
.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: rgb(0 0 0 / 10%) 1.95px 1.95px 2.6px;
	text-align: left;
	padding: 18px 20px;
	white-space: nowrap;
	margin-bottom: 3px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.08em;
	font-size: 0.85rem;
	min-width: 180px;
	color: #2b6360;
	border-radius: 3px;
}
.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;
	color: #aaa;
}
.global_nav ul li.parent:hover .child{
	transform: scaleY(1) translateX(-50%);
}
.global_nav ul li.parent .child a:hover{
}
.global_nav ul li.parent .child a:hover::before{
	transform: translateX(3px);
}

@media (max-width: 1200px){
	.site_header{
		padding: 10px 30px;
	}
	.site_header h1{
		width: 300px;
	}
	.site_header .info{
		display: none;
	}
}
@media (max-width: 750px){
	.site_header{
		padding: 10px 20px;
	}
	.site_header h1{
		width: 240px;
	}
}

/*===スライダー==============================*/
.top_slider{
	position: relative;
	padding: 0 30px 30px;
}
.top_slider .wrap{
	position: relative;
	width: 100%;
}
.top_slider .slider{
	height: 70vh;
	min-height: 400px;
	border-radius: 10px;
	overflow: hidden;
}
.top_slider .slider li{
	width: 100%;
	height: 70vh;
	min-height: 400px;
	position: relative;
}
.top_slider .slider li::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255,1);
	z-index: 2;
	animation: fv_apper 2s linear;
	opacity: 0;
	pointer-events: none;
}
@keyframes fv_apper {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.top_slider .slider li .slide_img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.06);
}
.top_slider .slick-active .slide_img{
	position: relative;
	animation: zoom 6s linear 0s forwards;
}
@keyframes zoom {
  	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.06);
	}
}

@media (max-width: 750px){
	.top_slider{
		padding: 0;
	}
	.top_slider .slider{
		height: 40vh;
		min-height: 300px;
		width: calc(100% - 20px);
		margin: 0 auto;
	}
	.top_slider .slider li{
		height: 40vh;
		min-height: 300px;
	}
}

.top_slider .catch{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-shadow: rgba(255, 255, 255, 1) 0 0 8px, rgba(255, 255, 255, 1) 0 0 8px, rgba(255, 255, 255, 1) 0 0 8px, rgba(255, 255, 255, 1) 0 0 8px, rgba(255, 255, 255, 1) 0 0 8px, rgba(255, 255, 255, 1) 0 0 8px, rgba(255, 255, 255, 1) 0 0 8px, rgba(255, 255, 255, 1) 0 0 8px, rgba(255, 255, 255, 1) 0 0 8px, rgba(255, 255, 255, 1) 0 0 8px, rgba(255, 255, 255, 1) 0 0 8px, rgba(255, 255, 255, 1) 0 0 8px, rgba(255, 255, 255, 1) 0 0 8px, rgba(255, 255, 255, 1) 0 0 8px, rgba(255, 255, 255, 1) 0 0 8px, rgba(255, 255, 255, 1) 0 0 8px, rgba(255, 255, 255, 1) 0 0 8px, rgba(255, 255, 255, 1) 0 0 8px, rgba(255, 255, 255, 1) 0 0 8px, rgba(255, 255, 255, 1) 0 0 8px;
	font-weight: 700;
	font-size: 2.4rem;
	letter-spacing: 0.08em;
	width: 96%;
	text-align: center;
}
.top_slider .catch span.c1{
	color: #548851;
}
.top_slider .catch span.c2{
	color: #84b250;
}
@media (max-width: 960px){
	.top_slider .catch{
		font-size: 2rem;
	}
}
@media (max-width: 750px){
	.top_slider .fv{
		position: relative;
		z-index: 1;
	}
	.top_slider .catch{
		text-shadow: rgba(255, 255, 255, 1) 0 0 5px, rgba(255, 255, 255, 1) 0 0 5px, rgba(255, 255, 255, 1) 0 0 5px, rgba(255, 255, 255, 1) 0 0 5px, rgba(255, 255, 255, 1) 0 0 5px, rgba(255, 255, 255, 1) 0 0 5px, rgba(255, 255, 255, 1) 0 0 5px, rgba(255, 255, 255, 1) 0 0 5px, rgba(255, 255, 255, 1) 0 0 5px, rgba(255, 255, 255, 1) 0 0 5px, rgba(255, 255, 255, 1) 0 0 5px, rgba(255, 255, 255, 1) 0 0 5px, rgba(255, 255, 255, 1) 0 0 5px, rgba(255, 255, 255, 1) 0 0 5px, rgba(255, 255, 255, 1) 0 0 5px, rgba(255, 255, 255, 1) 0 0 5px, rgba(255, 255, 255, 1) 0 0 5px, rgba(255, 255, 255, 1) 0 0 5px, rgba(255, 255, 255, 1) 0 0 5px, rgba(255, 255, 255, 1) 0 0 5px;
		font-size: 1.3rem;
	}
}
@media (max-width: 450px){
	.top_slider .catch{
		font-size: 1rem;
	}
}


.top_slider .wrap .news{
	position: absolute;
	background-color: #fff;
	border-radius: 20px;
	width: 96%;
	max-width: 960px;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
	z-index: 5;
	padding: 30px 30px;
}
.top_slider .wrap .news .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.top_slider .wrap .news .flex h2{
	margin-right: 15px;
	padding-right: 20px;
	font-size: 1.1rem;
	letter-spacing: 0.1em;
	white-space: nowrap;
	color: #548851;
	border-right: 1px dotted #548851;
}
@media (max-width: 750px){
	.top_slider .wrap .news{
		position: static;
		background-color: #fffcf4;
		border-radius: 20px;
		width: calc(100% - 30px);
		transform: none;
		padding: 60px 20px;
		margin: 0 auto;
		margin-top: 20px;
	}
	.top_slider .wrap .news .flex{
		display: block;
	}
	.top_slider .wrap .news .flex h2{
		margin-right: 0;
		padding-right: 0;
		font-size: 1.4rem;
		border-right: none;
		text-align: center;
		margin-bottom: 20px;
	}
}


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

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

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




.bg01{
	z-index: -1;
}
.bg01::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(#ffedbd 13%, transparent 13%) 0 0 / 10px 10px #fff;
    z-index: -10;
}

.bg02{
	background-color: #fff;
}
.bg03{
	background-color: #2b6360;
}



.line_deco{
	display: block;
	position: absolute;
	bottom: 0;
	right: 10px;
	transform: translate(0,50%);
	z-index: 1;
	width: 60%;
	max-width: 550px;
}


/*===t_trouble==============================*/
.t_trouble{
}

.t_trouble .flex{
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.t_trouble .flex .box{
	position: relative;
	z-index: 1;
	width: 24%;
	padding: 80px 40px;
}
.t_trouble .flex .box:nth-child(odd){
	margin-top: 20px;
}
.t_trouble .flex .box img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.t_trouble .flex .box .info p{
	font-weight: 700;
	font-size: 1.1rem;
	line-height: 1.7;
}
.t_trouble .flex .box .info p span{
	display: inline-block;
	color: #548851;
	color: #cc4953;
	font-size: 1.5em;
}
.t_trouble .flex .box span.num{
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Poppins", sans-serif;
  	font-weight: 500;
	font-weight: 200;
	z-index: 1;
	font-size: 3rem;
	line-height: 1;
	color: #cc4953;
}
@media (max-width: 1200px){
	.t_trouble .flex .box{
		padding: 60px 40px;
	}
	.t_trouble .flex .box .info p br{
		display: none;
	}
	.t_trouble .flex .box .info p span{
		font-size: 1.3em;
	}
}
@media (max-width: 960px){
	.t_trouble .flex .box{
		width: 48%;
		padding: 80px 40px;
	}
}
@media (max-width: 750px){
	.t_trouble .flex .box{
		padding: 60px 40px;
	}
}
@media (max-width: 450px){
	.t_trouble .flex .box{
		width: 49%;
		padding: 40px 20px;
	}
	.t_trouble .flex .box .info p{
		font-size: 1rem;
	}
	.t_trouble .flex .box .info p span{
		font-size: 1.2em;
	}
	.t_trouble .flex .box span.num{
		font-size: 2rem;
	}
}



/*===選ばれる理由==============================*/
.t_feature{
	
}
.t_feature .deco01{
	display: block;
	position: absolute;
	top: 0;
	left: 1%;
	transform: translate(0,-55%) rotate(-3deg);
	width: 70%;
	max-width: 500px;
	z-index: -1;
}

.t_feature .container .wrapper{
	margin-bottom: 60px;
}
.t_feature .container .wrapper:last-child{
	margin-bottom: 0 !important;
}
.t_feature .container .wrapper .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.t_feature .container .wrapper .flex .img{
	width: 48%;
}
.t_feature .container .wrapper .flex .text{
	width: 48%;
}
@media (max-width: 750px){
	.t_feature .container .wrapper .flex{
		flex-direction: column;
	}
	.t_feature .container .wrapper .flex.reverse{
		flex-direction: column-reverse;
	}
	.t_feature .container .wrapper .flex .img{
		width: 100%;
		margin-bottom: 20px;
	}
	.t_feature .container .wrapper .flex .text{
		width: 100%;
	}
}




/*===施工実績==============================*/
.t_works{
}
.t_works .deco01{
	display: block;
	position: absolute;
	top: 0;
	right: 2%;
	transform: translate(0,-30%);
	width: 30%;
	max-width: 250px;
	z-index: 1;
}

.t_product_slide{
}
.t_product_slide li{
	position: relative;
	z-index: 1;
	margin: 0 15px;
}
.t_product_slide li:nth-child(odd){
	margin-top: 30px;
}
.t_product_slide a{
	display: block;
	position: relative;
    overflow: hidden;
	min-height: 0%;
	width: 100%;
	border-radius: 10px;
	border: 5px solid #f6f6ee;
}
.t_product_slide a::before{
    content: '';
    display: block;
    padding-top: 70%;
}
.t_product_slide a img{
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
    position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease;
	z-index: -1;
}
.t_product_slide a:hover img{
	transform: scale(1.15);
}

.t_product_slide .slide_left, .t_product_slide .slide_right{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1;
	height: 100%;
	width: 50px;
	cursor: pointer;
	display: flex !important;
	justify-content: center;
	align-items: center;
	transition: .8s;
	color: #fff;
	font-weight: normal;
}
.t_product_slide .slide_left{
	left: 0;
}
.t_product_slide .slide_right{
	right: 0;
}
.t_product_slide .slide_left i, .t_product_slide .slide_right i{
	display: block;
	font-size: 30px;
	transition: .8s;
}
.t_product_slide .slide_left:hover i{
	transform: translate(-6px);
}
.t_product_slide .slide_right:hover i{
	transform: translate(6px);
}
@media (max-width: 750px){
	.t_product_slide li{
		margin: 0 7px;
	}
	.t_product_slide .slide_left, .t_product_slide .slide_right{
		width: 45px;
	}
}

.lb-number{
	display: none;
}



/*===工事をお考えの方へ　==============================*/
.t_guide{
}

.t_guide .inner.white{
	background-color: #2b6360;
}

.t_guide .flex{
	display: flex;
	justify-content: space-between;
}
.t_guide .flex .left{
	width: 300px;
}
.t_guide .flex .right{
	width: calc(100% - 300px);
	max-width: 750px;
}
.t_guide .flex .right .btn{
	margin-bottom: 20px;
}
.t_guide .flex .right .btn:last-child{
	margin-bottom: 0 !important;
}
.t_guide .flex .right .btn a{
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	color: #fff;
	padding: 80px 50px;
	z-index: 1;
}
.t_guide .flex .right .btn a::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	pointer-events: none;
	z-index: 1;
	transition: background 0.2s, -webkit-backdrop-filter 0.6s, backdrop-filter 0.6s;
}
.t_guide .flex .right .btn a img.bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	transition: 1s;
}
.t_guide .flex .right .btn a .text{
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.t_guide .flex .right .btn a .text .info{
	display: flex;
	align-items: center;
}
.t_guide .flex .right .btn a .text .info .icon{
	width: 80px;
	margin-right: 50px;
}
.t_guide .flex .right .btn a .text .info .icon img{
	display: block;
	width: 100%;
}
.t_guide .flex .right .btn a .text .info h3{
	white-space: nowrap;
}
.t_guide .flex .right .btn a .text .info h3 span.en{
	display: block;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 2.8rem;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}
.t_guide .flex .right .btn a .text .info h3 span.ja{
	display: block;
	font-size: 1rem;
	letter-spacing: 0.14em;
	font-weight: 700;
}
.t_guide .flex .right .btn a .text .arrow{
	font-size: 1rem;
}

.t_guide .flex .right .btn a:hover::after{
	background: rgba(0, 0, 0, 0.4);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
.t_guide .flex .right .btn a:hover img.bg{
	transform: scale(1.08);
}

@media (max-width: 960px){
	.t_guide .flex{
		display: block;
	}
	.t_guide .flex .left{
		width: 100%;
	}
	.t_guide .flex .right{
		width: 85%;
		max-width: none;
		margin: 0 0 0 auto;
	}
}
@media (max-width: 750px){
	.t_guide .flex .right{
		width: 92%;
	}
	.t_guide .flex .right .btn a{
		padding: 40px 30px;
		border-radius: 10px;
	}
	.t_guide .flex .right .btn a .text .info{
		display: flex;
		align-items: center;
	}
	.t_guide .flex .right .btn a .text .info .icon{
		width: 40px;
		margin-right: 30px;
	}
	.t_guide .flex .right .btn a .text .info h3 span.en{
		font-size: 2rem;
	}
	.t_guide .flex .right .btn a .text .info h3 span.ja{
		font-size: 0.9rem;
	}
}


/*===ごあいさつ==============================*/
.welcome{
}
.welcome .img img.deco{
	width: 90%;
	max-width: 350px;
	transform: translate(0,-20px);
}
.welcome h2.sp{
	display: none;
}
@media (max-width: 750px){
	.welcome h2.sp{
		display: block;
	}
	.welcome h2.pc{
		display: none;
	}
	.welcome .img img.deco{
		width: 85%;
		max-width: 350px;
		margin: 0 auto;
	}
}


/*===フッター==============================*/
.footer_top{
	position: relative;
	z-index: 1;
	background: url(../img/footer.jpg);
	background-size: cover;
	background-position: center;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background-attachment: fixed;
	overflow: hidden;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .footer_top{
	background-attachment: scroll;
}
.footer_top::after{
	content: '';
	width: 110%;
	height: 110%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(132, 178, 80, 0.4);
	background: rgba(43, 99, 96, 0.4);
	pointer-events: none;
	z-index:-1;
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}
.footer_top .info{
	text-align: center;
	font-weight: 700;
}
.footer_top .btn_wrap{
	display: flex;
	justify-content: space-between;
}
.footer_top .btn_wrap .btn{
	width: 32%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.footer_top .btn_wrap .btn a{
	display: block;
	width: 100%;
	border: 2px solid #fff;
	color: #fff;
	padding: 25px 0;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-align: center;
	border-radius: 500px;
}
.footer_top .btn_wrap .btn.en a{
}
.footer_top .btn_wrap .btn.fax a{
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0.5);
}
.footer_top .btn_wrap .btn a:hover{
	background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 750px){
	.footer_top{
		padding: 60px 0;
	}
	.footer_top .btn_wrap{
		display: block;
	}
	.footer_top .btn_wrap .btn{
		width: 100%;
	}
}


.footer_middle{
	padding: 80px 0 60px;
}
.footer_nav{
	display: flex;
	justify-content: space-between;
}
.footer_nav .block{
	width: 32%;
}
.footer_nav ul{
	margin-bottom: 25px;
}
.footer_nav ul:last-child{
	margin-bottom: 0;
}
.footer_nav ul li{

}
.footer_nav ul li a{
	display: inline-block;
	font-size: 0.8rem;
	letter-spacing: 0.05em;
}
.footer_nav ul li a::before{
	display: inline-block;
	content: '-';
	font-weight: bold;
	margin-right: 10px;
	opacity: 0.5;
}
.footer_nav ul li.sub{
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
}
.footer_nav ul li.sub a{
	opacity: 1;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #2b6360;
}
.footer_nav ul li.sub a::before{
	display: none;
}
.footer_nav ul li a:hover{
	color: #548851;
}

footer h3{
	width: 100%;
	max-width: 260px;
	margin-bottom: 20px;
}
footer h3 a{
	display: block;
	width: 100%;
}
footer h3 a img{
	display: block;
	width: 100%;
}
footer h3 a:hover img{
	opacity: 0.7;
}
.footer_middle p{
	font-size: 0.9rem;
}

@media (max-width: 960px){
	.footer_nav{
		display: block;
		width: 90%;
		max-width: 600px;
		margin: 0 auto;
	}
	.footer_nav .block{
		width: 100%;
		margin-bottom: 30px;
	}
	.footer_nav .block:last-child{
		margin-bottom: 0;
	}
	footer h3{
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.footer_nav .text{
		text-align: center;
	}
}

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


/*トップに戻る*/
.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: #cc4953;
  	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;
	width: 100%;
	padding: 130px 30px;
}
.kasou_top .bg{
	position: absolute;
	top: 0;
	right: 30px;
	background: url(../img/kasou_top.jpg);
	background-size: cover;
	background-position: center;
	width: 85%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.kasou_top .bg::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, #f5f0df, rgba(245, 240, 223, 0));
	pointer-events: none;
	z-index: 1;
}
.kasou_top .deco{
	display: block;
	width: 30%;
	max-width: 300px;
	position: absolute;
	bottom: 0;
	transform: translateY(30%);
	right: 10px;
	z-index: 5;
}
.kasou_top h2{
	position: relative;
	z-index: 3;
	font-size: 2.2rem;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 8px;
}
@media (max-width: 750px){
	.kasou_top{
		padding: 80px 10px;
	}
	.kasou_top .bg{
		right: 10px;
	}
	.kasou_top h2{
		font-size: 1.9rem;
	}
}


/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 0.9rem;
	letter-spacing: 0.05em;
	padding: 0;
	font-weight: 700;
	background-color: #fff;
	width: -moz-fit-content;
	width: fit-content;
	padding: 0 10px;
}
.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: #2b6360;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 6 Free";
	content: '\f015';
	font-weight: bold;
}
.breadcrumb li a:hover{
	opacity: 0.7;
}
@media (max-width: 750px){
	.breadcrumb{
		font-size: 0.7rem;
	}
}


/*===事業内容ページ==============================*/
.service{
}
.service .flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.service .flex .img{
	width: 48%;
	position: relative;
}
.service .flex .img img.deco{
	position: absolute;
	bottom: 0;
	right: 0;
	clip-path: none;
	z-index: 1;
	width: 50%;
	max-width: 320px;
	transform: translate(10px,50%) rotate(2deg);
}
.service .flex .text{
	width: 48%;
}
.service .flex .text .box{
	margin-top: 20px;
}

ul.service_check{
	display: flex;
	flex-wrap: wrap;
}
ul.service_check li{
	letter-spacing: 0.08em;
	margin-right: 15px;
	margin-bottom: 10px;
	background-color: #fff;
	padding: 2px 20px;
	border-radius: 5px;
	border-bottom: 2px solid #84b250;
	border-right: 2px solid #84b250;
}
ul.service_check li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #548851;
	margin-right: .5em;
	font-size: .9em;
}


@media (max-width: 960px){
	.service .flex{
		flex-direction: column;
	}
	.service .flex.reverse{
		flex-direction: column-reverse;
	}
	.service .flex .img{
		width: 100%;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.service .flex .img img.deco{
		width: 40%;
		transform: translate(0,20px);
	}
	.service .flex .text{
		width: 100%;
	}
}
@media (max-width: 750px){
	ul.service_check{
		display: block;
	}
	ul.service_check li{
		margin-right: 0;
	}
}



.maker ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -20px;
}
.maker ul li{
	width: 31%;
	margin: 0 1% 20px;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 10px;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: 700;
	font-size: 1.2rem;
	border-radius: 3px;
}
@media (max-width: 960px){
	.maker ul{
		justify-content: space-between;
	}
	.maker ul li{
		width: 49%;
		margin: 0 0 20px;
	}
}
@media (max-width: 750px){
	.maker ul{
		margin-bottom: -10px;
	}
	.maker ul li{
		width: 100%;
		margin-bottom: 10px;
		font-size: 1.1rem;
	}
}


.area{
	padding: 60px 0;
}
.area .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 960px;
	margin: 0 auto;
}
.area .flex .text{
	width: 300px;
}
.area .flex .img{
	width: calc(100% - 300px);
}
.area .flex .text h3{
	font-size: 2rem;
	letter-spacing: 0.1em;
}
@media (max-width: 750px){
	.area .flex{
		flex-direction: column-reverse;
	}
	.area .flex .text{
		width: 100%;
	}
	.area .flex .img{
		width: 100%;
	}
	.area .flex .text h3{
		font-size: 1.6rem;
		text-align: center;
	}
}


/*===工事をお考えの方へページ==============================*/
.fee .container .wrapper{
	margin-bottom: 60px;
}
.fee .container .wrapper:last-child{
	margin-bottom: 0 !important;
}

.fee_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.fee_table tr{
	border: 1px solid #ccc;
}
.fee_table th,
.fee_table td{
	padding: 15px 10px;
	letter-spacing: 0.08em;
}
.fee_table th{
	background: #84b250;
	width: 30%;
	border-right: 1px solid #ccc;
	font-weight: 500;
	color: #fff;
}
.fee_table td{
	background: #fff;
	width: 70%;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.fee_table tr.first th,
.fee_table tr.first td{
	color: #fff;
	background-color: #548851;
	text-align: center;
}
@media (max-width: 750px){
	.fee_table{
		font-size: 0.9rem;
	}
}

.fee .deco{
	display: block;
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	margin-top: 30px;
}



.flow .deco{
	display: block;
	width: 40%;
	max-width: 400px;
	position: absolute;
	bottom: 10px;
	left: 1%;
	transform: rotate(1deg);
}


.tf_slide li.box{
	position: relative;
	z-index: 1;
	padding: 30px 30px;
	margin-bottom: 20px;
	border-radius: 10px;
	background-color: #fff;
}
.tf_slide li.box .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tf_slide li.box .flex .img{
	width: 50%;
}
.tf_slide li.box .flex .text{
	width: 46%;
}
.tf_slide li.box .flex .text .num{
	font-family: "Poppins", sans-serif;
  	font-weight: 500;
	text-transform: uppercase;
	font-size: 1.5rem;
	font-size: 1.4rem;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-bottom: 8px;
	color: #548851;
}
.tf_slide li.box .flex .text .num span{
	display: inline-block;
	font-size: 1.4em;
	margin-left: 8px;
	letter-spacing: 0.15em;
}
.tf_slide li.box .flex .text h3{
	font-weight: 700;
	font-size: 2.2rem;
	font-size: 2rem;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	line-height: 1.5;
}

.tf_slide .slide_left, .tf_slide .slide_right{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1;
	height: 100%;
	width: 50px;
	cursor: pointer;
	display: flex !important;
	justify-content: center;
	align-items: center;
	transition: .8s;
	font-weight: normal;
	color: #EE6B6B;
}
.tf_slide .slide_left{
	left: 0;
}
.tf_slide .slide_right{
	right: 0;
}
.tf_slide .slide_left i, .tf_slide .slide_right i{
	display: block;
	font-size: 30px;
	font-size: 50px;
	transition: .8s;
}
.tf_slide .slide_left:hover i{
	transform: translate(-6px);
}
.tf_slide .slide_right:hover i{
	transform: translate(6px);
}

@media (max-width: 960px){
	.tf_slide li.box{
		padding: 30px 20px;
	}
	.tf_slide li.box .flex{
		display: block;
	}
	.tf_slide li.box .flex .img{
		width: 100%;
		margin-bottom: 20px;
	}
	.tf_slide li.box .flex .text{
		width: 100%;
	}
}
@media (max-width: 750px){
	.tf_slide li.box .flex .text .num{
		font-size: 1.2rem;
	}
	.tf_slide li.box .flex .text .num span{
		font-size: 1.2em;
	}
	.tf_slide li.box .flex .text .num{
		font-size: 1.2rem;
	}
	.tf_slide li.box .flex .text h3{
		font-size: 1.6rem;
		margin-bottom: 15px;
	}
	.tf_slide .slide_left i, .tf_slide .slide_right i{
		font-size: 30px;
	}
}


.sbtn4{
}
.sbtn4 .sbtn{
	width: 100%;
	max-width: none;
	margin-bottom: 10px;
}
.sbtn4 .sbtn:last-child{
	margin-bottom: 0 !important;
}
.sbtn4 .sbtn a{
	padding: 10px 0;
}
@media (max-width: 1200px){
	.sbtn4 .sbtn{
		max-width: 300px;
		margin-bottom: 10px;
	}
}

.sbtn.fax a{
	pointer-events: none;
}


/*===施工実績ページ==============================*/
/*ビフォーアフター*/
.works .ba{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -50px;
}
.works .ba .box{
	position: relative;
	width: 31%;
	margin: 0 1% 50px;
}
.works .ba .box .wrap{
	position: relative;
	padding-bottom: 20px;
}
.works .ba .box a{
	display: block;
	position: relative;
    overflow: hidden;
	aspect-ratio: 4 / 5;
	border-radius: 5px;
}
.works .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;
}
.works .ba .box a::after{
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #548851;
	color: #fff;
	z-index: 10;
	font-family: "Poppins", sans-serif;
  	font-weight: 500;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-size: 0.8rem;
	padding: 0 10px;
	pointer-events: none;
}
.works .ba .box a.before::after{
	content: 'before';
	background-color: #84b250;
}
.works .ba .box a.after::after{
	content: 'after';
}
.works .ba .box a .slider{
	width: 100%;
	height: 100%;
}
.works .ba .box a .slider li img{
	width: 100%;
	height: 100%;
}
.slick-slider .slick-track, .slick-slider .slick-list{
	height: 100%;
}
/*
.works .ba .box a .slider img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
}
*/
.works .ba .box a img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
}
.works .ba .box a:hover img{
	transform: scale(1.15);
}
.works .ba .box a:hover::before{
	background: rgba(0, 0, 0, 0.2);
}
.works .ba .box .before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40%;
	z-index: 2;
	box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
}
.works .ba .box .after{
	position: relative;
	width: 80%;
	margin: 0 0 auto auto;
}
@media (max-width: 750px){
	.works .ba{
		display: block;
		margin-bottom: -40px;
	}
	.works .ba .box{
		position: relative;
		width: 95%;
		margin: 0 auto;
		margin-bottom: 40px;
	}
}







.gallery_container{
}
.gallery_container .wrapper{
	margin-bottom: 60px;
}
.gallery_container .wrapper:last-child{
	margin-bottom: 0 !important;
}
.gallery_container .wrapper .flex{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -20px;
}
.gallery_container .wrapper .flex .item{
	width: calc(100% / 4 - 8px);
	margin: 4px;
	margin-bottom: 20px;
}
.gallery_container .wrapper .flex .item a{
	display: block;
	width: 100%;
	position: relative;
    overflow: hidden;
	min-height: 0%;
	border-radius: 5px;
}
.gallery_container .wrapper .flex .item a::before{
	content: '';
    display: block;
    padding-top: 70%;
}
.gallery_container .wrapper .flex .item a img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
}
.gallery_container .wrapper .flex .item a:hover img{
	transform: scale(1.1);
}
.gallery_container .wrapper .flex .item p{
	text-align: center;
	margin-top: 3px;
}
@media (max-width: 960px){
	.gallery_container .wrapper .flex .item{
		width: calc(100% / 2 - 8px);
	}
}
@media (max-width: 450px){
	.gallery_container .wrapper .flex .item p{
		font-size: 0.8rem;
	}
}



/*===会社概要ページ==============================*/
.symbol{
}
.symbol .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.symbol .flex .img{
	width: 40%;
}
.symbol .flex .text{
	width: 56%;
}
@media (max-width: 960px){
	.symbol .flex{
		display: block;
	}
	.symbol .flex .img{
		width: 70%;
		max-width: 500px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.symbol .flex .text{
		width: 100%;
	}
}


.about .deco{
	display: block;
	width: 54%;
	max-width: 400px;
	position: absolute;
	top: 0;
	right: 1%;
	z-index: 5;
	transform: translateY(-50%) rotate(-1deg);
}

.access .deco{
	display: block;
	width: 48%;
	max-width: 350px;
	position: absolute;
	top: 0;
	left: 2%;
	z-index: 5;
	transform: translateY(-50%) rotate(-2deg);
}


/*===お問い合わせページ==============================*/
.contact .tel_contact .wrap{
	background-color: #fff;
	padding: 20px;
	display: flex;
	justify-content: left;
	align-items: center;
	border-radius: 10px;
}
.contact .tel_contact .wrap .sub{
	font-size: 1.8rem;
	margin-right: 40px;
	font-family: "Poppins", sans-serif;
  	font-weight: bold;
	letter-spacing: 0.08em;
}
.contact .tel_contact .wrap .sub a{
	display: inline-block;
	white-space: nowrap;
	color: #548851;
}
.contact .tel_contact .wrap .sub a i{
	font-size: 0.8em;
}
.contact .tel_contact .wrap .sub a:hover{
	opacity: 0.6;
}
.contact .tel_contact .wrap .info{
	
}
.contact .tel_contact .wrap .info p{
	font-size: 0.9rem;
}
@media (max-width: 960px){
	.contact .tel_contact .wrap{
		display: block;
	}
	.contact .tel_contact .wrap .sub{
		font-size: 1.8rem;
		margin-right: 0;
	}
	.contact .tel_contact .wrap .sub a{
		font-size: 2rem;
	}
}


/*メールフォーム*/
.mailform{
}
.mailform .row{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last){
	border-bottom: 1px dotted #cccccc;
}
.mailform .row div:nth-child(1){
	width: 28%;
	font-weight: 500;
	letter-spacing: 0.08em;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2){
	width: 70%;
	line-height: 1.5;
}
.mailform .row span{
	padding: 5px;
	margin-right: 5px;
	font-size: 11px;
	border-radius: 2px;
	vertical-align: middle;
	font-weight: 500;
}
.mailform .row span.hissu{
	color: #fff;
	background: #548851;
}
.mailform .row span.ninni{
	background: #f9f5f4;
}
.mailform .row small{
	display: block;
	margin-top: 3px;
}
.mailform .box, .mailform textarea{
	border: 1px solid #ddd;
  	padding: 5px;
  	width: 100% !important;
  	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
.mailform .box.mini{
	width: 120px !important;
}
.mailform .postal_btn{
	padding: 2px 10px;
	background: #f4f4f4;
	border-radius: 2px;
	margin-left: 5px;
	border: 1px solid #ccc;
}
.mailform .postal_btn:hover{
	opacity: 0.7;
}
.mailform button{
	display: block;
	color: #111;
	text-align: center;
	transition: .6s;
	font-size: 1rem;
	font-weight: 500;
	padding: 8px 5px;
	margin: 0 auto;
	width: 250px;
	background: #548851;
	border: 1px solid #548851;
	border-radius: 25px;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #548851;
}
.mailform button::before{
	font-family: "Font Awesome 6 Free";
	content: "\f0e0";
	font-weight: 700;
	margin-right: 10px;
}

@media (max-width: 750px){
	.mailform .row{
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row div:nth-child(1){
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2){
		width: 100%;
	}
}

/*チェックボックス*/
input[type=checkbox] {
    display: none;
}
input[type=checkbox] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=checkbox] + label::before{
    background: #fff;
    border: 1px solid #999;
    content: '';
    display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	border-radius: 3px;
}
input[type=checkbox] + label::after{
    border-right: 3px solid #548851;
    border-bottom: 3px solid #548851;
    content: '';
    display: block;
    height: 15px;
    left: 8px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 36%;
    width: 5px;
	transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
input[type=checkbox]:checked + label::after{
    opacity: 1;
	transform: rotate(45deg) scale3d(1,1,1);
}
@media (max-width: 750px){
	input[type=checkbox] + label{
		display: block;
	}
}

/*ラジオボタン*/
input[type=radio]{
	display: none;
}
input[type=radio] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=radio] + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}
input[type=radio]:checked + label::before {
	background-color: #548851;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before{
	outline: none;
	border-color: #548851;
}
input[type=radio]:disabled + label::before {
	box-shadow: inset 0 0 0 2px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}
input[type=radio] + label:empty::before{
	margin-right: 0;
}
@media (max-width: 750px){
	input[type=radio] + label{
		display: block;
	}
}


.contact_info ul li{
	margin-bottom: 5px;
	text-align: center;
	font-size: 0.9rem;
}

/*プライバシーポリシー*/
.privacy{
}
.privacy li{
}
.privacy li .privacy_wrap{
	
}
.privacy li .privacy_wrap .privacy_subject{
	text-align: center;
	cursor: pointer;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	text-decoration: underline;
	font-size: 0.9rem;
	letter-spacing: 0.1em;
}
.privacy li .privacy_wrap .privacy_subject:hover{
	text-decoration: none;
}
.privacy li .privacy_wrap .privacy_subject.area_close{
}

/*アコーディオンで現れるエリア*/
.privacy li .privacy_wrap .privacy_box{
	position: relative;
	display: none;/*はじめは非表示*/
	padding: 20px;
	background-color: #FFFAF4;
	margin-top: 5px;
}

.privacy_flame{
	height: 250px;
	overflow-y: scroll;
}
.privacy_flame p{
	padding: 10px;
	font-size: 0.8rem;
}
.privacy_flame p span{
	display: block;
	color: #84b250;
	font-size: 0.9rem;
	font-weight: 500;
}
.privacy_flame p span::before{
	content: "■";
	display: inline-block;
	font-size: 0.6rem;
	margin-right: 0.5em;
	transform: translateY(-2.5px);
}
.privacy_flame ul li{
	font-size: 0.8rem;
}

/*スクロールバー*/
.privacy_flame::-webkit-scrollbar{
    overflow: hidden;
    width: 1px;
    background: #fafafa;
}
.privacy_flame::-webkit-scrollbar-button {
    display: none;
}
.privacy_flame::-webkit-scrollbar-thumb, .privacy_flame::-webkit-scrollbar-corner {
    background: #433c2e;
}

/*===サンクスページ===*/
.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;
}