html,
body {
	overflow-x: hidden;
}

body {
	color: #30386C;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.access {
	padding: 8.3333333333vw 0 9.0972222222vw;
}

.access__inner {
	margin: 0 auto;
	max-width: 69.4444444444vw;
	width: 100%;
}

.access__title {
	font-size: 2.5vw;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.access__items {
	grid-gap: 3%;
	color: #333;
	display: grid;
	gap: 3%;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.0833333333vw;
}

.access__item {
	display: flex;
	flex-direction: column;
}

.access__map {
	aspect-ratio: 485/320;
	overflow: hidden;
	width: 100%;
}

.access__map iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.access__content {
	padding-top: 1.3888888889vw;
}

.access__campus {
	font-size: 1.7361111111vw;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.access__list {
	list-style: none;
	margin: 0.4861111111vw 0 0;
	padding: 0;
}

.access__list li {
	font-size: 1.25vw;
	line-height: 1.61111;
}

.admission {
	overflow: hidden;
	padding: 8.125vw 0 8.3333333333vw;
}

.admission__inner {
	margin: 0 auto;
	max-width: 69.4444444444vw;
	width: 100%;
}

.admission__body {
	background: url(../images/admission-bg.png) no-repeat center center/contain;
	padding: 4.1666666667vw 2.7777777778vw 4.1666666667vw;
	position: relative;
}

.admission__side {
	bottom: -8.3333333333vw;
	color: #E7EFFA;
	font-family: "GFS Didot", serif;
	font-size: 8.4027777778vw;
	left: -7.2916666667vw;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	position: absolute;
	transform: rotate(-90deg);
	transform-origin: left top;
}

.admission__deco {
	position: absolute;
	right: 2.7777777778vw;
	top: 0.5555555556vw;
	width: 11.9444444444vw;
}

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

.admission__head {
	position: relative;
	z-index: 1;
}

.admission__title {
	font-size: 2.5vw;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.admission__cards {
	margin-top: 4.0277777778vw;
	position: relative;
	z-index: 1;
}

.admission__grid {
	grid-gap: 1.25vw 1.1805555556vw;
	display: grid;
	gap: 1.25vw 1.1805555556vw;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.3194444444vw;
}

.admission__card {
	background: #fff;
	border-radius: 0.6944444444vw;
	box-shadow: 0 0.2083333333vw 1.0416666667vw rgba(0, 0, 0, 0.16);
	overflow: hidden;
	padding: 0.3472222222vw;
}

.admission__card--wide {
	width: 100%;
}

.admission__card-head {
	align-items: center;
	background: #30386C;
	border-radius: 0.4166666667vw 0.4166666667vw 0 0;
	display: flex;
	justify-content: center;
	min-height: 4.2361111111vw;
	padding: 1.1111111111vw 0;
}

.admission__card-title {
	color: #fff;
	font-size: 1.7361111111vw;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.admission__card-body {
	padding: 2.2916666667vw 1.3888888889vw 1.875vw;
}

.admission__card-body--wide {
	align-items: center;
	display: flex;
	gap: 0.3472222222vw;
	justify-content: center;
	padding: 2.1527777778vw 6.9444444444vw 1.5277777778vw 10.4166666667vw;
}

.admission__recommend {
	margin: 0 auto;
	width: 20.7638888889vw;
}

.admission__card-body--wide .admission__recommend {
	flex-shrink: 0;
	margin: 0;
	width: 20.7638888889vw;
}

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

.admission__list {
	list-style: none;
	margin: 0.8333333333vw 0 0;
	padding: 0;
}

.admission__card-body--wide .admission__list {
	margin-top: 0;
}

.admission__list li {
	font-size: 1.25vw;
	font-weight: 700;
	text-align: center;
}

.admission__list li + li {
	margin-top: 0.625vw;
}

.admission__card-body--wide .admission__list li {
	text-align: left;
}

.admission__button-wrap {
	display: flex;
	justify-content: center;
	margin-top: 2.0138888889vw;
	position: relative;
	z-index: 1;
}

.admission__button {
	-webkit-text-decoration: none;
	align-items: center;
	background: #fff;
	border: 3px solid #30386C;
	border-radius: 6.9444444444vw;
	box-sizing: border-box;
	color: #30386C;
	display: flex;
	justify-content: center;
	padding: 1.4583333333vw 4.3055555556vw 1.3888888889vw 4.1666666667vw;
	position: relative;
	text-decoration: none;
	transition: background-color 0.3s, color 0.3s;
	width: 34.2361111111vw;
}

.admission__button-label {
	font-size: 1.4583333333vw;
	font-weight: 700;
}

.admission__button-arrow {
	border-bottom: 0.6944444444vw solid transparent;
	border-left: 1.1111111111vw solid #30386C;
	border-top: 0.6944444444vw solid transparent;
	height: 0;
	position: absolute;
	right: 2.2222222222vw;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}

.admission__button:hover {
	background: #30386C;
	color: #fff;
}

.admission__button:hover .admission__button-arrow {
	border-left-color: #fff;
}

.cta {
	background: transparent url(../images/cta-bg.jpg) no-repeat center center/cover;
	padding: 4.3055555556vw 0 4.1666666667vw;
}

.cta__inner {
	margin: 0 auto;
	max-width: 69.4444444444vw;
	width: 100%;
}

.cta__items {
	display: flex;
	gap: 1.1111111111vw;
	justify-content: center;
}

.cta__item {
	width: 49.3055555556vw;
}

.cta__head {
	display: flex;
	justify-content: center;
}

.cta__head img {
	display: block;
	height: 1.4583333333vw;
	width: auto;
}

.cta__button {
	align-items: center;
	background: #fff;
	border-radius: 3.8888888889vw;
	display: flex;
	justify-content: space-between;
	margin-top: 0.5555555556vw;
	padding: 0.9027777778vw 2.2222222222vw;
	position: relative;
}

.cta__button--center {
	justify-content: center;
}

.cta__content {
	align-items: center;
	display: flex;
	justify-content: center;
}

.cta__button--center .cta__content {
	margin-left: -3.75vw;
}

.cta__icon {
	flex-shrink: 0;
}

.cta__icon img {
	display: block;
	height: 3.6111111111vw;
	width: auto;
}

.cta__label {
	font-size: 1.4583333333vw;
	font-weight: 700;
	margin-left: 0.6944444444vw;
	position: relative;
}

.cta__label::after {
	background: currentColor;
	bottom: -0.2777777778vw;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.3s ease;
	width: 100%;
}

.cta__arrow {
	flex-shrink: 0;
	height: 2.6388888889vw;
	position: absolute;
	right: 2.2222222222vw;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.3s ease;
	width: 1.9444444444vw;
}

.cta__arrow::before {
	border-bottom: 0.9027777778vw solid transparent;
	border-left: 1.3888888889vw solid #30386C;
	border-top: 0.9027777778vw solid transparent;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: transform 0.3s ease;
	width: 0;
}

.cta__button:hover .cta__label::after {
	transform: scaleX(1);
}

.cta__button:hover .cta__arrow {
	transform: translate(0.6944444444vw, -50%);
}

.faculty {
	padding: 7.6388888889vw 0 8.3333333333vw;
}

.faculty__inner {
	margin: 0 auto;
	max-width: 69.4444444444vw;
	width: 100%;
}

.faculty__head {
	margin: 0 auto;
	max-width: 46.5972222222vw;
	width: 100%;
}

.faculty__head picture {
	display: block;
}

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

.faculty__tabs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.4722222222vw;
}

.faculty__tab {
	background: #fff;
	border: 2px solid #30386C;
	border-radius: 1.25vw 1.25vw 0 0;
	color: #30386C;
	font-size: 1.7361111111vw;
	min-height: 6.9444444444vw;
	transition: background-color 0.3s, color 0.3s;
}

.faculty__tab + .faculty__tab {
	margin-left: -0.1388888889vw;
}

.faculty__tab.is-active {
	background: #30386C;
	color: #fff;
}

.faculty__tab:hover {
	background: #30386C;
	color: #fff;
}

.faculty__panels {
	position: relative;
}

.faculty__panel {
	display: none;
}

.faculty__panel.is-active {
	display: block;
}

.faculty__departments {
	grid-gap: 0.6944444444vw;
	display: grid;
	gap: 0.6944444444vw;
}

.faculty__card {
	background: #30386C;
	border-radius: 0 0 0.6944444444vw 0.6944444444vw;
	overflow: hidden;
	position: relative;
}

.faculty__body {
	position: relative;
}

.faculty__content {
	bottom: 0;
	color: #fff;
	display: flex;
	flex-direction: column;
	left: 0;
	padding: 3.8888888889vw 2.0833333333vw 3.4722222222vw 2.7777777778vw;
	position: absolute;
	right: 0;
	top: 0;
}

.faculty__text {
	max-width: 47.9166666667vw;
	position: relative;
	width: 100%;
	z-index: 2;
}

.faculty__heading {
	align-items: center;
	display: flex;
	gap: 1.3888888889vw;
}

.faculty__department-title {
	font-size: 2.5vw;
	font-weight: 700;
	text-shadow: 0 0 0.9027777778vw rgb(48, 56, 108);
}

.faculty__course-title {
	font-family: "Zen Old Mincho", serif;
	font-size: 2.5vw;
	font-weight: 700;
	text-shadow: 0 0 0.9027777778vw rgb(48, 56, 108);
}

.faculty__lead {
	font-size: 1.7361111111vw;
	font-weight: 700;
	line-height: 1.44;
	margin-top: 0.6944444444vw;
	text-shadow: 0 0 0.9027777778vw rgb(48, 56, 108);
}

.faculty__campus {
	position: absolute;
	right: 2.7777777778vw;
	top: 3.9583333333vw;
	width: 10.9027777778vw;
	z-index: 2;
}

.faculty__campus picture {
	display: block;
}

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

.faculty__recommend {
	max-width: 32.8472222222vw;
	padding-top: 4.4444444444vw;
	position: relative;
	width: 100%;
	z-index: 2;
}

.faculty__recommend--wide {
	max-width: 46.7361111111vw;
}

.faculty__recommend-head {
	left: 0;
	position: absolute;
	top: 2.1527777778vw;
	z-index: 2;
}

.faculty__recommend-head img {
	display: block;
	height: auto;
	width: 20.7638888889vw;
}

.faculty__recommend-box {
	background: rgba(48, 56, 108, 0.75);
	padding: 3.4722222222vw 0vw 1.3888888889vw 0.4861111111vw;
	position: relative;
}

.faculty__recommend-box::after {
	border: 2px solid rgba(255, 255, 255, 0.75);
	bottom: 0.4861111111vw;
	content: "";
	left: 0.4861111111vw;
	pointer-events: none;
	position: absolute;
	right: 0.4861111111vw;
	top: 0.4861111111vw;
}

.faculty__recommend-list li {
	font-size: 1.25vw;
	padding-left: 3.9583333333vw;
	position: relative;
	text-shadow: 0 0 0.6944444444vw rgba(0, 0, 0, 0.25);
}

.faculty__recommend-list li + li {
	margin-top: 0.8333333333vw;
}

.faculty__recommend-list li::before {
	background: transparent url(../images/faculty-arrow.png) no-repeat center center/contain;
	content: "";
	height: 1.3194444444vw;
	left: 5%;
	position: absolute;
	top: 47%;
	transform: translateY(-50%);
	width: 1.3194444444vw;
}

.faculty__visual picture {
	display: block;
}

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

.faculty__courses {
	background: #30386C;
	padding: 2.0833333333vw 2.0833333333vw 0.2083333333vw;
}

.faculty__courses-title {
	background: #fff;
	border-radius: 1.8055555556vw 1.8055555556vw 0 0;
	font-size: 1.7361111111vw;
	font-weight: 700;
	padding: 0.5555555556vw 0;
	text-align: center;
}

.faculty__courses-items {
	grid-gap: 1.5%;
	display: grid;
	gap: 1.5%;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1.3194444444vw;
}

.faculty__courses-item {
	background: #fff;
	padding: 2.0833333333vw 1.7361111111vw 2.0833333333vw;
}

.faculty__courses-head {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.faculty__courses-icon {
	width: 4.5138888889vw;
}

.faculty__courses-icon img {
	display: block;
	height: auto;
	width: 100%;
}

.faculty__courses-name {
	font-size: 1.25vw;
	font-weight: 700;
	margin-top: 1.3888888889vw;
	text-align: center;
}

.faculty__courses-text {
	color: #333;
	font-size: 1.1111111111vw;
	line-height: 1.5;
	margin-top: 0.6944444444vw;
}

.faculty__courses-note {
	color: #333;
	font-size: 0.8333333333vw;
	line-height: 1.41666;
	margin-top: 0.4166666667vw;
}

.faculty__accordion {
	align-items: center;
	background: #30386C;
	color: #fff;
	display: flex;
	gap: 1.5277777778vw;
	justify-content: center;
	padding: 0.5555555556vw 0 0.5555555556vw 2.9166666667vw;
	width: 100%;
}

.faculty__accordion-text {
	font-size: 1.7361111111vw;
	font-weight: 700;
}

.faculty__accordion-icon {
	border-left: 0.6944444444vw solid transparent;
	border-right: 0.6944444444vw solid transparent;
	border-top: 0.9722222222vw solid #fff;
	height: 0;
	transition: transform 0.3s;
	width: 0;
}

.faculty__accordion.is-open .faculty__accordion-icon {
	transform: rotate(180deg);
}

.faculty__details {
	background: #30386C;
	display: none;
	padding: 1.3888888889vw 2.0833333333vw 2.0833333333vw;
}

.faculty__detail-items {
	grid-gap: 1.25vw 1.9444444444vw;
	display: grid;
	gap: 1.25vw 1.9444444444vw;
	grid-template-columns: repeat(2, 1fr);
}

.faculty__detail-items--staggered {
	align-items: start;
}

.faculty__detail-items--areas .faculty__detail-item:nth-child(1) {
	grid-area: 1/1/2/2;
}

.faculty__detail-items--areas .faculty__detail-item:nth-child(2) {
	align-self: stretch;
	grid-area: 1/2/2/3;
	height: 100%;
}

.faculty__detail-items--areas .faculty__detail-item:nth-child(3) {
	grid-area: 2/1/3/2;
}

.faculty__detail-items--areas .faculty__detail-item:nth-child(4) {
	grid-area: 2/2/4/3;
}

.faculty__detail-items--areas .faculty__detail-item--notes {
	align-self: start;
	grid-area: 3/1/4/2;
}

.faculty__detail-item {
	background: #fff;
	padding: 0.9027777778vw 1.7361111111vw 0.9027777778vw;
}

.faculty__detail-item--notes {
	background: transparent;
	padding: 0;
}

.faculty__detail-title {
	border-bottom: 1px solid #707070;
	color: #333;
	font-size: 1.25vw;
	font-weight: 700;
	letter-spacing: 0.13em;
	padding-bottom: 0.6944444444vw;
	padding-left: 0.5555555556vw;
}

.faculty__detail-list {
	margin-top: 0.5555555556vw;
}

.faculty__detail-list li {
	color: #333;
	font-size: 1.1111111111vw;
	line-height: 1.5;
	padding-left: 0.5555555556vw;
}

.faculty__sup {
	font-size: 0.9027777778vw;
	line-height: 1;
	vertical-align: top;
}

.faculty__detail-notes {
	margin-top: -6.0416666667vw;
}

.faculty__detail-notes--life {
	margin-top: -0.7638888889vw;
}

.faculty__detail-notes p {
	color: #fff;
	font-size: 0.8333333333vw;
	font-weight: 400;
	line-height: 1.41666;
}

.note-mark {
	font-size: 0.7em;
	vertical-align: super;
}

.footer__inner {
	display: grid;
	grid-template-columns: 36.6% 63.4%;
}

.footer__brand {
	align-items: center;
	background: #DA282D;
	display: flex;
	justify-content: center;
}

.footer__logo {
	display: block;
	width: 19.4444444444vw;
}

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

.footer__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 4.3055555556vw 4.1666666667vw 2.0833333333vw;
}

.footer__campuses {
	display: grid;
	grid-template-columns: 53% 47%;
}

.footer__campus--chiyoda {
	border-right: 1px solid #EDE8E8;
	padding-right: 2.0833333333vw;
}

.footer__campus--machida {
	padding-left: 2.0833333333vw;
}

.footer__campus-title {
	color: #333;
	font-size: 1.7361111111vw;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
}

.footer__campus-address,
.footer__campus-tel {
	color: #333;
	font-size: 1.25vw;
	line-height: 1.44444;
	margin: 0;
}

.footer__campus-address {
	margin-top: 0.6944444444vw;
}

.footer__buttons {
	grid-gap: 1.25vw;
	display: grid;
	gap: 1.25vw;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 0.6944444444vw;
}

.footer__buttons--single {
	grid-template-columns: 1fr;
}

.footer__button {
	-webkit-text-decoration: none;
	align-items: center;
	background: #30386C;
	border-radius: 0.6944444444vw;
	color: #fff;
	display: flex;
	font-size: 1.25vw;
	justify-content: center;
	line-height: 1.44444;
	padding: 0.8333333333vw 0;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.footer__button[href]:hover {
	opacity: 0.8;
}



.footer__button--wide {
	flex-direction: column;
}

.footer__button-faculty,
.footer__button-links {
	display: block;
}

.footer__button-links {
	display: flex;
	justify-content: center;
	width: 80%;
}

.footer__button-link {
	-webkit-text-decoration: none;
	color: inherit;
	flex: 1;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.footer__button-link:hover {
	opacity: 0.8;
}

.footer__sns {
	align-items: center;
	display: flex;
	gap: 1.3888888889vw;
	margin-top: 1.9444444444vw;
	padding-left: 1.875vw;
}

.footer__sns-link {
	-webkit-text-decoration: none;
	align-items: center;
	display: flex;
	justify-content: center;
	text-decoration: none;
	transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s;
}

.footer__sns-link:hover {
	opacity: 0.8;
	transform: translateY(-3px) scale(1.08);
}

.footer__sns-icon {
	align-items: center;
	display: flex;
	height: 1.8055555556vw;
	justify-content: center;
	width: 1.8055555556vw;
}

.footer__sns-icon--fb {
	width: 1.1111111111vw;
}

.footer__sns-icon img {
	display: block;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}

.header {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.header__inner {
	padding-left: 3.75vw;
	padding-top: 2.7083333333vw;
	width: 100%;
}

.header__logo {
	width: 20.9722222222vw;
}

.header__logo a {
	display: block;
}

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

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1050px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.intro {
	background: url(../images/intro-bg.png) no-repeat top center/100% auto;
	overflow: hidden;
	padding-top: 8.3333333333vw;
	position: relative;
}

.intro__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 69.4444444444vw;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 2;
}

.intro__title {
	font-size: 3.2638888889vw;
	font-weight: 700;
}

.intro__text {
	font-size: 1.25vw;
	line-height: 3.33333;
	margin-top: 3.125vw;
}

.intro__loop {
	margin-top: 0.6944444444vw;
}

.intro__track {
	animation: intro-loop 30s linear infinite;
	display: flex;
	width: -moz-max-content;
	width: max-content;
}

.intro__item {
	flex: 0 0 auto;
	width: 162.3611111111vw;
}

.intro__item picture {
	display: block;
}

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

.mv {
	position: relative;
	width: 100%;
}

.mv > picture {
	display: block;
}

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

.mv__text {
	left: 50%;
	position: absolute;
	top: 17.4305555556vw;
	transform: translateX(-50%);
	width: 30.9027777778vw;
	z-index: 2;
}

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

.mv__banner {
	bottom: 2.2916666667vw;
	position: absolute;
	right: 2.2916666667vw;
	width: 32.9861111111vw;
	z-index: 2;
}

.mv__banner a {
	display: block;
	transition: transform 0.3s ease;
}

.mv__banner a:hover {
	transform: translateY(-6px) scale(1.03);
}

.mv__banner picture {
	display: block;
}

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

.navi {
	padding-top: 7.9861111111vw;
}

.navi__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 69.4444444444vw;
	width: 100%;
}

.navi__items {
	grid-column-gap: 1.5%;
	-moz-column-gap: 1.5%;
	grid-row-gap: 2.0833333333vw;
	column-gap: 1.5%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 2.0833333333vw;
	width: 100%;
}

.navi__item {
	align-items: center;
	background: #fff;
	border: 2px solid #30386C;
	border-radius: 4.4444444444vw;
	display: flex;
	justify-content: center;
	padding: 1.25vw 0;
	position: relative;
	transition: background-color 0.3s, color 0.3s;
}

.navi__label {
	font-size: 1.25vw;
	text-align: center;
}

.navi__icon {
	align-items: center;
	background: #30386C;
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex-shrink: 0;
	height: 2.9166666667vw;
	justify-content: center;
	position: absolute;
	right: 0.8333333333vw;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 0.3s, color 0.3s;
	width: 2.9166666667vw;
}

.navi__arrow {
	display: block;
	flex-shrink: 0;
	height: 1.3888888889vw;
	width: 0.5555555556vw;
}

.navi__item:hover {
	background: #30386C;
	color: #fff;
}

.navi__item:hover .navi__icon {
	background: #fff;
	color: #30386C;
}

.oc {
	background: url(../images/oc-bg.png) no-repeat right top/auto 100%;
	padding: 9.375vw 0 0;
	position: relative;
}

.oc__bg-text {
	color: #E7EFFA;
	font-family: "GFS Didot", serif;
	font-size: 8.4027777778vw;
	left: -1.3888888889vw;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	top: 1.25vw;
	white-space: nowrap;
	writing-mode: vertical-rl;
}

.oc__inner {
	margin: 0 auto;
	max-width: 76.7361111111vw;
	position: relative;
	width: 100%;
}

.oc__deco {
	position: absolute;
	z-index: 1;
}

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

.oc__deco--01 {
	left: 4.2361111111vw;
	top: -5.0694444444vw;
	width: 14.5833333333vw;
}

.oc__deco--02 {
	left: 4.0277777778vw;
	top: 4.3055555556vw;
	width: 16.4583333333vw;
}

.oc__deco--03 {
	right: 3.6805555556vw;
	top: -5.2777777778vw;
	width: 15.0694444444vw;
}

.oc__slider-wrap {
	position: relative;
	z-index: 2;
}

.oc__head {
	text-align: center;
}

.oc__title-main {
	border-bottom: 2px solid #fff;
	font-family: "GFS Didot", serif;
	font-size: 5.3472222222vw;
	font-weight: 400;
	line-height: 1;
	margin: 0 auto;
	padding-bottom: 0.5555555556vw;
	width: -moz-fit-content;
	width: fit-content;
}

.oc__title-sub {
	font-size: 1.7361111111vw;
	font-weight: 700;
	margin-top: 0.625vw;
}

.oc__slider-wrap {
	margin-top: 4.1666666667vw;
	overflow: hidden;
	padding: 3.1944444444vw 0 8.6111111111vw;
	position: relative;
}

.oc__slider {
	overflow: visible;
}

.oc__slide {
	padding: 0 0.9722222222vw;
	width: 27.9166666667vw;
}

.oc__slide.swiper-slide-active {
	z-index: 2;
}

.oc__card {
	background: transparent;
	width: 100%;
}

.oc__image {
	aspect-ratio: 318/222;
	background: #d9d9d9;
	border-radius: 0.6944444444vw;
	margin: 0 auto;
	overflow: hidden;
	transform-origin: center bottom;
	transition: transform 0.3s ease;
	width: 22.0833333333vw;
}

.oc__image img {
	-o-object-fit: cover;
	-o-object-position: center;
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.oc__slide.swiper-slide-active .oc__image {
	transform: scale(1.2);
}

.oc__body {
	background: #fff;
	left: 50%;
	margin-top: -0.6944444444vw;
	min-height: 11.1111111111vw;
	padding: 1.9444444444vw 0.7638888889vw 1.3888888889vw;
	position: relative;
	transform: translateX(-50%);
	transition: width 0.3s ease;
	width: 20.8333333333vw;
	z-index: -1;
}

.oc__slide.swiper-slide-active .oc__body {
	width: 25.3472222222vw;
}

.oc__card-title {
	font-size: 1.3888888889vw;
	font-weight: 700;
	text-align: center;
}

.oc__card-text {
	color: #333;
	font-size: 1.0416666667vw;
	letter-spacing: 0.07em;
	line-height: 1.55;
	margin-top: 0.7638888889vw;
}

.oc__nav {
	align-items: center;
	bottom: 4.1vw;
	display: flex;
	gap: 2.2222222222vw;
	justify-content: center;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: -moz-max-content;
	width: max-content;
}

.oc__arrow {
	background: #fff;
	border: 2px solid #30386C;
	border-radius: 50%;
	box-sizing: border-box;
	display: block;
	flex-shrink: 0;
	height: 3.8888888889vw;
	padding: 0;
	position: relative;
	width: 3.8888888889vw;
}

.oc__arrow::before {
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0;
}

.oc__arrow--prev::before {
	border-bottom: 0.5555555556vw solid transparent;
	border-right: 0.8333333333vw solid #30386C;
	border-top: 0.5555555556vw solid transparent;
	margin-left: -0.1388888889vw;
}

.oc__arrow--next::before {
	border-bottom: 0.5555555556vw solid transparent;
	border-left: 0.8333333333vw solid #30386C;
	border-top: 0.5555555556vw solid transparent;
	margin-left: 0.1388888889vw;
}

.oc__pagination {
	align-items: center;
	display: flex;
	gap: 2.5694444444vw;
	justify-content: center;
}

.oc__pagination .swiper-pagination-bullet {
	margin: 0 !important;
}

.oc__pagination .swiper-pagination-bullet {
	background: #fff;
	border: 1px solid #333;
	border-radius: 50%;
	height: 1.1111111111vw;
	opacity: 1;
	width: 1.1111111111vw;
}

.oc__pagination .swiper-pagination-bullet-active {
	background: #333;
}

.support {
	overflow: hidden;
	padding: 2.6388888889vw 0 4.1666666667vw;
	position: relative;
}

.support::before {
	background: #e7effa;
	border-radius: 0 6.9444444444vw 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 13vw;
	width: 92.5vw;
	z-index: -1;
}

.support__side {
	bottom: 0;
	color: #E7EFFA;
	font-family: "GFS Didot", serif;
	font-size: 8.4027777778vw;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	position: absolute;
	right: 9.0277777778vw;
	transform: rotate(90deg);
	transform-origin: right bottom;
}

.support__inner {
	width: 100%;
}

.support__head {
	margin: 0 auto;
	max-width: 59.7916666667vw;
	width: 100%;
}

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

.support__body {
	margin: 2.7777777778vw calc(50% - 50vw) 0;
	overflow: visible;
	padding: 4.1666666667vw 0 2.0833333333vw;
	position: relative;
	width: 100vw;
}

.support__body > * {
	position: relative;
	z-index: 1;
}

.support__lead {
	font-size: 1.7361111111vw;
	font-weight: 700;
	text-align: center;
}

.support__slider {
	margin-top: 1.875vw;
	overflow: visible;
}

.support__slide {
	width: 23.6111111111vw !important;
}

.support__slide {
	box-sizing: border-box;
	padding: 0 0.6944444444vw;
}

.support__slide-image {
	aspect-ratio: 320/223;
	border-radius: 0.6944444444vw;
	overflow: hidden;
}

.support__slide-image img {
	display: block;
	height: auto;
	width: 100%;
}

.support__slide-title {
	font-size: 1.3888888889vw;
	margin-top: 1.3888888889vw;
	text-align: center;
}

.support__nav {
	align-items: center;
	display: flex;
	gap: 1.3888888889vw;
	justify-content: center;
	margin: 1.3194444444vw auto 0;
	width: -moz-max-content;
	width: max-content;
}

.support__arrow {
	background: #fff;
	border: 2px solid #30386C;
	border-radius: 50%;
	box-sizing: border-box;
	display: block;
	flex-shrink: 0;
	height: 3.8888888889vw;
	padding: 0;
	position: relative;
	width: 3.8888888889vw;
}

.support__arrow::before {
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0;
}

.support__arrow--prev::before {
	border-bottom: 0.5555555556vw solid transparent;
	border-right: 0.8333333333vw solid #30386C;
	border-top: 0.5555555556vw solid transparent;
	margin-left: -0.1388888889vw;
}

.support__arrow--next::before {
	border-bottom: 0.5555555556vw solid transparent;
	border-left: 0.8333333333vw solid #30386C;
	border-top: 0.5555555556vw solid transparent;
	margin-left: 0.1388888889vw;
}

.support__pagination {
	align-items: center;
	display: flex;
	gap: 1.3888888889vw;
	justify-content: center;
}

.support__pagination .swiper-pagination-bullet {
	margin: 0 !important;
}

.support__pagination .swiper-pagination-bullet {
	background: #fff;
	border: 1px solid #333;
	border-radius: 50%;
	height: 1.1111111111vw;
	opacity: 1;
	width: 1.1111111111vw;
}

.support__pagination .swiper-pagination-bullet-active {
	background: #333;
}

.support__data {
	margin: 0 auto;
	max-width: 69.4444444444vw;
}

.support__data-title {
	align-items: center;
	background: white;
	border: 1px solid #30386C;
	border-radius: 69.375vw;
	display: flex;
	font-size: 1.3888888889vw;
	font-weight: 700;
	justify-content: center;
	margin: 0;
	padding: 0.6944444444vw 0;
}

.support__data-grid {
	grid-gap: 0 0.9%;
	display: grid;
	gap: 0 0.9%;
	grid-template-columns: 1fr 1fr 2fr 1fr;
	grid-template-rows: auto auto auto auto;
	margin-top: 2.0138888889vw;
}

.div1 {
	grid-area: 1/1/2/3;
}

.div2 {
	grid-area: 1/3/2/4;
}

.div3 {
	grid-area: 1/4/2/5;
}

.div4 {
	grid-area: 2/1/3/2;
}

.div5 {
	grid-area: 2/2/3/3;
}

.div6 {
	grid-area: 2/3/3/4;
}

.div7 {
	grid-area: 2/4/3/5;
}

.div8 {
	grid-area: 3/1/4/2;
}

.div9 {
	grid-area: 3/2/4/3;
}

.div10 {
	grid-area: 3/3/4/4;
}

.div11 {
	grid-area: 3/4/4/5;
}

.div12 {
	grid-area: 4/1/5/2;
}

.div13 {
	grid-area: 4/2/5/3;
}

.div14 {
	grid-area: 4/3/5/4;
}

.div15 {
	grid-area: 4/4/5/5;
}

.div2,
.div4,
.div5,
.div6,
.div7,
.div8,
.div9,
.div10,
.div11,
.div12,
.div13,
.div14,
.div15 {
	background: #30386C;
}

.div2 {
	border-radius: 0.6944444444vw 0.6944444444vw 0 0;
	padding: 0.2777777778vw 0 0.8333333333vw;
}

.div4,
.div5,
.div7 {
	border-radius: 0.6944444444vw 0.6944444444vw 0 0;
	padding: 0.4166666667vw;
}

.div6 {
	padding: 0 0.5555555556vw;
}

.div10,
.div11 {
	padding: 0.2777777778vw 0.5555555556vw;
}

.div12,
.div13,
.div15 {
	border-radius: 0 0 0.6944444444vw 0.6944444444vw;
	padding: 0 1.25vw 1.0416666667vw;
}

.div14 {
	border-radius: 0 0 0.6944444444vw 0.6944444444vw;
	padding: 0 0.9722222222vw 0;
}

.support__data-major,
.support__data-faculty,
.support__data-department,
.support__data-subfaculty,
.support__data-subdepartment {
	color: #fff;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.support__data-major {
	font-size: 1.25vw;
}

.support__data-faculty,
.support__data-department,
.support__data-subfaculty,
.support__data-subdepartment {
	font-size: 1.25vw;
	line-height: 1.5;
}

.support__data-subcards {
	grid-gap: 0.6944444444vw;
	display: grid;
	gap: 0.6944444444vw;
	grid-template-columns: repeat(2, 1fr);
}

.support__data-subcard {
	align-items: center;
	background: #fff;
	border-radius: 0.6944444444vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0.4166666667vw;
}

.support__data-subcard .support__data-subfaculty,
.support__data-subcard .support__data-subdepartment {
	color: #30386C;
}

.support__data-subcards-note {
	grid-gap: 0.6944444444vw;
	display: grid;
	gap: 0.6944444444vw;
	grid-template-columns: repeat(2, 1fr);
}

.support__data-note {
	color: #fff;
	font-size: 0.8333333333vw;
	font-weight: 700;
	margin: 0;
	text-align: right;
}

.support__data-circles {
	grid-gap: 0 12%;
	display: grid;
	gap: 0 12%;
	grid-template-columns: repeat(2, 1fr);
}

.support__data-circle {
	align-items: center;
	aspect-ratio: 1;
	background: #fff;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	position: relative;
}

.support__data-circle::before {
	border: 2px solid #858AA8;
	border-radius: 50%;
	bottom: 0.3472222222vw;
	content: "";
	left: 0.3472222222vw;
	position: absolute;
	right: 0.3472222222vw;
	top: 0.3472222222vw;
}

.support__data-circle--small {
	max-width: none;
}

.support__data-rate {
	align-items: flex-end;
	color: #30386C;
	display: flex;
	gap: 0 1%;
	justify-content: center;
	margin: 0;
	padding-bottom: 8%;
}

.support__data-rate-num {
	font-size: 4.8611111111vw;
	font-weight: 700;
	line-height: 0.9;
}

.support__data-rate-decimal {
	font-size: 2.5vw;
	font-weight: 700;
	line-height: 0.9;
}

.support__data-rate-unit {
	font-size: 1.7361111111vw;
	font-weight: 700;
	line-height: 0.9;
}

.tuition {
	background: url(../images/tuition-bg.jpg) repeat center top/83.3333333333vw auto;
	padding: 4.1666666667vw 0 4.1666666667vw;
}

.tuition__inner {
	margin: 0 auto;
	max-width: 69.4444444444vw;
	width: 100%;
}

.tuition__body {
	background: #fff;
	border-radius: 6.9444444444vw;
	box-shadow: 0 0.2083333333vw 1.0416666667vw rgba(0, 0, 0, 0.16);
	padding: 4.1666666667vw 4.1666666667vw 4.1666666667vw;
}

.tuition__head {
	text-align: center;
}

.tuition__title,
.tuition__lead {
	color: #30386C;
	font-weight: 700;
	margin: 0;
}

.tuition__title {
	font-size: 2.5vw;
}

.tuition__lead {
	font-size: 2.5vw;
	margin-top: 0.5555555556vw;
}

.tuition__accordion {
	margin-top: 1.9444444444vw;
}

.tuition__item + .tuition__item {
	margin-top: 0.6944444444vw;
}

.tuition__item.is-open {
	border: 1px solid #30386C;
	border-radius: 6.9444444444vw 6.9444444444vw 0.6944444444vw 0.6944444444vw;
	overflow: hidden;
}

.tuition__button {
	align-items: center;
	background: #30386C;
	border: none;
	border-radius: 69.375vw;
	cursor: pointer;
	display: flex;
	justify-content: center;
	padding: 1.8055555556vw 0;
	position: relative;
	width: 100%;
}

.tuition__item.is-open .tuition__button {
	border-radius: 0;
}

.tuition__button-label {
	color: #fff;
	font-size: 1.7361111111vw;
}

.tuition__button-icon {
	height: 1.4583333333vw;
	position: absolute;
	right: 5.5555555556vw;
	top: 50%;
	transform: translateY(-50%);
	width: 1.4583333333vw;
}

.tuition__button-icon::before,
.tuition__button-icon::after {
	background: #fff;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.tuition__button-icon::before {
	height: 0.2083333333vw;
	width: 1.4583333333vw;
}

.tuition__button-icon::after {
	height: 1.4583333333vw;
	transition: opacity 0.3s ease;
	width: 0.2083333333vw;
}

.tuition__item.is-open .tuition__button-icon::after {
	opacity: 0;
}

.tuition__content {
	background: #fff;
	color: #333;
	display: none;
}

.tuition__content-inner {
	grid-gap: 0;
	display: grid;
	gap: 0;
	grid-template-columns: 41% 59%;
	padding: 1.4583333333vw 4.5833333333vw 2.0833333333vw 5.6944444444vw;
}

.tuition__content-inner--life {
	display: block;
	padding: 1.9444444444vw 0.4861111111vw 2.7777777778vw;
}

.tuition__life-summary {
	text-align: center;
}

.tuition__life-programs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 0.3472222222vw;
}

.tuition__program + .tuition__program {
	border-left: 1px dashed #30386C;
}

.tuition__program-title {
	display: flex;
	flex-direction: column;
	font-size: 1.25vw;
	font-weight: 500;
	height: 3.75vw;
	justify-content: center;
	margin: 0 0 0.6944444444vw;
	text-align: center;
}

.tuition__program .tuition__table-wrap {
	max-width: 100%;
}

.tuition__life-section--child {
	border-top: 1px solid #30386C;
	display: grid;
	grid-template-columns: 44% 56%;
	margin-top: 1.9444444444vw;
	padding: 1.5277777778vw 1.5972222222vw 1.8055555556vw 5.2777777778vw;
}

.tuition__summary {
	align-self: center;
	padding-top: 2.7777777778vw;
}

.tuition__faculty,
.tuition__department,
.tuition__reference {
	margin: 0;
}

.tuition__faculty {
	font-size: 1.7361111111vw;
}

.tuition__department {
	font-size: 2.5vw;
	font-weight: 700;
	margin-top: 0.3472222222vw;
}

.tuition__reference {
	font-size: 1.3888888889vw;
	margin-top: 0.3472222222vw;
}

.tuition__reference--life {
	margin-top: -0.1388888889vw;
}

.tuition__table {
	border-collapse: collapse;
	width: 100%;
}

.tuition__table th,
.tuition__table td {
	border-bottom: 1px solid #EDE8E8;
	font-weight: 500;
	padding: 0.4861111111vw 0;
}

.tuition__table th {
	font-size: 1.25vw;
	padding-left: 2.0833333333vw;
	text-align: left;
}

.tuition__table td {
	font-size: 1.4583333333vw;
	padding-right: 2.2222222222vw;
	text-align: right;
}

.tuition__amount-num {
	font-size: 1.4583333333vw;
}

.tuition__amount-yen {
	font-size: 1.1111111111vw;
	margin-left: 0.1388888889vw;
}

.tuition__total {
	align-items: flex-end;
	display: flex;
	gap: 1.3888888889vw;
	justify-content: space-between;
	padding-top: 1.0416666667vw;
}

.tuition__total-label {
	font-size: 1.25vw;
	font-weight: 700;
	line-height: 1.44444;
	margin: 0;
	padding-left: 2.0833333333vw;
}

.tuition__total-price {
	padding-right: 2.0833333333vw;
}

.tuition__total-price .tuition__amount-num {
	font-size: 2.5vw;
	font-weight: 700;
	margin: 0;
}

.tuition__total-price .tuition__amount-yen {
	font-size: 1.25vw;
	font-weight: 700;
	margin-left: 0.1388888889vw;
}

.tuition__button-wrap {
	display: flex;
	justify-content: center;
	margin-left: 0.1388888889vw;
	margin-top: 2.0833333333vw;
}

.tuition__link {
	-webkit-text-decoration: none;
	align-items: center;
	background: #fff;
	border: 3px solid #30386C;
	border-radius: 69.375vw;
	color: #30386C;
	display: flex;
	justify-content: center;
	padding: 1.3194444444vw 0;
	position: relative;
	text-decoration: none;
	transition: background-color 0.3s, color 0.3s;
	width: 34.2361111111vw;
}

.tuition__link:hover {
	background: #30386C;
	color: #fff;
}

.tuition__link-label {
	font-size: 1.4583333333vw;
	font-weight: 700;
}

.tuition__link-arrow {
	border-bottom: 0.7638888889vw solid transparent;
	border-left: 1.25vw solid #30386C;
	border-top: 0.7638888889vw solid transparent;
	height: 0;
	position: absolute;
	right: 2.3611111111vw;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}

.tuition__link:hover .tuition__link-arrow {
	border-left-color: #fff;
}

@media (max-width: 1000px) {

html {
	font-size: 1.6vw;
}

}

@media screen and (max-width: 767px) {

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.access {
	padding: 16vw 0 16.5333333333vw;
}

.access__inner {
	max-width: 89.3333333333vw;
}

.access__title {
	font-size: 6.4vw;
}

.access__items {
	gap: 6.1333333333vw;
	grid-template-columns: 1fr;
	margin-top: 7.4666666667vw;
}

.access__map {
	aspect-ratio: 335/221;
}

.access__content {
	padding-top: 2.6666666667vw;
}

.access__campus {
	font-size: 4.8vw;
}

.access__list {
	margin-top: 2.6666666667vw;
}

.access__list li {
	font-size: 3.7333333333vw;
	line-height: 1.35714;
}

.admission {
	padding: 16vw 0;
}

.admission__inner {
	max-width: 89.3333333333vw;
}

.admission__body {
	background: url(../images/admission-bg_sp.png) no-repeat center center/contain;
	padding: 8vw 2.4vw 8vw;
}

.admission__side {
	display: none;
}

.admission__deco {
	right: 3.4666666667vw;
	top: 7.7333333333vw;
	width: 25.3333333333vw;
}

.admission__title {
	font-size: 6.4vw;
	line-height: 1.45833;
	text-align: left;
}

.admission__cards {
	margin-top: 5.0666666667vw;
}

.admission__grid {
	gap: 2.9333333333vw;
	grid-template-columns: 1fr;
	margin-top: 2.6666666667vw;
}

.admission__card {
	border-radius: 2.6666666667vw;
	box-shadow: 0 0.8vw 4vw rgba(0, 0, 0, 0.16);
	padding: 1.6vw;
}

.admission__card-head {
	border-radius: 1.6vw 1.6vw 0 0;
	padding: 2.6666666667vw 0;
}

.admission__card-title {
	font-size: 4.8vw;
}

.admission__card-title--small {
	font-size: 4.2666666667vw;
}

.admission__card-body {
	padding: 1.0666666667vw 0 2.4vw;
}

.admission__card-body--wide {
	display: block;
	padding: 1.0666666667vw 0 2.4vw;
}

.admission__recommend {
	width: 55.2vw;
}

.admission__card-body--wide .admission__recommend {
	margin: 0 auto;
	width: 55.2vw;
}

.admission__list {
	margin-top: 1.0666666667vw;
}

.admission__card-body--wide .admission__list {
	margin-top: 1.0666666667vw;
}

.admission__list li {
	font-size: 3.7333333333vw;
	text-align: center;
}

.admission__list li + li {
	margin-top: 2.1333333333vw;
}

.admission__card-body--wide .admission__list li {
	text-align: center;
}

.admission__button-wrap {
	margin-top: 7.7333333333vw;
}

.admission__button {
	border-radius: 266.4vw;
	padding: 3.4666666667vw 16.5333333333vw 3.4666666667vw 16vw;
	width: 100%;
}

.admission__button-label {
	font-size: 3.7333333333vw;
}

.admission__button-arrow {
	border-bottom-width: 1.8666666667vw;
	border-left-width: 2.9333333333vw;
	border-top-width: 1.8666666667vw;
	right: 2.6666666667vw;
}

.cta {
	background: transparent url(../images/cta-bg_sp.jpg) no-repeat center center/cover;
	padding: 7.7333333333vw 0 8vw;
}

.cta__inner {
	max-width: 100vw;
}

.cta__items {
	align-items: center;
	flex-direction: column;
	gap: 8vw;
}

.cta__item {
	width: 89.3333333333vw;
}

.cta__head img {
	height: 4vw;
}

.cta__button {
	border-radius: 14.1333333333vw;
	margin-top: 2.1333333333vw;
	padding: 2.1333333333vw 6.1333333333vw;
}

.cta__button.cta__button--center {
	padding: 0.5333333333vw 17.3333333333vw;
}

.cta__content {
	justify-content: flex-start;
	width: 100%;
}

.cta__icon img {
	height: 9.3333333333vw;
}

.cta__button:first-child .cta__icon img {
	height: 9.3333333333vw;
}

.cta__button--center .cta__icon img {
	height: 12.8vw;
}

.cta__label {
	font-size: 3.7333333333vw;
	margin-left: 1.3333333333vw;
}

.cta__arrow {
	height: 8.2666666667vw;
	right: 5.3333333333vw;
	width: 3.7333333333vw;
}

.cta__arrow::before {
	border-bottom-width: 2.1333333333vw;
	border-left-width: 3.7333333333vw;
	border-top-width: 2.1333333333vw;
}

.faculty {
	padding: 16vw 0;
}

.faculty__inner {
	max-width: 89.3333333333vw;
}

.faculty__head {
	max-width: 80.8vw;
}

.faculty__tabs {
	margin-top: 7.7333333333vw;
}

.faculty__tab {
	border-radius: 1.3333333333vw 1.3333333333vw 0 0;
	font-size: 3.2vw;
	min-height: 9.0666666667vw;
}

.faculty__tab + .faculty__tab {
	margin-left: -0.5333333333vw;
}

.faculty__departments {
	gap: 1.3333333333vw;
}

.faculty__card {
	border-radius: 0 0 2.6666666667vw 2.6666666667vw;
}

.faculty__content {
	padding: 7.7333333333vw 3.4666666667vw 7.7333333333vw 3.4666666667vw;
}

.faculty__text {
	max-width: 73.3333333333vw;
}

.faculty__heading {
	display: block;
}

.faculty__department-title {
	font-size: 4.8vw;
}

.faculty__course-title {
	font-size: 4.8vw;
	margin-top: 1.0666666667vw;
}

.faculty__lead {
	font-size: 3.7333333333vw;
	line-height: 1.42857;
	margin-top: 4vw;
}

.faculty__campus {
	right: 2.1333333333vw;
	top: 1.8666666667vw;
	width: 26.9333333333vw;
}

.faculty__recommend {
	max-width: 80.5333333333vw;
	padding-top: 11.4666666667vw;
	width: 100%;
}

.faculty__recommend--wide {
	max-width: 80.5333333333vw;
}

.faculty__recommend-head {
	left: 0;
	top: 6.1333333333vw;
}

.faculty__recommend-head img {
	height: auto;
	width: 46.4vw;
}

.faculty__recommend-box {
	padding: 6.1333333333vw 2.1333333333vw 2.6666666667vw 2.1333333333vw;
	position: relative;
}

.faculty__recommend-box::after {
	border: 2px solid rgba(255, 255, 255, 0.75);
	bottom: 1.0666666667vw;
	content: "";
	left: 1.0666666667vw;
	pointer-events: none;
	position: absolute;
	right: 1.0666666667vw;
	top: 1.0666666667vw;
}

.faculty__recommend-list li {
	font-size: 3.7333333333vw;
	padding-left: 7.7333333333vw;
}

.faculty__recommend-list li + li {
	margin-top: 0.5333333333vw;
}

.faculty__recommend-list li::before {
	background: transparent url(../images/faculty-arrow.png) no-repeat center center/contain;
	height: 2.9333333333vw;
	left: 2.1333333333vw;
	top: 2.9333333333vw;
	transform: translateY(-50%);
	width: 2.9333333333vw;
}

.faculty__courses {
	padding: 4.2666666667vw 2.6666666667vw 1.3333333333vw;
}

.faculty__courses-title {
	border-radius: 6.9333333333vw 6.9333333333vw 0 0;
	font-size: 4.2666666667vw;
	padding: 2.6666666667vw 2.6666666667vw;
}

.faculty__courses-items {
	gap: 3.2vw;
	grid-template-columns: 1fr;
	margin-top: 2.6666666667vw;
}

.faculty__courses-item {
	padding: 2.6666666667vw 2.6666666667vw;
}

.faculty__courses-head {
	align-items: center;
	flex-direction: row;
	gap: 3.2vw;
	justify-content: center;
}

.faculty__courses-icon {
	flex-shrink: 0;
	width: 12.8vw;
}

.faculty__courses-name {
	font-size: 4.2666666667vw;
	margin-top: 0;
	text-align: left;
}

.faculty__courses-text {
	font-size: 3.7333333333vw;
	line-height: 1.42857;
	margin-top: 2.6666666667vw;
}

.faculty__courses-note {
	font-size: 3.2vw;
	line-height: 1.41666;
}

.faculty__accordion {
	gap: 2.6666666667vw;
	min-height: 10.6666666667vw;
	padding: 2.6666666667vw;
}

.faculty__accordion-text {
	font-size: 3.7333333333vw;
	line-height: 1.4;
}

.faculty__accordion-icon {
	border-left-width: 1.6vw;
	border-right-width: 1.6vw;
	border-top-width: 2.1333333333vw;
}

.faculty__details {
	padding: 1.3333333333vw 2.6666666667vw 5.3333333333vw;
}

.faculty__detail-items {
	gap: 4vw;
	grid-template-columns: 1fr;
}

.faculty__detail-items--staggered {
	align-items: stretch;
}

.faculty__detail-items--areas .faculty__detail-item:nth-child(1),
.faculty__detail-items--areas .faculty__detail-item:nth-child(2),
.faculty__detail-items--areas .faculty__detail-item:nth-child(3),
.faculty__detail-items--areas .faculty__detail-item:nth-child(4),
.faculty__detail-items--areas .faculty__detail-item--notes {
	align-self: auto;
	grid-area: auto;
	height: auto;
}

.faculty__detail-item {
	padding: 2.6666666667vw 4.2666666667vw 3.4666666667vw;
}

.faculty__detail-item--notes {
	padding: 0;
}

.faculty__detail-title {
	font-size: 4.2666666667vw;
	letter-spacing: 0;
	padding-bottom: 2.1333333333vw;
	padding-left: 0;
}

.faculty__detail-list {
	margin-top: 2.4vw;
}

.faculty__detail-list li {
	font-size: 3.7333333333vw;
	line-height: 1.4;
	padding-left: 0;
}

.faculty__sup {
	font-size: 3.4666666667vw;
	line-height: 1;
	vertical-align: top;
}

.faculty__detail-notes {
	margin-top: 0;
}

.faculty__detail-notes--life {
	margin-top: 0;
}

.faculty__tab:hover {
	background: #fff;
	color: #30386C;
}

.faculty__detail-notes p {
	font-size: 3.2vw;
	line-height: 1.41666;
}

.footer__inner {
	grid-template-columns: 1fr;
}

.footer__brand {
	padding: 5.3333333333vw 0;
}

.footer__logo {
	width: 45.3333333333vw;
}

.footer__content {
	padding: 8vw 17.3333333333vw 5.3333333333vw;
}

.footer__campuses {
	grid-template-columns: 1fr;
}

.footer__campus {
	min-height: 0;
}

.footer__campus--chiyoda {
	border-right: none;
	padding-bottom: 8.8vw;
	padding-right: 0;
}

.footer__campus--machida {
	padding-left: 0;
}

.footer__campus-title {
	font-size: 4.8vw;
	text-align: center;
}

.footer__campus-address,
.footer__campus-tel {
	font-size: 3.7333333333vw;
	line-height: 1.42857;
}

.footer__campus-address {
	margin-top: 1.0666666667vw;
}

.footer__buttons {
	gap: 2%;
	margin-top: 1.6vw;
}

.footer__button {
	border-radius: 2.6666666667vw;
	font-size: 3.7333333333vw;
	line-height: 1.42857;
	padding: 2.6666666667vw 3.2vw;
}

.footer__button-links {
	width: 100%;
}


.footer__sns {
	gap: 8%;
	justify-content: center;
	margin-top: 8.2666666667vw;
	padding-left: 0;
}

.footer__sns-icon {
	height: 6.9333333333vw;
	width: 6.9333333333vw;
}

.footer__sns-icon.footer__sns-icon--fb {
	height: 6.9333333333vw;
	width: 4.2666666667vw;
}

.header__inner {
	padding-left: 0;
	padding-top: 2.9333333333vw;
}

.header__logo {
	margin-left: auto;
	margin-right: auto;
	width: 45.3333333333vw;
}

.inner {
	padding-left: 20px;
	padding-right: 20px;
}

.intro {
	background: url(../images/intro-bg_sp.png) no-repeat top center/100% auto;
	padding-top: 21.8666666667vw;
}

.intro__inner {
	max-width: 100%;
	padding-left: 4.8vw;
	padding-right: 4.8vw;
}

.intro__title {
	font-size: 6.4vw;
}

.intro__text {
	font-size: 3.7333333333vw;
	line-height: 3.42857;
	margin-top: 7.2vw;
}

.intro__loop {
	margin-top: 8vw;
}

.intro__item {
	width: 212.5333333333vw;
}

.mv__text {
	left: 50%;
	top: 17.6vw;
	transform: translateX(-50%);
	width: 82.9333333333vw;
}

.mv__banner {
	bottom: 1.0666666667vw;
	right: -0.8vw;
	width: 72.8vw;
}

.navi {
	padding-top: 10.9333333333vw;
}

.navi__inner {
	max-width: 89.3333333333vw;
}

.navi__items {
	-moz-column-gap: 3%;
	column-gap: 3%;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 4.2666666667vw;
}

.navi__item {
	border-radius: 14.6666666667vw;
	min-height: 15.4666666667vw;
	padding: 1.8666666667vw 13.3333333333vw 1.8666666667vw 0;
}

.navi__label {
	font-size: 3.7333333333vw;
	line-height: 1.41857;
}

.navi__icon {
	height: 11.2vw;
	right: 1.8666666667vw;
	width: 11.2vw;
}

.navi__arrow {
	flex-shrink: 0;
	height: 5.3333333333vw;
	width: 2.1333333333vw;
}

.oc {
	background: transparent url(../images/oc-bg_sp.png) no-repeat center top/100% auto;
	padding: 16.8vw 0 0;
}

.oc__bg-text {
	display: none;
}

.oc__inner {
	max-width: 89.3333333333vw;
}

.oc__deco--01 {
	left: -5.3333333333vw;
	top: -21.3333333333vw;
	width: 37.3333333333vw;
}

.oc__deco--02 {
	left: -9.8666666667vw;
	top: 10.6666666667vw;
	width: 37.3333333333vw;
}

.oc__deco--03 {
	right: -5.3333333333vw;
	top: 7.2vw;
	width: 21.0666666667vw;
}

.oc__title-main {
	font-size: 9.6vw;
	margin: 0 0 0 auto;
}

.oc__title-sub {
	font-size: 4.8vw;
	line-height: 1.44444;
	margin: 6.9333333333vw 16.5333333333vw 0 auto;
	text-align: right;
	width: -moz-fit-content;
	width: fit-content;
}

.oc__slider-wrap {
	margin: 6.6666666667vw auto 0;
	overflow: hidden;
	padding: 0 0 30.1333333333vw;
	position: relative;
	width: 94%;
}

.oc__slider {
	overflow: hidden;
}

.oc__slide {
	padding: 0;
	width: 100%;
}

.oc__slide.swiper-slide-active {
	z-index: auto;
}

.oc__image {
	aspect-ratio: 315/267;
	border-radius: 2.6666666667vw;
	overflow: hidden;
	transform: none;
	width: 100%;
}

.oc__slide.swiper-slide-active .oc__image {
	transform: none;
}

.oc__body {
	left: 50%;
	margin-top: -2.6666666667vw;
	min-height: 0;
	padding: 6.9333333333vw 4vw 4.8vw;
	transform: translateX(-50%);
	width: 79.2vw;
}

.oc__slide.swiper-slide-active .oc__body {
	width: 80vw;
}

.oc__card-title {
	font-size: 4.2666666667vw;
}

.oc__card-text {
	font-size: 3.7333333333vw;
	letter-spacing: 0;
	line-height: 1.42857;
	margin-top: 1.8666666667vw;
}

.oc__nav {
	bottom: 12.5333333333vw;
	gap: 5.8666666667vw;
	left: 50%;
	transform: translateX(-50%);
	width: -moz-max-content;
	width: max-content;
}

.oc__arrow {
	box-sizing: border-box;
	display: block;
	flex-shrink: 0;
	height: 12vw;
	padding: 0;
	width: 12vw;
}

.oc__arrow--prev::before {
	border-bottom-width: 1.8666666667vw;
	border-right-width: 2.6666666667vw;
	border-top-width: 1.8666666667vw;
	margin-left: -0.2666666667vw;
}

.oc__arrow--next::before {
	border-bottom-width: 1.8666666667vw;
	border-left-width: 2.6666666667vw;
	border-top-width: 1.8666666667vw;
	margin-left: 0.2666666667vw;
}

.oc__pagination {
	gap: 3.7333333333vw;
}

.oc__pagination .swiper-pagination-bullet {
	height: 2.9333333333vw;
	width: 2.9333333333vw;
}

.support {
	overflow: hidden;
	padding: 16vw 0 5.3333333333vw;
}

.support::before {
	border-radius: 0 13.3333333333vw 0 0;
	top: 53.8666666667vw;
	width: 100vw;
}

.support__head {
	max-width: 83.2vw;
}

.support__body {
	margin: 8vw calc(50% - 50vw) 0;
	overflow: visible;
	padding: 8vw 0 8vw;
	position: relative;
	width: 100vw;
}

.support__body::before {
	border-radius: 0 13.0666666667vw 0 0;
	width: 100%;
}

.support__lead {
	font-size: 4.8vw;
	line-height: 1.44444;
}

.support__slider {
	margin-top: 8vw;
}

.support__slide {
	width: 90.6666666667vw !important;
}

.support__slide {
	box-sizing: border-box;
	padding: 0 2.6666666667vw;
}

.support__slide-image {
	border-radius: 2.6666666667vw;
}

.support__slide-title {
	font-size: 4.2666666667vw;
	margin-top: 4.2666666667vw;
}

.support__nav {
	gap: 4.8vw;
	margin-top: 4.2666666667vw;
}

.support__arrow {
	height: 12vw;
	width: 12vw;
}

.support__arrow--prev::before {
	border-bottom-width: 1.8666666667vw;
	border-right-width: 2.6666666667vw;
	border-top-width: 1.8666666667vw;
	margin-left: -0.2666666667vw;
}

.support__arrow--next::before {
	border-bottom-width: 1.8666666667vw;
	border-left-width: 2.6666666667vw;
	border-top-width: 1.8666666667vw;
	margin-left: 0.2666666667vw;
}

.support__pagination {
	gap: 2.6666666667vw;
}

.support__pagination .swiper-pagination-bullet {
	height: 2.6666666667vw;
	width: 2.6666666667vw;
}

.support__data {
	max-width: 89.3333333333vw;
}

.support__data-title {
	font-size: 4.8vw;
	padding: 2.9333333333vw 0;
}

.support__data-grid {
	gap: 2.6666666667vw 0;
	grid-template-columns: 48% 52%;
	grid-template-rows: auto auto auto auto auto auto;
	margin-top: 8vw;
}

.div1,
.div3,
.div8,
.div9,
.div10,
.div11 {
	display: none;
}

.div2 {
	border-radius: 2.6666666667vw 2.6666666667vw 0 0;
	grid-area: 3/1/4/3;
	min-height: auto;
	padding: 2.6666666667vw 0 3.4666666667vw;
}

.div4 {
	grid-area: 1/1/2/2;
}

.div5 {
	grid-area: 2/1/3/2;
}

.div6 {
	grid-area: 4/1/5/2;
}

.div7 {
	grid-area: 5/1/6/2;
}

.div12 {
	grid-area: 1/2/2/3;
}

.div13 {
	grid-area: 2/2/3/3;
}

.div14 {
	grid-area: 4/2/5/3;
}

.div15 {
	grid-area: 5/2/6/3;
}

.div4,
.div5,
.div7 {
	align-items: center;
	border-radius: 2.6666666667vw 0 0 2.6666666667vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.div6 {
	border-radius: 0 0 0 2.6666666667vw;
	margin-top: -3.7333333333vw;
}

.div6 span,
.div7 span {
	color: #fff;
	font-size: 2.9333333333vw;
	padding-right: 9%;
	text-align: right;
	width: 100%;
}

.div12,
.div13,
.div15 {
	align-items: center;
	border-radius: 0 2.6666666667vw 2.6666666667vw 0;
	display: flex;
	justify-content: flex-start;
	padding: 1.0666666667vw 0;
}

.div14 {
	border-radius: 0 0 2.6666666667vw 0;
	margin-top: -3.7333333333vw;
	padding: 0 5.0666666667vw 2.6666666667vw 0;
}

.support__data-major {
	font-size: 4.2666666667vw;
	line-height: 1.5;
}

.support__data-faculty,
.support__data-department,
.support__data-subfaculty,
.support__data-subdepartment {
	font-size: 4.2666666667vw;
	line-height: 1.5;
}

.support__data-subcards {
	gap: 6.1333333333vw;
	grid-template-columns: 1fr;
}

.support__data-subcard {
	background: transparent;
	border-radius: 0;
	min-height: auto;
	padding: 0;
}

.support__data-subcard .support__data-subfaculty,
.support__data-subcard .support__data-subdepartment {
	color: #fff;
}

.support__data-note {
	font-size: 2.9333333333vw;
}

.support__data-circles {
	gap: 4.5333333333vw;
	grid-template-columns: 1fr;
}

.support__data-circle {
	aspect-ratio: 156/69;
	border-radius: 1.3333333333vw;
	min-height: 18.4vw;
}

.support__data-circle::before {
	border-radius: 1.3333333333vw;
}

.support__data-rate {
	gap: 0;
	padding-bottom: 2.6666666667vw;
	padding-left: 2.6666666667vw;
}

.support__data-rate-num {
	font-size: 16vw;
}

.support__data-rate-decimal {
	font-size: 8vw;
}

.support__data-rate-unit {
	font-size: 5.6vw;
}

.support__side {
	display: none;
}

.tuition {
	background-size: 7.4666666667vw auto;
	padding: 16vw 0 16vw;
}

.tuition__inner {
	max-width: 89.3333333333vw;
}

.tuition__body {
	border-radius: 13.3333333333vw;
	box-shadow: 0 0.8vw 4vw rgba(0, 0, 0, 0.16);
	padding: 7.4666666667vw 2.6666666667vw 8vw;
}

.tuition__title {
	font-size: 6.4vw;
}

.tuition__lead {
	font-size: 6.4vw;
	line-height: 1.45833;
	margin-top: 2.6666666667vw;
}

.tuition__accordion {
	margin-top: 8vw;
}

.tuition__item + .tuition__item {
	margin-top: 2.9333333333vw;
}

.tuition__item.is-open {
	border-radius: 13.3333333333vw 13.3333333333vw 2.6666666667vw 2.6666666667vw;
}

.tuition__button {
	padding: 3.2vw 0;
}

.tuition__button-label {
	font-size: 4.8vw;
}

.tuition__button-icon {
	height: 3.4666666667vw;
	right: 6.9333333333vw;
	width: 3.4666666667vw;
}

.tuition__button-icon::before {
	height: 0.8vw;
	width: 3.4666666667vw;
}

.tuition__button-icon::after {
	height: 3.4666666667vw;
	width: 0.8vw;
}

.tuition__content-inner {
	gap: 5.0666666667vw;
	grid-template-columns: 1fr;
	padding: 2.6666666667vw 2.6666666667vw 4.8vw;
}

.tuition__content-inner--life {
	display: block;
	padding: 6.4vw 2.6666666667vw 6.4vw;
}

.tuition__life-programs {
	grid-template-columns: 1fr;
	margin-top: 10.1333333333vw;
}

.tuition__summary {
	text-align: center;
}

.tuition__program {
	padding: 0;
}

.tuition__program + .tuition__program {
	border-left: none;
	margin-top: 9.3333333333vw;
}

.tuition__program-title {
	font-size: 4.2666666667vw;
	line-height: 1.7;
	margin-bottom: 7.7333333333vw;
}

.tuition__program-title2 {
	margin-bottom: 4vw;
}

.tuition__life-section--child {
	border-top: none;
	gap: 5.3333333333vw;
	grid-template-columns: 1fr;
	margin-top: 3.7333333333vw;
	padding: 1.6vw 0 2.6666666667vw 0;
}

.tuition__life-summary {
	text-align: center;
}

.tuition__faculty {
	font-size: 4.2666666667vw;
}

.tuition__department {
	font-size: 4.8vw;
	margin-top: 1.3333333333vw;
}

.tuition__reference {
	font-size: 3.7333333333vw;
	margin-top: 0.8vw;
}

.tuition__table-wrap {
	max-width: 100%;
}

.tuition__table th,
.tuition__table td {
	padding: 2.8266666667vw 1.3333333333vw 2.8266666667vw 2.6666666667vw;
}

.tuition__table th {
	font-size: 4.2666666667vw;
}

.tuition__amount-num {
	font-size: 4.2666666667vw;
}

.tuition__amount-yen {
	font-size: 3.7333333333vw;
	margin-left: 0.2666666667vw;
}

.tuition__total {
	align-items: center;
	gap: 4.2666666667vw;
	padding-top: 4.8vw;
}

.tuition__total-label {
	font-size: 4.2666666667vw;
	line-height: 1.5;
}

.tuition__total-price .tuition__amount-num {
	font-size: 6.4vw;
}

.tuition__total-price .tuition__amount-yen {
	font-size: 4vw;
}

.tuition__button-wrap {
	margin-top: 8vw;
}

.tuition__link {
	padding: 3.4666666667vw 0;
	width: 100%;
}

.tuition__link-label {
	font-size: 3.7333333333vw;
}

.tuition__link-arrow {
	border-bottom-width: 2.4vw;
	border-left-width: 4vw;
	border-top-width: 2.4vw;
	right: 1.6vw;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes intro-loop {

0% {
	transform: translateX(0);
}

100% {
	transform: translateX(-50%);
}

}


/*# sourceMappingURL=style.css.map */
