@charset "utf-8";
/* CSS Document */

#diversity {
	margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
	#diversity {
		margin-bottom: 60px;
	}
}


/* ==============================================

	diversity_intro

================================================= */
.diversity_intro {
	text-align: center;
	padding: 0 5%;
}
.diversity_intro h2 {
	font-size: 3.4rem;
	color: #325d0d;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	letter-spacing: 0.15em;
	text-indent: 0.15em;
	font-weight: 500;
	margin-bottom: 45px;
}
.diversity_intro h2::after, .diversity_intro h2::before {
	border-top: 1px solid;
	content: "";
	width: 120px;
}
.diversity_intro h2::after {
	margin-left: 25px;
}
.diversity_intro h2::before {
	margin-right: 25px;
}
.diversity_intro h3 {
	font-size: 2.4rem;
	line-height: 166%;
	font-weight: 500;
	letter-spacing: 0.125em;
	text-indent: 0.125em;
	margin-bottom: 55px;
}
.diversity_intro_box {
	background: #f5f7f4;
	padding: 60px 5%;
	text-align: center;
	line-height: 275%;
	font-size: 1.6rem;
	font-weight: 500;
	max-width: 900px;
	margin: 0 auto 130px;
}
.diversity_intro_box p {
	word-break: keep-all;
}
@media screen and (max-width: 768px) {
	.diversity_intro h2 {
		font-size: 3.1rem;
		line-height: 140%;
		margin-bottom: 35px;
	}
	.diversity_intro h3 {
		font-size: 2.2rem;
		line-height: 150%;
	}
}
@media screen and (max-width: 480px) {
	.diversity_intro h2 {
		font-size: 2.1rem;
		margin-bottom: 25px;
	}
	.diversity_intro h2::before {
		margin-right: 12px;
	}
	.diversity_intro h2::after {
		margin-left: 12px;
	}
	.diversity_intro h3 {
		font-size: 1.6rem;
		margin-bottom: 30px;
	}
	.diversity_intro_box {
		padding: 30px 5%;
		line-height: 215%;
		font-size: 1.4rem;
		margin-bottom: 70px;
	}
}


/* ==============================================

	diversity_link

================================================= */
.diversity_link {
	display: flex;
	flex-flow: row wrap;
	gap: 60px 5%;
	max-width: 1200px;
	margin: 0 auto 100px;
}
.diversity_link section {
	position: relative;
	counter-increment: heading;
	width: calc((100% - (2 * 5%)) / 3);
}
.diversity_link section::before {
	content: '0' counter(heading);
	position: absolute;
	z-index: 2;
	font-size: 10rem;
	font-family: "EB Garamond", serif;
	letter-spacing: 0;
	line-height: 0;
	top: 0;
	color: rgba(155,141,86,0.3);
}
.diversity_link section::after {
	content: "";
	background: #ecf0e9;
	position: absolute;
	top: 0;
	right: 0;
	width: 86%;
	height: 100%;
	z-index: 0;
}
.diversity_link section a {
	padding: 20px 20px 30px 0;
	display: block;
}
.diversity_link section a:hover {
	opacity: 0.8;
}
.diversity_link section > * {
	position: relative;
	z-index: 1;
}
.diversity_link section figure {
	margin-bottom: 20px;
	overflow: hidden;
}
.diversity_link section figure img {
	-webkit-transition: all .3s 
	ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s 
	ease-out;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.diversity_link section a:hover figure img{
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
.diversity_link section h2 {
	font-size: 2.0rem;
	color: #325d0d;
	font-weight: 500;
	margin-bottom: 15px;
	line-height: 130%;
	word-break: keep-all;
}
.diversity_link_box p {
	word-break: keep-all;
	line-height: 142%;
	font-size: 1.4rem;
}
.diversity_link_box .more_btn {
	margin: 20px 0 0 auto;
}
@media screen and (max-width: 1366px) {
	.diversity_link {
		padding: 0 5%;
		max-width: inherit;
	}
}
@media screen and (max-width: 768px) {
	.diversity_link {
		gap: 60px 7%;
	}
	.diversity_link section {
		width: calc((100% - 7%) / 2);
	}
	.diversity_link section::before {
		font-size: 9rem;
	}
	.diversity_link section h2 {
		font-size: 1.9rem;
	}
}
@media screen and (max-width: 640px) {
	.diversity_link section::before {
		font-size: 8rem;
	}
	.diversity_link section h2 {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 480px) {
	.diversity_link {
		gap: 40px;
		margin-bottom: 60px;
	}
	.diversity_link section {
		width: 100%;
	}
	.diversity_link section a {
		display: flex;
		gap: 5%;
		padding: 20px 20px 20px 0;
	}
	.diversity_link section figure {
		width: 30%;
		margin-bottom: 0;
	}
	.diversity_link section figure img {
		height: 110px;
	}
	.diversity_link_box {
		flex: 1;
	}
	.diversity_link section::before {
		top: 5px;
	}
	.diversity_link section h2 {
		font-size: 1.6rem;
	}
}


/* ==============================================

	diversity_dtl

================================================= */
.diversity_dtl section {
	padding: 80px 5%;
	counter-increment: diversity_dtlNo;
}
.diversity_dtl section:nth-child(odd) {
	background: #f4f6f2;
}
.diversity_dtlBox {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 60px 8.3%;
}
.diversity_dtl section:nth-child(even) .diversity_dtlBox {
	flex-flow: row-reverse;
}

/*---------------------------------------------
	diversity_dtlTxt
---------------------------------------------*/
.diversity_dtlTxt {
	max-width: 350px;
}
.diversity_dtlTxt::before {
	content: '0' counter(diversity_dtlNo);
	font-size: 10rem;
	font-family: "EB Garamond", serif;
	color: rgba(155,141,86,0.3);
	line-height: 55%;
}
.diversity_dtl_ttl {
	margin: 25px 0 45px;
}
.diversity_dtl_ttl p {
	font-size: 2rem;
	font-family: "Cormorant Garamond", serif;
	color: #727272;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	font-weight: 500;
}
.diversity_dtl_ttl h2 {
	font-size: 2.6rem;
	color: #325d0d;
	font-weight: 500;
	line-height: 130%;
	word-break: keep-all;
}
.diversity_dtlTxt > p {
	font-size: 1.6rem;
	line-height: 187%;
	word-break: keep-all;
	margin-bottom: 50px;
}
.diversity_dtl_price {
	text-align: center;
	max-width: 300px;
	color: #222;
	font-size: 1.4rem;
}
.diversity_dtl_price > p {
	display: flex;
	align-items: baseline;
	justify-content: center;
	flex-flow: row wrap;
	margin-bottom: 10px;
}
.diversity_dtl_price > p span {
	font-size: 1.1rem;
}
.diversity_dtl_price div {
	padding: 12px 0;
	border-top: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	display: flex;
	align-items: baseline;
	justify-content: center;
	flex-flow: row wrap;
	gap: 10px;
}
.diversity_dtl_price div p {
	font-size: 2.8rem;
	letter-spacing: 0;
	font-family: "EB Garamond", serif;
}
.diversity_dtl_price div p small {
	font-size: 1.4rem;
	margin-left: 3px;
}

/*---------------------------------------------
	diversity_dtlImg
---------------------------------------------*/
.diversity_dtlImg {
	max-width: 700px;
}
.diversity_dtlImg_01 ul {
	display: flex;
	gap: 20px;
}
.diversity_dtlImg_02 {
	display: flex;
	gap: 20px;
}
.diversity_dtlImg_02 ul {
	display: flex;
	flex-flow: column;
	gap: 20px;
}

@media screen and (max-width: 1366px) {
	.diversity_dtlImg_01 ul,
	.diversity_dtlImg_02,
	.diversity_dtlImg_02 ul {
		gap: 12px;
	}
}@media screen and (max-width: 1194px) {
	.diversity_dtlBox {
		gap: 60px 7.5%;
	}
	.diversity_dtlTxt {
		width: 45%;
	}
	.diversity_dtlImg {
		width: 55%;
	}
}
@media screen and (max-width: 896px) {
	.diversity_dtlTxt {
		width: 100%;
		max-width: 650px;
	}
	.diversity_dtlImg {
		width: inherit;
		max-width: 650px;
		margin-bottom: 40px;
	}
	.diversity_dtl_price {
		margin: 0 auto;
	}
}
@media screen and (max-width: 768px) {
	.diversity_dtl section {
		padding: 80px 8%;
	}
}
@media screen and (max-width: 480px) {
	.diversity_dtl section {
		padding: 60px 8%;
	}
	.diversity_dtlTxt::before {
		font-size: 8.5rem;
		line-height: 20%;
	}
	.diversity_dtl_ttl {
		margin: 20px 0 25px;
	}
	.diversity_dtl_ttl p {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	.diversity_dtl_ttl h2 {
		font-size: 2.0rem;
	}
	.diversity_dtlImg {
		margin-bottom: 20px;
	}
	.diversity_dtlTxt > p {
		font-size: 1.4rem;
		margin-bottom: 35px;
	}
	.diversity_dtl_price {
		font-size: 1.3rem;
	}
	.diversity_dtl_price div p small {
		font-size: 1.3rem;
	}
	.diversity_dtlImg_01 ul,
	.diversity_dtlImg_02,
	.diversity_dtlImg_02 ul {
		gap: 8px;
	}
}


/* ==============================================

	diversity_msg

================================================= */
.diversity_msg {
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}
.diversity_msg_en {
	font-size: 7rem;
	font-family: "Cormorant Garamond", serif;
	color: rgba(209,209,209,0.3);
	letter-spacing: 0.5rem;
	font-weight: 300;
}
.diversity_msg_box {
	background: #f7f7f7;
	padding: 65px 5% 45px;
	margin: -2em 0 90px;
}
.diversity_msg_box h2 {
	font-size: 2.3rem;
	color: #325d0d;
	font-weight: 500;
	margin-bottom: 35px;
	word-break: keep-all;
	line-height: 150%;
}
.diversity_msg_box p {
	font-size: 1.8rem;
	line-height: 200%;
	word-break: keep-all;
}

/*---------------------------------------------
	diversity_msg_con
---------------------------------------------*/
.diversity_msg_con h3 {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	color: #2d4f0f;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 50px;
}
.diversity_msg_con h3::after {
	content: "";
	display: block;
	border-top: 1px solid #2d4f0f;
	width: 60px;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.diversity_msg_con ul {
	max-width: 780px;
	margin: 0 auto;
	display: flex;
	gap: 20px 7.7%;
}
.diversity_msg_con ul li {
	flex: 1;
}
.diversity_msg_con ul li .cmn_btn {
	max-width: inherit;
}
.diversity_msg_con ul li .cmn_btn a {
	height: 60px;
	font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
	.diversity_msg {
		max-width: inherit;
		padding: 0 5%;
	}
}
@media screen and (max-width: 768px) {
	.diversity_msg_en {
		font-size: clamp(4rem, 8vw, 6rem);
		letter-spacing: 0.25rem;
	}
	.diversity_msg_box {
		margin: -1.5em 0 90px;
	}
	.diversity_msg_box h2 {
		font-size: 2.1rem;
	}
	.diversity_msg_box p {
		font-size: 1.7rem;
	}
}
@media screen and (max-width: 480px) {
	.diversity_msg_box {
		padding: 45px 5% 30px;
		margin-bottom: 50px;
	}
	.diversity_msg_box h2 {
		font-size: 1.8rem;
		margin-bottom: 25px;
	}
	.diversity_msg_box p {
		font-size: 1.4rem;
	}
	.diversity_msg_con h3 {
		font-size: 1.65rem;
		letter-spacing: 0.05em;
		margin-bottom: 30px;
	}
	.diversity_msg_con ul {
		flex-flow: column;
	}
	.diversity_msg_con ul li .cmn_btn a {
		height: 50px;
		font-size: 1.4rem;
	}
}




