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

/* home ==============================================================
	1. p-content
	2. p-about
	3. p-section
	4. p-construction
	5. p-tokuiwaza
	6. p-closed
======================================================================== */

/* =====================================================================
	1. p-content
======================================================================== */
.p-content {
	margin: 20px 10px 0;
}

/* =====================================================================
	2. p-about
======================================================================== */
.p-about {
	margin: 0 0 100px;
}
.p-about .p-tit {
	width: 414px;
	height: 40px;
	margin: 0 0 10px;
	background: url(../img/home/tit_about.png) no-repeat;
}

@media screen and (max-width: 799px) {
	.p-about .p-tit {
		width: 207px;
		height: 20px;
		margin: 0 auto 10px;
		background-size: 207px 20px;
	}
}


/* =====================================================================
	3. p-section
======================================================================== */
.p-section {
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	align-items: center;
	flex-flow: wrap;
	width: 100%;
	height: 525px;
	margin: 0 0 100px;
	overflow: hidden;
}
.p-section .p-yess {
	width: 460px;
	height: 220px;
	background: url(../img/home/bnr_yess.jpg) no-repeat center;
}
.p-section .p-yess a {
	display: block;
	width: 100%;
	height: 100%;
}
.p-section .p-yess:hover {
	opacity: 0.7;
	transition: .4s linear;
  -webkit-transition: .4s linear;
  -moz-transition: .4s linear;
  -o-transition: .4s linear;
  -ms-transition: .4s linear;
}
.p-section .p-recruitment {
	width: 460px;
	height: 220px;
	background: url(../img/home/bnr_recruitment.jpg) no-repeat center;
}
.p-section .p-recruitment a {
	display: block;
	width: 100%;
	height: 100%;
}
.p-section .p-recruitment:hover {
	opacity: 0.7;
	transition: .4s linear;
  -webkit-transition: .4s linear;
  -moz-transition: .4s linear;
  -o-transition: .4s linear;
  -ms-transition: .4s linear;
}
.p-section .p-newslist {
	position: relative;
	width: 460px;
	height: 260px;
}
.p-section .p-newslist .p-tit {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 36px;
	margin: 0 0 5px;
}
.p-section .p-newslist .p-tit:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 115px;
	height: 36px;
	background: url(../img/home/tit_newslist.png) no-repeat left top, #FFFFFF;
	background-size: 100px 36px;
}
.p-section .p-newslist .p-tit:after {
	content: "";
	position: absolute;
	top: 17px;
	left: 0;
	z-index: 8;
	width: 100%;
	height: 2px;
	background-color: #999999;	
}
.p-section .p-newslist .p-lists {
	width: 430px;
	margin: 0 15px 20px;
}
.p-section .p-newslist .p-lists .c-list {
	list-style: none;
	min-height: 16px;
	padding: 12px 0 11px;
	border-bottom: #CCCCCC solid 1px;
	font-size: 1.2rem;
	line-height: 1.6rem;
}
.p-section .p-newslist .p-lists .c-list .c-date {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 1.2rem 0 2.4rem;
	font-weight: bold;	
}
.p-section .p-newslist .p-lists .c-list .c-date:before {
	content: "";
	position: absolute;
	left: 4px;
	top: 1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent #990000;
}
.p-section .p-newslist .p-lists .c-list .c-title {
	display: inline-block;
	vertical-align: top;
	width: auto;
}
.p-section .p-newslist .p-more {	
	width: 460px;
	height: 30px;
	background: url(../img/home/bg_more.png) no-repeat center;
	background-size: 630px 30px;
}
.p-section .p-newslist .p-more a {
	display: block;
	width: 460px;
	height: 30px;
}

.p-section .p-block {
	display: flex;
	justify-content: space-between;
	width: 460px;
	height: 243px;
}
.p-section .p-block .p-ecoaction21 {
	width: 220px;
	height: 243px;
	background: url(../img/home/bnr_ecoaction21.jpg) no-repeat center;
}
.p-section .p-block .p-ecoaction21 a {
	display: block;
	width: 100%;
	height: 100%;
}
.p-section .p-block .p-ecoaction21:hover {
	opacity: 0.7;
	transition: .4s linear;
  -webkit-transition: .4s linear;
  -moz-transition: .4s linear;
  -o-transition: .4s linear;
  -ms-transition: .4s linear;
}
.p-section .p-block .p-invoice {
	width: 220px;
	height: 243px;
	background: url(../img/home/bnr_invoice.jpg) no-repeat center;
}
.p-section .p-block .p-invoice a {
	display: block;
	width: 100%;
	height: 100%;
}
.p-section .p-block .p-invoice:hover {
	opacity: 0.7;
	transition: .4s linear;
  -webkit-transition: .4s linear;
  -moz-transition: .4s linear;
  -o-transition: .4s linear;
  -ms-transition: .4s linear;
}

@media screen and (max-width: 799px) {
	.p-section {
		display: block;
		height: auto;
		margin: 0 auto 100px;
	}
	.p-section .p-yess {
		position: relative;
		width: 100%;
		height: 0;
		background-size: 100% auto;
		margin: 0 auto 20px;
		padding-top: 47.83%;
	}
	.p-section .p-yess a {
		position: absolute;
		top: 0;
		left: 0;
	}
	.p-section .p-recruitment {
		position: relative;
		width: 100%;
		height: 0;
		background-size: 100% auto;
		margin: 0 auto 20px;
		padding-top: 47.83%;
	}
	.p-section .p-recruitment a {
		position: absolute;
		top: 0;
		left: 0;
	}
	.p-section .p-newslist {
		position: static;
		width: 100%;
		height: auto;
		margin: 0 0 20px;
	}
	.p-section .p-newslist .p-tit {
		width: auto;
	}
	.p-section .p-newslist .p-tit:before {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 130px;
		height: 36px;
		margin: 0 auto;
		background-position: center;
	}
	.p-section .p-newslist .p-lists {
		width: auto;
	}
	.p-section .p-newslist .p-lists .c-list .c-date {
		margin: 0 0 0.6rem;	
	}
	.p-section .p-newslist .p-lists .c-list .c-title {
		display: block;
		width: auto;
		margin: 0 0 0 2.4rem;
	}
	.p-section .p-newslist .p-more {	
		width: 100%;
		overflow: hidden;
		margin: 0 0 15px;
	}
	.p-section .p-newslist .p-more a {
		width: 100%;
	}
	.p-section .p-block {
		width: 100%;
		height: auto;
	}
	.p-section .p-block .p-ecoaction21 {
		position: relative;
		width: 48%;
		height: 0;
		background-size: 100% auto;
		padding-top: 53%;
	}
	.p-section .p-block .p-ecoaction21 a {
		position: absolute;
		top: 0;
		left: 0;
	}
	.p-section .p-block .p-invoice {
		position: relative;
		width: 48%;
		height: 0;
		background-size: 100% auto;
		padding-top: 53%;
	}
	.p-section .p-block .p-invoice a {
		position: absolute;
		top: 0;
		left: 0;
	}
}

/* =====================================================================
	4. p-construction
======================================================================== */
.p-construction {
	width: 100%;
	margin: 0 0 100px;
	overflow: hidden;
}
.p-construction .p-tit {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 36px;
	margin: 0 0 15px;
}
.p-construction .p-tit:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 115px;
	height: 36px;
	background: url(../img/home/tit_construction.png) no-repeat left top, #FFFFFF;
	background-size: 100px 36px;
}
.p-construction .p-tit:after {
	content: "";
	position: absolute;
	top: 17px;
	left: 0;
	z-index: 8;
	width: 100%;
	height: 2px;
	background-color: #999999;	
}
.p-construction .c-construct {
	float: left;
	display: inline-block;
	width: 330px;
	text-align: center;
	vertical-align: top;
}
.p-construction .c-construct .c-cat {
	height: 110px;
	text-align: center;
}
.p-construction .p-building.c-construct .c-cat {
	background: url(../img/home/cat_building.png) no-repeat center center;
	background-size: 100px 100px;
}
.p-construction .p-civileng.c-construct .c-cat {
	background: url(../img/home/cat_civileng.png) no-repeat center center;
	background-size: 100px 100px;
}
.p-construction .p-housing.c-construct .c-cat {
	background: url(../img/home/cat_housing.png) no-repeat center center;
	background-size: 117px 100px;
}
.p-construction .c-construct .c-fourbox {
	width: 310px;
	height: 320px;
	margin: 0 10px;
	background: url(../img/home/bg_fourbox.png) no-repeat 5px 5px;
	background-size: 300px 300px;
}
.p-construction .c-construct .c-fourbox .c-eyecatch {
	float: left;
	width: 145px;
	height: 145px;
	margin: 5px;
	background-color: #FFFFFF;
}
.p-construction .c-construct .c-fourbox .c-eyecatch a:hover img {
	opacity: 0.5;
	transition: .4s linear;
  -webkit-transition: .4s linear;
  -moz-transition: .4s linear;
  -o-transition: .4s linear;
  -ms-transition: .4s linear;
}
.p-construction .c-construct .c-link {
	width: 300px;
	height: 50px;
	margin: 5px auto;
}
.p-construction .c-construct .c-link a {
	display: block;
	width: 300px;
	height: 50px;
}
.p-construction .p-building.c-construct .c-link {
	background: url(../img/home/link_building.png) no-repeat center center;
	background-size: 300px 50px;
}
.p-construction .p-civileng.c-construct .c-link {
	background: url(../img/home/link_civileng.png) no-repeat center center;
	background-size: 300px 50px;
}
.p-construction .p-housing.c-construct .c-link {
	background: url(../img/home/link_housing.png) no-repeat center center;
	background-size: 300px 50px;
}
.p-construction .c-construct .c-link a:hover {
	background-color: rgba(255,255,255,0.5);
	transition: .4s linear;
  -webkit-transition: .4s linear;
  -moz-transition: .4s linear;
  -o-transition: .4s linear;
  -ms-transition: .4s linear;
}

@media screen and (max-width: 799px) {
	.p-construction .p-tit:before {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 130px;
		height: 36px;
		margin: 0 auto;
		background-position: center;
	}
	.p-construction {
		display: block;
		text-align: center;
	}
	.p-construction .c-construct {
		float: none;
	}
}

/* =====================================================================
	5. p-tokuiwaza
======================================================================== */
.p-tokuiwaza {
	width: 100%;
	margin: 0 0 100px;
	overflow: hidden;
}
.p-tokuiwaza .p-tit {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 36px;
	margin: 0 0 35px;
}
.p-tokuiwaza .p-tit:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 205px;
	height: 36px;
	background: url(../img/home/tit_tokuiwaza.png) no-repeat left top, #FFFFFF;
	background-size: 190px 36px;
}
.p-tokuiwaza .p-tit:after {
	content: "";
	position: absolute;
	top: 17px;
	left: 0;
	z-index: 8;
	width: 100%;
	height: 2px;
	background-color: #999999;	
}
.p-tokuiwaza .p-buttons {
	float: left;
	width: 310px;
	height: 320px;
	margin: 0 10px;
}
.p-tokuiwaza .p-buttons .menu-item {
	float: left;
	width: 145px;
	height: 145px;
	margin: 5px;
}
.p-tokuiwaza .p-buttons .menu-item a {
	display: block;
	width: 145px;
	height: 145px;
}
.p-tokuiwaza .p-buttons .menu-item a:hover {
	background-color: rgba(255,255,255,0.5);
	transition: .4s linear;
  -webkit-transition: .4s linear;
  -moz-transition: .4s linear;
  -o-transition: .4s linear;
  -ms-transition: .4s linear;
}
.p-tokuiwaza .p-buttons .p-btn-building {
	background: url(../img/home/btn_building.png) no-repeat;
	background-size: 145px 145px;
}
.p-tokuiwaza .p-buttons .p-btn-civileng {
	background: url(../img/home/btn_civileng.png) no-repeat;
	background-size: 145px 145px;
}
.p-tokuiwaza .p-buttons .p-btn-housing {
	background: url(../img/home/btn_housing.png) no-repeat;
	background-size: 145px 145px;
}
.p-tokuiwaza .p-buttons .p-btn-other {
	background: url(../img/home/btn_other.png) no-repeat;
	background-size: 145px 145px;
}
.p-tokuiwaza .p-mijika {
	float: right;
	width: 620px;
	height: 210px;
	border: #4C4C4C solid 5px;
	margin: 5px 15px 10px;
}
.p-tokuiwaza .p-mijika .p-subtit {
	width: 100%;
	height: 95px;
	background: url(../img/home/subtit_mijika.png) no-repeat center, #4C4C4C;
	background-size: 120px 95px;
}
.p-tokuiwaza .p-mijika .p-bunya {
	display: table;
	width: 100%;
	height: 115px;
}
.p-tokuiwaza .p-mijika .p-bunya .c-text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 1.3rem;
}
.p-tokuiwaza .p-calling {
	float: right;
	display: inline-block;
	width: 630px;
	height: 70px;
	margin: 0 15px;
	background: url(../img/home/text_calling.png) no-repeat;
}
.p-tokuiwaza .p-calling a {
	display: block;
	width: 630px;
	height: 70px;
}
.p-tokuiwaza .p-calling a:hover {
	background-color: rgba(255,255,255,0.3);
	transition: .4s linear;
  -webkit-transition: .4s linear;
  -moz-transition: .4s linear;
  -o-transition: .4s linear;
  -ms-transition: .4s linear;
}

@media screen and (max-width: 799px) {
	.p-tokuiwaza .p-tit:before {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 220px;
		height: 36px;
		margin: 0 auto;
		background-position: center;
	}
	.p-tokuiwaza .p-mijika {
		width: 300px;
		height: auto;
		box-sizing: border-box;
		text-align: center;
	}
	.p-tokuiwaza .p-mijika .p-bunya .c-text {
		text-align: left;
		padding: 0.5rem;
	}
	.p-tokuiwaza .p-mijika .p-bunya .c-text br {
		display: none;
	}
	.p-tokuiwaza .p-calling {
		width: 300px;
		height: 80px;
		background: url(../img/home/text_calling_sp.png) no-repeat;
		background-size: 300px 80px;
		text-align: center;
	}
	.p-tokuiwaza .p-calling a {
		display: block;
		width: 300px;
		height: 80px;
	}
}
@media screen and (max-width: 600px) {
	.p-tokuiwaza .p-buttons {
		float: none;
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	.p-tokuiwaza .p-buttons .menu-item {
		margin: 5px;
	}
	.p-tokuiwaza .p-mijika {
		float: none;
		margin: 5px auto 10px;
	}
	.p-tokuiwaza .p-calling {
		float: none;
		display: block;
		text-align: center;
		margin: 0 auto;
	}
}

/* =====================================================================
	6. p-closed
======================================================================== */
.p-closed {
	width: 100%;
	margin: 0 0 100px;
	overflow: hidden;
}
.p-closed .p-calendar {
	display: grid;
	grid-template-columns: repeat(3, 420px);
	gap: 30px;
	justify-content: center;
	width: 100%;
	margin: auto;
}
.p-closed .p-calendar .p-item {
	list-style: none;
	margin: auto;
}
.p-closed .p-calendar .p-item a {
	pointer-events: none;
}
.p-closed .p-calendar .p-item img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 1350px) {
	.p-closed .p-calendar {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width: 999px) {
	.p-closed .p-calendar {
		grid-template-columns: repeat(2, 49%);
		row-gap: 10px;
		column-gap: 2%;
	}
	.p-closed .p-calendar .p-item a {
		pointer-events: auto;
	}
	.p-closed .p-calendar .p-item img {
		width: 100% !important;
	}
}