@charset "utf-8";

/* ------------------------------
	COMMON
------------------------------ */

body{
	width:100%;
	font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Noto Serif TC','Noto Serif JP', serif;
	font-weight: 200;
	font-style: normal;
	text-align: center;
}
h1,h2,h3,h4,h5,h6,p{
	font-weight: 200;
	line-height: 1.8em;
	letter-spacing: 0.1rem;
}
h3 img{width:20%; max-width:100px; }
h4{ font-size: 24px;}
p{	font-size: 14px;}
a{	color: #000000; color: initial;	text-decoration: none;}
.pc{	display: none;}
main{	margin-top:0;}
.inner{	width:95%; margin: 0 auto;}

@media screen and (min-width:750px){
	body{	min-width: 1000px;}
	.sp{	display: none;}
	.pc{	display: block;}
	h1,h2,h3,h4,h5,h6{	line-height: 2em;}
	p{	font-size: 16px;}
	a:hover{	opacity: 0.5;}
	.inner{	width:1100px; margin: 0 auto;}
	.fixed {	position: fixed;	top: 0;	width: 100%;	z-index: 777;}
	a[href^="tel:"] {
		pointer-events: none;
	}
}

/*====== FORM ======*/
.form_entry p{	letter-spacing: normal;	font-size: 14px;}
.form_entry table th,
.form_entry table td{
	display: block;
	text-align: left;
	width: 90%;
	padding:0 5%;
}
.form_entry table th{
	margin:10px 0 5px 0;
	font-size: 14px;
	font-weight: bold;
}
.form_entry p span,
.form_entry table th .must{	color:#ff0000;}
.form_entry table td{
	margin-bottom: 20px;
	border-bottom: #b5b5b5 solid 1px;
	padding-top:10px;
	padding-bottom:10px;
}
.form_entry table td .flexbox,
.form_entry table td .flexbox .box{
	width:100%;
	display: flex;
	align-items: center;
}
.form_entry table td .kome{	padding:0 5px;}
.form_entry table th .note{	font-size: 12px; padding-left:5px;}
.form_entry table td .note{	font-size: 12px; padding-top:5px;}
.form_entry input[type="text"],
.form_entry textarea,
.form_entry select{
	width: 100%;
  outline: none;
	font-size: 14px;
  border: 1px solid #b5b5b5;
	padding:10px 0 10px 10px;
	background: #eeeeee;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.cp_ipselect {	overflow: hidden;}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {  display: none;}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #eeeeee;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 40%;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {	padding: 8px 38px 8px 8px;	color: #666666;}
.form_entry input[type="text"]:focus,
.form_entry textarea:focus {
  box-shadow: 0 0 7px #87cefa;
  border: 1px solid #87cefa;
	background: #ffffff;
}
.form_entry input[type="text"].long{	width:90%;}
.form_entry input[type="text"].short{	width:70%;}
.form_entry .confirm{
	width:200px;
	padding:10px 30px;
	background: #1b1b1b;
	color: #ffffff;
	margin: 20px auto;
	font-size: 16px;
}
@media screen and (min-width:750px){
	.form_entry table{
		max-width: 700px;
		margin:0 auto;
		display: flex;
		align-items: center;
	}
	.form_entry table tr{	display: flex;}
	.form_entry table th{	width:150px;}
	.form_entry table td{	max-width: 500px; margin-bottom: 0;	border-bottom: 0;}
	.form_entry table th,
	.form_entry table td{
		display: block;
		text-align: left;
		padding:15px 0;
	}
	.form_entry table th .note{padding-left:0;}
	.form_entry table td .flexbox .box{
		width:50%;
		max-width: 200px;
		display: flex;
		align-items: center;
	}
	.form_entry table td .kome{	padding:0 10px;}
	.form_entry table td .note{	font-size: 14px; padding-left:5px;}
}

/* ------------------------------
	HEADER
------------------------------ */

.slider_img{
	position: relative;
	width:100%;
	margin: 0 auto;
	padding-top:50px;}
.slider_img #imageRotator{	height:65vw;}
.slider_img #imageRotator img {
width:100%;
object-fit: cover;
height:65vw;
position: absolute;
z-index: 10;
left:0;
right:0;
margin: auto;
}

@media screen and (min-width:750px){
	.logo{	width:30%;	text-align:center;	margin:0 auto;}
	.logo img{	width:90%; max-width:142px;	padding:20px 0 20px 0;}
	.slider_img{
		width:95%;
		margin-bottom:30px;
		padding-top:0;}
	.slider_img #imageRotator{	height:48vw;}
	.slider_img #imageRotator img {
		width:100%;
		object-fit: cover;
		height:48vw;
		position: absolute;
		z-index: 10;
	}
}


/* ------------------------------
	NAV
------------------------------ */
.sp_Nav{ position: relative; z-index: 99; top:0;}
.g-header {
  position: fixed;
  width: 100%;
  height: 50px;
  background: #ffffff;
	z-index: 20;
}
.g-header img{
	position: absolute;
  height: 40px;
	left:5%;
	top:5%;
}
.g-nav {
  display: none;
  position: absolute;
	width:100%;
  top: 50px;
	background: rgba(0,0,0,0.8);
	height:1000px;
}
.menu {  width: 100%;}
.menu__item {
  /*background: rgba(0,0,0,0.8);*/
	border-bottom: 1px solid #eeeeee;
}
/*.menu__item:last-child {	border-bottom: 0;}*/
.menu__item a {
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  width: 100%;
  height: 70px;
  line-height: 50px;
}
.sp-menu {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
	background: #000000;
}
.sp-menu .menu-trigger,
.sp-menu .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.sp-menu .menu-trigger {
  position: relative;
  width: 48px;
  height: 48px;
}
.sp-menu .menu-trigger span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
  height: 2px;
  background-color: #fff;
  border-radius: 5px;
}
.sp-menu .menu-trigger span:nth-of-type(1) {  top: 13px;}
.sp-menu .menu-trigger span:nth-of-type(2) {  top: 23px;}
.sp-menu .menu-trigger span:nth-of-type(3) {  top: 33px;}
.sp-menu .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.sp-menu .menu-trigger.active span:nth-of-type(2) {  opacity: 0;}
.sp-menu .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

@media screen and (min-width:750px){
	nav{ background: #ffffff;}
	nav ul{
		display: flex;
		justify-content: center;
		align-items: center;
		padding:20px 0;
	}
	nav ul li{
		padding:0 35px;
		border-right: solid 2px #d4d4d4;
		font-size: 14px;
	}
	nav ul li:last-child{	border-right: 0;}
	nav ul li a{	font-weight: 500;	line-height: 1em;}
}

/* ------------------------------
	INTRO
------------------------------ */
.intro{	margin:50px auto;	width:90%;	max-width: 700px;}
.intro h2{font-size: 20px;}
.intro img.logo02{
	width:50%;
	max-width: 284px;
	margin:30px auto;
	padding-left:28%;
}

@media screen and (min-width:750px){
.intro h2{font-size: 24px;}
.intro img.logo02{	margin:30px auto;	padding-left:24%;}
.intro p{	text-align: left;}
}
/* ------------------------------
	SERVICE
------------------------------ */
.service .text_block{	margin: 0 auto 30px auto;}
.service .text_block .text_box{
	padding:15px;
	border-bottom: solid 1px #000000;
}
.service .text_block .text_box:last-child{	border-bottom: 0;}
.service .text_block .text_box h4{
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
.service .text_block .text_box p{
	font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
	text-align: left;
}
.service .img_block{	width:100%;	display: flex;	flex-wrap: wrap; align-content: stretch;}
.service .img_block img{	width:33.333%;	height:100%; margin-bottom:-1px;}

@media screen and (min-width:750px){
	.service{	padding-top: 50px;}
	.service .text_block{	display: flex;	margin: 30px auto;}
	.service .text_block .text_box{
		padding:15px 25px;
		border-right: solid 1px #000000;
		border-bottom: 0;
		width:33.333%;
	}
	.service .text_block .text_box:first-child{	padding-left:0;}
	.service .text_block .text_box:last-child{
		border-right: 0;
		padding-right: 0;
	}
	.service .text_block .text_box h4{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.service .text_block .text_box p{	padding-bottom: 30px;}
	.service .img_block{	min-width:1100px;	}
	.service .img_block img{	margin-bottom:-2px;}
}
/* ------------------------------
	WORKS
------------------------------ */
.works{
	background: #e5e5e5;
	padding: 50px 0 150px 0;
	margin: 0 auto;
	position: relative;
}
.works .case_block{
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	position: relative;
	overflow: hidden;
	height: 620px; /*隠した状態の高さ*/
	transition: all 0.5s;
}
.works .case_block::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(229,229,229,0) 0%, rgba(229,229,229,0.9) 50%, rgba(229,229,229,0.9) 50%, #e5e5e5 100%);
  background: linear-gradient(top, rgba(229,229,229,0) 0%, rgba(229,229,229,0.9) 50%, rgba(229,229,229,0.9) 50%, #e5e5e5 100%);
  content: "";
}
.works .case_block .case_box{
	width: 45%;
	height:auto;
	margin:20px 2.5%;
}
.works .case_block .case_box  a img{	width:100%; height:30vw; object-fit: cover; object-position: center;}
.works .case_block .case_box p{	font-size: 12px;}
.works .grad-btn {
	display: block;
	width: 180px;
	padding:15px 20px;
	margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: 50px;
  left: 0;
	z-index: 2;
	border:#000000 solid 2px;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.works .grad-btn::before {  content: "施工事例一覧"}
.works .grad-trigger {  display: none; }
.works .grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる"
}
.works .grad-trigger:checked ~ .case_block {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.works .grad-trigger:checked ~ .case_block::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
@media screen and (min-width:750px){
	.works h3 img{	margin: 50px auto;}
	.works .case_block{	height: 610px;}
	.works .case_block::before {
	  height: 20px; /*グラデーションで隠す高さ*/
	}
	.works .case_block .case_box{
		width: 30%;
		height:auto;
		margin:20px 1.5%;
	}
	.works .case_block .case_box a img{	width:330px; height: 225px;}
}
/*---- MODAL ----*/
.works .modal_box{
	position: absolute;
	top:0;
	bottom:0;
	margin:auto;
	z-index:1;
	padding-top:20%;
}
.works .modal-content{
	background: #ffffff;
	width:95%;
	margin: 0 auto;
	padding:40px 2% 10px 2%;
	position: relative;
}
.works .modal-content img{
	width:100%;
	margin-bottom:10px;
	object-fit: contain;
}
.works span.close-content{ /*モーダルのcloseボタン*/
	cursor: pointer;
	font-weight: bold;
	font-size: 30px;
	color: #000000;
	position: absolute;
	top:0;
	right:0;
	z-index: 9999;
	padding:5px 10px;
	border-radius: 50%;
}

@media screen and (min-width:750px){
	.works .modal_box{ padding-top:8%;}
	.works .modal-content{	width:55vh;}
	.works .modal-content img{	width:100%;	max-height: 650px;}

}
/* ------------------------------
	RECRUIT
------------------------------ */
.recruit{	background: #f7f7f7;	padding-bottom: 50px;}
.recruit .top .img{ position: relative;}
.recruit .top .img img{ width:100%; }
.recruit .top h2{
	font-size: 40px;
	color:#ffffff;
	position: absolute;
	top:32%;
	left:0;
	right:0;
	margin:auto;
}
.recruit .text{	padding: 0 5%;}
.recruit .text h3{margin:50px auto 20px auto;}
.recruit .openBtn{	margin:30px auto;}
.recruit .switchHat{
	padding:15px 30px;
	border: solid 2px #000000;
	letter-spacing: normal;
	font-weight: bold;
}
.recruit .closeBtnHat span{
	line-height: normal;
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	text-align: center;
}
.recruit .closeBtnHat img{	width:48px;}
.recruit .inner{ margin: 50px auto;}
.recruit .inner .block .box{ margin: 50px auto;}

@media screen and (min-width:500px){
	.recruit .top h2{
		top:38%;
	}
}
@media screen and (min-width:750px){
	.recruit{	padding-bottom: 0;}
	.recruit .top {	position: relative;}
	.recruit .top h2{	top:32%; font-size: 80px;}
	.recruit .top h3 img{
		width:100px;
		position: absolute;
		top:9%;
		left:0;
		right:0;
		margin: auto;
	}
	.recruit .text{
		position: absolute;
		bottom:25%;
		left:0;
		right:0;
		margin: auto;
		padding: 0 5%;
		z-index: 3;
	}
	.recruit .text p{

		/*border: solid 1px #ffffff;
		background: rgba(0,0,0,0.4);*/
		color: #ffffff;
		font-size: 14px;

		display: inline;
		padding:8px 20px;
		line-height:40px;
		letter-spacing: normal;
	}
	.recruit .switchDetail{	padding-bottom:80px; margin-bottom:0;}
	.recruit .openBtn{
		position: absolute;
		bottom:8%;
		left:0;
		right:0;

	}
	.recruit .switchHat{
		background: #ffffff;
		border:none;
		font-size: 18px;
		padding:20px 50px;
	}
	.recruit .closeBtnHat span{	font-size: 16px;}
	.recruit .inner .block .box{ margin: 50px auto 0 auto;}
}
/*--------------- 募集要項 -----------------*/
.recruit .inner .block .box table{
	margin: 30px auto;
	font-size:14px;
	text-align:left;
	line-height: 1.5em;
}
.recruit .inner .block .box table th,
.recruit .inner .block .box table td{	padding:10px 0;}
.recruit .inner .block .box table th{
	width:25%;
	max-width:150px;
	font-weight: bold;
}
@media screen and (min-width:750px){
	.recruit .inner .block{	display: flex;}
	.recruit .inner .block .box{	width: 50%;}
	.recruit .inner .block .box:last-child{	width:450px;}
	.recruit .inner .block .box table{	margin: 30px auto 0 auto;}
	.recruit .inner .block .box table th,
	.recruit .inner .block .box table td{	padding:0 0 30px 0;}
	.recruit .inner .block .box table th{	width:20%;	max-width:150px;}
	.recruit .inner .block .box h4{
		text-align: left;
		font-size: 18px;
		font-weight: bold;
	}
}
/*--------------- 募集職種 -----------------*/
.recruit .accbox { /*ボックス全体*/
	margin: 2em auto;
	padding: 0;
	width: 90%;/*最大幅*/
}
.recruit .accbox label { /*ラベル*/
	display: block;
	margin: 0;
	padding : 18px 0 18px 20px;
	cursor :pointer;
	transition: all 0.5s;
	text-align: left;
	border: #535353 2px solid;
}
.recruit .accbox label:before { /*アイコンを表示*/
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	padding-right: 10px;
	font-weight: bold;
}
.recruit .cssacc:checked + label{	background: #313131;	color: #ffffff;}
.recruit .cssacc:checked + label:before {/*アイコンを入れ替える*/
	content: '\f078';
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
}
.recruit .accbox input { /*チェックは隠す*/display: none;}
.recruit .accbox .accshow { /*中身を非表示にしておく*/
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
	border: #313131 2px solid;
	border-top: 0;
	margin-bottom:15px;
}
.recruit .cssacc:checked + label + .accshow {/*クリックで中身表示*/
  height: auto;
  opacity: 1;
}
.recruit .accbox .accshow table {	width:90%; margin: 0 auto;}

@media screen and (min-width:750px){
	.recruit .accbox { /*ボックス全体*/
		width: 100%;/*最大幅*/
	}
	.recruit .accbox label { /*ラベル*/
		padding : 22px 0 22px 30px;
	}
	.recruit .accbox .accshow { /*中身を非表示にしておく*/
		margin-bottom:20px;
	}
	.recruit .accbox .accshow table th{	width:25%;}
}

/*--------------- 電話でエントリー -----------------*/
.tel_entry{margin: 30px auto;}
.tel_btn {	width:280px;	margin: 20px auto;}
.tel_btn a{
	display: block;
	background: #313131;
	color: #ffffff;
	padding:10px 40px 15px 40px;
	font-size: 16px;
	vertical-align: middle;
}
.tel_btn a .fa-phone-volume{
	transform:rotate(-30deg);
	font-size: 30px;
	padding-right:5px;
}
.tel_entry p{font-size:12px; }

@media screen and (min-width:750px){
.tel_entry{margin: 50px auto;}
p.tel_nam{	font-size: 46px;	line-height: normal;}
}
/*--------------- フォームからエントリー -----------------*/
.recruit .form_entry{	width:100%;}
.recruit .tabnav{
	width:95%;
	max-width: 700px;
  margin: 0 auto;
  padding: 0;
	display: flex;
}
.recruit .tabnav li{  width:50%;}
.recruit .tabnav li a{
	width:100%;
	position: relative;
	display: inline-block;
  padding: 15px 0;
  text-decoration: none;
	font-size: 14px;
	border: #313131 solid 2px;
	box-sizing: border-box;
}
.recruit .tabnav li a.active{	background: #313131;	color: #ffffff;}
.recruit .tabnav li a.active:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #313131;
}
.recruit .tabcontent{  padding: 20px;}
@media screen and (min-width:750px){
	.recruit .form_entry{	margin:30px auto;}
	.recruit .form_entry h4{	margin:20px auto;}
}
/* ------------------------------
	PROFILE
------------------------------ */
.profile{	padding:30px 0 0 0;	font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}
.profile img{	margin:15px auto;}
.profile p,
.profile dl{	width:90%;	margin:15px auto;	font-size: 12px;}
.profile dt{	font-weight: bold;	padding-bottom:8px;}
.profile dd{	padding-bottom:10px;	line-height: 1.5em;}
.profile h4{	line-height: normal;	margin-top:30px;}
.profile h4 a{	font-size: 32px;}
.profile .note{
	width:100%;
	letter-spacing: normal;
	margin: 0 auto;
	padding: 0;
}
.profile .map{	width:100%;	height:70vw;	margin:30px auto 0 auto;}
@media screen and (min-width:750px){
	.profile{	position: relative;	padding: 0;}
	.profile h3 img{	position: absolute;
			z-index: 10;
			width:20%;
			max-width:100px;
			top:50px;
			left: 0;
			right:0;
			margin: auto;
 }
	.profile .block{	display: flex;}
	.profile .box{	width:50%;}
	.profile p,
	.profile dl{	margin:0 auto;}
	.profile .map{	margin:0 auto; height: auto;}
	.profile img{	margin: 50px auto 30px auto;}
	.profile dl{	margin: 30px auto;}
	.profile dt{	font-weight: bold;}
	.profile .note{	padding-bottom: 50px;}
}

/* ------------------------------
	CONTACT
------------------------------ */
.contact{	padding:50px 0;	background: #f7f7f7;}
.contact .tel_entry .tel_nam{	font-size: 38px;}
.contact .form_entry{	margin-top:50px;}

/* ------------------------------
	FOOTER
------------------------------ */
footer{	background: #000000;	color: #ffffff;	padding: 80px 0;}
footer img{	width:40%;	max-width: 238px;}
footer .copyright{font-size: 10px;line-height: normal;margin-top: 20px;}
@media screen and (min-width:750px){
	footer{	padding: 120px 0;}
}
