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

/* :::::::::::::::::::
	
	Company
	
:::::::::::::::::::::: */

/*==================================================================================

Company

==================================================================================*/

.masthead {
	background:url(../images/page-head/head-company.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	object-fit: cover;
	background-position:center;
}

/*
Company-table
-------------------------------------------------- */

.company-table {
	width: 80%;
	margin: 0 auto;
	background: #fff;
	border-collapse: separate;
	border-spacing: 0px;
	border: 1px #eee solid;
	border-bottom: none;
	box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.1);
}

.company-table th {
	width: 20%;
	padding: 20px 0 20px 20px;
	text-align: left;
	vertical-align: top;
	font-weight: 600;	
	color: #009887;
	border-bottom: 1px #eee solid;
}

.company-table td {
	width: 80%;
	padding: 20px 0 20px 20px;
	border-bottom: 1px #eee solid;
}

.company-h {
	width: 50%;
	margin: 0 auto;
	margin-bottom: 3%;
	padding: 0.3em 0;
	color: #333;
	font-size: 30px;
	text-align: center;
	border-bottom: 2px solid #00795e;/*下線*/
}

.company-policy-contents {
	width: 100%;
}

.image-container {
	width: 90%;
	margin: 0 auto;
}

.company-image-pc {
	display: block;
	width: 60%;
	margin: 5% auto;
}

.company-image-sm {
	display: none;
	width: 100%;
}

/*
Company-Facility
-------------------------------------------------- */

.facility-list {
	display: flex;
	flex-wrap: wrap;
}

.facility-left {
	width: 45%;
}

.facility-right {
	width: 45%;
	margin-left: 10%;
	}

.facility {
	width: 70%;
	font-weight: normal;
	line-height: 2.2;
	float: left;
}

.guide {
	padding-left: 70%;
    text-align: right;
    padding-bottom: 1em;
	line-height: 1.4;
	margin-bottom: 1.5em;
	border-bottom: 1px dashed #CCC;
}

/*
Company-slider
-------------------------------------------------- */

/*#wrap {
	widht: 100%;
  	padding: 50px 0 0;
}

#slider, #thumbnail_slider {
  	width: 40%;
  	margin: 0 auto 10px;
}

.slide-item img {
  	width: 100%;
}

.thumbnail-item img {
  	width: 98%;
  	margin: 0 auto;
}*/

.access {
	padding: 4% 0;
}

/*==================================================================================

Recruit

==================================================================================*/

.recruit-entry {
	width: 60%;
	margin: 0 auto;
}

.recruit-entry h3 {
	position: relative;
	max-width: 30%;
	margin: 0 auto;
	font-size: 30px;
	text-align: center;
	line-height: 1.5;
}
.recruit-entry h3 span {
	display: block;
	max-width: 30%;
	margin: 0 auto;
	font-family: 'Vollkorn', serif;
	font-size: 18px;
	text-align: center;
}

/*
Recruit-btn
-------------------------------------------------- */

.recruit-btn {
	position: relative;
	display: block;
	width: 40%;
	height: 70px;
	margin: 30px auto 0;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 70px;
	letter-spacing: 2px;
	color: #eee;
	background: #00795e;
	border: 1px #00795e solid;
	z-index: 2;
	cursor: pointer;
}

.recruit-btn::before,
.recruit-btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	top: 0;
	width: 50%;
	height: 100%;
	background: #00795e;
}

.recruit-btn,
.recruit-btn::before,
.recruit-btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.recruit-btn::before {
	right: 0;
}

.recruit-btn::after {
	left: 0;
}

.recruit-btn:hover {
	background: #fff;
	border-color: #00795e;
	color: #00795e;
}

.recruit-btn:hover::before,
.recruit-btn:hover::after {
	width: 0;
	background: #00795e;
}	

.recruit-btn:visited {
	color: #eee;
}

.recruit-btn:hover:visited {
	color: #00795e;
}



/* ◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇																		 

Responsive

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇ */


@media (max-width: 736px) {

/*
Company-table
-------------------------------------------------- */

	.company-table {
		width: 100%;
		box-shadow: none;
	}
	
	.company-table th {
		display: block;
		width: 94%;
		padding: 10px 10px 0;
		border-bottom: none;
	}
	
	.company-table td {
		display: block;
		width: 94%;
		padding: 10px;
	}
	
	.company-h  {
		width: 80%;
		color: #333;
		font-size: 20px;
	}

	.company-image-pc {
		display: none;
		width: 100%;
	}
	
	.company-image-sm {
		display: block;
		width: 100%;
	}

/*
Company-Facility
-------------------------------------------------- */

	.facility-block {

	}
	
	.facility-list {
		display: block;
	}
	
	.facility-left {
		width: 90%;
		margin: 0 5%;
	}
	
	.facility-right {
		width: 90%;
		margin: 0 5%;
	}
	
	.facility {
		width: 60%;
		font-weight: normal;
		line-height: 2.2;
		float: left;
	}
	
	.guide {
		padding-left: 60%;
		text-align: right;
		padding-bottom: 0.5em;
		line-height: 1.4;
		margin-bottom: 0.5em;
		border-bottom: 1px dashed #CCC;
	}

/*
Recruit
-------------------------------------------------- */

	.recruit-entry {
		width: 100%;
		margin: 0 auto;
	}
	
	.recruit-entry h3 {
		position: relative;
		max-width: 100%;
		margin: 0 auto;
		font-size: 24px;
		text-align: center;
		line-height: 1.5;
	}
	.recruit-entry h3 span {
		display: block;
		max-width: 100%;
		margin: 0 auto;
		font-family: 'Vollkorn', serif;
		font-size: 14px;
		text-align: center;
	}

/*
Recruit-btn
-------------------------------------------------- */

	.recruit-btn {
		width: 80%;
	}

}

/* iPhone 横 */
@media screen and (min-width: 568px) {



/*
Recruit-btn
-------------------------------------------------- */

	.recruit-btn {
		width: 60%;
	}
	
}

/* iPad 縦 */
@media screen and (min-width: 768px) {

/*
Recruit
-------------------------------------------------- */

	.recruit-entry {
		width: 100%;
		margin: 0 auto;
	}
	
	.recruit-entry h3 {
		position: relative;
		max-width: 100%;
		margin: 0 auto;
		font-size: 30px;
		text-align: center;
		line-height: 1.5;
	}
	.recruit-entry h3 span {
		display: block;
		max-width: 100%;
		margin: 0 auto;
		font-family: 'Vollkorn', serif;
		font-size: 20px;
		text-align: center;
	}

/*
Recruit-btn
-------------------------------------------------- */

	.recruit-btn {
		width: 40%;
	}

}

@media screen and (max-width: 1199px) {

/*
Company-slider
-------------------------------------------------- */

	#slider, #thumbnail_slider {
		width: 80%;
	}

}


@media screen and (min-width: 1200px) {

/*
Company-table
-------------------------------------------------- */

	.company-policy {
		display: flex;
		justify-content: space-around;
	}

}





/*
Company-introduction
-------------------------------------------------- */

.company-introduction {
	display: flex;
	justify-content: space-between;
	padding: 30px;
	background: #fff;
}

.company-introduction:nth-child(n+2) {
	margin-top: 30px;
}

.company-introduction .wrap {
	width: 40%;
}

.company-introduction .slider,
.company-introduction .thumbnail_slider {
  	width: 100%;
  	margin: 0 auto 10px;
}

.company-introduction .slide-item img {
  	width: 100%;
}

.company-introduction .thumbnail-item img {
  	width: 98%;
  	margin: 0 auto;
}

.company-introduction article {
	width: 55%;
}

.company-introduction article p {
	font-size: 1.7em;
	font-weight: 600;
}

.company-introduction article dl {
	display: flex;
	margin-bottom: 30px;
}

.company-introduction article dl dt {
	width: 140px;
	font-size: 1.2em;
	font-weight: 600;
}

.company-introduction article dl dd {
	width: calc(100% - 120px);
}

.company-introduction article dl dd ul li {
	list-style-type: disc;
	line-height: 2;
}

@media (max-width: 736px) {


}

/* iPhone 横 */
@media screen and (min-width: 568px) {

	.company-introduction article dl {
		display: flex;
		margin: 20px 0;
	}
	
}

@media screen and (max-width: 1199px) {

	.company-introduction {
		display: block;
	}

	.company-introduction .wrap {
		width: 100%;
	}

	.company-introduction article {
		width: 100%;
		margin: 30px 0 20px;
	}

	
}
