@charset "utf-8";
/**
 * style.css
 */

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}

/* keyVisual
--------------------------------------------------*/
#keyVisual {
	position: relative;
	z-index: 20;
}
#keyVisual * {
	outline: none;
}

/* slider */
#keyVisual .item {
	height: 650px;
	width: 100%;
	background-position: center center;
	background-size: cover;
}
#keyVisual .item01 {
	background-image: url(../../images/top/slide_01.jpg);
}
#keyVisual .item02 {
	background-image: url(../../images/top/slide_02.jpg);
}
#keyVisual .item03 {
	background-image: url(../../images/top/slide_03.jpg);
}
@media only screen and (max-width:767px) {
	#keyVisual .item {
		height: 430px;
	}
	#keyVisual .item01 {
		background-image: url(../../images/top/slide_01_sp.jpg);
	}
	#keyVisual .item02 {
		background-image: url(../../images/top/slide_02_sp.jpg);
	}
	#keyVisual .item03 {
		background-image: url(../../images/top/slide_03_sp.jpg);
	}
}

/* keyTexts */
#keyVisual .keyTexts {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}
#keyVisual .keyTexts p {
	margin-top: 35px;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.8;
}
@media only screen and (max-width:767px) {
	#keyVisual .keyTitle img {
		max-width: 80%;
	}
	#keyVisual .keyTexts p {
		margin-top: 50px;
		font-size: 16px;
	}
}




/* message
--------------------------------------------------*/
#message .commonDiagonalBg > div {
	background-image: url(../../images/top/message_bg.jpg);
}
#message .imageText {
	position: relative;
	margin-right: 20px;
}
#message .imageText:before {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	background-color: #336150;
}
#message .imageText .clearfix {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	padding: 30px;
	background-color: #fff;
	z-index: 1;
}
#message .imageText .image {
	float: left;
	width: 47%;
}
#message .imageText .texts {
	float: right;
	width: 50%;
	font-size: 17px;
	line-height: 2;
}
#message .imageText .texts p + p {
	margin-top: 1.5em;
}
#message .imageText .texts .name {
	text-align: right;
}
@media only screen and (max-width:767px) {
	#message .imageText {
		margin-right: 7px;
	}
	#message .imageText:before {
		top: 8px;
		left: 8px;
	}
	#message .imageText .clearfix {
		padding: 20px;
	}
	#message .imageText .image {
		float: none;
		width: auto;
		text-align: center;
		margin-bottom: 25px;
	}
	#message .imageText .texts {
		float: none;
		width: auto;
		line-height: 1.7;
	}
}



/* aboutus
--------------------------------------------------*/
#aboutus .commonDiagonalBg > div {
	background-image: url(../../images/top/aboutus_bg.jpg);
}
#aboutus .commonTableStyle01 {
	margin-bottom: 40px;
}
#aboutus .gMap {
	overflow: hidden;
	position: relative;
}
#aboutus .gMap > div {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 32.65%;
	line-height: 0;
}
#aboutus .gMap > div iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
@media only screen and (max-width:767px) {
	#aboutus .gMap > div {
		padding-bottom: 100%;
	}
}




/* history
--------------------------------------------------*/
#history .commonDiagonalBg > div {
	background-image: url(../../images/top/history_bg.jpg);
}
#history .commonTableStyle01 {
	margin-bottom: 90px;
}

@media only screen and (max-width:767px) {
	#history .commonTableStyle01 {
		margin-bottom: 50px;
	}
	#history .commonTableStyle01 > dl > dt {
		width: 134px;
	}
}



/* organization
--------------------------------------------------*/
#organization .commonDiagonalBg > div {
	background-image: url(../../images/top/organization_bg.jpg);
}

@media only screen and (min-width:768px) {
	#organization .commonBgTitle {
		width: 550px;
	}
}
@media only screen and (max-width:767px) {

}
@media only screen and (max-width:400px) {
	#organization .commonBgTitle span {
		font-size: 38px;
	}
}






/* facility
--------------------------------------------------*/
#facility .commonDiagonalBg > div {
	background-color: #f5f5f5;
}
#facility .imageTexts + .imageTexts {
	margin-top: 70px;
}
#facility .imageTexts .image {
	position: relative;
	float: left;
	width: 38.78%;
}
#facility .imageTexts .image:before {
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #336150;
	z-index: 1;
}
#facility .imageTexts .image img {
	position: relative;
	z-index: 2;
}
#facility .imageTexts .text {
	float: right;
	width: 57.14%;
}
#facility .imageTexts .text dt {
	margin-bottom: 15px;
	padding-bottom: 10px;
	color: #336150;
	font-size: 23px;
	font-weight: 700;
	border-bottom: #336150 solid 3px;
	line-height: 1.4;
}
#facility .imageTexts .text dd {
	line-height: 2;
}

@media only screen and (max-width:767px) {
	#facility .imageTexts + .imageTexts {
		margin-top: 50px;
	}
	#facility .imageTexts .image {
		float: none;
		width: auto;
		margin-bottom: 30px;
	}
	#facility .imageTexts .image img {
		width: 100%;
	}
	#facility .imageTexts .text {
		float: none;
		width: auto;
	}
	#facility .imageTexts .text dt {
		border-bottom-width: 2px;
	}
	#facility .imageTexts .text dd {
		line-height: 1.7;
	}
}



/* topModalList
--------------------------------------------------*/
.topModal #modalInner {
	max-width: 980px;
}


@media only screen and (max-width:767px) {
	.topModal .commonTableStyle01 dl > dt {
		width: 134px;
	}
}



/* banner
--------------------------------------------------*/
.banner{
	background-color: #fff;
	padding: 15px 0;
}
.bannerInner{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px 45px;
	max-width: 750px;
	margin-inline: auto;
	
	@media only screen and (max-width:1300px) {
		width: 60%;
	}

	@media only screen and (max-width:767px) {
		width: 80%;
	}

	@media only screen and (max-width:500px) {
		grid-template-columns: 1fr;
		max-width: 270px;
	}

	a{
		transition: opacity .2s;
	}
	@media (hover: hover) and (pointer: fine) {
		a:hover, a:focus{
			opacity: .85;
		}
	}
}
















