@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');

/* CSS Document */
#EXECUTIVE-TOP .ttl-bg {
	height: 600px;
	margin-bottom: 120px;
}
#EXECUTIVE-TOP .top-clm {
	background-color: rgba(239, 239, 239, 0.9);
	margin-bottom: 0;
	position: absolute;
	z-index: 10;
	width: 100%;
}
#EXECUTIVE-TOP .section{
	margin-bottom: 150px;
}
#EXECUTIVE-TOP .section:last-child{
	margin-bottom: 0;
}
#EXECUTIVE-TOP .sec-ttl{
	padding: 30px 0;
	background-color: #18562F;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-size: 2.858em;
	line-height: 1;
}
#EXECUTIVE-TOP .item-lists{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}
#EXECUTIVE-TOP .item{
	width: calc(50% - 10px);
	border: 1px solid #A2A2A2;
	box-sizing: border-box;
	padding: 15px 10px;
}
#EXECUTIVE-TOP .item a{
	display: flex;
	gap: 16px;
}
#EXECUTIVE-TOP .item .item-txt{
	margin-bottom: 0;
	flex: 1;
}
#EXECUTIVE-TOP .item .item-img{
	width: 100px;
	height: 100px;
	overflow: hidden;
	img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
#EXECUTIVE-TOP .item .item-ttl{
	/* color: #000; */
	font-size: 1.334em;
	font-weight: normal;
	margin-bottom: 8px;
}
#EXECUTIVE-TOP .item .item-cnt{
	/* color: #000; */
	font-size: 1.067em;
	font-weight: normal;
	margin-bottom: 0;
}

/* 詳細 */
.executive-details .ttl-wrap .ttl-01{
	margin-top: 23px;
	padding-bottom: 23px;
}
.executive-details .ttl-wrap .ttl-01 span{
	display: block;
	color: #18562F;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 1.715em;
	margin-top: 11px;
}
.executive-details .main .main-cont-01 .section-01 + .section-01{
	margin-top: 120px;
}
.executive-details .main .main-cont-01 p{
	font-size: 1.334em;
	line-height: 2;
}
.executive-details .main .main-cont-01 p + p{
	margin-top: 40px;
}
.executive-details .main .main-cont-01 .img-type-01{
	margin-top: 60px;
	margin-bottom: 80px;
}
.executive-details .main .main-cont-01 .sub-section .sec-btn-lst{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 40px 100px;
}
.executive-details .main .main-cont-01 .sub-section .sec-btn-lst:has(> li:only-child) {
	justify-content: center;
}
.executive-details .main .main-cont-01 .sub-section .sec-btn-lst .sec-btn{
	min-width: 283px;
}

/* SP
----------------------------------------------------------*/
@media only screen and (max-width: 640px) {
#EXECUTIVE-TOP .pc-inner {
		padding: 0;
		width: 100%;
		max-width: none;
	}
#EXECUTIVE-TOP .ttl-bg {
		height: auto;
		margin-bottom: 11.25%;
	}
#EXECUTIVE-TOP .top-clm {
	/* background-color: rgba(239, 239, 239, 0.9); */
	/* margin-bottom: 0; */
	/* position: absolute; */
	/* z-index: 10; */
	/* width: 100%; */
}
#EXECUTIVE-TOP .section,
#EXECUTIVE-TOP .section:last-child{
	margin-bottom: 13.282vw;
}
#EXECUTIVE-TOP .sec-ttl{
	padding: 5vw 0 4.219vw;
	/* background-color: #18562F; */
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
	margin-bottom: 6.25vw;
	font-size: 6.876vw;
}
#EXECUTIVE-TOP .item-lists{
	/* display: flex; */
	/* flex-wrap: wrap; */
	/* justify-content: space-between; */
	gap: 3.125vw;
}
#EXECUTIVE-TOP .item{
	width: 100%;
	/* border: 1px solid #A2A2A2; */
	/* box-sizing: border-box; */
	padding: 2.032vw 2.344vw;
}
#EXECUTIVE-TOP .item a{
	/* display: flex; */
	gap: 4.063vw;
}
#EXECUTIVE-TOP .item .item-txt{
	/* margin-bottom: 0; */
	/* flex: 1; */
}
#EXECUTIVE-TOP .item .item-img{
	width: 15.625vw;
	height: 15.625vw;
	/* overflow: hidden; */
	img{
		/* width: 100%; */
		/* height: 100%; */
		/* object-fit: cover; */
	}
}
#EXECUTIVE-TOP .item .item-ttl{
	/* color: #000; */
	font-size: 3.75vw;
	/* font-weight: normal; */
	margin-bottom: 1.563vw;
}
#EXECUTIVE-TOP .item .item-cnt{
	/* color: #000; */
	font-size: 3.125vw;
	/* font-weight: normal; */
	/* margin-bottom: 0; */
}


/* 詳細 */
.executive-details .ttl-wrap .ttl-01{
	margin-top: 9.063vw;
	padding-bottom: 7.344vw;
}
.executive-details .ttl-wrap .ttl-01 img{
	width: 34.532vw;
	height: auto;
}
.executive-details .ttl-wrap .ttl-01 span{
	/* display: block; */
	/* color: #18562F; */
	/* font-family: "Noto Serif JP", serif; */
	/* font-optical-sizing: auto; */
	/* font-weight: 400; */
	/* font-style: normal; */
	font-size: 4.375vw;
	margin-top: 2.813vw;
}
.executive-details .main .main-cont-01 .section-01 + .section-01{
	margin-top: 12.5vw;
}
.executive-details .main .main-cont-01 p{
	font-size: 3.75vw;
	/* line-height: 2; */
}
.executive-details .main .main-cont-01 p + p{
	margin-top: 9.375vw;
}
.executive-details .main .main-cont-01 .img-type-01{
	margin-top: 9.375vw;
	margin-bottom: 12.5vw;
}
.executive-details .main .main-cont-01 .sub-section .sec-btn-lst{
	/* display: flex; */
	/* justify-content: space-around; */
	/* flex-wrap: wrap; */
	gap: 3.125vw;
}
.executive-details .main .main-cont-01 .sub-section .sec-btn-lst:has(> li:only-child) {
	/* justify-content: center; */
}
.executive-details .main .main-cont-01 .sub-section .sec-btn-lst .sec-btn{
	min-width: initial;
	width: 100%;
}













}
