@charset "utf-8";
/*
	Last Update: 2023/09/22
	Auther: sa
/*===================================================================
	top layout
===================================================================*/
.mv-wrap {
	position: relative;
}

.mv:not(._sys) {
	position: relative;
	z-index: 1;
	height: 100vh;
	min-height: 25rem;
	overflow: hidden;
}

.mv__inner {
	height: inherit;
	min-height: inherit;
}

.mv__title-wrap {
	position: absolute;
	z-index: 2;
	top: 36%;
	left: 4.4%;
	width: 100%;
	color: #fff;
	text-align: start;
	display: inline-block;
	max-width: 43.75rem;
	padding: 0 1.25rem;
}

.mv__swiper {
	width: 100vw;
}

.mv__main-title {
	font-size: 3.5rem;
	font-weight: 500;
	letter-spacing: 0.3437rem;
}

.mv__sub-title {
	font-weight: 500;
	margin-top: 0.5rem;
	font-size: 1.75rem;
	letter-spacing: 0.375rem;
}

.mv__main-title--1 {
	text-shadow: 0 2px 9px #fff;
}

.mv__main-title--2 {
	text-shadow: 0 2px 9px rgba(65, 65, 65, 0.58);
}

.mv__sub-title--1 {
	text-shadow: 0 1px 1px #fff;
}

.mv__sub-title--2 {
	text-shadow: 0 2px 7px rgba(65, 65, 65, 0.58);
}

.mv__swiper,
.mv__swiper .swiper-img,
.mv__swiper .swiper-img img {
	height: inherit;
	min-height: inherit;
}

.mv__swiper .swiper-img img {
	width: 100%;
	object-fit: cover;
}

.bottom-tab {
	position: fixed;
	z-index: 200;
	bottom: clamp(7.875rem, 6.909rem + 1.559vw, 8.313rem);
}

.bottom-tab__link {
	display: flex;
	gap: 1.687rem;
	margin-left: 3.125rem;
	padding: 0 1.25rem;
	bottom: 0;
}

.bottom-tab__item {
	position: relative;
	border-radius: 10px 10px 0 0;
}

.bottom-tab__item::after {
	position: absolute;
	content: "";
	background: url(../image/icon/triangle.png) no-repeat center / cover;
	top: 50%;
	right: 00.43rem;
	transform: translateY(-50%);
	max-width: 0.625rem;
	width: 100%;
	aspect-ratio: 8/11;
}

.bottom-tab__item--entry {
	background-color: #CC6E33;
	box-shadow: 3px 3px 0 #B7581C;
}

.bottom-tab__item a {
	display: flex;
	flex-direction: column;
	padding: 0.937rem 2.5rem;
	color: #fff;
	letter-spacing: 0.3rem;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
}

.bottom-tab__item--entry .bottom-tab__icon {
	max-width: 2.19rem;
	width: 100%;
}

.bottom-tab__item--entry img {
	display: block;
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1/1;
}

.bottom-tab__item--info {
	background-color: #CDA93D;
	box-shadow: 3px 3px 0 #C49F2F;
}

.bottom-tab__item--info .bottom-tab__icon {
	max-width: 2.06rem;
	width: 100%;
}

.bottom-tab__item--info img {
	display: block;
	width: 100%;
	object-fit: cover;
	aspect-ratio: 29/33;
}

.bottom-nav {
	position: fixed;
	z-index: 200;
	bottom: 0;
	background: url(../image/top/menu_bg.jpg) repeat center center / cover;
	width: 100%;
}

.bottom-nav__inner {
	max-width: 60.25rem;
	padding: 1.437rem 1.56rem 1.375rem;
	margin: 0 auto;
}

.top-section-title__wrap {
	position: relative;
	display: flex;
	gap: 0.875rem;
	align-items: center;
	line-height: 1;
	font-size: 1rem;
}

.top-section-title__en {
	font-size: 2.5rem;
	text-transform: uppercase;
	letter-spacing: 0.21875rem;
	font-weight: 700;
}

.top-section-title__wrap::after {
	position: absolute;
	content: "";
	width: 1.25rem;
	height: 1px;
	background-color: #acacac;
	left: 0;
	bottom: -1.25rem;
}

.top-section-title__wrap--news {
	flex-direction: column;
	gap: 0;
}

.top-section-title__wrap--news::after {
	left: 50%;
	transform: translateX(-50%);
	bottom: -1rem;
}

.top-greeting {
	position: relative;
	background-color: rgba(255, 255, 255, 0.4);
	overflow: hidden;
}

.top-greeting::before {
	position: absolute;
	content: "greeting";
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 10rem;
	color: #fff;
	font-weight: 500;
	top: 4.375rem;
	right: -2.8125rem;
	letter-spacing: 0.9rem;
	white-space: nowrap;
}

.top-greeting__container {
	display: flex;
	gap: 3.125rem;
	padding: 10rem 0 5.5rem;
}

.top-greeting__content {
	width: 100%;
}

.top-greeting__head {
	margin-top: 3.9375rem;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 1.3px;
}

.top-greeting__text {
	margin-top: 2.1875rem;
	line-height: calc(35/17);
	font-size: 1.0625rem;
	margin-bottom:20px;
}

.top-greeting__images {
	max-width: 21.937rem;
	width: 100%;
}

.top-greeting__img {
	width: 100%;
}

.top-greeting__img img {
	object-fit: cover;
	aspect-ratio: 351.54/431;
	width: 100%;
}

.top-greeting__sign {
	display: flex;
	gap: 1.125rem;
	margin-top: 1.25rem;
	justify-content: center;
}

.top-greeting__sign dt {
	font-size: 1.125rem;
	font-weight: 500;
}

.top-greeting__sign dd {
	max-width: 7.5rem;
	width: 100%;
}

.top-greeting__sign img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 739/151;
}

.top-news::before {
	position: absolute;
	content: "news";
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 10rem;
	color: rgba(209, 230, 240, .23);
	font-weight: 700;
	top: 2.625rem;
	left: -1.5625rem;
	letter-spacing: 0.9rem;
	white-space: nowrap;
}

.top-news {
	position: relative;
	background-color: #fff;
	padding: 5.25rem 0 4.75rem 0;
	overflow: hidden;
}

.news__btn {
	margin-top: 2.4375rem;
	text-align: center;
}

.news__list {
	margin-top: 3.6rem;
}

.top-clinical {
	background-color: rgba(255, 255, 255, 0.4);
	padding-top: 12.5rem;
	overflow-x: hidden;
}

.top-clinical__container {
	background: url(../image/common/section_bg.jpg) no-repeat center center / cover;
	display: flex;
	gap: 5%;
	padding-left: 6.9375rem;
	padding-bottom: 3.9375rem;
	justify-content: center;
}

.top-clinical__container+.top-clinical__container {
	margin-top: 13.1875rem;
}

.top-clinical__container:nth-of-type(even) {
	background: url(../image/common/section_bg-reverse.jpg) no-repeat center center / cover;
	flex-direction: row-reverse;
	padding-left: 0;
	padding-right: 7.125rem;
}

.top-clinical__content-wrap {
	max-width: 22.5rem;
	width: 28%;
	position: relative;
	color: #fff;
}

.top-clinical__title-en {
	position: absolute;
	font-size: 5rem;
	text-wrap: nowrap;
	white-space: nowrap;
	letter-spacing: 0.6875rem;
	line-height: 1;
	text-transform: uppercase;
	width: fit-content;
	color: #2C6DB9;
	text-shadow:
		1px 1px 0px #fff, -1px -1px 0px #fff,
		-1px 1px 0px #fff, 1px -1px 0px #fff,
		1px 0px 0px #fff, -1px 0px 0px #fff,
		0px 1px 0px #fff, 0px -1px 0px #fff;
	left: -7.375rem;
	top: -0.3125rem;
}

.top-clinical__container:nth-of-type(even) .top-clinical__title-en {
	left: auto;
	right: -8rem;
	color: #216CC6;
}

.top-clinical__content {
	width: 100%;
	padding-top: 5.375rem;
}

.top-clinical__title {
	position: relative;
	font-size: 2.875rem;
	font-weight: 500;
}

.top-clinical__title::after {
	position: absolute;
	content: "";
	right: -37%;
	width: 100vw;
	height: 1px;
	bottom: -1.4375rem;
	background-color: #fff;
}

.top-clinical__container:nth-of-type(even) .top-clinical__title::after {
	left: -33%;
	margin-left: 0;
}

.top-clinical__text {
	margin-top: 2.5rem;
	line-height: 2;
}

.top-clinical__btn {
	margin-top: 1rem;
	text-align: right;
}

.top-clinical__btn a {
	position: relative;
	font-size: 1.3125rem;
	color: currentColor;
	display: inline-block;
	text-decoration: underline;
	padding: 0.625rem 3.5rem 0.625rem 0;
}

.top-clinical__btn a::after {
	position: absolute;
	display: flex;
	content: "→";
	background-color: #fff;
	color: #2B65AF;
	font-size: 0.9375rem;
	font-weight: bold;
	width: 2.625rem;
	aspect-ratio: 1/1;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.top-clinical__img {
	max-width: 56.25rem;
	width: 70%;
	margin-top: -6.5%;
}

.top-clinical__img img {
	aspect-ratio: 900/477;
	object-fit: cover;
	width: 100%;
}

.top-classroom {

	padding-top: 7.125rem;
	padding-bottom: 7.8125rem;
	overflow: hidden;
}

.top-classroom_head {
	display: flex;
	justify-content: space-between;
}

.top-classroom__img {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	margin-top: 3.75rem;
}

.top-classroom__img img {
	width: 100%;
	aspect-ratio: 1440/450;
	object-fit: cover;
}

.top-classroom__list {
	display: grid;
	grid-template-columns: repeat(auto-fit, clamp(9.375rem, 7.614rem + 7.512vw, 14.375rem));
	gap: 5% 2.8%;
	max-width: 84.375rem;
	margin-right: auto;
	margin-left: auto;
	padding: 0 1.5625rem;
	margin-top: -3rem;
	align-items: center;
	justify-content: center;
}

.top-classroom__item {
	position: relative;
	width: clamp(9.375rem, 7.614rem + 7.512vw, 14.375rem);
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.11);
	margin: 0 auto;
}

.top-classroom__item::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 19.61px 19.61px;
	border-color: transparent transparent #f2f2f2 transparent;
	bottom: 0.34375rem;
	right: 0.34375rem;
}

.top-classroom__item a {
	display: inline-block;
	text-align: center;
	width: 100%;
	padding-top: 1.5625rem;
	padding-bottom: 1.875rem;
}

.top-classroom__item-img-wrap {
	max-width: 6.6875rem;
	width: 100%;
	aspect-ratio: 1/1;
	background-color: #f4f4f4;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.25rem;
	margin-right: auto;
	margin-left: auto;
}

.top-classroom__item-img {
	max-width: 3.875rem;
	width: 100%;
}

.top-classroom__item-img img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.top-classroom__item-title {
	font-size: 1.1875rem;
	font-weight: 500;
}

@media (max-width: 991px) {
	.bottom-tab--mv {
		position: absolute;
		top: 270px;
		transform: translateY(-50%);
		bottom: auto;
		right: 0;
	}

	.bottom-tab--mv .bottom-tab__link {
		margin-left: auto;
		padding: 0;
		flex-direction: column;
	}

	.bottom-tab--mv .bottom-tab__item {
		border-radius: 5px 0 0 5px;
	}

	.bottom-tab--mv .bottom-tab__item a {
		padding: 0.9rem 0.64rem;
		color: #fff;
		letter-spacing: 0;
		font-size: 1.4rem;
		letter-spacing: 0.07em;
		align-items: stretch;
		justify-content: stretch;
	}

	.bottom-tab--mv .bottom-tab__item::after {
		display: none;
	}

	.bottom-tab--mv .bottom-tab__icon {
		display: block;
		max-width: 1.65rem;
		margin-bottom: 0;
	}

	.bottom-tab--mv .bottom-tab__text {
		width: 1em;
		line-height: 1.15;
	}

	.top-clinical__img {
		display: grid;
		align-items: center;
		margin-top: 0;
	}

	.top-clinical__container:nth-of-type(even) .top-clinical__title-en {
		text-align: end;
		right: -6rem;
		left: auto;
	}

	.top-classroom__item-title {
		font-size: 1.1rem;
	}
}



@media (max-width: 767px) {
	.top-section-title__wrap {
		flex-direction: column;
	}

	.top-section-title__wrap::after {
		left: 50%;
		transform: translateX(-50%);
		bottom: -1rem;
	}

	.bottom-nav__inner {
		padding: 0.7rem 0;
	}

	.top-greeting__container {
		flex-direction: column;
		align-items: center;
		gap: 3.125rem;
		padding: 7rem 0 5.187rem;
	}

	.top-greeting::before {
		font-size: 5rem;
		top: 1.75rem;
	}

	.top-greeting__content {
		display: contents;
	}

	.top-greeting__title-wrap {
		order: 1;
	}

	.top-greeting__images {
		order: 2;
	}

	.top-greeting__head {
		margin-top: 0;
		order: 3;
	}

	.top-greeting__text {
		margin-top: 0;
		margin-bottom:0;
		order: 4;
	}

	.top-greeting__btn {
		order:5;
	}

	.top-news::before {
		font-size: 5rem;
		top: 1.75rem;
	}

	.top-news__inner {
		max-width: 100%;
	}

	.bottom-nav__news {
		width: fit-content;
		position: absolute;
		display: inline-block;
		bottom: 100%;
		z-index: 200;
		left: 1.3rem;
	}

	.bottom-nav__news a {
		position: relative;
		display: inline-block;
		background: url(../image/icon/news_icon.png) no-repeat 13px center / 1.7rem;
		background-color: #fff;
		border: 1px solid #2F7CB1;
		border-radius: 5px 5px 0 0;
		padding: 0.4rem 2.3rem 0.4rem 3rem;
		font-size: 1.2rem;
		color: #2F7CB1;
		font-weight: 500;
		letter-spacing: 0.05em;
	}

	.bottom-nav__news a::after {
		position: absolute;
		content: "";
		background: url(../image/icon/arrow_gray.png) no-repeat center center / cover;
		width: 8.26px;
		aspect-ratio: 8.2/12.91;
		top: 50%;
		transform: translateY(-50%);
		right: 0.7rem;
	}

	.top-clinical {
		padding-top: 7rem;
		padding-bottom: 4.125rem;
	}

	.top-clinical__container {
		flex-direction: column;
		padding: 0;
	}

	.top-clinical__container+.top-clinical__container {
		margin-top: 7rem;
	}

	.top-clinical__container:nth-of-type(even) {
		flex-direction: column;
		padding: 0;
	}

	.top-clinical__content-wrap {
		max-width: 37.5rem;
		width: 100%;
		padding: 0 1.56rem;
		margin: 0 auto;
	}

	.top-clinical__title {
		font-size: 2.5rem;
	}

	.top-clinical__container:nth-of-type(even) .top-clinical__title {
		text-align: right;
	}

	.top-clinical__title-en {
		font-size: 4rem;
		transform: translate(-50vw);
		left: 50%;
		width: 100%;
	}

	.top-clinical__container:nth-of-type(even) .top-clinical__title-en {
		text-align: end;
		transform: none;
		left: 0;
	}

	.top-clinical__title::after {
		right: 50%;
	}

	.top-clinical__container:nth-of-type(even) .top-clinical__title::after {
		left: 50%;
		margin-left: 0;
	}

	.top-clinical__img {
		margin-left: auto;
		margin-top: 1.25rem;
		margin-bottom: -5%;
		width: 90%;
	}

	.top-clinical__container:nth-of-type(even) .top-clinical__img {
		margin-right: auto;
		margin-left: 0;
		margin-top: 1.25rem;
		margin-bottom: -5%;
	}

	.top-classroom {
		padding-top: 0;
		padding-bottom: 6.5rem;
	}

	.top-classroom_head {
		flex-direction: column;
		align-items: center;
		gap: 2.5rem;
	}

	.top-classroom__item-img-wrap {
		max-width: 3.75rem;
	}

	.top-classroom__item-img {
		max-width: 2.17rem;
	}

	.top-classroom__item-title {
		font-size: 1rem;
	}
}
@media (max-width: 575px) {
	.bottom-tab--mv {
		top: 46.3%;
	}
}
