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


/*--------------------------------------------------------------------------
#about
--------------------------------------------------------------------------*/
#about {
	background-color: #ecf5fc;
}
#about .ttl {
	font-size: 36px;
	text-align: center;
	margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
	#about .ttl {
		font-size: 25px;
		margin-bottom: 16px;
	}
}


/*------------------------------------
table
------------------------------------*/
#about table {
	border-top: 1px solid #9fa0a0;
	width: 100%;
}
#about table th,
#about table td {
	border: none;
	border-bottom: 1px solid #9fa0a0;
	letter-spacing: .08em;
	line-height: 2;
	padding: 15px 0;
}
#about table th {
	position: relative;
	width: 20%;
	padding-right: 20px;
}
#about table th:after {
	content: "";
	position: absolute;
	top: 10px;
	right: 0;
	bottom: 10px;
	border-right: 1px solid #9fa0a0;
}
#about table td {
	padding-left: 20px;
}
@media screen and (max-width: 768px) {
	#about table th,
	#about table td {
		padding: 10px 0;
	}
	#about table th {
		width: 30%;
		padding-right: 10px;
	}
	#about table td {
		padding-left: 10px;
	}
}


/*------------------------------------
#facility
------------------------------------*/
#facility {
	padding: 200px 0;
}
.facility__inner {
	position: relative;
}
.facility__row {
	max-width: 1260px;
	width: calc(100% - 7.29vw);
	margin: auto;
}
.facility__row > * {
	width: 50%;
}
.facility__row .img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.facility__row img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.facility__row .txt {
	margin-left: auto;
	padding: 100px 0 100px 100px;
}
#facility .ttl {
	text-align: left;
}
#facility p:not(:last-child) {
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	#facility {
		padding: 70px 0;
	}
	.facility__row > * {
		width: 100%;
	}
	.facility__row .img {
		position: static;
	}
	.facility__row .txt {
		padding: 30px 3.6458vw 0; /*70px*/
	}
}


/*------------------------------------
#support
------------------------------------*/
#support .container {
	max-width: 1400px;
	margin: auto;
}
.support__txt {
	text-align: center;
	margin-bottom: 40px;
}
.support__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.support__row:nth-child(odd) {
	flex-direction: row-reverse;
	margin-bottom: 60px;
}
.support__row .img {
	width: 55%;
}
.support__row .txt {
	width: 38%;
}
.support__row h3 {
	font-size: 28px;
	margin-bottom: 40px;
}
.support__row h3 span {
	font-size: 22px;
	border-left: 1px solid #9fa0a0;
	margin-left: 15px;
	padding-left: 15px;
}
@media screen and (max-width: 768px) {
	.support__txt {
		text-align: left;
	}
	.support__row {
		gap: 20px;
	}
	.support__row:nth-child(odd) {
		margin-bottom: 30px;
	}
	.support__row .img,
	.support__row .txt {
		width: 100%;
	}
	.support__row h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.support__row h3 span {
		font-size: 14px;
		margin-left: 10px;
		padding-left: 10px;
	}
}


/*------------------------------------
#features
------------------------------------*/
#features {
	position: relative;
	padding: 120px 0 250px;
}
#features::after {
	content: "";
	position: absolute;
	bottom: 0;
	background-image: url("../images/wave_wh.svg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 100%;
	padding-bottom: 5.2083%;
}
#features .container {
	max-width: 1260px;
}
.features-list {
	counter-reset: features;
}
.features__row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 35px;
	position: relative;
	background-color: #fff;
	padding: 2.604vw; /*50px*/
	margin-left: 5.2083vw; /*100px*/
}
.features__row:nth-child(even) {
	background-color: #fffbf3;
	margin: 0 5.2083vw 0 0;
}
.features__row:not(:last-child) {
	margin-bottom: 5.2083vw; /*100px*/
}
.features__row::before {
	counter-increment: features;
	content: counter(features, decimal-leading-zero);
	position: absolute;
	top: -40px;
	left: 30px;
	font-size: 6.25vw; /*120px*/
	font-style: italic;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1;
	color: #f2a096;
}
.features__row .txt,
.features__row .img {
	width: 50%;
}
.features__row h3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 28px;
	text-align: center;
	margin-bottom: 20px;
}
.features__row span {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .2em;
}
.features__row span::before {
	content: "＼";
}
.features__row span::after {
	content: "／";
}
@media screen and (max-width: 768px) {
	#features {
		padding: 80px 0 100px;
	}
	.features__row {
		flex-direction: column;
		gap: 30px;
		padding: 10.4167vw 5.2083vw; /* 80px 40px*/
	}
	.features__row:not(:last-child) {
		margin-bottom: 6.5104vw; /*50px*/
	}
	.features__row::before {
		top: -5.2083vw; /*40px*/
		left: 3.90625vw; /*30px*/
		font-size: 13.0208vw; /*100px*/
	}
	.features__row .txt,
	.features__row .img {
		width: 100%;
	}
	.features__row h3 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.features__row span {
		font-size: 14px;
		letter-spacing: 0;
	}
}


/*------------------------------------
#services
------------------------------------*/
#services {
	position: relative;
	padding: 120px 0 250px;
}
#services::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%;
}
.services__row {
	display: flex;
	align-items: center;
	position: relative;
	max-width: 1260px;
	margin: auto;
	padding: 40px 0;
	z-index: 0;
}
.services__row:before {
	content: "";
	position: absolute;
	top: 0;
	background-color: #fff;
	width: 70%;
	height: 100%;
	z-index: -1;
}
.services__row:nth-child(odd) {
	flex-direction: row-reverse;
}
.services__row:nth-child(odd):before {
	left: 0;
}
.services__row:nth-child(even):before {
	right: 0;
}
.services__row:not(:last-child) {
	margin-bottom: 4.1667vw; /*80px*/
}
.services__row .img {
	border-radius: 20px;
	min-width: 350px;
	width: 500px;
	overflow: hidden;
}
.services__row img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.services__row .txt {
	flex: 1 1 auto;
	max-width: 600px;
	margin: 0 90px;
}
.services__cate {
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: absolute;
	top: -25px;
	left: 30px;
	writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	z-index: 1;
}
.services__row:nth-child(odd) .services__cate {
	right: 30px;
	left: auto;
}
.services__cate li {
	background-color: #62b0e3;
	height: fit-content;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	padding: 10px;
}
.services__row h3 {
	font-size: 40px;
	margin-bottom: 15px;
}
.services__row p {
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
	#services {
		padding: 80px 0 100px;
	}
	.services__row {
		flex-wrap: wrap;
	}
	.services__row:before {
		width: 100%;
	}
	.services__row:nth-child(odd):before {
		left: -3.65vw;
	}
	.services__row:nth-child(even):before {
		right: -3.65vw;
	}
	.services__row:not(:last-child) {
		margin-bottom: 10.4167vw; /*80px*/
	}
	.services__row .img {
		aspect-ratio: 3 / 2;
	}
	.services__row .txt {
		margin: 0 3.65vw 0 50px;
		padding-top: 30px;
	}
	.services__row:nth-child(odd) .txt {
		margin: 0 50px 0 3.65vw;
	}
	.services__cate {
		gap: 5px;
		top: 25px;
	}
	.services__cate li {
		font-size: 16px;
		padding: 8px;
	}
	.services__row h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}
}


/*------------------------------------
#group
------------------------------------*/
#group {
	position: relative;
	background-color: #fffbf3;
	padding: 120px 0 250px;
}
#group::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%;
}
#group .container {
	max-width: 1080px;
	padding-bottom: 80px;
}
.group__block:nth-child(odd) {
	background: linear-gradient(90deg, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
}
.group__block:nth-child(even) {
	background: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
}
.group__block:not(:last-child) {
	margin-bottom: 4.1667vw;
}
.group__box {
	background-color: #fff;
	max-width: 1080px;
	width: calc(100% - 7.29vw);
	margin: auto;
}
.group__inner {
	max-width: 920px;
	width: calc(100% - 7.29vw);
	margin: auto;
	padding: 80px 0;
}
.group__info {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-bottom: 50px;
}
.group__info h3 {
	flex-shrink: 0;
}
.group__wrap + .group__wrap {
	margin-top: 50px;
}
.group__wrap h3 {
	font-size: 28px;
	text-align: center;
	color: #a46305;
	margin-bottom: 30px;
}
.group-list {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}
.group-list li {
	position: relative;
	width: calc((100% - 50px) / 2);
}
.group-list img {
	display: block;
	border-radius: 0 20px 20px 20px;
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.group-list h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	width: fit-content;
	height: 40px;
	font-size: 20px;
	line-height: 1;
	white-space: nowrap;
	padding: 0 20px;
	z-index: 1;
}
.group-list p {
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
	#group {
		padding: 80px 0 100px;
	}
	#group .container {
		padding-bottom: 50px;
	}
	.group__block:not(:last-child) {
		margin-bottom: 10.4167vw;
	}
	.group__inner {
		width: 100%;
		padding: 50px 30px;
	}
	.group__info {
		flex-direction: column;
		gap: 20px;
		margin-bottom: 30px;
	}
	.group__wrap + .group__wrap {
		margin-top: 30px;
	}
	.group__wrap h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.group-list {
		gap: 30px;
	}
	.group-list li {
		width: 100%;
	}
	.group-list h4 {
		font-size: 16px;
		padding: 0 15px;
	}
}


/*------------------------------------
#company
------------------------------------*/
#company {
	background-color: #fef6f5;
	padding: 80px 0 120px;
}
#company .container {
	max-width: 1080px;
}
.company__inner {
	background-color: #fff;
	border-radius: 0 0 28px 28px;
	max-width: 1080px;
	margin: auto;
	padding: 80px;
}
@media screen and (max-width: 768px) {
	#company {
		padding: 50px 0 80px;
	}
	.company__inner {
		padding: 10.4167vw 6.5104vw; /*80px 50px*/
	}
}
