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

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
}
body{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 700;
	font-weight: 500;
	color: #333;
	font-size: 17px;
	background: #fafafa;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.9;
}
p{
	letter-spacing: 0.08em;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
	line-height: 1.7;
}
a{
	text-decoration: none;
	color: #333;
	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;
	color: #E60012;
}

/*蛍光マーカー*/
.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: inline-block;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	font-size: 3.5rem;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 0.08em;
	background: linear-gradient(to right bottom, #2135a4, 70%,  #50b56c);
	background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	margin-bottom: 10px;
}
h2.title.normal span.en{
	text-transform: none;
}
h2.title span.ja{
	display: flex;
  	align-items: center;
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.12em;
	font-weight: 700;
}
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;
}
h2.title.white span.en{
	background-clip: border-box;
	-webkit-text-fill-color: currentcolor;
	background-image: none;
}
@media (max-width: 750px){
	h2.title span.en{
		font-size: 3.2rem;
	}
	h2.title span.ja{
		font-size: 1rem;
	}
	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;
	}
}



/*mtitle*/
.mtitle{
	position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 1.3rem;
	letter-spacing: 0.09em;
	font-weight: 700;
    padding: 15px 30px;
    margin-bottom: 20px;
}
.mtitle::before{
    content: '';
	position: absolute;
    top: 15%;
    left: 8px;
    width: 6px;
    height: 70%;
    background: #2135a4;
}


/*mtitle02*/
.mtitle02{
	border: 1px solid #c2c2c2;
	border-left: 10px solid #a78ce6;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	padding: 10px;
	margin-bottom: 20px;
	background: #fff;
}

/*stitle*/
.stitle{
	position: relative;
	font-weight: 500;
	letter-spacing: 0.08em;
	font-size: 1.2rem;
	border-bottom: 2px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 2px;
}
.stitle::before{
	content: '';
	position: absolute;
	bottom: -2px;
	width: 100px;
	height: 2px;
	background: #00695b;
}

/*dtitle*/
.dtitle{
	font-weight: 700;
	letter-spacing: 0.08em;
	font-size: 1.6rem;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	margin-bottom: 40px;
}
.dtitle::after{
	content: '';
	display: block;
	width: 150px;
	width: 100%;
	height: 2px;
	background-color: #000;
	margin: 20px auto 0;
}
.dtitle.green{
	color: #00695b;
}
.dtitle.green::after{
	background-color: #00695b;
}
@media (max-width: 750px){
	.dtitle{
		font-size: 1.4rem;
	}
}

/*wtitle*/
.wtitle{
	position: relative;
	z-index: 1;
    font-size: 1.3rem;
	letter-spacing: 0.08em;
    margin-bottom: 20px;
	background-color: #2135a4;
	color: #fff;
	padding: 10px;
	border-left: 7px solid #50b56c;
	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: 40px;
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	font-weight: 700;
	color: #00695b;
}
.ctitle::before{
	content: '';
	display: block;
	width: 80px;
	aspect-ratio: 120 / 46;
	background: url(../img/ctitle_deco.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto 10px;
}
.ctitle.white{
	color: #fff;
}
.ctitle.white::before{
	background-image: url(../img/ctitle_deco_w.png);
}
@media (max-width: 750px){

}


.etitle{
	font-size: 1.2rem;
	padding-left: 15px;
	border-left: 4px solid #00695b;
	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: 1.1rem;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	font-weight: 500;
	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.7rem;
	color: #2135a4;
	transform: translateY(-2px);
}

.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;
	background: #fff;
	text-align: center;
	border: 1px solid #555;
	padding: 15px 0;
	width: 100%;
	transition: all 0.3s ease-in-out;
	font-size: 1rem;
	letter-spacing: 0.1em;
}
.sbtn a::before,
.sbtn a::after{
	content: '';
	position: absolute;
	border: solid #555;
	width: 10px;
	height: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sbtn a::before{
	top: -6px;
	left: -6px;
	border-width: 1px 0 0 1px;
}
.sbtn a::after{
	bottom: -6px;
	right: -6px;
	border-width: 0 1px 1px 0;
}
.sbtn a:hover{
	color: #fff;
	background: #2135a4;
	border-color: transparent;
}
.sbtn a:hover::before,
.sbtn a:hover::after{
	width: calc(100% + 11px);
	height: calc(100% + 11px);
	border-color: #2135a4;
}

.sbtn.white a::before,
.sbtn.white a::after{
	border-color: #fff;
}
.sbtn.white a:hover::before,
.sbtn.white a:hover::after{
	border-color: #fff;
}

.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-spacing: 0 7px;
}
.info_table tr{
}
.info_table tr:last-child{
	border-bottom: none !important;
}
.info_table th,
.info_table td{
	padding: 20px 0;
	letter-spacing: 0.08em;
}
.info_table th{
	position: relative;
	background: #00695b;
	width: 300px;
	font-weight: 500;
	color: #fff;
}
.info_table 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 #00695b;
}
.info_table td{
	padding-left: 30px;
	padding-right: 20px;
	background: #f5f5f5;
}
@media (max-width: 750px){
	.info_table tr{
		border-width: 4px;
	}
	.info_table th,
	.info_table td{
		padding: 18px 0;
	}
	.info_table th{
		width: 130px;
	}
	.info_table td{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 450px){
	.info_table th,
	.info_table td{
		font-size: 0.9rem;
	}
	.info_table th{
		width: 115px;
	}
}


/*ver2*/
.info_table02{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table02 tr{
}
.info_table02 tr:nth-child(odd){
	background-color: #f4f4f4;
}
.info_table02 th,
.info_table02 td{
	padding: 20px 10px;
	letter-spacing: 0.08em;
	font-size: 0.95rem;
	text-align: center;
	border-right: 1px solid #ccc;
}
.info_table02 th:last-child,
.info_table02 td:last-child{
	border-right: none;
}
.info_table02 th{
	font-weight: 700;
}
.info_table02 td{
	
}
.info_table02 td:last-child{
	text-align: left;
}
@media (max-width: 750px){
}


.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: 451px){
	br.only450{
		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;
	margin-bottom: 5px;
	padding-left: 2px;
	letter-spacing: 0.08em;
}
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_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.9rem;
}
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: 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: 30px;
}

.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%;
}

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




/*フェードイン*/
.flowup{
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 1.2s, transform 1.2s;
}
.flowup.inview{
	opacity: 1;
	transform: translateY(0);
}






/*===ヘッダー==============================*/
.site_header{
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.site_header.transform{
}
.site_header .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site_header h1{
	width: 350px;
	width: 400px;
	transition: 0.6s;
	margin-left: 20px;
}
.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 .btn{
	margin: 0;
	width: 180px;
	background-color: #000;
}
.site_header .btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	width: 100%;
	color: #fff;
	background-color: #161616;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	height: 90px;/*ヘッダーの高さ*/
}
.site_header .btn.tel a{
	background-color: #ce2930;
	background-color: #E60012;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
.site_header .btn.tel a span.text{
	display: block;
	font-size: 0.7rem;
	line-height: 1;
}
.site_header .btn.tel a .free_icon{
	display: inline-block;
	margin-right: 6px;
	width: 26px;
	vertical-align: middle;
	transform: translateY(-1px);
}
.site_header .btn a:hover{
	opacity: 0.7;
}


/*global_nav*/
.global_nav{
	margin-right: 10px;
}
.global_nav > ul{
	display: flex;
	justify-content: right;
}
.global_nav > ul > li{
	flex: 1 0 auto;
	text-align: center;
	transition: .4s;
	border-left: 1px dashed #ddd;
}
.global_nav > ul > li:first-child{
	border-left: none;
}
.global_nav > ul > li > a{
	display: block;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.15em;
	padding: 0 20px;
	padding-top: 5px;
}
.global_nav > ul > li > a > span{
	display: block;
	text-transform: capitalize;
	font-size: 0.9rem;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	letter-spacing: 0.12em;
	transition: 0.4s;
	color: #00695b;
}
.global_nav > ul > li > a::after{
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #50b56c;
	margin: 2px auto 0;
	transition: all 0.2s ease-in;
}
.global_nav > ul > li > a:hover::after{
	width: 20px;
}
.global_nav > ul > li > a:hover > span{
	color: #50b56c;
}
.global_nav ul li.parent a::after{
	display: none;
}

.global_nav ul li.parent{
	position: relative;
}
.global_nav ul li.parent > a{
	
}
.global_nav ul li.parent > a::before{
	display: none;
}
.global_nav ul li.parent > a:hover{
	transform: none;
}
.global_nav ul li.parent > a i{
	display: block;
	font-size: 8px;
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translate(-50%,0);
	color: #00695b;
}
.global_nav ul li.parent > a:hover i{
	color: #50b56c;
}
.global_nav ul li.parent .child{
	position: absolute;
	top: 100%;
	left: 50%;
	transform: scaleY(0) translateX(-50%);
	transition: 0.3s ease-in;
	transform-origin: center top;
	padding-top: 15px;
}
.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: 14px 20px;
	white-space: nowrap;
	margin-bottom: 3px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.08em;
	font-size: 0.9rem;
	color: #2135a4;
	border-radius: 5px;
}
.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: 0.4s;
}
.global_nav ul li.parent:hover .child{
	transform: scaleY(1) translateX(-50%);
}
.global_nav ul li.parent .child a:hover::before{
	transform: translateX(3px);
}

@media (max-width: 1500px){
	.site_header h1{
		width: 300px;
	}
	.site_header .btn{
		width: 150px;
	}
	.site_header .btn a{
		font-size: 0.8rem;
	}
	.site_header .btn.tel a{
		font-size: 1rem;
	}
	.global_nav{
		margin-right: 0;
	}
	.global_nav > ul > li > a{
		font-size: 0.8rem;
		padding: 0 14px;
		padding-top: 5px;
	}
	.global_nav > ul > li > a > span{
		font-size: 0.8rem;
	}
}
@media (max-width: 1200px){
	.site_header .flex{
		height: 80px;
	}	
	.site_header h1{
		width: 400px;
	}
	.site_header .info{
		display: none;
	}
}
@media (max-width: 750px){
	.site_header .flex{
		height: 70px;
	}	
	.site_header h1{
		width: 260px;
		margin-left: 10px;
	}
}



/*===スライダー==============================*/
.top_slider{
	position: relative;
}
.top_slider .slider{
}
.top_slider .slider li{
	width: 100%;
	height: calc(100vh - 90px);
	min-height: 400px;
	background-size: cover;
	background-position: center center;
}
.top_slider .slider li.top01{
	background-image: url(../img/top01.jpg);
}
.top_slider .slider li.top02{
	background-image: url(../img/top02.jpg);
}
.top_slider .slider li.top03{
	background-image: url(../img/top03.jpg);
}

/*キャッチ*/
.top_slider .catch{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	pointer-events: none;
	text-align: center;
	z-index: 2;
	width: 96%;
	animation: apper 2.5s ease-in-out;
	color: #fff;
	font-style: italic;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.7;
	filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.5));
}
@keyframes apper {
	0% {
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.top_slider .catch span.st{
	display: inline-block;
	color: #00695b;
	text-shadow: #fff 0px 0px 1px, #fff 0px 0px 2px, #fff 0px 0px 3px, #fff 0px 0px 4px, #fff 0px 0px 5px, #fff 0px 0px 6px;
}
.top_slider .catch span.mini{
	font-size: 0.8em;
}

@media (max-width: 750px){
	.top_slider .slider li{
		height: calc(80vh - 70px);
	}
	.top_slider .catch{
		font-size: 2rem;
		letter-spacing: 0.14em;
	}
}
@media (max-width: 450px){
	.top_slider .catch{
		font-size: 1.5rem;
		letter-spacing: 0.1em;
	}
}


/*===メイン==============================*/
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;
}
@media (max-width: 750px){
	.inner.white{
		padding: 40px 20px;
	}
}

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

main section.line::after{
	content: '';
	width: 100%;
	height: calc(100% - 12px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: -1;
	border-top: 2px solid #fafafa;
	border-bottom: 2px solid #fafafa;
}
.bg01{
	background-color: #00695b;
	background-color: #50b56c;
}
.bg02{
	background-color: #2135a4;
}

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


/*==news==============================*/
.news .sbtn{
	margin-top: 40px;
}

/*==welcome==============================*/
.welcome{
	background: url(../img/basic03.png);
	background-repeat: repeat;
	border-top: 1px solid #ddd;
}
.welcome::after{
	content: '';
	width: 100%;
	height: 100%;
	max-height: 400px;
	position: absolute;
	bottom: 0;
	left: 0;
	pointer-events: none;
	z-index: -1;
	background-image: url(../img/welcome_bg.jpg);
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
	opacity: 0.8;
}

.welcome .text{
	max-width: 960px;
	margin: 0 0 0 auto;
}
.welcome .text .info{
	margin: 0 auto;
	max-width: 750px;
}
.welcome .text .info p{
	line-height: 2.2;
}
@media (max-width: 750px){
	.welcome .text{
		padding: 0 20px;
	}
}



/*===お困りじゃないですか？==============================*/
.t_trouble{
}

.t_trouble .q_mark{
	width: 50px;
	margin: 0 auto 15px;
}

.t_trouble .info_flexbox{
	max-width: 960px;
	margin: 0 auto;
}

.t_trouble ul.sub_list{

}
.t_trouble ul.sub_list li{
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	color: #00695b;
	margin-bottom: 12px;
}
.t_trouble ul.sub_list li:last-child{
	margin-bottom: 0 !important;
}
.t_trouble ul.sub_list li span{
	text-decoration: underline;
}
@media (max-width: 960px){
	.t_trouble ul.sub_list li{
		font-size: 1.3rem;
	}
}
@media (max-width: 750px){
	.t_trouble .info_flexbox .img{
		margin-bottom: 30px;
	}
	.t_trouble ul.sub_list{
		width: -moz-fit-content;
		width: fit-content;
		margin: 0 auto;
	}
	.t_trouble ul.sub_list li{
		margin-bottom: 5px;
	}
}

.t_trouble ul.main_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.t_trouble ul.main_list li{
	width: 48.5%;
    background: #fff;
    border-left: 6px solid #2135a4;
    box-shadow: inset 2px 2px 6px rgb(0 0 0 / 20%);
    line-height: 1.7;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
    padding: 0.5em;
    transform: skewX(-5deg);
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}
@media (max-width: 750px){
	.t_trouble ul.main_list{
		display: block;
	}
	.t_trouble ul.main_list li{
		width: 100%;
	}
}


.accent_text{
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	text-align: center;
	padding: 0 40px;
	margin: 0 auto;
	letter-spacing: 0.08em;
	font-size: 1.5rem;
	font-weight: 700;
}
.accent_text::before,
.accent_text::after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.6rem;
}
.accent_text::before{
	content: '＼';
	left: 0;
}
.accent_text::after{
	content: '／';
	right: 0;
}
@media (max-width: 750px){
	.accent_text{
		font-size: 1.4rem;
	}
}

.t_trouble .tail .info{
	font-size: 1.1rem;
}
@media (max-width: 750px){
	.t_trouble .tail .info{
		font-size: 1rem;
	}
}


/*===SDGsへの取組==============================*/
.t_sdgs{

}
.t_sdgs .sdgs_logo{
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.t_sdgs .text .info{
	max-width: 750px;
	margin: 0 auto;
}


.sdgs .pic_main{
	margin: 0 auto;
	max-width: 600px;
}


.sdgs .flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -40px;
}
.sdgs .flex .box{
	width: 49%;
	margin-bottom: 40px;
	background-color: #f5f5f5;
	padding: 30px;
	border-radius: 10px;
}
.sdgs .flex .box h3{
	background-color: #2135a4;
	color: #fff;
	margin-bottom: 20px;
	border-radius: 100px;
	padding: 5px 20px;
	font-weight: 700;
	letter-spacing: 0.08em;
}
.sdgs .flex .box .icon_wrap{
	display: flex;
	flex-wrap: wrap;
}
.sdgs .flex .box .icon_wrap .img{
	width: calc(33% - 10px);
	margin-right: 10px;
	margin-bottom: 10px;
}
.sdgs .flex .box .sentence{

}
@media (max-width: 960px){
	.sdgs .flex{
		display: block;
		margin-bottom: -30px;
	}
	.sdgs .flex .box{
		width: 100%;
		margin-bottom: 30px;
		padding: 30px 20px;
	}
	.sdgs .flex .box .icon_wrap{
		justify-content: space-between;
	}
	.sdgs .flex .box .icon_wrap .img{
		width: 49%;
		margin: 0 0 10px;
	}
}


/*===施工実績==============================*/
.t_works::after{
	content: '';
	width: 100%;
	height: 50%;
	position: absolute;
	top: 0;
	left: 0;
	background: #f2f2f2;
	pointer-events: none;
	z-index: -1;
}

.t_works_slide{
}
.t_works_slide li{
	position: relative;
	z-index: 1;
	margin: 0 40px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border: 5px solid #fff;
}
.t_works_slide li:nth-child(odd){
	margin-top: 40px;
}
.t_works_slide a{
	display: block;
	position: relative;
    overflow: hidden;
	min-height: 0%;
	width: 100%;
}
.t_works_slide a::before{
    content: '';
    display: block;
    padding-top: 120%;
}
.t_works_slide a::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	pointer-events: none;
	z-index: 2;
	opacity: 0;
	transition: 0.4s;
}
.t_works_slide a img{
	display: block;
	object-fit: cover;
	width: 101%;
	height: 101%;
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s ease;
	z-index: 1;
}
.t_works_slide a:hover::after{
	opacity: 0.5;
}
.t_works_slide a:hover img{
	transform: translate(-50%, -50%) scale(1.1);
}
@media (max-width: 750px){
	.t_works_slide li{
		margin: 0 15px;
	}
}


/*===Payどん==============================*/
.paydon .img{
	margin: 0 auto;
	max-width: 271px;
}



/*===フッター==============================*/
.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;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .footer_top{
	background-attachment: scroll;
}
.footer_top::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(2, 65, 57, 0.8);
	pointer-events: none;
	z-index:-1;
}
.footer_top .btn_wrap{
	display: flex;
	justify-content: space-between;
}
.footer_top .btn_wrap .btn{
	width: 32%;
}
.footer_top .btn_wrap .btn a{
	display: block;
	width: 100%;
	border: 2px solid #fff;
	color: #fff;
	padding: 20px 0;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-align: center;
}
.footer_top .btn_wrap .btn.en a{
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
}
.footer_top .btn_wrap .btn a:hover{
	background-color: rgba(255, 255, 255, 0.1);
}
.footer_top .btn_wrap .btn.tel a{
	background-color: #E60012;
	letter-spacing: 0.1em;
	border-color: #B32430;
}
.footer_top .btn_wrap .btn.tel a img.free_icon{
	display: inline-block;
	margin-right: 7px;
	width: 26px;
	width: 30px;
	vertical-align: middle;
	transform: translateY(-1px);
}
.footer_top .btn_wrap .btn.tel a:hover{
	transition: 0.4 ease;
	transform: translateY(-3px);
}
.footer_top .text{
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.15em;
	font-size: 1.1rem;
	margin-bottom: 30px;
}
.footer_top .text p.underline{
	text-decoration: underline;
}
@media (max-width: 750px){
	.footer_top{
		padding: 60px 0;
	}
	.footer_top .btn_wrap{
		display: block;
	}
	.footer_top .btn_wrap .btn{
		width: 100%;
		margin-bottom: 20px;
	}
}

.footer_middle{
	text-align: center;
	padding: 60px 0;
}
footer h3{
	width: 95%;
	max-width: 400px;
	margin: 0 auto 12px;
}
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;
}

.footer_bottom{
	background: #00695b;
	text-align: center;
	padding: 15px 0;
	color: #fff;
	letter-spacing: 0.08em;
	border-top: 3px solid #50b56c;
}
@media (max-width: 750px){
}


.footer_nav{
	max-width: 960px;
	margin: 0 auto;
}
.footer_nav ul{
	display: flex;
	justify-content: space-around;
	width: 100%;
	margin: 0 auto;
}
.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{
	font-size: 0.9rem;
	letter-spacing: 0.12em;
}
.footer_nav ul li a:hover{
	opacity: 0.6;
}
@media (max-width: 960px){
	.footer_nav ul{
		display: block;
		max-width: 550px;
		margin: 0 auto;
	}
	.footer_nav ul li{
		width: 100%;
		text-align: left;
		border: none;
		border-bottom: 1px solid #eee;
		padding: 10px 5px;
	}
	.footer_nav ul li:last-child{
		border-bottom: 1px solid #eee;
	}
	.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: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
}


/*トップに戻る*/
.page_top{
	text-decoration: none;
	opacity: 0;
	pointer-events: none;
  	position: fixed;
  	right: 2%;
  	bottom: 4%;
	transition: 1s;
  	z-index: 50;
	white-space: nowrap;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #aaa;
	letter-spacing: 0.2em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: flex;
}
.page_top .arrow1 {
	display: block;
	width: 2px;
	height: 60px;
	background: #aaa;
	margin: 0 auto;
	margin-bottom: 10px;
}
.page_top .arrow2 {
	width: 2px;
	height: 12px;
	background: #aaa;
	position: absolute;
	top: 0;
	left: 50%;
	transform: rotate(-45deg) translateX(-50%);
	transform-origin: top left;
}
.page_top.is_animation{
	opacity: 1;
	pointer-events: all;
}
.page_top.is_animation:hover{
	transform: translateY(-5px);
	opacity: 0.8;
}

@media (max-width: 750px){
	.page_top{
		right: 20px;
		bottom: 20px;
	}
}

/*=================================*/
/*===下層ページ===============================================================*/
/*下層トップ*/
.kasou_top{
	position: relative;
	z-index: 1;
	background: url(../img/kasou_top.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	padding: 120px 0;
}
.kasou_top::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom left, #727171, #6d6c6c);
    opacity: 0.65;
	pointer-events: none;
	z-index:-1;
}
.kasou_top h2{
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #fff;
}
@media (max-width: 750px){
	.kasou_top{
		padding: 80px 0;
	}
	.kasou_top h2{
		font-size: 2rem;
	}
}


/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 1rem;
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	vertical-align: top;
}
.breadcrumb li:last-child:after {
	content: '';
}
.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;
}
@media (max-width: 750px){
	.breadcrumb{
		font-size: 0.9rem;
	}
}


/*===事業内容ページ==============================*/
.service .service_wrapper{
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
	padding: 80px 40px;
}
.service .service_wrapper:last-child{
	margin-bottom: 0 !important;
}
.service .service_wrapper p.num{
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	color: #aaa;
	font-size: 16rem;
	line-height: 1;
	opacity: 0.1;
}
.service .service_wrapper .flex{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1200px;
}
.service .service_wrapper .flex .img{
	width: 40%;
}
.service .service_wrapper .flex .text{
	width: 55%;
}
@media (max-width: 750px){
	.service .service_wrapper{
		margin-bottom: 40px;
		padding: 40px 25px;
	}
	.service .service_wrapper p.num{
		font-size: 12rem;
	}
	.service .service_wrapper .flex{
		flex-direction: column;
	}
	.service .service_wrapper .flex .img{
		width: 100%;
		margin-bottom: 20px;
	}
	.service .service_wrapper .flex .text{
		width: 100%;
	}
}



/*===塗装についてページ==============================*/



.maker_link .flex{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -20px;
}
.maker_link .flex .box{
	width: 31%;
	margin: 0 1% 20px;
}
.maker_link .flex .box a{
	display: block;
	position: relative;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;

	pointer-events: none;
}
.maker_link .flex .box.non a{
	pointer-events: none;
}
.maker_link .flex .box a::before{
    content: '';
    display: block;
    padding-top: 20%;
	padding-top: 40%;
}
.maker_link .flex .box a img{
	display: block;
	object-fit: contain;
	width: 90%;
    height: 90%;
    position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
	padding: 10px;
}
.maker_link .flex .box a.mini01 img{
	max-width: 212px;
}
.maker_link .flex .box a.mini02 img{
	max-width: 142px;
}
.maker_link .flex .box a:hover img{
	opacity: 0.5;
}
.maker_link .flex .box a p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;

	font-size: 0.9rem;
}
@media (max-width: 1200px){
	.maker_link .flex .box{
		width: 31%;
	}
}
@media (max-width: 960px){
	.maker_link .flex .box{
		width: 48%;
	}
}
@media (max-width: 750px){
	.maker_link .flex .box{
		width: 100%;
	}
}




/*タブ切り替え*/
.tab{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	border-bottom: 2px solid #433c2e;
	margin-bottom: 40px;
}
.tab li{
	width: 40%;
	margin: 0 15px;
}
.tab li a{
	display: block;
	text-align: center;
	width: 100%;
	padding: 15px 5px;
	font-weight: 700;
	letter-spacing: 0.2em;
	border: 2px solid #433c2e;
	background:#72777b;
	color: #fff;
	transform: translateY(2px);
}
.tab li.active a{
	background: transparent;
	color: #433c2e;
	border-bottom-color: #FFFAF4;
}
.tab_area{
	display: none;
	opacity: 0;
	padding: 0 20px;
}
.tab_area.is-active{
    display: block;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@media (max-width: 750px){
	.tab{
		justify-content: space-between;
	}
	.tab li{
		width: 45%;
		margin: auto;
	}
	.tab_area{
		padding: 0 10px;
	}
}

.flow_chart{
	position: relative;
}
.flow_chart::after{
	content: '';
	width: 8px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 60px;
	transform: translateX(-50%);
	background: #00695b;
	pointer-events: none;
	z-index:-1;
	opacity: 0.3;
}
.flow_chart .box{
	background-color: #fff;
	box-shadow: 0 1rem 2rem rgba(0,0,0,0.05);
	margin-bottom: 25px;
	display: flex;
	justify-content: space-between;
}
.flow_chart .box:last-child{
	margin-bottom: 0;
}
.flow_chart .box .num{
	background-color: #00695b;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	width: 120px;
	font-size: 1.4rem;
}
.flow_chart .box .text{
	width: calc(100% - 120px);
	padding: 25px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flow_chart .box .text .img{
	width: 40%;
}
.flow_chart .box .text .info{
	width: 56%;
}
.flow_chart .box .text h3{
	font-size: 1.3rem;
	letter-spacing: 0.1em;
}

@media (max-width: 960px){
	.flow_chart .box .text{
		display: block;
	}
	.flow_chart .box .text .img{
		width: 100%;
		margin-bottom: 20px;
	}
	.flow_chart .box .text .info{
		width: 100%;
	}
}
@media (max-width: 750px){
	.flow_chart::after{
		left: 40px;
	}
	.flow_chart .box .num{
		width: 80px;
		font-size: 1.2rem;
	}
	.flow_chart .box .text{
		width: calc(100% - 80px);
		padding: 25px 20px;
	}
	.flow_chart .box .text h3{
		font-size: 1.1rem;
	}
}


/*===会社概要ページ==============================*/
.greeting::before{
	content: '';
	width: 70%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #f6f6f6;
	background-color: #fff;
	pointer-events: none;
	z-index: -2;
}

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

.sec_flex{
	display: flex;
	justify-content: space-between;
}
.sec_flex .img{
	position: relative;
	width: 50%;
	overflow: hidden;
	border-radius: 0 5px 5px 0;
}
.sec_flex .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec_flex .text{
	width: 50%;
	padding: 60px;
}
@media (max-width: 960px){
	.sec_flex{
		display: block;
	}
	.sec_flex .img{
		width: 80%;
	}
	.sec_flex .img img{
		position: static;
	}
	.sec_flex .text{
		width: 90%;
		margin: 0 0 0 auto;
		padding: 60px 40px;
	}
}
@media (max-width: 750px){
	.sec_flex .img{
		width: 80%;
	}
	.sec_flex .text{
		width: 100%;
	}
}
@media (max-width: 450px){
	.sec_flex .img{
		width: 90%;
	}
	.sec_flex .text{
		padding: 40px 0;
		width: 94%;
		margin: 0 auto;
	}
}


/*===施工実績ページ==============================*/
.works_container{

}
.works_container .works_wrapper{
	margin-bottom: 80px;
}
.works_container .works_wrapper:last-child{
	margin-bottom: 0 !important;
}
.works_container .works_wrapper .works_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -20px;
}
.works_container .works_wrapper .works_flex .box{
	width: 49.5%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	background-color: #fff;
	padding: 30px 20px;
	margin-bottom: 20px;
}
.works_container .works_wrapper .works_flex .box .item{
	position: relative;
}
.works_container .works_wrapper .works_flex .box .item.before{
	width: 42%;
}
.works_container .works_wrapper .works_flex .box .item.after{
	width: 56%;
}
.works_container .works_wrapper .works_flex .box .item:first-child::after{
	display: block;
	font-family: "Font Awesome 6 Free";
	content: "\f061";
	font-weight: bold;
	pointer-events: none;
	position: absolute;
	top: 45%;
	left: calc(100% + 10px);
	transform: translate(-50%, -50%);
	font-size: 50px;
	color: #2135a4;
	z-index: 5;
	text-shadow: #fff 0px 0px 1px, #fff 0px 0px 2px, #fff 0px 0px 3px, #fff 0px 0px 4px, #fff 0px 0px 5px, #fff 0px 0px 6px;
}
.works_container .works_wrapper .works_flex .box .item .pic{

}
.works_container .works_wrapper .works_flex .box .item .pic a{
	display: block;
	width: 100%;
	position: relative;
    overflow: hidden;
	min-height: 0%;
	aspect-ratio: 10 / 9;
}
.works_container .works_wrapper .works_flex .box .item .pic a img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
}
.works_container .works_wrapper .works_flex .box .item p{
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	text-align: center;
	font-size: 1.1rem;
}
.works_container .works_wrapper .works_flex .box .item.before p{
	color: #aaa;
}
.works_container .works_wrapper .works_flex .box .item .pic a:hover img{
	transform: scale(1.05);
}

@media (max-width: 1200px){
	.works_container .works_wrapper .works_flex{
		display: block;
	}
	.works_container .works_wrapper .works_flex .box{
		width: 100%;
	}
}
@media (max-width: 750px){
	.works_container .works_wrapper .works_flex{
		margin-bottom: -30px;
	}
	.works_container .works_wrapper .works_flex .box{
		background-color: transparent;
		padding: 0;
		margin-bottom: 30px;
	}
	.works_container .works_wrapper .works_flex .box .item:first-child::after{
		font-size: 40px;
	}
}


/*===お問い合わせページ==============================*/
.contact .flex{
	display: flex;
	justify-content: space-between;
}
.contact .flex .box{
	width: 32.5%;
	background-color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px 5px;
	border: 1px solid #ddd;
}
.contact .flex .box p.des{
	font-size: 1rem;
	font-family: 'Barlow Condensed', 'Zen Kaku Gothic New', sans-serif;
	font-weight: 600;
	line-height: 1;
}
.contact .flex .box .sub{
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	font-size: 1.8rem;
}
.contact .flex .box.free{
	color: #fff;
	background-color: #E60012;
}
.contact .flex .box.free .sub a{
	color: #fff;
}
.contact .flex .box.free .sub a img{
	display: inline-block;
	margin-right: 6px;
	width: 26px;
	vertical-align: middle;
	transform: translateY(-1px);
}
.contact .flex .box .sub a:hover{
	opacity: 0.6;
}
@media (max-width: 960px){
	.contact .flex{
		display: block;
	}
	.contact .flex .box{
		width: 100%;
		display: block;
		padding: 20px 5px;
		margin-bottom: 10px;
	}
	.contact .flex .box:last-child{
		margin-bottom: 0 !important;
	}
}



/*メールフォーム*/
.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: #00695b;
}
.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: #00695b;
	border: 1px solid #00695b;
	border-radius: 25px;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #00695b;
}
.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 #00695b;
    border-bottom: 3px solid #00695b;
    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: #00695b;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before{
	outline: none;
	border-color: #00695b;
}
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: #fff;
}

.privacy_flame{
	height: 250px;
	overflow-y: scroll;
}
.privacy_flame p{
	padding: 10px;
	font-size: 0.8rem;
}
.privacy_flame p span{
	display: block;
	color: #00695b;
	font-size: 0.9rem;
	font-weight: 700;
}
.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;
}