@charset "UTF-8";

/* CSS Document */

/* --------------------【header】-------------------- */

.headerBg {
	position: relative;
	background: url("/images/introduction/introduction_bg.jpg") no-repeat;
	background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx){
	.headerBg {
		background: url("/images/introduction/introduction_bg@2x.jpg") no-repeat;
		background-size: cover;
	}
}



/* --------------------【main】-------------------- */
@media screen and ( max-width:767px) {
	br {
		display: none;
	}
	br.sp {
		display: inline;
	}
}

/* ----------【lead】---------- */

.lead {
	margin: 0 auto 70px;
	text-align: center;
}
#lead p {
	margin-bottom: 30px;
}
#lead p:first-line, #lead p {
	line-height: 2.1;
}
#lead p span {
	font-size: 13px;
}

/* メディアクエリ */
@media screen and ( max-width:1024px) {
	.lead {
		width: 80%;
		margin: auto;
	}
	#lead h2:first-line {
		line-height: 2.1;
	}
	#lead p:last-child {
		margin-bottom: 10%;
	}
}
@media screen and ( max-width:767px) {
	#lead p {
		text-align: left;
	}
	#lead p:last-child {
		text-align: center;
		margin-bottom: 20%;
	}
	#lead h2 br {
		display: inline;
	}
	#lead .leadName br {
		display: inline;
	}
}


/* ----------【profile】---------- */

#profile {
	max-width: 918px;
	width: 80%;
	margin: 0 auto 80px;
	border: 1px solid #ccc;
	line-height: 1;
}
.profile {
	float: left;
	padding: 60px;
}
.profile p:nth-child(1) {
	letter-spacing: 0.1em;
}
.profile p:nth-child(2) {
	font-size: 28px;
	color: #588344;
	padding:15px 0 10px;
	letter-spacing: 0.2em;
}
.profile p:nth-child(3) {
	font-size: 12px;
	color: #96b337;
	padding-bottom: 50px;
	letter-spacing: 0.03em;
}
.profile p:nth-child(4) {
	padding-bottom: 20px;
}
.bio {
	float: right;
	padding: 0 45px 55px;
	margin-top: 60px;
	border-left: 1px solid #ccc;
}
.bio ul {
	padding-top: 10px;
}
.bio ul li {
	display: flex;
}
.bio ul li p {
	line-height: 2.1;
}
.bio ul li p:first-line {
	line-height: 2.1;
}
.bio ul li p:first-child {
	width: 110px;
	text-align: right;
	margin-right: 20px;
}
.bio ul li.heisei span {
	padding-left: 53px;
}
.bio ul li.reiwa span {
	padding-left: 13px;
}

span.sp {
	display: none;
}
/* メディアクエリ */
@media screen and ( max-width:1199px) {
	#profile {
		width: 90%;
		margin-bottom: 60px;
	}
	.profile, .bio {
		float: none;
	}
	.profile, p.bioTitle {
		text-align: center;
	}
	.profile {
		position: relative;
	}
	.profile::after {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 30px;
		margin: auto;
		width: 80%;
		height: 1px;
		background-color: #ccc;
		content: '';
	}
	.bio {
		margin-top: 0;
		border: none;
	}
	.bio ul {
		width: 480px;
		margin: 0 auto;
	}
}
@media screen and ( max-width:767px) {
	.profile {
		padding: 60px 5%;
	}
	.profile::after {
		width: 90%;
	}
	.profile p:nth-child(2) {
		font-size: 24px;
	}
	.bio {
		padding: 0 5% 30px;
	}
	.bio ul {
		width: auto;
		margin: auto;
		padding-top: 30px;
	}
	.bio ul li {
		margin-bottom: 20px;
		display: block;
	}
	.bio ul li p:first-line {
		line-height: 1.5em;
	}
	.bio ul li p {
		padding-bottom: 5px;
		line-height: 1.5em;
	}
	.bio ul li p:first-child {
		text-align: left;
	}
	span.sp {
		display: inline;
	}
	.bio ul li.era span {
	    padding-left: 0;
	}

	.bio ul li.heisei span {
		padding-left: 0px;
	}
	.bio ul li.reiwa span {
		padding-left: 0px;
	}
}


/* ----------【policy】---------- */
#policy {
	margin: 0 auto 120px;
	max-width: 1000px;
	width: 90%;
	text-align: justify;
}
#policy .policyInner {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
#policy .policyInner li {
	width: 48%;
	box-sizing: border-box;
	padding: 40px;
	background: #f9f9f9;
}
#policy .policyInner li .policyTtl {
	font-size: 2.4rem;
	color: #588344;
	margin-bottom: 10px;
}
#policy .policyInner li p small {
	display: inline-block;
	margin-top: 10px;
	font-size: 90%;
	line-height: 1.8;
}
@media screen and ( max-width:767px) {
	#policy {
		margin: 0 auto 60px;
	}
	#policy .policyInner li {
		width: 100%;
		padding: 30px 20px;
	}
	#policy .policyInner li + li {
		margin-top: 20px;
	}
	#policy .policyInner li .policyTtl {
		font-size: 2rem;
		margin-bottom: 10px;
	}
}



/* ----------【slider】---------- */
#about {
	background-color: #f9f9f9;
	padding-bottom: 120px;
}
.swiper-container {
	max-width: 1400px;
	width: 100%;
	max-height: 640px;
}
.thumb-list {
	max-width: 1020px;
	margin: 20px auto 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.thumb-item {
	list-style: none;
	width: 125px;
	height: 80px;
	margin: 20px 10px 0;
	background-color: #ccc;
}
.one {
	background: url("/images/introduction/intro_slide1.jpg") no-repeat;
	background-size: cover;
	width: 100%;
	padding-top: 46%;
	height: 0;
}
.two {
	background: url("/images/introduction/intro_slide2.jpg") no-repeat;
	background-size: cover;
	width: 100%;
	padding-top: 46%;
	height: 0;
}
.three {
	background: url("/images/introduction/intro_slide3.jpg") no-repeat;
	background-size: cover;
	width: 100%;
	padding-top: 46%;
	height: 0;
}
.four {
	background: url("/images/introduction/intro_slide4.jpg") no-repeat;
	background-size: cover;
	width: 100%;
	padding-top: 46%;
	height: 0;
}
.five {
	background: url("/images/introduction/intro_slide5.jpg") no-repeat;
	background-size: cover;
	width: 100%;
	padding-top: 46%;
	height: 0;
}
.six {
	background: url("/images/introduction/intro_slide6.jpg") no-repeat;
	background-size: cover;
	width: 100%;
	padding-top: 46%;
	height: 0;
}
.seven {
	background: url("/images/introduction/intro_slide7.jpg") no-repeat;
	background-size: cover;
	width: 100%;
	padding-top: 46%;
	height: 0;
}
.eight {
	background: url("/images/introduction/intro_slide8.jpg") no-repeat;
	background-size: cover;
	width: 100%;
	padding-top: 46%;
	height: 0;
}
.nine {
	background: url("/images/introduction/intro_slide9.jpg") no-repeat;
	background-size: cover;
	width: 100%;
	padding-top: 46%;
	height: 0;
}
.ten {
	background: url("/images/introduction/intro_slide10.jpg") no-repeat;
	background-size: cover;
	width: 100%;
	padding-top: 46%;
	height: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx){
	.one {
	background: url("/images/introduction/intro_slide1@2x.jpg") no-repeat;
	background-size: cover;
	}
	.two {
	background: url("/images/introduction/intro_slide2@2x.jpg") no-repeat;
	background-size: cover;
	}
	.three {
	background: url("/images/introduction/intro_slide3@2x.jpg") no-repeat;
	background-size: cover;
	}
	.four {
	background: url("/images/introduction/intro_slide4@2x.jpg") no-repeat;
	background-size: cover;
	}
	.five {
	background: url("/images/introduction/intro_slide5@2x.jpg") no-repeat;
	background-size: cover;
	}
	.six {
	background: url("/images/introduction/intro_slide6@2x.jpg") no-repeat;
	background-size: cover;
	}
	.seven {
	background: url("/images/introduction/intro_slide7@2x.jpg") no-repeat;
	background-size: cover;
	}
	.eight {
	background: url("/images/introduction/intro_slide8@2x.jpg") no-repeat;
	background-size: cover;
	}
	.nine {
	background: url("/images/introduction/intro_slide9@2x.jpg") no-repeat;
	background-size: cover;
	}
	.ten {
	background: url("/images/introduction/intro_slide10@2x.jpg") no-repeat;
	background-size: cover;
	}
}
.thumb-link {
	display: block;
	width: 125px;
	height: 80px;
	padding-top: 0;
}
.swiper-button-next, .swiper-button-prev {
	background-color: rgba(150,179,55,0.8);
	position: absolute;
	width: 70px;
	height: 110px;
	margin-top: -55px;
	background-size: 30%;
}
.swiper-button-next {
	right: 0;
	background-image: url("/images/introduction/slider_arrowR.png");
}
.swiper-button-prev {
	left: 0;
	background-image: url("/images/introduction/slider_arrowL.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx){
	.swiper-button-next {
		background-image: url("/images/introduction/slider_arrowR@2x.png");
	}
	.swiper-button-prev {
		background-image: url("/images/introduction/slider_arrowL@2x.png");
	}
}

/* メディアクエリ */
@media screen and ( max-width:767px) {
	#about {
		padding-bottom: 20%;
	}
	.swiper-button-next, .swiper-button-prev {
		width: 35px;
		height: 55px;
		margin-top: -25px;
	}
}
