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

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
}
body{
	position: relative;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.7;
	color: #333;
	font-size: 16px;
	background: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
}
@media (max-width: 450px){
	body{
		font-size: 0.9rem;
	}
}
a{
	text-decoration: none;
	color: #333;
	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;
}

/*flexbox*/
.flexbox{
	display: flex;
	justify-content: space-between;
}

.mg60{
	margin-bottom: 60px;
}
.mg40{
	margin-bottom: 40px;
}
.mg20{
	margin-bottom: 20px;
}
.mg10{
	margin-bottom: 10px;
}
.lh2{
	line-height: 2;
}
.pmg p{
	margin-bottom: 10px;
}

h2.title{
	margin-bottom: 40px;
	line-height: 1.5;
}
h2.title span.en{
	display: block;
	text-transform: capitalize;
	font-size: 2.5rem;
	color: #206039;
	font-weight: 400;
	letter-spacing: .04em;
	font-family: 'Lato', sans-serif;
}
h2.title span.ja{
	display: block;
	font-size: 1rem;
	display: flex;
  	align-items: center;
  	justify-content: center;
	width: -moz-fit-content;
	width: fit-content;
	letter-spacing: .12em;
	font-weight: bold;
}
h2.title span.ja::before{
	content: '';
	border-top: 1px solid;
	width: 2em;
	margin-right: .5em;
}
h2.title.center span.ja{
	width: 100%;
}
h2.title.center span.ja::before{
	display: none;
}
h2.title.white span.en,
h2.title.white span.ja{
	color: #fff;
}


.mtitle{
	border: 1px solid #c2c2c2;
	border-left: 10px solid #206039;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
	background: #fff;
}

.stitle{
	position: relative;
  	font-size: 1.4rem;
	font-weight: bold;
	border-bottom: 2px solid #eee;
	margin-bottom: 20px;
}
.stitle::before{
	content: '';
	position: absolute;
	bottom: -2px;
	width: 100px;
	height: 2px;
	background: #206039;
}

.dtitle{
	font-weight: bold;
	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.2rem;
	}
}

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

.center{
	text-align: center;
}
.bold{
	font-weight: bold;
	font-size: 1.2rem;
}


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

.sbtn.white a{
	background:#fff;
	color: #206039;
}
.sbtn.white a:hover{
	color: #fff;
	background: #206039;
}

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


/*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 {
	background: #206039;
	color: #fff;
	width: 30%;
	border-right: 2px solid #f5f5f5;
}
.info_table th,
.info_table td {
	padding: 15px 0;
}
.info_table td{
	padding-left: 10px;
}
.info_table td {
	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: 2px solid #f5f5f5;
}
.info_table02 th{
	width: 30%;
	border-bottom: 2px solid #206039;
}
.info_table02 th,
.info_table02 td {
	padding: 15px 0;
}
.info_table02 td{
	padding-left: 10px;
}
.info_table02 td{
	width: 70%;
}


/*改行*/
@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: #206039;
	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%;
	}
}

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

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






/*===ヘッダー==============================*/
.site_header{
	background: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #eee;
}
.sticky{
	position: sticky;
	top: 0;
	z-index: 100;
}

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

.site_header h1{
	width: 250px;
	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%;
	padding-top: 20px;
}
.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 .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;
	padding: 0 0 20px;
}
.global_nav > ul > li > a{
	display: block;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #333;
	text-align: center;
}
.global_nav li.parent{

}
.global_nav li.parent > a{
	cursor: default;
}
.global_nav li.parent > a::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: -1;
	opacity: 0;
	pointer-events: none;
	transition: 0.4s;
}
.global_nav li.parent .child{
	background: #fff;
	position: absolute;/*headerの相対位置*/
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 100%);
	width: 100%;
	max-width: 960px;
	padding: 60px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	z-index: -2;
	transition: 0.4s;
	opacity: 0;
	pointer-events: none;
}
.global_nav li.parent .child .img{
	width: 48%;
}
.global_nav li.parent .child ul{
	width: 48%;
}
.global_nav li.parent .child ul li{

}
.global_nav li.parent .child ul li a{
	position: relative;
	display: block;
	width: 100%;
	border-bottom: 1px solid #eee;
	padding: 20px 10px;
}
.global_nav li.parent .child ul li a::after{
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	display: block;
	position: absolute;
	top: 51%;
	right: 16px;
	transform: translateY(-50%);
	font-size: 14px;
	color: #206039;
}
.global_nav li.parent .child ul li a::before{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	border: 1px solid #206039;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.global_nav > ul > li:not(.parent) > a:hover{
	opacity: 0.6;
}
.global_nav li.parent:hover i{
	color: #206039;
}
.global_nav li.parent:hover > a::after{
	opacity: 1;
}
.global_nav li.parent:hover .child{
	opacity: 1;
	pointer-events: all;
	transform: translate(-50%, 98%);
}
.global_nav li.parent .child ul li a:hover{
	background: #eee;
}


@media (max-width: 1100px){
	.global_nav > ul > li{
		margin-left: 20px;
	}
	.global_nav > ul > li > a{
		font-size: 0.9rem;
	}
}
@media (max-width: 960px){
	.site_header{
		padding: 20px 0;
	}
	.site_header h1{
		width: 240px;
	}
	.site_header .info{
		display: none;
	}
}
@media (max-width: 960px){
	.site_header h1{
		width: 200px;
	}
}

/*===スライダー==============================*/
.top_slider{
	overflow: hidden;
}
.top_slider .slider{
	width: 100%;
}
.top_slider .slider li{
	width: 100%;
	height: 90vh;
	min-height: 400px;
	position: relative;
}

.top_slider .slider li .slide_img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.07);
}
.top_slider .slick-active .slide_img{
	position: relative;
	animation: zoom 8s ease-in-out 0s forwards;
}
@keyframes zoom {
  0% {
		transform: scale(1);
	}
  100% {
		transform: scale(1.07);
	}
}


/*キャッチ*/
.top_slider li .catch{
	position: absolute;
	top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 3;
	width: 98%;
	max-width: 700px;
	animation: apper 2.5s ease-in-out;
}
.top_slider li .catch img{
	display: block;
	width: 100%;
}
@keyframes apper {
	0% {
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@media (max-width: 750px){
	.top_slider .slider li{
		height: 70vh;
	}
}

.top_slider li.top01 .catch{
	background: url(../img/catch01_base.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom;
	padding: 20px 60px 40px;
}

/*.top_slider li::before{
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 19vw;
    background: linear-gradient(180deg, rgba(16, 19, 21, 0) 16.15%, #101315);
	z-index: 1;
}*/


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

.bg{
}

.bg{
	background: #FAFAFA;
	background: #f7f4ed;
}
.green{
	background: #206039;
	color: #fff;
}

/*==welcome==============================*/
.welcome{
	background: url(../img/welcome_bg.jpg);
	background-size: cover;
	background-position: left center;
	z-index: 1;
	background-attachment: fixed;
}
/*Safariのみ*/
_::-webkit-full-page-media, _:future, :root .welcome{
	background-attachment: scroll;
}
.welcome::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.3) 100%);
	z-index:-1;
	transition: 1s;
}
.welcome .text{
	width: 50%;
}
.welcome .text h3{
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	line-height: 2;
	color: #fff;
	color: #206039;
	text-shadow: #fff 0px 0px 2px, #fff 0px 0px 3px, #fff 0px 0px 4px, #fff 0px 0px 5px, #fff 0px 0px 6px;
}
.welcome .text p{
	line-height: 2;
	color: #fff;
	font-size: 1.1rem;
}
@media (max-width: 960px){
	.welcome{
		background-position: center;
	}
	.welcome::after{
		background: rgba(0, 0, 0, 0.6);
	}
	.welcome .text{
		width: 100%;
	}
}
@media (max-width: 450px){
	.welcome .text h3{
		font-size: 1.2rem;
	}
	.welcome .text p{
		font-size: 1rem;
	}
}

/*===ミニslider==============================*/
.slider01 li{
	margin: 0 5px;
}

.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;
	position: relative;
}
.double_link .flex .box a::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 2;
	transition: all 1s cubic-bezier(.77,0,.175,1);
}
.double_link .flex .box a img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1s cubic-bezier(.77,0,.175,1);
	position: relative;
	z-index: 1;
}
.double_link .flex .box a p{
	display: inline-block;
	white-space: nowrap;
	background: #fff;
	padding: 18px 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}
.double_link .flex .box a:hover::after{
	background: rgba(0, 0, 0, 0.2);
}
.double_link .flex .box a:hover img{
	transform: scale(1.1);
}
@media (max-width: 750px){
	.double_link .flex .box{
		width: 100%;
		margin-bottom: 20px;
	}
}


.t_flow .sbtn a{
	border: 1px solid #fff;
}

/*===対応エリア==============================*/
.area{
	padding: 0;
}
.area .flex{
	display: flex;
}
.area .flex .bg_box{
	background: url(../img/area_bg.jpg);
	background-size: cover;
	background-position: center;
	z-index: 1;
	width: 60%;
}
.area .flex .text{
	width: 40%;
	background: url(../img/area.png);
	background-position: top right 20%;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 60px 20px;
}
@media (max-width: 960px){
	.area .flex .bg_box{
		width: 40%;
	}
	.area .flex .text{
		width: 60%;
	}
}
@media (max-width: 750px){
	.area .flex .bg_box{
		width: 30%;
	}
	.area .flex .text{
		width: 70%;
	}
}
@media (max-width: 450px){
	.area .flex{
		flex-direction: column-reverse;
	}
	.area .flex .bg_box{
		width: 100%;
		height: 100px;
	}
	.area .flex .text{
		width: 100%;
	}
}


/*===フッター==============================*/
footer{
	background: url(../img/white_brick01.png);
	background-size: 180px;
}
.footer_top{
	padding: 60px 0;
	text-align: center;
}
.footer_top .btn_wrap{
	display: flex;
	justify-content: space-around;
	max-width: 960px;
	margin: 0 auto 40px;
}
.footer_top .btn_wrap .btn{
	width: 360px;
}
.footer_top .btn_wrap .btn a{
	display: block;
	width: 100%;
	padding: 20px 0;
	font-size: 1.5rem;
	border: 1px solid #fff;
	color: #fff;
	background: #206039;
}
.footer_top .btn_wrap .btn a:hover{
	background: #1a4e2e;
}

.footer_bottom{
	text-align: center;
	padding: 10px 0;
	background: #206039;
	color: #fff;
}
@media (max-width: 750px){
	.footer_top .btn_wrap{
		display: block;
	}
	.footer_nav{
		display: none;
	}
	.footer_top .btn_wrap .btn{
		width: 100%;
		margin-bottom: 20px;
	}
}


/*トップに戻る*/
.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: #206039;
  	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{
	background: url(../img/kasou_top.jpg);
	background-size: cover;
	background-position: center;
	height: 400px;
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}
.kasou_top::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index:-1;
}
.kasou_top h2.title .en,
.kasou_top h2.title .ja{
	color: #fff;
}
.kasou_top .kasou_illust{
	position: absolute;
	bottom: 0;
	right: 10px;
	transform: translateY(50%);
	width: 40%;
	max-width: 300px;
}
.kasou_top .kasou_illust img{
	display: block;
	width: 100%;
}
@media (max-width: 450px){
	.kasou_top{
	  height: 250px;
	}
}


/*パンくず*/
.breadcrumb{
	z-index: 1;
	font-size: 12px;
	color: #444;
}
.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: #206039;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f015';
	font-weight: bold;
}


/*===造園工事-事業紹介ページ==============================*/
.ls_feature{
	background: linear-gradient(to bottom, transparent 0%, transparent 60%, #206039 60%, #206039 100%);
}
.ls_feature .flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ls_feature .flex .box{
	width: 31%;
	background: #f7f4ed;
	border-radius: 20px;
	text-align: center;
	padding: 20px;
	padding-top: 0;
	box-shadow: 3px 3px rgb(0 0 0 / 10%);
}
.ls_feature .flex .box .num{
	font-family: 'Lato', sans-serif;
	font-size: 3rem;
	color: #206039;
	line-height: 1;
	transform: translateY(-50%);
	font-weight: bold;
	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;
}
.ls_feature .flex .box .img{
	width: 85%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.ls_feature .flex .box .info{
	font-weight: bold;
	font-size: 1.2rem;
	color: #206039;
}
.ls_feature .flex .box .info span{
	background: linear-gradient(transparent 60%, #fff 60%);
}
@media (max-width: 750px){
	.ls_feature .flex .box{
		width: 100%;
		max-width: 400px;
		margin: 0 auto 40px;
	}
}


.main_business{
	padding: 0;
}
.main_business .flex{
	display: flex;
}
.main_business .bg_img{
	width: 50%;
	background-size: cover;
	background-position: center;
}
.ls_bg_img{
	background-image: url(../img/ls_bg_img.jpg);
}

.main_business .text{
	width: 50%;
	padding: 100px 40px;
}
.main_business .text ul{
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
}
.main_business .text ul li{
	margin-bottom: 1em;
	font-size: 1.2rem;
}
.main_business .text ul li::before{
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-weight: bold;
	display: inline-block;
	color: #206039;
	margin-right: .5em;
	font-size: .9em;
}
@media (max-width: 750px){
	.main_business .flex{
		flex-direction: column-reverse;
	}
	.main_business .bg_img{
		width: 100%;
		height: 400px;
	}
	.main_business .text{
		width: 100%;
		padding: 60px 20px;
	}
}


.to_works{
	background: url(../img/bg_stripe.png);
}


/*===造園工事-施工実績ページ==============================*/

/*共通*/
.works .date{
	font-size: 0.9rem;
	margin-bottom: 20px;
	font-weight: bold;
}
.works .date::before{
	font-family: "Font Awesome 5 Free";
	content: '\f017';
	font-weight: bold;
	padding-right: 0.5em;
	color: #206039;
}
.works a.imgin{
	display: block;
	position: relative;
    overflow: hidden;
	min-height: 0%;
	width: 100%;
	margin-bottom: 10px;
}
.works a.imgin::before{
    content: '';
    display: block;
    padding-top: 80%;
}
.works a.imgin::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0);
	transition: all 0.3s ease;
}
.works a.imgin img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
}
.works a.imgin:hover::after{
	background: rgba(0, 0, 0, 0.2);
}
.works a.imgin:hover img{
	transform: scale(1.15);
}

.works .ba{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.works .ba::before{
	content: '';
	display: inline-block;
	border-top: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 30px solid #206039;
	transform: translateX(25%);
}
.works .ba a.imgin{
	width: 45%;
}
.works .ba a.imgin:first-child{
	order: -1;
}
.works .ba a.imgin p{
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 10;
	color: #fff;
	font-size: 1.6rem;
	padding: 0 15px;
	font-weight: bold;
}
@media (max-width: 960px){
	.works .ba::before{
		border-top: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 15px solid transparent;
		border-left: 15px solid #206039;
	}
}
@media (max-width: 750px){
	.works .ba a.imgin p{
		font-size: 1.1rem;
		padding: 0 15px;
	}
}



/*===とび・土木工事-事業紹介ページ==============================*/
.ce_list .flex{
	display: flex;
	flex-wrap: wrap;
}
.ce_list .flex .box{
	width: 18%;
	margin: 0 1% 40px;
	text-align: center;
}
.ce_list .flex .box .img{
	margin-bottom: 5px;
}
.ce_list .flex .box p{
	font-weight: bold;
}
@media (max-width: 750px){
	.ce_list .flex .box{
		width: 31%;
	}
}
@media (max-width: 450px){
	.ce_list .flex .box{
		width: 48%;
	}
}


/*===とび・土木工事-施工実績ページ==============================*/
.works .flex{
	display: flex;
	flex-wrap: wrap;
}
.works .flex .item{
	width: 31%;
	margin: 0 1% 40px;
}
.works .flex .item .date{
	margin-bottom: 5px;
}
@media (max-width: 750px){
	.works .flex .item{
		width: 48%;
		margin: 0 1% 20px;
	}
}



/*===ご依頼の流れページ==============================*/
.flow_s .box{
	position: relative;
	text-align: center;
}
.flow_s .box:not(:last-child)::after{
	content: '';
	display: inline-block;
	border-top: 30px solid #206039;
	border-right: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 30px solid transparent;
	margin: 20px auto;
}
.flow_s .box .flex{
	display: flex;
	text-align: left;
	justify-content: space-between;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
}
.flow_s .box .img{
	position: relative;
	width: 30%;
	z-index: 1;
}
.flow_s .box .img::before{
    content: '';
    display: block;
    padding-top: 100%;
}
.flow_s .box .img img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.flow_s .box .text{
	width: 67%;
}
.flow_s .box .text h3{
	border-bottom: 1px solid #eee;
	font-size: 1.6rem;
	margin-bottom: 30px;
}
.flow_s .box .text h3 span{
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: 0.2rem;
	color: #206039;
	display: block;
}
.flow_s .box .text h3 span::before{
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-weight: bold;
	margin-right: 10px;
	font-size: 0.8em;
	transform: translateY(-5px);
}
.flow_s .box .text p{
	font-size: 1.1rem;
	line-height: 2;
}
@media (max-width: 750px){
	.flow_s .box .flex{
		flex-direction: column-reverse;
	}
	.flow_s .box .img{
		position: relative;
		width: 100%;
	}
	.flow_s .box .img::before{
		content: '';
		display: block;
		padding-top: 60%;
	}
	.flow_s .box .text{
		width: 100%;
		margin-bottom: 20px;
	}
	.flow_s .box .text h3{
		margin-bottom: 20px;
	}
}
@media (max-width: 450px){
	.flow_s .box .text h3{
		font-size: 1.4rem;
	}
	.flow_s .box .text h3 span{
		font-size: 1.8rem;
	}
	.flow_s .box .text p{
		font-size: 1rem;
	}
}


/*===お問い合わせページ==============================*/
.contact .tel_contact{
	text-align: center;
	display: inline-block;
	border-top: 3px solid #206039;
	border-bottom: 3px solid #206039;
	padding: 15px 80px;
	line-height: 1.5;
}
.contact .tel_contact a{
	display: block;
	font-size: 2rem;
	margin-bottom: 3px;
	white-space: nowrap;
}
.contact .tel_contact a span{
	font-size: 0.9em;
	margin-right: 5px;
}
.contact .tel_contact p{
	font-size: .8rem;
}
@media (max-width: 750px){
	.contact .tel_contact{
		padding: 10px 60px;
	}
}
@media (max-width: 450px){
	.contact .tel_contact a{
		font-size: 1.6rem;
	}
}


/*メールフォーム*/
.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: 20%;
	font-weight: bold;
}
.mailform .row div:nth-child(2){
	width: 70%;
	line-height: 1.5;
}
.normal{
	font-weight: normal !important;
}
.mailform .row span{
  	color: #fff;
  	background: #206039;
  	padding: 5px;
  	margin-right: 5px;
  	font-size: 11px;
	border-radius: 2px;
	vertical-align: middle;
}
.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: #73C89C;
	color: white;
	border-radius: 2px;
	margin-top: 5px;
	border: 1px solid #73C89C;
}
.mailform .postal_btn:hover{
	background: #73C89C;
	opacity: 0.9;
}
.mailform button{
	display: block;
	color: #111;
	text-align: center;
	transition: .6s;
	font-size: 1rem;
	font-weight: bold;
	padding: 8px 5px;
	margin: 0 auto;
	width: 250px;
	background: #206039;
	border: 1px solid #206039;
	border-radius: 25px;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #206039;
}
.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 #73C89C;
    border-bottom: 3px solid #73C89C;
    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);
}


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

/*プライバシーポリシー*/
.privacy_flame{
	height: 250px;
	overflow-y: scroll;
	background: #fff;
	color: #444;
}
.privacy_flame p{
	padding: 10px;
}
.privacy p span{
	font-weight: bold;
	font-size: 1rem;
	display: block;
}
/*スクロールバー全体*/
.privacy_flame::-webkit-scrollbar {
    width: 5px;
}

/*スクロールバーの軌道*/
.privacy_flame::-webkit-scrollbar-track {
  	border-radius: 10px;
  	box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

/*スクロールバーの動く部分*/
.privacy_flame::-webkit-scrollbar-thumb {
  	background-color: rgba(0, 0, 0, .5);
  	border-radius: 10px;
  	box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}

/*===サンクスページ===*/
.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 object{
	background-attachment: scroll;
}