@charset "utf-8";

#GHead {
	position: relative;
	z-index: 9000;
}

#Contents {
	padding: 0 0 60px;
}

#wrap {
	padding-top: 0;
}

/*================================================================
# fixed contact
================================================================ */
.fixed-contact {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: fixed;
	right: 20px;
	bottom: 88px;
	display: block;
	color: var(--primary);
	text-decoration: none;
	z-index: 999;
}

.fixed-contact__ring {
	width: 120px;
	height: 120px;
	pointer-events: none;
	position: absolute;
	top: -10px;
	left: -10px;
	display: block;
	animation: fixedContactRingRotate 18s linear infinite;
	transform-origin: center center;
}

.fixed-contact__ring img {
	width: 100%;
	height: auto;
	display: block;
}

.fixed-contact__body {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--primary);
	text-align: center;
	letter-spacing: 0.02em;
	box-sizing: border-box;
	z-index: 2;
}

.fixed-contact__body::before {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: var(--tertiary);
	box-shadow: 0 6px 14px rgba(31, 46, 45, 0.35);
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	z-index: 0;
	transition:
		transform 0.28s ease,
		filter 0.28s ease;
	transform-origin: center center;
}

.fixed-contact__icon,
.fixed-contact__body>span {
	position: relative;
	z-index: 1;
}

.fixed-contact__icon {
	width: 22px;
	height: auto;
	margin: 0 0 4px;
	display: block;
}

@keyframes fixedContactRingRotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*================================================================
# mv
================================================================ */
.mv {
	padding: 72px 0 64px;
	position: relative;
}

.mv .mv__en {
	width: 100%;
	height: 28px;
	margin: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 1;
}

.mv .mv__en-track {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: flex-start;
	will-change: transform;
	gap: 40px;
}

.mv .mv__en img {
	width: 900px;
	max-width: none;
	height: auto;
	display: block;
	flex: 0 0 auto;
}

.mv .mv__content {
	opacity: 0;
	position: relative;
	text-align: center;
	will-change: opacity, transform;
	z-index: 2;
	transition:
		opacity 0.8s ease,
		transform 0.8s ease;
	transform: translateY(24px);
}

.mv .mv__content.is-show {
	opacity: 1;
	transform: translateY(0);
}

.mv .mv__label {
	margin: 0;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.04em;
}

.mv .mv__title {
	margin: 10px 0 0;
	font-size: 46px;
	font-weight: 700;
	line-height: 1.18;
	color: var(--tertiary);
	letter-spacing: 0.02em;
}

.mv .mv__lead {
	margin: 36px 0 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 2;
	letter-spacing: 0.02em;
}

.mv .mv__person {
	margin: 0;
	opacity: 0;
	position: absolute;
	will-change: opacity, transform;
	z-index: 3;
	transition:
		opacity 0.7s ease,
		transform 0.7s ease;
	transform: translateY(24px);
}

.mv .mv__person img {
	width: 100%;
	height: auto;
	display: block;
}

.mv .mv__person--01 {
	width: 46px;
	top: -36px;
	left: 0;
}

.mv .mv__person--02 {
	width: 40px;
	top: -47px;
	right: 1px;
}

.mv .mv__person--03 {
	width: 62px;
	bottom: -118px;
	left: 8px;
}

.mv .mv__person--04 {
	width: 82px;
	right: -7px;
	bottom: -113px;
}

.mv .mv__person.is-show {
	opacity: 1;
	transform: translateY(0);
}

/*================================================================
# program menu
================================================================ */
.program-menu {
	padding: 80px 0 48px;
	position: relative;
}

.program-menu::before {
	width: 100%;
	height: 86%;
	background: linear-gradient(180deg, rgba(85, 190, 184, 0) 0%, rgba(85, 190, 184, 0.45) 14%, var(--bg02) 30%, var(--bg02) 100%);
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
}

.program-menu .program-menu__title {
	margin: 0 auto;
	position: relative;
	color: var(--white);
	text-align: center;
	letter-spacing: 0.04em;
}

.program-menu .program-menu__title span {
	display: block;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
}

.program-menu .program-menu__title strong {
	margin: 0;
	padding: 0 16px;
	position: relative;
	display: inline-block;
	font-size: 48px;
	font-weight: 500;
	line-height: 1.15;
}

.program-menu .program-menu__title strong::before,
.program-menu .program-menu__title strong::after {
	width: 36px;
	height: 36px;
	position: absolute;
	content: "";
}

.program-menu .program-menu__title strong::before {
	border-top: 5px solid var(--white);
	border-left: 5px solid var(--white);
	border-radius: 18px 0 0 0;
	top: -8px;
	left: -16px;
}

.program-menu .program-menu__title strong::after {
	border-right: 5px solid var(--white);
	border-bottom: 5px solid var(--white);
	border-radius: 0 0 18px 0;
	right: -16px;
	bottom: -8px;
}

.program-menu .program-menu__list {
	margin: 40px 0 0;
	display: block;
}

.program-menu .item {
	min-height: 0;
	margin: 32px 0 0;
	padding: 28px 48px;
	opacity: 0;
	border-radius: 24px;
	background: linear-gradient(90deg, var(--gray01) 0, var(--gray01) 28px, var(--white) 28px, var(--white) calc(100% - 28px), var(--gray01) calc(100% - 28px), var(--gray01) 100%);
	box-shadow: 6px 8px 14px rgba(31, 46, 45, 0.3);
	position: relative;
	color: var(--black);
	box-sizing: border-box;
}

.program-menu .item:first-child {
	margin-top: 0;
}

.program-menu .label {
	width: 34px;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: -8px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.program-menu .label img {
	width: 100%;
	height: auto;
	display: block;
}

.program-menu .icon {
	width: 112px;
	height: 112px;
	margin: 0 auto;
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.program-menu .icon img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
	object-position: center center;
}

.program-menu .item--red .icon img {
	transform: translate(16px, 0);
}

.program-menu .body {
	margin: 18px 0 0;
	opacity: 0;
}

.program-menu .item h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: 0;
}

.program-menu .item--red h3 {
	color: var(--accent-pink);
}

.program-menu .item--green h3 {
	color: var(--accent-green);
}

.program-menu .item--purple h3 {
	color: var(--accent-purple);
}

.program-menu .item--blue h3 {
	color: var(--accent-blue);
}

.program-menu .item p {
	margin: 12px 0 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.85;
	letter-spacing: 0.01em;
}

/*================================================================
# program menu animation
================================================================ */
.program-menu.is-ready .item {
	opacity: 0;
	will-change: opacity, transform;
	transition:
		opacity .8s ease,
		transform .9s cubic-bezier(.16, 1, .3, 1);
	transform: translateY(32px);
}

.program-menu.is-ready .item.is-show {
	opacity: 1;
	transform: translateY(0);
}

.program-menu.is-ready .item .label,
.program-menu.is-ready .item .icon,
.program-menu.is-ready .item .body {
	opacity: 0;
	will-change: opacity, transform;
	transition:
		opacity .7s ease,
		transform .8s cubic-bezier(.16, 1, .3, 1);
	transform: translateY(14px);
}

.program-menu.is-ready .item.is-content-show .label,
.program-menu.is-ready .item.is-content-show .icon,
.program-menu.is-ready .item.is-content-show .body {
	opacity: 1;
	transform: translateY(0);
}

.program-menu.is-ready .item.is-content-show .label {
	transition-delay: 0s;
}

.program-menu.is-ready .item.is-content-show .icon {
	transition-delay: .12s;
}

.program-menu.is-ready .item.is-content-show .body {
	transition-delay: .24s;
}

/*================================================================
# contact cta
================================================================ */
.contact-cta {
	margin: auto;
	padding: 24px 0 56px;
	background-color: var(--bg02);
	position: relative;
}

.contact-cta.bg-none {
	padding: 0 0 64px;
	background-color: transparent;
}

.contact-cta .contact-cta__button {
	width: 100%;
	min-height: 84px;
	margin: 0 auto;
	padding: 16px 20px 18px 22px;
	border-radius: 42px 0 42px 0;
	background: var(--tertiary);
	box-shadow: 0 8px 16px rgba(31, 46, 45, 0.32);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--primary);
	text-align: center;
	letter-spacing: 0.02em;
	box-sizing: border-box;
	transition:
		box-shadow 0.3s ease,
		transform 0.3s ease,
		filter 0.3s ease;
}

.contact-cta .contact-cta__text {
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.4;
	gap: 4px;
}

.contact-cta .contact-cta__icon {
	width: 30px;
	height: auto;
	margin: 2px auto 0 0;
	display: block;
	flex: 0 0 auto;
}

.contact-cta .contact-cta__arrow {
	width: 0;
	height: 0;
	margin: 0 0 0 auto;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 11px solid var(--primary);
	display: block;
	flex: 0 0 auto;
}

/*================================================================
# faculty
================================================================ */
.faculty {
	padding: 0 0 48px;
	position: relative;
}

.faculty::before {
	width: 100%;
	height: 223px;
	background: var(--bg02);
	position: absolute;
	content: "";
	top: 0;
	left: 0;
}

.faculty .faculty__title {
	margin: 0 auto;
	text-align: center;
}

.faculty .faculty__title h2 {
	margin: 0;
}

.faculty .faculty__title span {
	padding: 0 16px;
	position: relative;
	display: block;
	font-size: 36px;
	font-weight: 500;
	line-height: 1;
	color: var(--white);
	letter-spacing: 0;
}

.faculty .faculty__title span::before,
.faculty .faculty__title span::after {
	width: 36px;
	height: 36px;
	position: absolute;
	content: "";
}

.faculty .faculty__title span::before {
	border-top: 5px solid var(--white);
	border-left: 5px solid var(--white);
	border-radius: 18px 0 0 0;
	top: 2px;
	left: -8px;
}

.faculty .faculty__title span::after {
	border-right: 5px solid var(--white);
	border-bottom: 5px solid var(--white);
	border-radius: 0 0 18px 0;
	right: -8px;
	bottom: -16px;
}

.faculty .faculty__title small {
	font-size: 32px;
}

.faculty .faculty__title strong {
	margin: 0 -4px;
	font-size: 64px;
	line-height: 1;
}

/*================================================================
# faculty tab fixed
================================================================ */
.faculty .faculty__tabs-wrap {
	margin: 48px calc(50% - 50vw) 0;
	background: var(--bg02);
	position: relative;
	z-index: 50;
}

.faculty .faculty__tabs-wrap .wrap {
	width: 100%;
	max-width: none;
	padding: 0;
	box-sizing: border-box;
}

.faculty .faculty__tabs {
	margin: 0 auto;
	padding: 8px 16px 0;
	list-style: none;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	box-sizing: border-box;
	z-index: 3;
	gap: 0 4px;
}

.faculty .faculty__tabs::before {
	width: 100%;
	height: 0;
	content: "";
	order: 2;
}

.faculty .faculty__tabs-wrap.is-fixed .faculty__tabs {
	min-width: 100vw;
	padding: 8px 16px 0;
	background: var(--bg02);
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 8999;
}

.faculty .tab {
	width: calc((100% - 12px) / 4);
	height: 54px;
	margin: 0;
	padding: 0;
	border: 2px solid currentColor;
	border-bottom: 0;
	border-radius: 18px 18px 0 0;
	background: var(--white);
	box-shadow: 0 -3px 5px rgba(31, 46, 45, 0.22);
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
	box-sizing: border-box;
	order: 1;
	transition: background-color .3s ease, transform .3s ease, box-shadow .3s ease;
	transform: translateY(3px);
}

.faculty .tab:nth-child(n+4) {
	margin: -8px 0 0;
	order: 3;
}

.faculty .tab button {
	width: 100%;
	height: 100%;
	padding: 6px 4px 10px;
	cursor: pointer;
	border: 0;
	outline: none;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: inherit;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.15;
	color: currentColor;
	text-align: center;
	letter-spacing: 0;
	box-sizing: border-box;
}

.faculty .tab button:focus {
	outline: none;
}

.faculty .tab button:focus-visible {
	outline: none;
}

.faculty .tab.is-active {
	background: currentColor;
}

.faculty .tab.is-active button {
	pointer-events: none;
	outline: none;
	color: var(--white);
}

.faculty .tab--economics {
	color: var(--faculty-economics);
}

.faculty .tab--business {
	color: var(--faculty-business);
}

.faculty .tab--tourism {
	color: var(--faculty-tourism);
}

.faculty .tab--education {
	color: var(--faculty-education);
}

.faculty .tab--art {
	color: var(--faculty-art);
}

.faculty .tab--data {
	color: var(--faculty-data);
}

.faculty .tab--nursing {
	color: var(--faculty-nursing);
}

/*================================================================
# faculty panel
================================================================ */
.faculty .faculty__panel {
	margin: 28px auto 0;
	padding: 36px 20px 40px;
	border-radius: 48px 0 48px 0;
	background: var(--white);
	position: relative;
	display: none;
	color: var(--black);
	box-sizing: border-box;
	z-index: 2;
}

.faculty .faculty__head {
	margin: 0;
}

.faculty .faculty__panel.is-active {
	display: block;
	animation: facultyPanelFade .5s ease both;
}

.faculty .faculty__panel--economics {
	--faculty-current-color: var(--faculty-economics);
}

.faculty .faculty__panel--business {
	--faculty-current-color: var(--faculty-business);
}

.faculty .faculty__panel--tourism {
	--faculty-current-color: var(--faculty-tourism);
}

.faculty .faculty__panel--education {
	--faculty-current-color: var(--faculty-education);
}

.faculty .faculty__panel--art {
	--faculty-current-color: var(--faculty-art);
}

.faculty .faculty__panel--data {
	--faculty-current-color: var(--faculty-data);
}

.faculty .faculty__panel--nursing {
	--faculty-current-color: var(--faculty-nursing);
}

.faculty .faculty__name {
	margin: 0;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.2;
	color: var(--faculty-current-color);
	letter-spacing: 0;
}

.faculty .faculty__en {
	margin: 4px 0 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.3;
	color: var(--faculty-current-color);
	letter-spacing: 0.02em;
}

.faculty .faculty__content {
	margin: 24px 0 0;
}

.faculty .item {
	padding: 0;
	position: relative;
	display: block;
}

.faculty .item::before {
	width: 100%;
	height: 2px;
	background-color: var(--faculty-current-color);
	position: absolute;
	content: "";
	top: 12px;
	left: 0;
	z-index: -1;
}

.faculty .item+.item {
	margin: 40px 0 0;
}

.faculty .body {
	padding: 0;
}

.faculty .faculty__label {
	margin: -2px 0 16px;
	display: flex;
	align-items: center;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
}

.faculty .faculty__label span {
	width: auto;
	min-width: 92px;
	padding: 6px 18px 7px 10px;
	border-radius: 999px 0 0 999px;
	background: var(--faculty-current-color);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: var(--white);
	box-sizing: border-box;
}

.faculty .faculty__label em {
	width: 24px;
	height: 24px;
	margin: 0 -13px;
	padding: 0 0 1px;
	border-radius: 50%;
	background: var(--black);
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	color: var(--white);
}

.faculty .faculty__label p {
	margin: 0;
	padding: 6px 12px 7px 18px;
	border-radius: 0 999px 999px 0;
	background-color: var(--gray01);
	font-weight: 500;
	line-height: 1;
	color: var(--black);
}

.faculty .item h3 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.55;
	letter-spacing: 0.02em;
}

.faculty .item h3 strong {
	margin: 4px 0 0;
	display: inline-block;
	font-size: 23px;
	font-weight: 600;
	line-height: 1.35;
	color: var(--faculty-current-color);
}

.faculty .text {
	margin: 12px 0 0;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.85;
	letter-spacing: 0.02em;
}

.faculty .faculty__points {
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
	display: block;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: .02em;
}

.faculty .faculty__points li {
	margin: 4px 0 0;
	padding: 0;
}

.faculty .media {
	width: 100%;
	margin: 20px auto 0;
	display: block;
}

.faculty .media img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	aspect-ratio: 1.618 / 1;
}

.faculty .faculty__button {
	margin: 32px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.faculty .faculty__button a {
	min-width: 274px;
	min-height: 56px;
	padding: 12px 20px 14px;
	border-radius: 999px;
	background: var(--faculty-current-color);
	box-shadow: 0 6px 12px rgba(31, 46, 45, 0.2);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	color: var(--white);
	text-align: center;
	letter-spacing: 0.02em;
	box-sizing: border-box;
	transition: box-shadow 0.3s ease, transform 0.3s ease, filter 0.3s ease;
}

.faculty .faculty__note {
	margin: 8px auto 0;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.6;
	color: var(--white);
	text-align: right;
	letter-spacing: 0.02em;
}

@keyframes facultyPanelFade {
	0% {
		opacity: 0;
		transform: translateY(24px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/*================================================================
# pamphlet
================================================================ */
.pamphlet {
	padding: 64px 0 80px;
	background: var(--bg03);
	position: relative;
}

.pamphlet .pamphlet__container {
	display: block;
}

.pamphlet .pamphlet__media {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	opacity: 0;
	will-change: opacity, transform;
	transition:
		opacity .8s ease,
		transform 1s cubic-bezier(.16, 1, .3, 1);
	transform: scale(.9);
	transform-origin: center center;
}

.pamphlet .pamphlet__media img {
	width: 100%;
	height: auto;
	display: block;
}

.pamphlet .pamphlet__body {
	margin: 32px 0 0;
	text-align: center;
}

.pamphlet .pamphlet__lead {
	margin: 0;
	opacity: 0;
	position: relative;
	display: inline-block;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.35;
	color: var(--black);
	text-align: center;
	letter-spacing: .04em;
	will-change: opacity, transform;
	transition:
		opacity .8s ease .24s,
		transform .9s cubic-bezier(.16, 1, .3, 1) .24s;
	transform: translateY(24px);
}

.pamphlet .pamphlet__lead::before,
.pamphlet .pamphlet__lead::after {
	width: 3px;
	height: 54px;
	background: var(--black);
	position: absolute;
	content: "";
	bottom: 0;
}

.pamphlet .pamphlet__lead::before {
	left: -18px;
	transform: rotate(-28deg);
}

.pamphlet .pamphlet__lead::after {
	right: -18px;
	transform: rotate(28deg);
}

.pamphlet .pamphlet__button {
	margin: 28px 0 0;
}

.pamphlet .pamphlet__button a {
	min-height: 64px;
	padding: 16px 48px;
	border-radius: 999px;
	background: var(--primary);
	box-shadow: 0 8px 16px rgba(31, 46, 45, .3);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--white);
	text-align: center;
	letter-spacing: .04em;
	box-sizing: border-box;
	transition: box-shadow .3s ease, transform .3s ease, filter .3s ease;
	gap: 4px;
}

.pamphlet .pamphlet__button img {
	width: 24px;
	height: auto;
	margin: 3px 0 0;
	display: block;
}

/*================================================================
# pamphlet animation
================================================================ */
.pamphlet .pamphlet__media.is-show {
	opacity: 1;
	transform: scale(1);
}

.pamphlet .pamphlet__lead.is-show {
	opacity: 1;
	transform: translateY(0);
}