@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Ruluko&display=swap');
/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
}
body{
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.7;
	color: #444;
	font-size: 16px;
	background: #F1F1F1;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.1em;
}
a{
	text-decoration: none;
	color: #444;
	transition: .4s;
}
ul,ol{
	list-style: none;
	padding: 0;
}
svg{
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	min-height: 0%;
}
img{
  	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
}
.img{
	min-height: 0%;
}
.img img{
	display: block;
	width: 100%;
}
.img a{
	display: block;
	width: 100%;
	background: #fff;
}
.img a:hover img{
	opacity: .8;
}

.inner{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}


.mg100{
	margin-bottom: 100px !important;
}
.mg80{
	margin-bottom: 80px !important;
}
.mg60{
	margin-bottom: 60px !important;
}
.mg40{
	margin-bottom: 40px !important;
}
.mg30{
	margin-bottom: 30px !important;
}
.mg20{
	margin-bottom: 20px !important;
}
.mg10{
	margin-bottom: 10px !important;
}
.lh2{
	line-height: 2;
}
.pmg p{
	margin-bottom: 10px;
}
.pmg15 p{
	margin-bottom: 15px;
}

.h30{
	padding-bottom: 30px;
}
.h50{
	padding-bottom: 50px;
}
/*Title*/
h2.title{
	margin-bottom: 40px;
}
h2.title span.en{
	display: block;
	font-family: 'Ruluko', sans-serif;
	font-weight: 400;
	font-size: 4.5rem;
	letter-spacing: 0.05em;
	text-transform: capitalize;
	line-height: 1.2;
	color: #666;
}
h2.title span.ja{
	display: flex;
  	align-items: center;
	font-size: 1rem;
	line-height: 1;
	font-weight: 500;
	padding-top:15px;
}
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.mini span.en{
		font-size: 3.6rem;
	}
}

/*mtitle*/
.mtitle{
    position: relative;
    border-radius: 0 5px 5px 0;
    padding: 10px 15px;
	padding-right: 0;
    font-size: 1.4rem;
    margin-top: 10px;
    margin-bottom: 40px;
	color: #f1869d;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
}
.mtitle::before,
.mtitle::after{
	position: absolute;
    content: "";
    left: 0;
    height: 6px;
}
.mtitle::before{
    width: 25%;
    top: -6px;
    background: rgba(243, 162, 169, 0.6);
    border-radius: 5px 5px 0 0;
}
.mtitle::after{
	width: 40%;
    bottom: -6px;
    background: rgba(243, 162, 169, 0.9);
    border-radius: 0 0 5px 5px;
}
@media (max-width: 750px){
	.mtitle{
		font-size: 1.4rem;
	}
}

/*mtitle02*/
.mtitle02{
	border: 1px solid #c2c2c2;
	border-left: 10px solid #007D62;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
	background: #fff;
}

/*stitle*/
.stitle{
	position: relative;
  	font-size: 1.4rem;
	font-weight: 500;
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}
.stitle::before{
	content: '';
	position: absolute;
	bottom: -2px;
	width: 100px;
	height: 2px;
	background: #f1869d;
}

/*dtitle*/
.dtitle{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 1.4rem;
	text-align: center;
}
.dtitle::after{
	content: '';
	display: block;
	width: 150px;
	height: 1px;
	background: #000;
	margin: 20px auto 40px;
}
@media (max-width: 750px){
	.dtitle{
		font-size: 1.3rem;
	}
}

.ntitle{
	font-size: 1.2rem;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	font-weight: 500;
}
.ntitle::before{
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 10px;
	color: #f3b68c;
}

.btitle{
	display: flex;
  	align-items: center;
	font-weight: 500;
	font-size: 1.2rem;
	margin-bottom: 15px;
}
.btitle::before{
	content: '';
	border-top: 1px solid;
	width: 2em;
	margin-right: .5em;
}


.center{
	text-align: center;
}



/*ボタン*/
.sbtn a{
	display: block;
	border: 1px solid #fff;
	margin: 0 auto;
	text-align: center;
	width: 300px;
	padding: 15px 0;
	border-radius: 40px;
	letter-spacing: 0.1em;
	font-weight: 500;
	font-size: 0.8rem;
	color: #fff;
	transition: all .5s ease;
	background: #f3a2a9;
}
.sbtn a:hover{
	background:#fff;
	color: #f3a2a9;
	border: 1px solid #f3a2a9;
}
.sbtn.left a{
	margin: 0 auto 0 0;
}

.sbtn.white a{
	background:#fff;
	color: #f3a2a9;
	border: 1px solid #f3a2a9;
}
.sbtn.white a:hover{
	color: #fff;
	background: linear-gradient(to left,#f1869d 50%, #f4aeb9  100%);
	border: 1px solid #fff;
}

.sbtn.long a{
	width: 100%;
}

.m_contact a{
	min-width: 280px;
}

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

@media (max-width: 750px){
	.sbtn.left a{
		margin: 0 auto;
	}
	.sbtn2{
		display: block;
	}
	.sbtn2 .sbtn:first-child a{
		margin-bottom: 10px;
	}
}

/*テキストリンク*/
a.t_link{
	color: #007D62;
	background-image: linear-gradient(to right, #007D62, #007D62);
	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;
	font-weight: normal;
}
.info_table tr{
	border: 2px solid #f5f5f5;
}
.info_table th,
.info_table td{
	padding: 15px 0;
}
.info_table th{
	background: #206039;
	color: #fff;
	width: 30%;
	border-right: 2px solid #f5f5f5;
}
.info_table td{
	padding-left: 10px;
	background: #fff;
	width: 70%;
	border-right: 2px solid #f5f5f5;
	border-left: 2px solid #f5f5f5;
}

/*スタイリッシュver*/
.info_table02{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-weight: normal;
}
.info_table02 tr{
	border-bottom: 1px solid #f5f5f5;
}
.info_table02 th,
.info_table02 td{
	padding: 15px 0;
}

.info_table02 th{
	width: 30%;
	border-bottom: 1px solid #f4aeb9;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	color: #f1869d;
	background: rgba(255,210,211,0.30)
}
.info_table02 td{
	padding-left: 10px;
	width: 70%;
	border-bottom: 1px solid #DBDBDB;
	background: rgba(255,255,255,0.8);
}

@media (max-width: 450px){
	.info_table, .info_table02{
		font-size: 0.9rem;
	}
}

.info_table03{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-weight: normal;
	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;
}
.info_table03 th{
	width: 20%;
	padding-left: 40px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
}
.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{
}
ul.check_list li::before{
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #f3a2a9;
	margin-right: .5em;
	font-size: .9em;
}
ul.check_list02 li{
	margin-bottom: 5px;
}
ul.check_list02 li::before{
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #f3a2a9;
	margin-right: .5em;
	font-size: .9em;
}

ul.check_list03 li{
	font-size: 1.1rem;
	border-bottom: 2px dotted #eee;
	padding-bottom: 3px;
	margin-bottom: 8px;
}
ul.check_list03 li:last-child{
	margin-bottom: 0;
}
ul.check_list03 li::before{
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #f1869d;
	margin-right: .5em;
	font-size: .9em;
}

ul.dot_list li{
	margin-bottom: 5px;
}
ul.dot_list li::before{
	content: '・';
	color: #206039;
	margin-right: 5px;
}

ul.care_list li{
	margin-bottom: 5px;
}
ul.care_list li::before{
	content: '※';
	color: #f05742;
	font-weight: bold;
}

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

/*画像 + テキスト 上下逆転のflex*/
.info_flexbox_reverse{
	display: flex;
	justify-content: space-between;
}
.info_flexbox_reverse .text{
	width: 48%;
}
.info_flexbox_reverse .img{
	width: 48%;
}
@media (max-width: 750px){
	.info_flexbox_reverse{
		flex-direction: column-reverse;
	}
	.info_flexbox_reverse .text{
		width: 100%;
	}
	.info_flexbox_reverse .img{
		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{
		display: block;
	}
	.mini_flex .img{
		width: 100%;
	}
	.mini_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;
	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;
	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 iframe{
	vertical-align: top;
}

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


.t_deco{
	text-transform: uppercase;
	color: #f8d4d8;
	opacity: 0.4;
	font-size: 10rem;
	position: absolute;
	font-weight: 900;
	line-height: 1;
	pointer-events: none;
	white-space: nowrap;
	overflow: hidden;
}
@media (max-width: 750px){
	.t_deco{
		font-size: 6rem;
	}
}

@media (max-width: 560px){
	.t_deco{
		font-size: 4.5rem;
	}
}
@media (max-width: 430px){
	.t_deco{
		font-size: 3.8rem;
	}
}
/*===ヘッダー==============================*/
.site_header{
	width: 100%;
	transition: 0.6s;
	padding: 10px 20px;
	background: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #eee;
}
.site_header.transform{
}
.sticky{
	position: sticky;
	top: 0;
	left:0;
	right:0;
	z-index: 100;
}

.site_header .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

.site_header .info{
	width: 80%;
}
.site_header .tr{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 0 0 auto;
	margin-bottom: 20px;
}
.site_header .tel_btn a{
	color: #f3a2a9;
	font-family: minion-pro, serif;
	font-weight: 400;
	font-size: 1.8rem;
}
.site_header .tel_btn a:hover{
	opacity: 0.5;
}
.site_header .tr .sbtn a{
	margin: 0 auto;
	margin-left: 20px;
	width: 200px;
	padding: 10px 0;
}

/*global_nav*/
.global_nav{
	width: 100%;
}
.global_nav ul{
	margin: 0 0 0 auto;
	display: flex;
	justify-content: right;
	width: -moz-fit-content;
	width: fit-content;
}
.global_nav ul li{
	margin-left: 30px;
	transition: .4s;
	padding-bottom: 10px;
}
.global_nav ul li a{
	display: block;
	font-size: 0.85rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
}
.global_nav ul li a span{
	display: block;
	text-transform: uppercase;
	font-family: minion-pro, serif;
	font-weight: 400;
	color: #f3b68c;
	margin-bottom: 5px;
	transition: 0.2s;
}
.global_nav ul li a:hover span{
	color: #f8d4d8;
}
@media (max-width: 1220px){
	.global_nav ul li{
		margin-left: 20px;
	}
	.global_nav ul li a{
		font-size: 0.8rem;
	}
}
@media (max-width: 1100px){
	.site_header h1{
		width: 220px;
	}
	.site_header .info{
		display: none;
	}
}


/*===スライダー==============================*/
.top_slider{
	position: relative;
	padding-bottom: 100px;
}
.top_slider .slider{
	width: 85%;
	margin: 0 0 0 auto;
	background: #000;
}
.top_slider .slider li{
	width: 100%;
	height: 75vh;
	min-height: 400px;
	position: relative;
}
.top_slider .slider li.top01{
	background: url(../img/top01.jpg);
	background-size: cover;
	background-position: center center;
}
.top_slider .slider li.top02{
	background: url(../img/top02.jpg);
	background-size: cover;
	background-position: center center;
}
.top_slider .slider li.top03{
	background: url(../img/top03.jpg);
	background-size: cover;
	background-position: center center;
}

.rec_catch{
	position: absolute;
	width: 22%;
	min-width: 180px;
	top: 20px;
	right: 10px;
}

.top_slider::after{
	content: '';
	width: 45%;
	height: 70%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #f5b9c4;
	pointer-events: none;
	z-index:-1;
}

/*キャッチ*/
.top_slider .catch{
	position: absolute;
	top: 55%;
	left: 5%;
	transform: translateY(-50%);
	z-index: 2;
	color: #fff;
}
.top_slider .catch h2{
	font-size: 3rem;
	margin-bottom: 40px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-shadow: #888 1px 0 8px;
}
.top_slider .catch p{
	line-height: 2.3;
	font-size: 1.2rem;
	letter-spacing: 0.25em;
	margin-bottom: 10px;
}
.top_slider .catch p span{
	display: inline-block;
	background: rgba(32, 96, 57, 1);
	padding: 0 15px;
}

.top_slider .t_deco{
	bottom: 0;
	right: 0;
}
@media (max-width: 750px){
	.top_slider{
		padding-bottom: 60px;
	}
	.top_slider::after{
		width: 65%;
	}
	.top_slider .slider li{
		height: 60vh;
	}
	.top_slider .catch{
		left: 10px;
	}
	.top_slider .catch h2{
		font-size: 2.2rem;
	}
	.top_slider .catch p{
		font-size: 1rem;
	}
}
@media (max-width: 450px){
	.top_slider .slider li{
		height: 40vh;
	}
	.top_slider .catch{
		left: 5px;
	}
	.top_slider .catch h2{
		font-size: 1.8rem;
	}
	.top_slider .catch p{
		letter-spacing: 0.2em;
	}
	.top_slider .catch p span{
		padding: 0 5px;
	}
}
@media (max-width: 360px){
	.top_slider .slider li{
		height: 35vh;
	}
	.top_slider .catch h2{
		font-size: 1.5rem;
	}

}

/*===メイン==============================*/
main{
	display: block;
	position: relative;
}
main section{
	padding: 100px 0;
	position: relative;
}
@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;
	}
}

.bg01{
	background: url("../img/bg_imgl.jpg");
	background-size: cover;
	background-position: left;
	z-index: 1;
	background-attachment: fixed;
}

.bg02{
	background: #fff;
}
.swipe{
	position: relative;
	overflow: hidden;
}
.swipe::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	pointer-events: none;
	z-index: 1;
	transform: translateX(-100%);
	transition: 1.2s;
}
.swipe .swipe_in{
	opacity: 0;
	transition: 0.2s;
	transition-delay: 0.4s;
}
.swipe.inview .swipe_in{
	opacity: 1;
}
.swipe.inview::after{
	transform: translateX(100%);
}
/*.catch .swipe::after{
	background-color: #fff;
}*/


/*==welcome==============================*/
.welcome{
	background: url(../img/welcome_bg.jpg);
	background-size: cover;
	background-position: center;
	z-index: 1;
	overflow: hidden;
	padding-bottom: 200px;
}
.welcome::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.5);
	pointer-events: none;
	z-index:-2;
}
.welcome::before{
	content: '';
	width: 100%;
	height: 110%;
	position: absolute;
	top: 0;
	left: 0;
	background: #f1f1f1f1;
	pointer-events: none;
	z-index:-1;
	transform: skewX(15deg) translateX(-60%);
}
.welcome .t_deco{
	bottom: 5px;
	left: 3%;
}
.welcome .text p{
	padding-left: 1em;
	line-height: 2.5;
	margin-bottom: 20px;
	font-weight: 500;
	max-width: 700px;
	letter-spacing: 0.2em;
}
.welcome .link_wrap{
	display: flex;
	margin-bottom: 20px;
}
.welcome .link_wrap a{
	display: block;
	background: linear-gradient(to left, #fff 0%, #fff 50%, #f1869d 50%, #f4aeb9  100%);
	background-size: 200%;
	color: #fff;
	width: 300px;
	padding: 20px 0;
	text-align: center;
	border: 1px solid #f4aeb9 ;
	margin: 0 20px;
}
.welcome .link_wrap a:hover{
	background-position-x: -100%;
	color: #f3a2a9;
}
@media (max-width: 960px){
	.welcome .link_wrap{
		display: block;
	}
	.welcome .link_wrap a{
		margin-bottom: 15px;
	}
}
@media (max-width: 750px){
	.welcome{
		padding-bottom: 100px;
	}
	.welcome .link_wrap a{
		margin: 0 auto 15px;
	}
}


/*===当社が選ばれる3つの理由==============================*/
.features{
	display: flex;
	flex-wrap: wrap;
}
.features .box{
	width: calc(100% / 3);
	border-right: 1px solid #eee;
	padding: 20px;
}
.features .box .left{
	margin-bottom: 20px;
}
.features .box .left p{
	text-align: center;
	font-size: 0.8rem;
	line-height: 1;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-family: minion-pro, serif;
	font-weight: 400;
}
.features .box .left p span{
	font-size: 4rem;
	display: block;
	background-image: linear-gradient(40deg, #ffb380 10%, #fff9a9 80%);
	background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none){/*対IE*/
	.features .box .left p span{
		background-image: none;
	}
}

.features .box .img{
	width: 150px;
	margin: 0 auto 20px;
	background-color: #fff5ee;
	border-radius: 50%;
	border-radius: 80% 30% 50% 50%/50%;
}
.features .box .right{
	text-align: center;
}
@media (max-width: 750px){
	.features .box{
		width: 100%;
		border-right: none;
		border-top: 1px solid #eee;
		padding: 20px;
	}
	.features .box:last-child{
		margin-bottom: 0;
		border-bottom: 1px solid #eee;
	}
	.features .box .left p span{
		font-size: 3rem;
	}
}

.t_points{
	background: url("../img/bg_imgl.jpg");
	background-size: cover;
	background-position: left;
	z-index: 1;
	background-attachment: fixed;
}
 
.t_points .t_deco{
	bottom: 0;
	right: 3%;
	z-index: -1;
}

/*===施工について==============================*/
.t_service{
	background: url("../img/bg_imgl.jpg");
	background-size: cover;
	background-position: center;
	z-index: 1;
	background-attachment: fixed;
}
.t_service::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.5;
	pointer-events: none;
	z-index:-2;
}
/*Safariのみ*/
_:lang(x)+_:-webkit-full-screen-document, .t_service{
	background-attachment: scroll;
}
.t_service .inner{
	border: 1px solid #206039;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.t_service .t_deco{
	bottom: 0;
	right: 3%;
	color: #fff;
	z-index: -1;
}
.double_link .flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.double_link .flex .box{
	width: 48%;
	position: relative;
}
.double_link .flex .box a{
	display: block;
	width: 100%;
	height: 200px;
	overflow: hidden;
	border: 1px solid #206039;
}
.double_link .flex .box a img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1s cubic-bezier(.77,0,.175,1);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.double_link .flex .box a p{
	display: inline-block;
	white-space: nowrap;
	background: rgba(32, 96, 57, 0.8);
	color: #fff;
	padding: 18px 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	letter-spacing: 0.15em;
	transition: all 1s cubic-bezier(.77,0,.175,1);
}
.double_link .flex .box a:hover img{
	transform: scale(1.1);
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.double_link .flex .box a:hover p{
	background: #206039;
}
@media (max-width: 750px){
	.double_link .flex .box{
		width: 100%;
		margin-bottom: 20px;
	}
	.double_link .flex .box a{
		height: 180px;
	}
}

/*===求人情報==============================*/
.t_recruit{
	background: url(../img/bg_stripe.png);
}
.t_recruit .stitle{
	color: #f1869d;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

.t_recruit .t_deco{
	bottom: 5px;
	left: 3%;
}
/*===フッター==============================*/
.footer_top{
	position: relative;
	z-index: 1;
	background: url(../img/footer.jpg);
	background-size: cover;
	background-position: center;
	padding: 200px 0;
}
.footer_top::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #888;
    opacity: 0.8;
	z-index: -1;
}
.footer_top .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_top .flex .text{
	color: #fff;
}
.footer_top .flex .text h2.title{
	margin-bottom: 10px;
}
.footer_top .flex .text p{
	font-size: 0.8rem;
}
.footer_top .flex .cf_btn{
	width: 100%;
	max-width: 300px;
}
.footer_top .flex .cf_btn a{
	display: block;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	padding: 20px 0;
	width: 100%;
	font-size: 0.9rem;
	letter-spacing: 0.05em;
}
.footer_top .flex .cf_btn a:hover{
	background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 750px){
	.footer_top{
		padding: 100px 0;
		text-align: center;
	}
	.footer_top .flex{
		display: block;
	}
	.footer_top .flex .text{
		margin-bottom: 40px;
	}
	.footer_top .flex .cf_btn{
		margin: 0 auto;
	}
}

.footer_bottom{
	color: #666;
}
.footer_bottom .flex{
	display: flex;
}
.footer_bottom .logo_wrap{
	background-color: #F1F1F1;
	width: 30%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	text-align: center;
}
.footer_bottom .logo_wrap h3{
	width: 90%;
	max-width: 350px;
	margin-bottom: 20px;
}
.footer_bottom .logo_wrap h3 a{
	display: block;
	width: 100%;
}
.footer_bottom .logo_wrap h3 a img{
	display: block;
	width: 100%;
}
.footer_bottom .logo_wrap h3 a:hover img{
	opacity: 0.6;
}
.footer_bottom .logo_wrap p{
	font-size: 0.8rem;
}
.footer_bottom .info{
	background-color:#F1F1F1;
	padding: 0 80px;
	width: 70%;
}
.footer_bottom .info .nav_wrap{
	padding: 60px 0;
}
.footer_nav{

}
.footer_nav ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -30px;
}
.footer_nav li{
	width: 170px;
	margin-right: 20px;
	margin-bottom: 30px;
}
.footer_nav li a{
	color: #777;
	font-size: 0.85rem;
	letter-spacing: 0.2em;
}
.footer_nav li a:hover{
	opacity: 0.5;
}
.footer_bottom .info .copy{
	border-top: 1.5px solid rgba(247, 194, 127, 0.4);
	padding: 20px 0;
	text-align: right;
}
.footer_bottom .info .copy small{
	opacity: 0.5;
}
.footer_bottom .copy_sp{
	display: none;
}
@media (max-width: 750px){
	.footer_bottom .flex{
		display: block;
	}
	.footer_bottom .logo_wrap{
		width: 100%;
		padding: 40px 10px;
		text-align: center;
	}
	.footer_bottom .info{
		display: none;
		padding: 0 80px;
		width: 100%;
	}
	.footer_bottom .info .nav_wrap{
		padding: 40px 0;
	}
	.footer_nav li{
		width: 100%;
		margin-right: 0;
	}
	.footer_bottom .info .copy{
		padding: 40px 0;
	}
	.footer_bottom .copy_sp{
		display: block;
		border-top: 1.5px solid rgba(247, 194, 127, 0.4);
		padding: 20px 0;
		text-align: center;
		
	}
	.footer_bottom .copy_sp small{
	opacity: 0.5;

	}
}


/*トップに戻る*/
.page_top{
	opacity: 0;
	pointer-events: none;
  	width: 50px;
  	height: 50px;
  	position: fixed;
  	right: 10px;
  	bottom: 10px;
	border-radius: 50%;
	opacity: 0;
	transition: 1s;
  	background: #fef200;
  	z-index: 50;
}
.page_top a{
	display: block;
	position: relative;
	z-index: 10;
  	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.page_top a i{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  	font-weight: 900;
  	font-size: 25px;
  	color: #fff;
}
.page_top.is_animation{
	opacity: 1;
	pointer-events: all;
	opacity: .6;
}
.page_top.is_animation:hover{
	opacity: 1;
	transform: translateY(-10px);
}


/*=================================*/
/*===下層ページ===============================================================*/
/*下層トップ*/
.kasou_top{
	position: relative;
	z-index: 1;
	background: url(../img/kasou_top.jpg);
	background-size: cover;
	background-position: center;
	height: 400px;
	width: 100%;
	box-shadow: rgb(255, 255, 255) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
.kasou_top::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	pointer-events: none;
	z-index:-1;
}
.kasou_top h2{
	position: absolute;
	bottom: 10%;
	left: 0;
	width: 100%;
	letter-spacing: 0.2em;
	color: #fff;
	text-align: center;
	line-height: 1;
}
.kasou_top h2::before{
	content: '';
	width: 1px;
	height: 70px;
	background-color: #fff;
	position: absolute;
	bottom: calc(100% + 30px);
	left: 50%;
	transform: translateX(-50%);
}
.kasou_top h2 .ja{
	display: block;
	font-size: 2.8rem;
	font-weight: 500;
	margin-bottom: 20px;
	text-indent: 0.2em;
}
.kasou_top h2 .en{
	font-family: minion-pro, serif;
	font-weight: 400;
	text-transform: capitalize;
	display: block;
	font-size: 1.5rem;
}
@media (max-width: 750px){
	.kasou_top{
	  height: 300px;
	}
	.kasou_top h2 .ja{
		font-size: 2.2rem;
		margin-bottom: 15px;
	}
}


/*パンくず*/
.breadcrumb{
	z-index: 1;
	font-size: 12px;
}
.breadcrumb li {
	display: inline;
	list-style: none;
	font-weight: normal;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	vertical-align: top;
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
	font-size: 1.1em;
	color: #f4aeb9;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f015';
	font-weight: bold;
}
.breadcrumb li a:hover{
	opacity: 0.5;
}


/*===事業内容ページ==============================*/




/*===選ばれる理由ページ==============================*/
.deco_icon{
	text-align: center;
	margin-bottom: 10px;
	font-size: 2.8rem;
}
@media (max-width: 750px){
	.deco_icon{
		font-size: 2.2rem;
	}
}

.points_box{
	margin-bottom: 100px;
	margin-top: 80px;
}
.points_box:last-child{
	margin-bottom: 0;
}
.b_flex{
	display: flex;
	align-items: center;
}
.b_flex .vis{
	width: 50%;
	position: relative;
	display: flex;
	z-index: 1;
}
.b_flex .vis::after{
	content: '';
	width: 100%;
	height: 85%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: #f8d4d8;
	z-index:-1;
}
.b_flex .vis .img{
	width: 40%;
}
.b_flex .vis .img:nth-child(1){
	margin-right: 30px;
	transform: translateY(20px);
}
.b_flex .vis .img:nth-child(2){
	transform: translateY(-20px);
}
.b_flex .text{
	width: 45%;
	padding: 40px;
	position: relative;
	z-index: 2;
}
.b_flex .text .stitle span{
	display: inline-block;
	font-family: minion-pro, serif;
	font-weight: 400;
	color: #206039;
	margin-right: 3px;
	font-size: 2.5rem;
}
.b_flex .text p{
	line-height: 2;
	margin-bottom: 10px;
}

.b_flex.reverse{
	justify-content: right;
}
.b_flex.reverse .vis{
	justify-content: right;
}
.b_flex.reverse .vis .img:nth-child(1){
	transform: translateY(-20px);
}
.b_flex.reverse .vis .img:nth-child(2){
	transform: translateY(20px);
}


@media (max-width: 960px){
	.points_box{
		margin-bottom: 120px;
		margin-top: 0;
	}
	.b_flex{
		flex-direction: column-reverse;
	}
	.b_flex.reverse{
		flex-direction: column;
	}
	.b_flex .vis{
		width: 100%;
		justify-content: space-between;
	}
	.b_flex .vis::after{
		width: 80%;
		height: 100%;
		top: 8%;
		left: auto;
		right: 0;
		transform: none;
	}
	.b_flex .vis .img{
		width: 48%;
	}
	.b_flex .vis .img:nth-child(1){
		margin-right: 0;
	}
	.b_flex .text{
		width: 96%;
		margin: 0 auto;
		margin-bottom: 40px;
		padding: 0;
	}
	.b_flex .text .stitle span{
		font-size: 2rem;
	}
	.b_flex.reverse .vis{
		justify-content: space-between;
	}
	.b_flex.reverse .vis::after{
		left: 0;
		right: auto;
	}
}


/*===ご依頼の流れページ==============================*/
.flow_list{
	position: relative;
	z-index: 1;
	padding: 40px 0;
}
.flow_list::before{
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #ccc;
	z-index:-1;
}
.flow_list .box{
	width: 50%;
	padding: 40px;
	margin-bottom: 40px;
}
.flow_list .box:last-child{
	margin-bottom: 0;
}
.flow_list .box:not(.right){
	padding-left: 0;
}
.flow_list .box.right{
	margin-left: auto;
	padding-right: 0;
}

.flow_list .box h3{
	position: relative;
	font-size: 2rem;
	line-height: 1.2;
	margin-bottom: 20px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}
.flow_list .box h3 span{
	display: inline-block;
	margin-right: 0.5em;
	font-family: minion-pro, serif;
	font-weight: 400;
	transform: skewX(-5deg);
	color: #206039;
}
.flow_list .box h3::before{
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #206039;
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translate(50%, -50%);
}
.flow_list .box.right h3::before{
	right: auto;
	left: -40px;
	transform: translate(-50%, -50%);
}
.flow_list .box .text{
	margin-bottom: 40px;
}
.flow_list .box .text p{
	line-height: 2;
	margin-bottom: 10px;
}
.flow_list .box .img{
	border-radius: 20px;
}


@media (max-width: 750px){
	.flow_list{
		padding: 20px 0;
	}
	.flow_list::before{
		left: 0;
		transform: none;
	}
	.flow_list .box{
		width: 100%;
	}
	.flow_list .box:not(.right){
		padding: 20px;
		padding-right: 0;
	}
	.flow_list .box.right{
		padding: 20px;
		padding-right: 0;
	}
	.flow_list .box h3{
		font-size: 2rem;
	}
	.flow_list .box h3::before,
	.flow_list .box.right h3::before{
		width: 11px;
		height: 11px;
		left: -20px;
		transform: translate(-50%, -50%);
	}
}


/*===足場・仮設工事とはページ==============================*/
.ct .flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ct .flex .box{
	width: 49%;
	margin-bottom: 30px;
}
@media (max-width: 750px){
	.ct .flex .box{
		width: 100%;
	}
}


.s_flow{
	display: flex;
	flex-wrap: wrap;
}
.s_flow .box{
	position: relative;
	width: calc(100% / 3);
	padding: 0 20px;
	margin-bottom: 30px;
}
.s_flow .box::after{
	display: block;
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: bold;
	font-size: 2rem;
	color: #007D62;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate( 50%, -50%);
}
.s_flow .box.side::after,
.s_flow .box:last-child::after{
	display: none;
}
.s_flow .box h3{
	color: #206039;
	font-weight: 500;
	font-size: 1.1rem;
	margin-bottom: 5px;
}
.s_flow .box h3 span{
	font-family: minion-pro, serif;
	font-weight: 400;
	font-size: 1.5rem;
}
.s_flow .box .text{
	line-height: 2;
}
@media (max-width: 960px){
	.s_flow{
	}
	.s_flow .box{
		width: 100%;
		padding: 0;
		margin-bottom: 0;
	}
	.s_flow .box::after{
		font-size: 2.5rem;
		position: static;
		transform: rotate(90deg);
		width: -moz-fit-content;
		width: fit-content;
		margin: 0 auto;
	}
	.s_flow .box.side::after{
		display: block;
	}
	.s_flow .box h3{
		font-size: 1.2rem;
	}
}


/*===求人情報ページ==============================*/
.q_mark{
	width: 80px;
	margin: 0 auto 20px;
}
@media (max-width: 750px){
	.q_mark{
		width: 50px;
	}
}


/*===会社概要ページ==============================*/
.greeting .text h3{
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	margin-bottom: 25px;
	font-size: 1.3rem;
}
.greeting .text{
	
}
.greeting .text p{
	line-height: 2.2;
}
.greeting .text .tail{
	margin-top: 40px;
	text-align: right;
}


/*===お問い合わせページ==============================*/
.contact .tel_contact{
	text-align: center;
	border-top: 2px solid #F5f5f5;
	border-bottom: 2px solid #f5f5f5;
	padding: 15px 0;
	margin: 0 auto;
	max-width: 600px;
}
.contact .tel_contact a{
	display: inline-block;
	font-size: 2.8rem;
	white-space: nowrap;
	color: #f1869d;
	font-family: minion-pro, serif;
	font-weight: 400;
}
.contact .tel_contact a:hover{
	opacity: 0.6;
}
.contact .tel_contact p{
	font-size: .8rem;
}
@media (max-width: 750px){
	.contact .tel_contact a{
		font-size: 2rem;
	}
}
@media (max-width: 450px){
	.contact .tel_contact a{
		font-size: 1.8rem;
	}
}


/*メールフォーム*/
.mailform{
	margin: 0 auto;
	max-width: 960px;
}
.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;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2){
	width: 70%;
	line-height: 1.5;
}
.mailform .row span{
  	color: #fff;
  	background: #f1869d;
  	padding: 5px;
  	margin-right: 5px;
  	font-size: 11px;
	border-radius: 2px;
	vertical-align: middle;
	font-weight: bold;
}
.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 .postal_btn{
	padding: 2px 10px;
	background: #f3a2a9;
	color: white;
	border-radius: 2px;
	margin-top: 5px;
	border: 1px solid #f3a2a9;
}
.mailform .postal_btn:hover{
	background: #f3a2a9;
	opacity: 0.9;
}
.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: #f3a2a9;
	border: 1px solid #f3a2a9;
	border-radius: 25px;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #f3a2a9;
}
.mailform button::before{
	font-family: "Font Awesome 5 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 #206039;
    border-bottom: 3px solid #206039;
    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: #206039;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before{
	outline: none;
	border-color: #206039;
}
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_flame{
	background: rgba(255, 255, 255, 0.8);
}
.privacy_flame p{
	padding: 10px;
	font-size: 0.9rem;
}
.privacy p span{
	font-weight: bold;
	display: block;
}
.privacy p span::before{
	content: "■";
	font-size: 0.6rem;
	margin-right: 0.5em;
	vertical-align: text-top;
}

/*スクロールバー*/
.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: #333;
}
.privacy_flame::-webkit-scrollbar-thumb, .privacy_flame::-webkit-scrollbar-corner {
    background: #333;
}

/*===サンクスページ===*/
.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のみ*/
_:lang(x)+_:-webkit-full-screen-document, .class{
	background-attachment: scroll;
}

/*===埋め込み動画==============================*/
.yt230317 .video{
	width: 100%;
	max-width: 900px;
	margin: auto;
}
.yt230317 .video video{
	width: 100%;
	aspect-ratio: 16 / 9;
}
.yt230317 .video iframe{
	width: 100%;
	aspect-ratio: 16 / 9;
}
