/*------------------------------------
.hmv
------------------------------------*/
.hmv__inner {
	background-image: url("../images/culture/hmv-img.jpg");
}
.hmv__ttl {
	background-color: #fffbf3;
}
.hmv__ttl::before,
.hmv__ttl::after {
	background-image: url("../images/hmv-bg_yl.png");
}


/*--------------------------------------------------------------------------
#culture
--------------------------------------------------------------------------*/
#culture {
	background-color: #fffbf3;
}
#culture .ttl {
	font-size: 36px;
	text-align: center;
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
	#culture .ttl {
		font-size: 25px;
		margin-bottom: 20px;
	}
}


/*------------------------------------
#benefits
------------------------------------*/
#benefits {
	padding: 80px 0;
}
#benefits .container {
	max-width: 1600px;
}
.benefits__row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 40px;
	position: relative;
	z-index: 1;
}
.benefits__row dl {
	position: relative;
	width: calc((100% - 120px) / 4);
}
.benefits__row dl:nth-child(even) {
	margin-top: 30px;
}
.benefits__row dt {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background-color: #fb9500;
	width: fit-content;
	height: 50px;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	white-space: nowrap;
	padding: 0 28px;
	z-index: 2;
}
.benefits__row dt::after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	border-width: 8px 8px 0 8px;
	border-style: solid;
	border-color: #fb9500 transparent transparent transparent;
}
.benefits__row dd {
	position: relative;
	background-color: #fff;
	padding: 50px;
	margin-top: 30px;
}
.benefits__row dd::before,
.benefits__row dd::after {
	content: "";
	position: absolute;
	left: 0;
	background-image: linear-gradient(to right,#9fa0a0 2px,transparent 2px);
	background-repeat: repeat-x;
	background-size: 4px 1px;
	width: 100%;
	height: 1px;
}
.benefits__row dd::before {
	top: 0;
}
.benefits__row dd::after {
	bottom: 0;
}
.benefits__row li {
	position: relative;
	line-height: 1.5;
	padding-left: 15px;
}
.benefits__row li:not(:last-child) {
	margin-bottom: 10px;
}
.benefits__row li::before {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	background-color: #9fa0a0;
	border-radius: 50%;
	width: 8px;
	height: 8px;
}
@media screen and (max-width: 768px) {
	.benefits__row {
		gap: 20px;
	}
	.benefits__row dl {
		width: 100%;
	}
	.benefits__row dl:nth-child(even) {
		margin: 0;
	}
	.benefits__row dt {
		height: 40px;
		font-size: 16px;
		padding: 0 15px;
	}
	.benefits__row dd {
		padding: 6.5104vw; /*50px*/
		margin-top: 25px;
	}
}


/*------------------------------------
#data
------------------------------------*/
#data {
	position: relative;
	background-color: #fff;
	padding: 120px 0 250px;
}
#data::after {
	content: "";
	position: absolute;
	bottom: 0;
	background-image: url("../images/wave_yl.svg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 100%;
	padding-bottom: 5.2083%;
}
#data .container {
	max-width: 1260px;
}
.data-list {
	display: flex;
	flex-wrap: wrap;
	gap: 70px 20px;
}
.data-list li {
	display: flex;
	flex-direction: column;
	width: calc((100% - 80px)/5);
	text-align: center;
}
.data-list h3 {
	font-size: 18px;
	font-weight: 400;
}
.data-list p {
	font-family: "Inter Tight", "Zen Kaku Gothic New", "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.2;
	color: #a46305;
}
#data .note {
	display: block;
	text-align: right;
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
	#data {
		padding: 80px 0 100px;
	}
	.data-list {
		gap: 50px 20px;
	}
	.data-list li {
		width: calc((100% - 20px)/2);
	}
	.data-list h3 {
		font-size: 16px;
	}
	.data-list p {
		font-size: 22px;
	}
	#data .note {
		font-size: 14px;
		text-align: left;
	}
}


/*------------------------------------
#training
------------------------------------*/
#training {
	position: relative;
	padding: 120px 0 250px;
}
#training::after {
	content: "";
	position: absolute;
	bottom: 0;
	background-image: url("../images/wave_rd.svg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 100%;
	padding-bottom: 5.2083%;
}
.training__block {
	position: relative;
}
.training__block:not(:last-child) {
	margin-bottom: 50px;
}
.training__row {
	max-width: 1260px;
	width: calc(100% - 7.29vw);
	margin: auto;
}
.training__row > * {
	width: 50%;
}
.training__block .img {
	position: absolute;
	top: 0;
	height: 100%;
}
.training__block img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.training__block:nth-of-type(odd) .img {
	right: 0;
}
.training__block:nth-of-type(odd) .txt {
	margin-right: auto;
	padding: 100px 100px 100px 0;
}
.training__block:nth-of-type(even) .img {
	left: 0;
}
.training__block:nth-of-type(even) .txt {
	margin-left: auto;
	padding: 100px 0 100px 100px;
}
.training__block h3 {
	display: flex;
	align-items: center;
	background-color: #fff;
	width: fit-content;
	height: 60px;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 20px;
	padding: 0 28px;
}
.training__block dt {
	font-size: 22px;
	margin-bottom: 10px;
}
.training__block:nth-of-type(3) dt {
	font-weight: 500;
}
.training__block dd {
	padding: 0;
}
.training__block dd:not(:last-of-type) {
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	#training {
		padding: 80px 0 100px;
	}
	.training__row > * {
		width: 100%;
	}
	.training__block .img {
		position: static;
	}
	.training__block:nth-of-type(odd) .txt,
	.training__block:nth-of-type(even) .txt {
		padding: 30px 3.6458vw 0; /*70px*/
	}
	.training__block h3 {
		height: 50px;
		font-size: 22px;
		padding: 0 15px;
	}
}


/*------------------------------------
#voice
------------------------------------*/
#voice {
	background-color: #fef6f5;
	padding: 80px 0 120px;
}
#voice .container {
	max-width: 1260px;
}
.voice-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 40px;
}
.voice-list li {
	position: relative;
	background-color: #fff;
	border-radius: 0 0 28px 28px;
	width: calc((100% - 80px)/3);
	padding: 56px 40px 40px;
}
.voice__info {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 10px;
	right: 0;
	background-color: #f2a096;
	width: fit-content;
	height: 40px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	padding: 0 20px;
}
.voice-list p {
	display: inline;
	background-image: linear-gradient(90deg, #333, #333);
	background-position: 0 90%;
	background-repeat: no-repeat;
	background-size: 100% 1px;
}
@media screen and (max-width: 768px) {
	#voice {
		padding: 50px 0 80px;;
	}
	.voice-list {
		gap: 20px;
	}
	.voice-list li {
		width: 100%;
		padding: 10.4167vw 6.5104vw 6.5104vw; /*80px 50px 50px*/
	}
	.voice__info {
		top: 0;
		font-size: 16px;
		padding: 0 15px;
	}
}
