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

/* width960px以下非表示*/
@media (min-width: 960px){
	.navToggle{
		display: none !important;}
	.sp{
		display: none!important;}
	}
/* all */
body{
	color: #fff;
	background-color: #000;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li{
	list-style: none;
}
/* 幅調整　*/
.w1800{
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
/* 余白調整　*/
.h30{
	height: 30px;
}
.h50{
	height: 50px;
}
.h100{
	height: 100px;
}
/* 背景　*/



/* スライダー内 */
.sp-slide img{
	width: 400px;
}
.sp-slide h2{
	text-align: center;
	color: #fff;
	font-size: 2.2em !important;
	line-height: 120% !important;
	max-width: 900px;
	width: 90%;
	font-family: 'Noto Serif JP', serif;
}
.font-small{
	font-size: 70%;
}
.sp-slide .submenu_img{
	width: 900px;
}
header{
	position: relative;
	width: 100%;
	z-index: 9000;
}
.site-header{
	background: rgba(0,0,0,0.2);
    display: flex;
    position: fixed;
    justify-content: space-between;
	align-items: center;
    transition: .5s;
    width: 100%;
	height: 140px;
}
.site-header.transform{
    background: rgba(0,0,0,0.5);
    padding: 0px 10px 0px 0;
	height: 80px;
}
.site-header h1{
	line-height: 140px;
	vertical-align: middle;
	background:rgba(204,0,0,1.0);
	position: relative;
	transition: .5s;
}
.site-header h1 img{
	width: 280px;
	vertical-align: middle;
	padding-left: 20px;
}
.site-header h1::after{
	content: "";
	border-top: 140px solid rgba(204,0,0,1.0) ;
	border-right: 50px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 50px solid rgba(204,0,0,1.0) ;
	position: absolute;
	bottom: 0;
	transition: .5s;
}
.site-header.transform h1{
	background:rgba(204,0,0,0.0);
	transition: .5s;
}
.site-header.transform h1 img{
	width: 220px;
	transition: .5s;
}
.site-header.transform h1::after{
	content: "";
	border-top: 140px solid rgba(204,0,0,0.0) ;
	border-right: 50px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 50px solid rgba(204,0,0,0.0) ;
	position: absolute;
	bottom: 0;
	transition: .5s;
}
header h2{
	margin: 0 5px 0 auto;
	display: block;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	width: 10em;
	font-size: 1em;
}
header h2 a{
	display: block;
	color: #fff;
	width: 100%;
	height: 100%;
	padding: 3px;
	border:solid 1px;
	transition:all .5s ease-in;
}
header h2 :hover{
	background: #cc0000;
	padding: 3px;
	border:solid 1px #cc0000;
	transition:all .5s ease-in;
}

header nav{
	font-family: 'Noto Serif JP', serif;
}
header nav ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
}
header nav ul li{
	margin: auto;
	padding: 10px 10px;
	line-height: 100%;
	font-size:0.9em;
}
header nav ul li a{
	color:#fff;
	text-decoration-line: none;
	transition:all .5s ease-in;
}
header nav ul li a:hover{
	color: #cc0000;
	transition:all .5s ease-in;
}
header nav ul li span{
	font-size:60%;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}


/* トップページコンテンツ
   ========================================================================== */
section{
	padding: 0;
	margin-bottom: 50px;
}
.greeting{
	background:linear-gradient(to right, #cc0000 25%, #000000 25%);
}
.contents_flex{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.contents_title{
	width: calc(250px);
	background:#cc0000;
	height: 200px;
	position: relative;
}
.contents_title::after{
	position: absolute;
	content: "";
	border-style: solid;
	right: -50px;
	border-color: rgba(204,0,0,1.0)  transparent transparent rgba(204,0,0,1.0)  ;
	border-width: 200px 50px 0 50px ;
	transition: .5s;
}
.contents_title h2{
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	font-family: 'Noto Serif JP', serif;
	font-size: 2em;
}
.contents_title p{
	top: 30%;
	left: 10px;
	position: absolute;
	font-size: 0.8em;
	font-family: 'Noto Serif JP', serif;
	padding-left: 5px;
}
.contents_txt{
	width: calc(100% - 300px);
	padding-left: 60px;
}
.contents_txt p{
	font-family: 'Noto Serif JP', serif;
	font-size: 0.9em;
}

.top_contents{
	background:url("../img/bg_01.jpg") repeat-y;
	width: 100%;
	padding: 50px 0;
}
.top_contents h2{
	font-family: 'Noto Serif JP', serif;
	font-size: 2em;
	line-height: 80%;
	padding: 5px;
}
.top_contents h2 span{
	font-size: 40%;
	padding-left: 5px;
}
.contents_in{
	padding: 30px 10px;
}
.contents_in h3{
	font-family: 'Noto Serif JP', serif;
	border-left: solid 5px #cc0000;
	padding-left: 5px;
	vertical-align: middle;
	font-size: 1.2em;
}
.contents_in p{
	margin: 1em;
	font-family: 'Noto Serif JP', serif;
}



/* リンクコンテンツ ======================================== */
.contents_link{
	max-width: 900px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: auto;
	padding: 30px 0;
}

figure.effect-honey {
	display: block;
	position: relative;
	width: 380px;
	height: 230px;
	overflow: hidden;
	background: transparent;
	margin-bottom: 50px;
}

figure.effect-honey img {
	width: 100%;
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-honey:hover img {
	opacity: 0.5;
}

figure.effect-honey figcaption::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 86%;
	height: 10px;
	background: #cc0000;
	content: '';
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-honey h4 {
	position: absolute;
	font-family: 'Noto Serif JP', serif;
	color: #fff;
	font-size: 1.5em;
	bottom: 0;
	left: 0;
	padding: 1em 1.5em;
	width: 100%;
	text-align: left;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}
figure.effect-honey h4::first-letter{
	font-size: 150%;
	color: #cc0000;
}

figure.effect-honey figcaption::before,
figure.effect-honey h4 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h4,
figure.effect-honey:hover h4 i {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-honey a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* カルーセルスライダー ======================================== */
.carousel {
	padding: 0;
}
.carousel div {
	margin: 0 5px;
	height: 230px;
	overflow: hidden;
}
.carousel img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}
.carousel .slick-next {
	right: 17px;
	z-index: 50;
}
.carousel .slick-prev {
	left: 23px;
	z-index: 50;
}
/* Topリクルート ======================================== */
.top_recruit{
	background:url("../img/bg_recruit.png") no-repeat;
	background-size: cover;
}
.top_recruit h2{
	font-family: 'Noto Serif JP', serif;
	font-size: 2em;
	line-height: 70%;
	padding: 5px;
}
.top_recruit h2 span{
	font-size: 40%;
	padding-left: 5px;
}
.top_rec_flex{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.top_rec_flex div{
	width: 100%;
}
.top_rec_flex div img{
	width: 100%;
	padding: 20px;
}
footer{
	background-image: url("../img/bg_sprout.png") ;
	background-size: cover;
	font-family: 'Noto Serif JP', serif;
}
footer nav{
	max-width: 700px;
	margin: auto;
}
footer nav ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
footer nav ul li{
	font-size: 0.9em;
	padding: 1em;
	text-align: center;
}
footer nav ul li a{
	color: #fff;
	padding-bottom: 10px;
	transition:all .5s ease-in;
}
footer nav ul li a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f0da';
	padding: 5px;
}
footer nav ul li a:hover{
	color: #cc0000;
	transition:all .5s ease-in;
}

.footer_in{
	padding: 0 ;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background: #cc0000;
	color: #000;
}
.footer_txt{
	width: 100%;
	height: 250px;
	padding: 20px;
	position: relative;
}
.footer_txt::before{
	content: "";
	border-top: 250px solid #cc0000;
	border-right: 0 solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 50px solid transparent;
	position: absolute;
	top:0;
	left: -50px;
	transition: .5s;
}
.footer_txt img{
	width: 300px;
}
.footer_map{
	width: 100%;
}
.footer_map iframe{
	display: block;
	width: 100%;
	height: 250px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

.copy{
	padding: 50px 0 0;
}

/* ボタン */
.button_wrap{
	text-align: center;
	margin-bottom: 20px;
}
.button_01{
	position: relative;
	display: inline-block;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	width: 300px;
	background-color:rgba(204,0,0,1.0);
	color: #fff;
	padding: 0.9em 2em;
	transition: .5s ;
}
.button_01::before,
.button_01::after{
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
}
.button_01:hover{
	background-color:rgba(204,0,0,0.5);
}
.button_01:hover::before{
	animation: arrowbefore .5s;
}
.button_01:hover::after{
	animation: arrowafter .5s;
}
@keyframes arrowbefore{
	100%{
		right: -.5em;
		opacity: 0;
	}
}

@keyframes arrowafter{
	98%{
		right: .2em;
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}



/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 320px;
	background-size: cover;
	background-color: #ccc;
	position: relative;
}
.subtitle h2{
	font-family: 'Noto Serif JP', serif;
	color:#fff;
	line-height: 100%;
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	font-size:2.5em;
}
.subtitle h2 span{
	font-size:60%;
	color: #cc0000;
}
.sub_bg{
	background: url("../img/bg_recruit.png") no-repeat;
	background-position: center;
	background-size: cover;
}
/* サブページコンテンツ
   ========================================================================== */

.company_table{
	width: 100%;
	font-size: 0.9em;
	border-collapse: collapse;
	border-spacing: 0;
}	
.company_table th{
	background: #cc0000;
	color: #fff;
	text-align: left;
	padding: 10px;
	border-bottom: solid 1px #000;
}
.company_table td{
	padding: 10px;
	color: #ccc;
	border-bottom: solid 1px #cc0000;
}
/* 業務内容============================================================ */
.bg_ser{
	background:url("../img/bg_services.png") no-repeat;
	background-size: cover;
}
.bg_ser p{
	font-size: 1.1em;
	line-height: 180%;
	padding-left: 1em;
	border-left: solid 5px #cc0000;
}
.services_flex{
	display: flex;
	align-items:flex-start;
	background: #202020;
	margin: 50px 0;
}
.services_flex div{
	width: 100%;
	padding: 10px;
}
.services_flex_txt p{
	font-size: 1em;
	line-height: 180%;
	padding-top: 1em;
	font-family: 'Noto Serif JP', serif;
}
figure.services_in{
	position: relative;
	width: 100%;
	height: 250px;
	overflow: hidden;
}
figure.services_in img{
	bottom: 0;
	left: 0;
	width: 100%;
	position: absolute;
	height: 250px;
	object-fit: cover;
	opacity: 0.7;
}
figure.services_in figcaption{
	position: absolute;
	width: 100%;
	max-width: 400px;
	top:50%;
	left: 10px;
	border-bottom: solid 10px #cc0000;
}
figure.services_in figcaption h3{
	font-family: 'Noto Serif JP', serif;
	font-size: 1.5em;
}
figure.services_in figcaption p{
	padding-bottom: 0.25em;
}

figure.services_in figcaption h3::first-letter{
	font-size: 150%;
	color: #cc0000;
}
.txt_l{
	font-family: 'Noto Serif JP', serif;
	font-size: 2em;
}
/* リクルート============================================================ */

.bg_rec02{
	background: url("../img/bg_recruit02.png") no-repeat;
	background-size: cover;
}
.bg_rec02 p{
	font-size: 1.1em;
	line-height: 180%;
	padding-left: 1em;
	border-left: solid 5px #cc0000;
}
.recruit_flex{
	display: flex;
	align-items: center;
	margin: 30px auto;
	max-width: 900px;
}
.recruit_flex img{
	width: 250px;
}
.case_table{
	border-collapse: collapse;
  	border-spacing: 0;
	width: 100%;
	margin-top: 20px;
	font-size: 0.9em;
}
.case_table th{
	text-align: justify;
	vertical-align: top;
	padding: 1em ;
	width: 140px;
	color: #fff;
}
.case_table th::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f22d';
	padding-right: 0.5em;
	vertical-align: middle;
	color: #cc0000;
}
.case_table td{
	vertical-align: top;
	padding:  1em;
}
.case_table tr:nth-child(odd){
	background-color:#333;
}

/* 工事例 ============================================================ */
.photo_flex{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin: 30px 0 0;
}
.photo_flex div{
	width: calc(100% / 3 - 10px);
	padding: 10px;
}
.photo_flex div img{
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.photo_flex h4{
	font-size: 0.9em;
	padding-left: 0.5em;
}
/* メールフォーム============================================================ */
.mailform h4{
	font-size: 1.5em;
	padding: 0 0.5em ;
	border-left: solid 10px;
	margin: 2em 0 1em;
	color: #fff;
}
.mailform{
	width: 100%;
	padding: 0 30px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.mailform p{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.fome01{
	margin: 10px;
	padding-bottom: 10px;
}
label{
	display: inline-block;
	width: 180px;
	vertical-align: top;
	-webkit-appearance: none;
}
input[type='text'] ,input[type='date'] , textarea{
	width: 70%;
	padding: 5px;
	background-color: #fff;
}
input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	background-color:rgba(204,0,0,1.0);
	color: #fff;
	padding: 0.9em 2em;
	transition: .5s ;
	margin: 0 auto;
}

input[type='submit']:hover{
	background-color:rgba(204,0,0,0.5);
}

.fome01 span{
	color:#cc0000;
}
.font-s {
	font-size: 80% !important;
	color:#ccc;
	margin: 15px;
}
.flex_select{
	display: flex;
}

.infobox{
	width: 95%;
	margin: auto;
	padding: 10px;
	color: #fff;
}
.infobox h4{
	border-left: none;
	text-align: center;
	padding: 5px;
	margin: 0;
	font-size: 1em !important;
}

.infobox p{
	font-size: 0.9em !important;
	color: #ccc;
	padding: 0.5em;
}
.infobox ul li{
	color: #ccc;
	font-size:0.8em;
	padding: 0.5em 2em;
}
summary{
	cursor: pointer;
	display: block;
	list-style: none;
}
summary::-webkit-details-marker {
	color: transparent;
	display: none;
}
details::before{
	display: none;
}
details summary h4::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f067';
	padding-right: 15px;
}
details[open] summary h4::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f068';
	padding-right: 15px;
}
.tel_button{
	margin: 20px 0;
	text-align: center;
}
.tel_button a{
	display: block;
	width: 500px;
	padding: 20px;
	background-color:#cc0000;
	margin: auto;
	font-size:1.5em ;
	cursor: pointer;
	color: #fff;
	border-radius: 50px;
}
.tel_button a:hover{
	color: #fff;
}

/* TOPへ戻るボタン==================== */
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 999;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f077';
	font-size: 50px;
	color:#fff;
	position: absolute;
	width: 50px;
	height: 50px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.2;
	transform : translate(0, 80px);
	transition : all 500ms;
	}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}


