body {
	font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
	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%;
}

/* 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;
}

.top-blog {
	margin-top: 6rem;
}

.top-commonLayout {
	margin-top: 1.125rem;
}

.top-contentsBlock {
	margin-top: 2.75rem;
}

.top-course {
	margin-top: 4.5625rem;
}

.top-courseCards {
	margin-top: 2.0625rem;
}

.top-event {
	margin-top: 5.75rem;
}

.top-footer {
	margin-top: 3.0625rem;
}

.top-instagram {
	margin-top: 7.375rem;
}

.top-menuBlock {
	margin-top: 5rem;
}

.top-message {
	margin-top: 4.0625rem;
}

.top-openCampus-top {
	margin-top: 1.375rem;
}

.top-openCampus {
	margin-top: 1.5625rem;
}

.top-page-subTitle {
	margin-top: 4.5rem;
}

.top-pageBody {
	margin-top: 5.75rem;
}

.top-schoolGuide {
	margin-top: 0.75rem;
}

.top-search {
	margin-top: 2.5625rem;
}

.top-sns {
	margin-top: 6rem;
}

.advantage {
	padding-top: 5.8125rem;
	position: relative;
}

.advantage::before {
	background: linear-gradient(to top, transparent 0%, rgba(250, 249, 243, 0.9) 28%, #faf9f3);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.advantage__inner.inner {
	padding-left: 0.6875rem;
	padding-right: 0.6875rem;
}

.advantage__header {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.advantage__header-icon img {
	-o-object-fit: contain;
	aspect-ratio: 115/44;
	object-fit: contain;
	width: 3.4375rem;
}

.advantage__title {
	align-items: center;
	color: #222222;
	display: flex;
	flex-direction: column;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.1875rem;
	font-weight: 500;
	gap: 0.625rem;
	letter-spacing: 0.02em;
	line-height: 1;
}

.advantage__title-top {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.1875rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1;
}

.advantage__title-middle {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
}

.advantage__title-bottom {
	align-items: baseline;
	display: flex;
	gap: 0.1875rem;
}

.advantage__title-bg {
	align-items: baseline;
	background: linear-gradient(to right, #8e2de2 0%, #ea5455 100%);
	border-radius: 0.9375rem;
	color: #fff;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	gap: 0.25rem;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	padding-bottom: 0.4375rem;
	padding-top: 0.25rem;
	text-align: center;
	width: 11.125rem;
}

.advantage__title-small {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1;
}

.advantage__title-small.advantage__title-small--black {
	color: #222222;
}

.advantage__title-gradation {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #8e2de2 0%, #ea5455 100%);
	background-clip: text;
	color: transparent;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}

.advantage__body {
	margin-top: 0.9375rem;
	padding-bottom: 2.375rem;
	padding-top: 2.375rem;
	position: relative;
}

.advantage__body::before {
	background-color: #fff;
	border-radius: 1.1875rem;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.advantage__body-inner.inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.advantage__unit {
	display: flex;
	flex-direction: column;
	gap: 2.1875rem;
	margin-top: 2.1875rem;
}

.advantageBlock {
	align-items: center;
	border-bottom: solid 1px #a6a6a6;
	display: flex;
	flex-direction: column;
	gap: 2.1875rem;
	padding-bottom: 2.1875rem;
}

.advantageBlock.advantageBlock--second {
	gap: 1.625rem;
}

.advantageBlock.advantageBlock--third {
	border: none;
	gap: 1.1875rem;
}

.advantageBlock__header {
	background: #fff;
	border: 1px solid #6105fc;
	border-radius: 0.0625rem;
	padding-bottom: 0.625rem;
	padding-top: 0.375rem;
	position: relative;
	text-align: center;
	width: 100%;
	width: 16.3125rem;
}

.advantageBlock__header.advantageBlock__header--sub {
	padding-bottom: 0.1875rem;
	padding-top: 0.1875rem;
}

.advantageBlock__header::before {
	border-color: transparent #fff #fff transparent;
	border-radius: 0 0 0.125rem 0;
	border-style: solid;
	border-width: 0.375rem;
	bottom: -0.3125rem;
	content: "";
	display: block;
	height: 0;
	left: 50.1%;
	position: absolute;
	transform: translateX(-50%) scaleX(0.4) rotate(45deg);
	width: 0;
	z-index: 1;
}

.advantageBlock__header::after {
	border-color: transparent #6105fc #6105fc transparent;
	border-radius: 0 0 0.25rem 0;
	border-style: solid;
	border-width: 0.4375rem;
	bottom: -0.4375rem;
	content: "";
	display: block;
	height: 0;
	left: 50.1%;
	position: absolute;
	transform: translateX(-50%) scaleX(0.4) rotate(45deg);
	width: 0;
}

.advantageBlock.advantageBlock--first {
	border-top: none;
}

.advantageBlock__title {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.6;
}

.advantageBlock__title-small {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.6;
}

.advantageBlock__body {
	display: flex;
	flex-direction: row;
	gap: 1.3125rem;
	justify-content: center;
	position: relative;
}

.advantageBlock__image img {
	-o-object-fit: contain;
	aspect-ratio: 303/405;
	object-fit: contain;
	width: 9.0625rem;
}

.advantageBlock__image.advantageBlock__image--second img {
	aspect-ratio: 496/406;
	width: 14.875rem;
}

.advantageBlock__image.advantageBlock__image--third img {
	aspect-ratio: 430/410;
	width: 12.875rem;
}

.advantageBlock__caption {
	bottom: -1.625rem;
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	left: 50%;
	letter-spacing: 0.04em;
	line-height: 1.2;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	width: 100%;
}

.blog {
	overflow-x: clip;
}

.blog__swiperArea {
	position: relative;
}

.blog__swiperArea-inner.inner {
	position: relative;
}

.blog__swiperArea-wrapper {
	position: relative;
}

.blog__button {
	margin-top: 1.1875rem;
	text-align: center;
}

.blogCard {
	grid-gap: 0.25rem;
	display: grid;
	gap: 0.25rem;
	grid-row: span 3;
	grid-template-rows: subgrid;
}

.blogCard:hover {
	opacity: 0.6;
}

.blogCard__image img {
	-o-object-fit: cover;
	aspect-ratio: 656/446;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.blogCard__date {
	color: #9a9a9a;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
}

.blogCard__title {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.7;
}

.blogCards {
	grid-gap: 2.375rem;
	display: grid;
	gap: 2.375rem;
	margin-top: 0.75rem;
}

.breadcrumb {
	font-size: 0.7em;
	padding-top: 0.625rem;
}

.button {
	-webkit-text-decoration: none;
	background: linear-gradient(to right, #feb692 0%, #ea5455 100%);
	border-radius: 2.375rem;
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
	width: 12.3125rem;
	z-index: 0;
}

.button:hover {
	opacity: 0.6;
	transition: 0.3s;
}

.button.button--confirm {
	background: linear-gradient(90deg, #ffbc69, #ff876b);
	border-radius: 1.875rem;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 1rem;
	min-width: 13.125rem;
	padding: 0.9375rem;
	width: -moz-fit-content;
	width: fit-content;
}

.button.button--back {
	background: linear-gradient(90deg, #ffbc69, #ff876b);
	border-radius: 1.875rem;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 1rem;
	min-width: 13.125rem;
	padding: 0.9375rem;
	width: -moz-fit-content;
	width: fit-content;
}

.buttonLine {
	-webkit-text-decoration: none;
	background-color: #fff;
	border-radius: 1.625rem;
	color: #222222;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.5;
	padding-bottom: 0.5625rem;
	padding-left: 1.9375rem;
	padding-top: 0.5625rem;
	position: relative;
	text-decoration: none;
	width: 11.375rem;
}

.buttonLine::before {
	aspect-ratio: 202/154;
	background-image: url(../images/common/line-button-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	position: absolute;
	right: -6.1875rem;
	width: 6.0625rem;
	z-index: 1;
}

.buttonLine:hover {
	opacity: 0.6;
}

.buttonLine:hover .buttonLine::before {
	opacity: 1;
}

.card {
	background-color: #fff;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	padding: 1rem;
	padding-bottom: 1.5rem;
}

.card:hover {
	opacity: 0.6;
}

.card__image {
	-o-object-fit: cover;
	aspect-ratio: 300/300;
	object-fit: cover;
	width: 100%;
}

.card__image img {
	height: 100%;
}

.card__body {
	margin-top: 1.5rem;
}

.card__header {
	border-bottom: solid 1px #222222;
	margin-top: 0.625rem;
	padding-bottom: 0.25rem;
}

.card__date {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1;
}

.card__title {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-top: 0.375rem;
}

.card__text {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.cards {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.categories {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0.25rem;
}

.category__name {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	padding: 0.25rem 0.5rem;
	position: relative;
}

.category__title {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	margin-right: 0.9375rem;
}

.categoryBlock {
	padding-bottom: 1.8125rem;
	padding-top: 3.375rem;
	position: relative;
}

.categoryBlock::before {
	background-color: #fff4f2;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.categoryBlock__title {
	color: #ea5455;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
}

.categoryBlock__area {
	margin-top: 0.4375rem;
	padding: 1.4375rem 1.75rem;
	position: relative;
}

.categoryBlock__area::before {
	background-color: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.categoryBlock__menu {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
}

.categoryBlock__item {
	border-bottom: solid 1px #a6a6a6;
}

.categoryBlock__link {
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	-webkit-text-decoration: none;
	color: #222222;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.7;
	padding-bottom: 0.1875rem;
	padding-right: 0.9375rem;
	position: relative;
	text-decoration: none;
}

.categoryBlock__link:hover {
	opacity: 0.6;
}

.circleBox {
	align-items: center;
	aspect-ratio: 1/1;
	background-color: rgba(250, 250, 250, 0.8);
	border-radius: 50%;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
	justify-content: center;
	position: absolute;
	width: 6.9375rem;
}

.circleBox.circleBox--first {
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.circleBox.circleBox--second {
	left: 0;
	top: 6.25rem;
}

.circleBox.circleBox--third {
	left: 7.4375rem;
	top: 6.25rem;
}

.circleBox__top {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}

.circleBox__topSecond {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1;
}

.circleBox__topSecond-sub {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1;
}

.circleBox__middle {
	color: #f33d3d;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}

.circleBox__middleFirst {
	color: #f33d3d;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1;
}

.circleBox__bottom {
	color: #f33d3d;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
}

.circleBox__bottom-sub {
	color: #f33d3d;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6875rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}

.circleBox__bottomFirst {
	color: #f33d3d;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}

.circleBox__bottomFirst-sub {
	color: #f33d3d;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1;
}

.contactForm__content {
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
	margin-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.contactForm__content--top {
	margin-top: 0;
}

.contactForm__title {
	color: #555;
	display: flex;
	flex-wrap: wrap;
	font-weight: 700;
	gap: 0.5rem;
	width: 100%;
}

.contactForm__title.contactForm__title--block {
	display: block;
}

.contactForm__item {
	color: #555;
	display: flex;
	font-weight: 700;
	gap: 0.5rem;
	width: 100%;
}

.contactForm__block {
	display: flex;
	flex-direction: row;
	gap: 0.75rem;
}

.contactForm__block-text {
	color: #888;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.2;
}

.contactForm__text {
	background-color: #f2f2f2;
	border: solid 2px #ccc;
	border-radius: 0.125rem;
	padding: 0.4375rem 1rem 0.4375rem 1rem;
	width: 100%;
}

.contactForm__text.contactForm__text--required {
	border: solid 1px rgb(255, 135, 107);
}

.contactForm__text.contactForm__text--postNumber {
	min-width: 8.125rem;
	width: 30%;
}

.contactForm__text.contactForm__text--borderOrange {
	border: solid 2px rgb(255, 135, 107);
}

.contactForm__required {
	background-color: rgb(255, 135, 107);
	border-radius: 0.25rem;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.4em;
	margin-left: 0.375rem;
	padding-bottom: 0.125rem;
	padding-left: 0.375rem;
	padding-right: 0.125rem;
	padding-top: 0.125rem;
}

.contactForm__required.contactForm__required--optional {
	background-color: #888888;
}

.contactForm__checkBox .wpcf7-list-item {
	margin-left: 0;
}

.contactForm__checkBox .wpcf7-list-item input[type=checkbox] {
	background-color: #f5f5f5;
	border: 2px solid #ccc;
	border-radius: 0.125rem;
	cursor: pointer;
	display: inline-block;
	height: 1.25rem;
	margin-right: 0.375rem;
	position: relative;
	vertical-align: -0.375rem;
	width: 1.25rem;
}

.contactForm__checkBox .wpcf7-list-item input[type=checkbox]:checked {
	background-color: rgb(255, 135, 107);
	border: solid 1px rgb(255, 135, 107);
}

.contactForm__checkBox .wpcf7-list-item input[type=checkbox]:checked:before {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	display: inline-block;
	height: 1rem;
	left: 0.375rem;
	position: absolute;
	top: 0rem;
	transform: rotate(50deg);
	width: 0.5rem;
}

.contactForm__menu {
	background-color: #f2f2f2;
	margin-top: 1rem;
	position: relative;
	width: 100%;
}

.contactForm__menu::before {
	border: 6px solid transparent;
	border-top: 10px solid #555;
	content: "";
	position: absolute;
	right: 1rem;
	top: 35%;
}

.contactForm__menuItem {
	border: solid 1px #ccc;
	border-radius: 0.125rem;
	font-size: 0.75rem;
	line-height: 1.5;
	padding: 0.5rem;
	width: 100%;
}

.contactForm__menuItem.contactForm__menuItem--borderOrange {
	border: solid 2px rgb(255, 135, 107);
}

.contactForm__content .wpcf7-form-control-wrap {
	margin-top: 1rem;
	width: 100%;
}

.contactForm__checkBox .wpcf7-form-control-wrap {
	margin-top: 1rem;
	width: 100%;
}

.contactForm__acceptance {
	margin-top: 2.5rem;
	text-align: center;
}

.contactForm__acceptance .wpcf7-list-item input[type=checkbox] {
	border: 1px solid #555;
	display: inline-block;
	height: 1.375rem;
	margin-right: 1rem;
	position: relative;
	vertical-align: -0.5rem;
	width: 1.375rem;
}

.contactForm__acceptance .wpcf7-list-item input[type=checkbox]:checked:before {
	border-bottom: 2px solid #c94800;
	border-right: 2px solid #c94800;
	content: "";
	display: inline-block;
	height: 1rem;
	left: 0.375rem;
	position: absolute;
	top: 0rem;
	transform: rotate(50deg);
	width: 0.5rem;
}

.contactForm__acceptance-text {
	background-color: #eee;
	color: #555;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.2;
	padding-bottom: 0.9375rem;
	padding-top: 0.9375rem;
}

.contactForm__button {
	margin-top: 2.5rem;
	text-align: center;
}

.contactForm__button .wpcf7-submit {
	background: linear-gradient(90deg, #ffbc69, #ff876b);
	border-radius: 1.875rem;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	color: #fff;
	min-width: 13.125rem;
	padding: 0.9375rem;
	width: -moz-fit-content;
	width: fit-content;
}

.contactForm__textarea {
	background-color: #f2f2f2;
	border: solid 1px #ccc;
	border-radius: 0.125rem;
	height: 8.875rem;
	padding: 0.5rem 1rem 0.5rem 1rem;
	width: 100%;
}

.contactForm__check {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.contactForm__check .wpcf7-list-item {
	line-height: 1.5;
	margin-top: 0.5rem;
}

.contactForm__check .wpcf7-list-item.first {
	margin-top: 0;
}

.contactForm__check .wpcf7-list-item input[type=checkbox] {
	border: 1px solid #555;
	display: inline-block;
	height: 0.875rem;
	margin: 0;
	margin-bottom: 0.25rem;
	margin-right: 0.375rem;
	margin-top: 0.125rem;
	position: relative;
	vertical-align: -0.3125rem;
	width: 0.9375rem;
}

.contactForm__check .wpcf7-list-item input[type=checkbox]:checked:before {
	border-bottom: 2px solid #c94800;
	border-right: 2px solid #c94800;
	content: "";
	display: inline-block;
	height: 0.5625rem;
	left: 0.3125rem;
	position: absolute;
	top: 0rem;
	transform: rotate(50deg);
	width: 0.3125rem;
}

.contactForm__text-samll {
	color: #555;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.2;
}

.contactForm__link {
	color: rgb(255, 135, 107);
}

.contactForm__radio {
	color: #555;
	display: flex;
	flex-direction: column;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	gap: 0.625rem;
	letter-spacing: 0.04em;
	line-height: 1.2;
}

.contactForm__radio .wpcf7-list-item {
	margin: 0;
}

.contactForm__radio .wpcf7-list-item input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #ccc;
	border-radius: 50%;
	display: inline-block;
	height: 1rem;
	margin: 0.1875rem;
	position: relative;
	vertical-align: -0.375rem;
	width: 1rem;
}

.contactForm__radio .wpcf7-list-item input[type=radio]:checked {
	background-color: #fff;
	border: 2px solid rgba(255, 135, 107, 0.5);
}

.contactForm__radio .wpcf7-list-item input[type=radio]:checked:before {
	background-color: rgb(255, 135, 107);
	border-radius: 50%;
	content: "";
	height: 0.5rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0.5rem;
}

.contactForm__text-small {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.2;
}

.contactForm__postBlock {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.contactForm__postNumber-text {
	color: #555;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.contactForm__box {
	border: solid 1px #ccc;
	border-radius: 0.125rem;
	margin-top: 0.375rem;
	padding: 1.875rem;
}

.contactForm__request {
	background-color: #f2f2f2;
	border: solid 2px #ccc;
	border-radius: 0.125rem;
	color: #555;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.2;
	padding-bottom: 0.625rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.625rem;
	width: 100%;
}

.contentBody__title {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #8e2de2 0%, #feb692 100%);
	background-clip: text;
	color: transparent;
	font-family: "Montserrat", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	width: -moz-fit-content;
	width: fit-content;
}

.contentBody__text {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.7;
	margin-bottom: 0;
	margin-top: 1rem;
}

.contentsBlock {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.contentsBlock__image {
	width: 100%;
}

.contentsBlock__image img {
	-o-object-fit: cover;
	aspect-ratio: 260/200;
	object-fit: cover;
	width: 100%;
}

.contentsBlock__body {
	width: 100%;
}

.course {
	padding-bottom: 4.0625rem;
	position: relative;
}

.course__courseCards {
	margin-top: 0.75rem;
}

.course__contents {
	margin-top: 1.25rem;
}

.course__contents.courseContents--open-campus {
	margin-top: 0;
}

.courseCard {
	-webkit-text-decoration: none;
	display: inline-block;
	margin-top: 1.25rem;
	position: relative;
	text-decoration: none;
}

.courseCard:hover {
	opacity: 0.6;
}

.courseCard::after {
	-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	aspect-ratio: 1/1;
	background-color: #ff6868;
	bottom: 0;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	content: "";
	position: absolute;
	right: 0;
	width: 1.0625rem;
	z-index: -1;
}

.courseCard.courseCard--openCampus {
	margin-top: 0;
}

.courseCard.courseCard--blue::after {
	background-color: #82a2f4;
}

.courseCard.courseCard--green::after {
	background-color: #85d18c;
}

.courseCard.courseCard--pink::after {
	background-color: #ffa0c7;
}

.courseCard.courseCard--light-blue::after {
	background-color: #6ad2ff;
}

.courseCard.courseCard--purple::after {
	background-color: #9680e8;
}

.courseCard.courseCard--yellow::after {
	background-color: #ffb84e;
}

.courseCard.courseCard--first {
	margin-top: 0;
}

.courseCard__tag {
	background-color: #ff6868;
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	left: 0;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	padding: 0.375rem 0.5rem;
	position: absolute;
	top: 0;
}

.courseCard__tag.courseCard__tag--openCampus {
	display: none;
}

.courseCard__tag.courseCard__tag--blue {
	background-color: #82a2f4;
}

.courseCard__tag.courseCard__tag--green {
	background-color: #85d18c;
}

.courseCard__tag.courseCard__tag--pink {
	background-color: #ffa0c7;
}

.courseCard__tag.courseCard__tag--light-blue {
	background-color: #6ad2ff;
}

.courseCard__tag.courseCard__tag--purple {
	background-color: #9680e8;
}

.courseCard__tag.courseCard__tag--yellow {
	background-color: #ffb84e;
}

.courseCard__image {
	display: block;
}

.courseCard__image img {
	-o-object-fit: cover;
	aspect-ratio: 656/336;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.courseCard__image.courseCard__image--small img {
	-o-object-fit: cover;
	aspect-ratio: 303/220;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.courseCard__image.courseCard__image--openCampus img {
	aspect-ratio: 310/303;
}

.courseCard__body {
	border-top: solid 0.375rem #ff6868;
	box-shadow: 0rem 0.125rem 0.125rem 0rem rgba(0, 0, 0, 0.25);
	padding-bottom: 1.6875rem;
	padding-left: 0.8125rem;
	padding-right: 0.8125rem;
	padding-top: 0.75rem;
	position: relative;
}

.courseCard__body.courseCard__body--open-campus {
	padding-bottom: 0.4375rem;
	padding-top: 0.5rem;
}

.courseCard__body.courseCard__body--blue {
	border-top: solid 0.375rem #82a2f4;
}

.courseCard__body.courseCard__body--green {
	border-top: solid 0.375rem #85d18c;
}

.courseCard__body.courseCard__body--pink {
	border-top: solid 0.375rem #ffa0c7;
}

.courseCard__body.courseCard__body--light-blue {
	border-top: solid 0.375rem #6ad2ff;
}

.courseCard__body.courseCard__body--purple {
	border-top: solid 0.375rem #9680e8;
}

.courseCard__body.courseCard__body--yellow {
	border-top: solid 0.375rem #ffb84e;
}

.courseCard__body::before {
	background-color: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.courseCard__category {
	color: #ff6868;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	position: relative;
	text-align: center;
}

.courseCard__category.courseCard__category--open-campus {
	padding-bottom: 0.1875rem;
}

.courseCard__category.courseCard__category--open-campus::before {
	background-color: currentColor;
	bottom: 0;
	content: "";
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1.0625rem;
}

.courseCard__category.courseCard__category--blue {
	color: #82a2f4;
}

.courseCard__category.courseCard__category--green {
	color: #85d18c;
}

.courseCard__category.courseCard__category--pink {
	color: #ffa0c7;
}

.courseCard__category.courseCard__category--light-blue {
	color: #6ad2ff;
}

.courseCard__category.courseCard__category--purple {
	color: #9680e8;
}

.courseCard__category.courseCard__category--yellow {
	color: #ffb84e;
}

.courseCard__text {
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6;
	margin-bottom: 0;
	margin-top: 0.25rem;
	text-align: center;
}

.courseCard__text.courseCard__text--open-campus {
	margin-top: 0.25rem;
	text-align: center;
}

.courseCard__footer {
	border-top: solid 1px #ff6868;
	margin-bottom: 0;
	margin-top: 0.5rem;
	padding: 0.5rem;
}

.courseCard__footer.courseCard__footer--blue {
	border-top: solid 1px #82a2f4;
}

.courseCard__footer.courseCard__footer--green {
	border-top: solid 1px #85d18c;
}

.courseCard__footer.courseCard__footer--pink {
	border-top: solid 1px #ffa0c7;
}

.courseCard__footer.courseCard__footer--light-blue {
	border-top: solid 1px #6ad2ff;
}

.courseCard__footer.courseCard__footer--purple {
	border-top: solid 1px #9680e8;
}

.courseCard__footer.courseCard__footer--yellow {
	border-top: solid 1px #ffb84e;
}

.courseCard__block-title {
	color: #ff6868;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.6;
	margin: 0;
	text-align: center;
}

.courseCard__block-title.courseCard__block-title--blue {
	color: #82a2f4;
}

.courseCard__block-title.courseCard__block-title--green {
	color: #85d18c;
}

.courseCard__block-title.courseCard__block-title--pink {
	color: #ffa0c7;
}

.courseCard__block-title.courseCard__block-title--light-blue {
	color: #6ad2ff;
}

.courseCard__block-title.courseCard__block-title--purple {
	color: #9680e8;
}

.courseCard__block-title.courseCard__block-title--yellow {
	color: #ffb84e;
}

.courseCard__block-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
	margin-top: 0.5rem;
}

.courseCard__block-list.courseCard__block-list--left {
	justify-content: flex-start;
}

.courseCard__block-item {
	display: flex;
	list-style: none;
}

.courseCard__block-item.courseCard__block-item--desktop {
	display: none;
}

.courseCard__block-text {
	background-color: #ff6868;
	border-radius: 0.125rem;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6;
	margin: 0;
	min-width: 5rem;
	padding: 0.25rem 0.75rem;
	text-align: center;
}

.courseCard__block-text.courseCard__block-text--blue {
	background-color: #82a2f4;
}

.courseCard__block-text.courseCard__block-text--green {
	background-color: #85d18c;
}

.courseCard__block-text.courseCard__block-text--pink {
	background-color: #ffa0c7;
}

.courseCard__block-text.courseCard__block-text--light-blue {
	background-color: #6ad2ff;
}

.courseCard__block-text.courseCard__block-text--purple {
	background-color: #9680e8;
}

.courseCard__block-text.courseCard__block-text--yellow {
	background-color: #ffb84e;
}

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

.courseCards.courseCards--openCampus {
	grid-column-gap: 0.75rem;
	-moz-column-gap: 0.75rem;
	grid-row-gap: 2.25rem;
	align-items: end;
	column-gap: 0.75rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 2.25rem;
}

.courseContents {
	align-items: center;
	background-color: #fff;
	border-bottom-right-radius: 11.25rem;
	border-top-right-radius: 11.25rem;
	box-shadow: 0 0 0.125rem rgba(32, 28, 23, 0.15);
	display: flex;
	gap: 6.2256809339%;
	padding-bottom: 1.125rem;
	padding-left: 1.1875rem;
	padding-right: 3rem;
	padding-top: 1.125rem;
}

.courseContents:hover {
	opacity: 0.6;
}

.courseContents.courseContents--open-campus {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-bottom: 0.625rem;
	padding-left: clamp(0.625rem, 0.178rem + 2.24vw, 1.25rem);
	padding-right: 0.625rem;
	padding-top: 0.625rem;
	position: relative;
}

.courseContents__image {
	width: 51.7509727626%;
}

.courseContents__image img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.courseContents__content {
	width: 42.0233463035%;
}

.courseContents__content.courseContents__content--open-campus {
	width: 100%;
}

.courseContents__title {
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	border-bottom: solid #7ec1ae 1px;
	color: #7ec1ae;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	padding-bottom: 0.3125rem;
}

.courseContents__title.courseContents__title--open-campus {
	border-bottom: 0;
	border-bottom: initial;
	color: #222222;
	padding-bottom: 0;
}

.courseContents__body {
	margin-top: 0.625rem;
}

.courseContents__body.courseContents__body--open-campus {
	margin-top: 0.25rem;
}

.courseContents__subTitle {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
}

.courseContents__text {
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.5625rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6;
	margin-top: 0.1875rem;
}

.ctaBlock {
	bottom: 0;
	left: 50%;
	padding-bottom: 0.9375rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	padding-top: 0.75rem;
	position: fixed;
	transform: translateX(-50%);
	width: 100%;
	z-index: 10;
}

.ctaBlock::before {
	background-color: #FAF9F3;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.ctaBlock__contents {
	grid-gap: 0.5rem;
	display: grid;
	gap: 0.5rem;
	grid-template-columns: 1fr 1fr;
}

.ctaBlock__box {
	align-items: center;
	background-color: #fff;
	border: solid 1px #F33D3D;
	border-radius: 0.3125rem;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding-bottom: 0.6875rem;
	padding-top: 0.75rem;
}

.ctaBlock__box.ctaBlock__box--requestInformation {
	border: solid 1px #339DFF;
	gap: 0.5625rem;
}

.ctaBlock__box:hover {
	opacity: 0.6;
}

.ctaBlock__text {
	color: #F33D3D;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1;
	margin: 0;
}

.ctaBlock__text.ctaBlock__text--requestInformation {
	color: #339DFF;
}

.ctaBlock__icon img {
	-o-object-fit: contain;
	aspect-ratio: 60/41;
	object-fit: contain;
	width: 1.8125rem;
}

.ctaBlock__icon.ctaBlock__icon--requestInformation img {
	aspect-ratio: 55/39;
	width: 1.625rem;
}

.dot {
	aspect-ratio: 1/1;
	background-color: #8E2DE2;
	border-radius: 50%;
	width: 0.3125rem;
}

.dot.dot--second {
	background-color: #4A00E0;
}

.error__body {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.error__title {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.error__button {
	margin-top: 2.5rem;
	text-align: center;
}

.event__dot {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.3125rem;
	margin-top: 0.6875rem;
}

.event__block {
	margin-top: 0.9375rem;
}

.eventBlock-content {
	display: flex;
	flex-direction: column;
	gap: 0.4375rem;
}

.eventBlock-content__title {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	padding-left: 0.75rem;
	position: relative;
}

.eventBlock-content__title::before {
	background-color: #ea5455;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0.25rem;
	z-index: -1;
}

.eventBlock-content__text {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.7;
	margin: 0;
}

.eventBlock {
	padding-bottom: 3.75rem;
	padding-top: 2.375rem;
	position: relative;
}

.eventBlock.eventBlock--red {
	padding-top: 5rem;
}

.eventBlock.eventBlock--red::before {
	background: linear-gradient(to bottom, rgba(255, 244, 242, 0) 0%, rgba(255, 244, 242, 0.65) 24%, rgb(255, 244, 242) 100%);
}

.eventBlock__container {
	margin: 0 auto;
	overflow-x: clip;
	position: relative;
}

.eventBlock__container::before {
	aspect-ratio: 221/133;
	background-image: url(../images/common/event-block-bg1.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: -1.625rem;
	top: -1.75rem;
	width: 6.625rem;
	z-index: 1;
}

.eventBlock__container::after {
	aspect-ratio: 218/204;
	background-image: url(../images/common/event-block-bg2.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	position: absolute;
	right: -2.25rem;
	width: 6.5625rem;
	z-index: 1;
}

.eventBlock__container.eventBlock__container--red::before {
	aspect-ratio: 273/164;
	background-image: url(../images/common/event-block-bg3.png);
	left: -1.75rem;
	right: auto;
	right: initial;
	top: -7.875rem;
	width: 8.1875rem;
}

.eventBlock__container.eventBlock__container--red::after {
	aspect-ratio: 192/228;
	background-image: url(../images/common/event-block-bg4.png);
	bottom: -5rem;
	left: -2.25rem;
	right: auto;
	right: initial;
	top: auto;
	top: initial;
	width: 5.75rem;
}

.eventBlock__inner.inner {
	position: relative;
}

.eventBlock__inner.eventBlock__inner--red {
	position: relative;
}

.eventBlock__inner.eventBlock__inner--red::before {
	aspect-ratio: 131/92;
	background-image: url(../images/common/event-block-bg5.png);
	background-size: cover;
	bottom: -11.25rem;
	content: "";
	position: absolute;
	right: -7.6875rem;
	width: 9.3125rem;
	z-index: -1;
}

.eventBlock__content {
	margin-top: 1rem;
}

.eventBlock__content:first-of-type {
	margin-top: 0;
}

.eventBlock__content.eventBlock__content--specialPeriodic {
	margin-top: 2rem;
}

.eventBlock__category {
	background-color: #fff;
	border: solid 1px #82a2f4;
	color: #82a2f4;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	padding: 0.375rem 0;
	text-align: center;
}

.eventBlock__category.eventBlock__category--red {
	border: solid 1px #ff6868;
	color: #ff6868;
}

.eventBlock__title {
	color: #82a2f4;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	margin-top: 0.25rem;
	text-align: center;
}

.eventBlock__title.eventBlock__title--red {
	color: #ff6868;
}

.eventBlock__subTitle {
	color: #82a2f4;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
	text-align: center;
}

.eventBlock__subTitle.eventBlock__subTitle--red {
	color: #ff6868;
}

.eventBlock__banner {
	margin-top: 0.75rem;
}

.eventBlock__banner-caption {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.7;
}

.eventBlock__banner-image {
	margin-top: 0.75rem;
}

.eventBlock__banner-image img {
	-o-object-fit: cover;
	aspect-ratio: 745/280;
	object-fit: cover;
}

.eventBlock__body {
	margin-top: 1.1875rem;
}

.eventBlock__body-header {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.eventBlock__body-title {
	color: #333333;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 500;
	gap: 1.9375rem;
	letter-spacing: 0;
	line-height: 1.2;
	padding-left: 0.6875rem;
	position: relative;
}

.eventBlock__body-title::before {
	background-color: #82a2f4;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0.1875rem;
	z-index: -1;
}

.eventBlock__body-title.eventBlock__body-title--red::before {
	background-color: #ff6868;
}

.eventBlock__body-subTitle {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
}

.eventBlock__body-contents {
	margin-top: 2.375rem;
}

.eventBlock__note {
	color: #ee7951;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.2;
}

.eventBlock__line {
	margin-top: 2rem;
}

.eventBlock__line.eventBlock__line--hoiku_yakan {
	margin-top: 0;
}

.eventBlock__line-text {
	color: #6fba2c;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.2;
}

.eventBlock__line-button {
	text-align: center;
}

.eventBlock__body-special {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 1.25rem;
}

.eventBlock__unit {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 1rem;
}

.eventBlock__image img {
	-o-object-fit: cover;
	aspect-ratio: 335/223;
	object-fit: cover;
	width: 100%;
}

.eventCard {
	border: solid 2px #ffb84e;
	box-shadow: 0 0 0.3125rem rgba(32, 28, 23, 0.15);
	display: flex;
	flex-direction: column;
	gap: 5.2256532067%;
	padding-bottom: 0.9375rem;
	padding-left: 0.5625rem;
	padding-right: 0.5625rem;
	padding-top: 0.5625rem;
	position: relative;
}

.eventCard::after {
	-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	aspect-ratio: 1/1;
	background-color: #ffb84e;
	bottom: -0.0625rem;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	content: "";
	position: absolute;
	right: -0.0625rem;
	width: 0.6875rem;
	z-index: -1;
}

.eventCard__image img {
	-o-object-fit: contain;
/*	aspect-ratio: 216/167;*/
	object-fit: contain;
}

.eventCard__date {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.7;
}

.eventCard__title {
	color: #ffb84e;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: 0.125rem;
}

.eventCard__text {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.7;
	margin-top: 0.25rem;
}

.eventCards {
	grid-column-gap: 0.875rem;
	-moz-column-gap: 0.875rem;
	grid-row-gap: 0.9375rem;
	column-gap: 0.875rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	row-gap: 0.9375rem;
}

.eventSchedule-button {
	color: #222222;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	padding-right: 0.5625rem;
	position: relative;
}

.eventSchedule-button::before {
	border: 0;
	border-bottom: solid 1px #222222;
	border-right: solid 1px #222222;
	content: "";
	height: 0.1875rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 0.1875rem;
}

.eventSchedule-button:hover {
	opacity: 0.6;
}

.eventSchedule__list {
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
}

.eventSchedule__item {
	border-bottom: solid 1px #a6a6a6;
	padding-bottom: 0.75rem;
	padding-left: 0.625rem;
}

.eventSchedule__item-block {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.eventSchedule__date {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.90rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	width: 30%;
}

.eventSchedule__timeBlock {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 100%;
}

.eventSchedule__time {
	-webkit-text-decoration: none;
	background-color: #82a2f4;
	border-radius: 1.125rem;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	max-width: 18.75rem;
	padding: 0.625rem 0.9375rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.eventSchedule__time::before {
	border: 0;
	border-right: solid 1px #fff;
	border-top: solid 1px #fff;
	content: "";
	height: 0.25rem;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 0.25rem;
}

.eventSchedule__time:hover {
	opacity: 0.6;
}

.eventSchedule__timeBlock.eventSchedule__timeBlock--red .eventSchedule__time {
	background: linear-gradient(to right, #feb692 0%, #ea5455 100%);
}

.eventSchedule__caution {
	margin-top: 0.75rem;
}

.eventSchedule__caution-text {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
}

.eventSchedule__button {
	margin-top: 1.9375rem;
	text-align: center;
}

.eventSchedule__text {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin: 0;
	margin-top: 0.75rem;
}

.eventSchedule__link {
	-webkit-text-decoration: none;
	text-decoration: none;
}

.faq {
	padding-bottom: 4.8125rem;
	padding-top: 4.8125rem;
	position: relative;
}

.faq::before {
	--mask: radial-gradient(36.06px at 50% 50px, #000 99%, rgba(0,0,0,0) 101%)
      calc(50% - 40px) 0/80px 51% repeat-x,
    radial-gradient(36.06px at 50% -30px, rgba(0,0,0,0) 99%, #000 101%) 50% 20px/80px
      calc(51% - 20px) repeat-x,
    radial-gradient(36.06px at 50% calc(100% - 50px), #000 99%, rgba(0,0,0,0) 101%)
      calc(50% - 40px) 100%/80px 51% repeat-x,
    radial-gradient(36.06px at 50% calc(100% + 30px), rgba(0,0,0,0) 99%, #000 101%) 50%
      calc(100% - 20px) / 80px calc(51% - 20px) repeat-x;
	-webkit-mask: radial-gradient(36.06px at 50% 50px, #000 99%, rgba(0,0,0,0) 101%)
      calc(50% - 40px) 0/80px 51% repeat-x,
    radial-gradient(36.06px at 50% -30px, rgba(0,0,0,0) 99%, #000 101%) 50% 20px/80px
      calc(51% - 20px) repeat-x,
    radial-gradient(36.06px at 50% calc(100% - 50px), #000 99%, rgba(0,0,0,0) 101%)
      calc(50% - 40px) 100%/80px 51% repeat-x,
    radial-gradient(36.06px at 50% calc(100% + 30px), rgba(0,0,0,0) 99%, #000 101%) 50%
      calc(100% - 20px) / 80px calc(51% - 20px) repeat-x;
	-webkit-mask: var(--mask);
	-webkit-mask: var(--mask);
	background-color: #faf9f3;
	content: "";
	height: 100%;
	left: 0;
	mask: radial-gradient(36.06px at 50% 50px, #000 99%, rgba(0,0,0,0) 101%)
      calc(50% - 40px) 0/80px 51% repeat-x,
    radial-gradient(36.06px at 50% -30px, rgba(0,0,0,0) 99%, #000 101%) 50% 20px/80px
      calc(51% - 20px) repeat-x,
    radial-gradient(36.06px at 50% calc(100% - 50px), #000 99%, rgba(0,0,0,0) 101%)
      calc(50% - 40px) 100%/80px 51% repeat-x,
    radial-gradient(36.06px at 50% calc(100% + 30px), rgba(0,0,0,0) 99%, #000 101%) 50%
      calc(100% - 20px) / 80px calc(51% - 20px) repeat-x;
	mask: var(--mask);
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.faq__body {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 0.875rem;
}

.wave-background {
	--mask: radial-gradient(36.06px at 50% 50px, #000 99%, rgba(0,0,0,0) 101%)
      calc(50% - 40px) 0/80px 100%,
    radial-gradient(36.06px at 50% -30px, rgba(0,0,0,0) 99%, #000 101%) 50% 20px/80px
      100% repeat-x;
	-webkit-mask: radial-gradient(36.06px at 50% 50px, #000 99%, rgba(0,0,0,0) 101%)
      calc(50% - 40px) 0/80px 100%,
    radial-gradient(36.06px at 50% -30px, rgba(0,0,0,0) 99%, #000 101%) 50% 20px/80px
      100% repeat-x;
	-webkit-mask: var(--mask);
	-webkit-mask: var(--mask);
	mask: radial-gradient(36.06px at 50% 50px, #000 99%, rgba(0,0,0,0) 101%)
      calc(50% - 40px) 0/80px 100%,
    radial-gradient(36.06px at 50% -30px, rgba(0,0,0,0) 99%, #000 101%) 50% 20px/80px
      100% repeat-x;
	mask: var(--mask);
}

.faqBlock {
	border-radius: 1rem;
	box-shadow: 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.25);
	padding-bottom: 0.9375rem;
	padding-left: 1.125rem;
	padding-right: 2.3125rem;
	padding-top: 0.9375rem;
	position: relative;
}

.faqBlock::before {
	background-color: #fff;
	border-radius: 0.875rem;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.faqBlock__button {
	border: solid 1px #ff6868;
	border-radius: 50%;
	cursor: pointer;
	height: 0.9375rem;
	position: absolute;
	right: 2.3125rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.9375rem;
	z-index: 1;
}

.faqBlock__button::before {
	background-color: #ff6868;
	content: "";
	height: 0.03125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%);
	width: 0.4375rem;
	z-index: -1;
}

.faqBlock__button::after {
	background-color: #ff6868;
	content: "";
	height: 0.03125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%) rotate(90deg);
	transition: 0.3s;
	width: 0.4375rem;
	z-index: -1;
}

.faqBlock__button.active::after {
	background-color: #ff6868;
	content: "";
	height: 0.03125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%) rotate(180deg);
	transition: 0.3s;
	width: 0.4375rem;
	z-index: -1;
}

.faqBlock__title {
	color: #ff6868;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.7;
	margin: 0;
	position: relative;
}

.faqBlock__body {
	margin-top: 0.5rem;
	padding-right: 3.6875rem;
}

.faqBlock__text {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.8;
	margin: 0;
}

.footer-bottomNav {
	background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
	background: initial;
	box-shadow: none;
	box-shadow: initial;
	display: block;
	height: auto;
	height: initial;
	line-height: inherit;
}

.footer-bottomNav__menu {
	grid-row-gap: 0.9375rem;
	display: grid;
	grid-template-columns: 25% 29.3103448276% auto;
	row-gap: 0.9375rem;
}

.footer-bottomNav__item {
	position: relative;
}

.footer-bottomNav__item.footer-bottomNav__item--desktop {
	display: none;
}

.footer-bottomNav__item.footer-bottomNav__item--return {
	display: none;
}

.footer-bottomNav__item:nth-of-type(3n-1) {
	padding-left: 1.125rem;
}

.footer-bottomNav__item:nth-of-type(3n-1)::before {
	background-color: #fff;
	content: "";
	height: 60%;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.03125rem;
}

.footer-bottomNav__item:nth-of-type(3n) {
	padding-left: 1.125rem;
}

.footer-bottomNav__item:nth-of-type(3n)::before {
	background-color: #fff;
	content: "";
	height: 60%;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.03125rem;
}

.footer-bottomNav__link {
	color: #fff;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: max(8px, min(2vw, 12px));
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.25;
}

.footer-bottomNav__link:hover {
	opacity: 0.6;
}

.footer-twoColumn {
	display: flex;
	gap: 1.1875rem;
}

.footer-twoColumn__image img {
	-o-object-fit: cover;
	aspect-ratio: 264/421;
	object-fit: cover;
	width: 7.9375rem;
}

.footer-twoColumn__text {
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6;
	margin: 0;
}

.footer-twoColumn__body {
	display: flex;
	flex-direction: column;
	gap: 1.1875rem;
	margin-top: 0.5rem;
}

.footer {
	padding-bottom: 5.6875rem;
	position: relative;
}

.footer__container {
	padding-bottom: 2.125rem;
	padding-top: 2.375rem;
	position: relative;
}

.footer__container::before {
	background-color: #faf9f3;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.footer__inner.inner {
	padding-left: 0.6875rem;
	padding-right: 0.6875rem;
}

.footer__logo img {
	-o-object-fit: contain;
	aspect-ratio: 488/77;
	object-fit: contain;
	width: 14.625rem;
}

.footer__block {
	display: flex;
	flex-direction: column;
	gap: 2.875rem;
	margin-top: 0.75rem;
}

.footer__bottom {
	padding-bottom: 1.9375rem;
	padding-top: 0.9375rem;
	position: relative;
}

.footer__bottom::before {
	background-color: #82a2f4;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.footer__copyright {
	margin-top: 1.1875rem;
}

.footer__copyright small {
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: max(8px, min(2vw, 12px));
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.8;
}

.footerNav-menu {
	display: none;
}

.footerNav-menu__item {
	display: flex;
}

.pcNav-menu__link:hover {
	background-color: transparent;
	background-color: initial;
	opacity: 0.6;
}

.footerNav__logo {
	-o-object-fit: cover;
	aspect-ratio: 70/30;
	display: inline-block;
	object-fit: cover;
	width: 4.375rem;
}

.footerNav__logo img {
	height: 100%;
}

.footerNav__items {
	grid-row-gap: 1.9375rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 1.9375rem;
}

.footerNav__item {
	display: flex;
}

.footerNav__title {
	color: #222222;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
	position: relative;
}

.footerNav__title:hover {
	background-color: transparent;
	background-color: initial;
	opacity: 0.6;
}

.formStep {
	color: #555;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.2;
	padding-top: 2.5rem;
	position: relative;
	text-align: center;
}

.formStep:before {
	background-color: transparent;
	border: 2px solid #555;
	border-radius: 50%;
	content: "";
	display: block;
	height: 1.875rem;
	left: 50%;
	margin: 0 auto 0.625rem auto;
	position: absolute;
	text-align: center;
	top: 0;
	transform: translateX(-50%);
	width: 1.875rem;
}

.formStep.active::before {
	background-color: #555;
}

.formStep:after {
	background-color: #555;
	content: "";
	height: 2px;
	left: -50%;
	position: absolute;
	top: 0.9375rem;
	transform: translateX(15px);
	width: calc(100% - 30px);
	z-index: -1;
}

.formStep:first-child:after {
	display: none;
}

.formSteps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.formTop__required-message {
	background: rgba(255, 255, 255, 0.5);
	border: solid 1px #fff;
	color: #555;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin-top: 1.875rem;
	padding: 1.0625rem;
}

.gakkouLink-unit {
	display: inline;
}

.h4-title {
	border-bottom: 1px solid #ccc;
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.4;
	padding-left: 1.5rem;
	position: relative;
}

.h4-title::before {
	background-color: #EA5455;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.4375rem;
}

.hamburger {
	height: 1rem;
	position: relative;
	width: 2.125rem;
	z-index: 1000;
}

.hamburger span {
	background-color: #222222;
	height: 0.0625rem;
	left: 0;
	position: absolute;
	width: 2.125rem;
}

.hamburger,
.hamburger span {
	box-sizing: border-box;
	display: inline-block;
	transition: all 0.5s;
}

.hamburger span:nth-child(1) {
	top: 0;
}

.hamburger span:nth-child(2) {
	top: 47%;
}

.hamburger span:nth-child(3) {
	bottom: 0.0625rem;
}

.hamburger.active span:nth-of-type(1) {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(44deg);
	width: 2.125rem;
}

.hamburger.active span:nth-of-type(2) {
	opacity: 0;
}

.hamburger.active span:nth-of-type(3) {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-44deg);
	width: 2.125rem;
}

.header {
	padding-top: 1.4375rem;
	position: fixed;
	width: 100%;
	z-index: 100;
}

.header.header--sub {
	padding-bottom: 1.3125rem;
	padding-top: 1.3125rem;
}

.header__inner.inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	max-width: 100%;
	padding-left: 0.625rem;
	padding-right: 1.1875rem;
}

.header__inner.inner::after {
	display: none;
}

.header__twoColumn {
	height: inherit;
	position: relative;
}

.header__left {
	padding-top: 0;
}

.header__right {
	display: none;
}

.header__rightBox {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding-bottom: 1.1875rem;
	padding-top: 1.625rem;
}

.header__rightBox:hover {
	opacity: 0.6;
}

.header__rightBox--access {
	background-color: #7acfff;
}

.header__rightBox--line {
	background-color: #00c300;
}

.header__rightBox--contact {
	background-color: #ff6868;
}

.header__rightBox-icon img {
	-o-object-fit: contain;
	aspect-ratio: 48/44;
	object-fit: contain;
	width: 3rem;
}

.header__rightBox-text {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1;
	margin: 0;
}

.header__logo {
	display: block;
	height: inherit;
	margin: 0;
	position: relative;
	z-index: 1000;
}

.header__logo:hover {
	opacity: 0.6;
}

.header__image {
	align-items: center;
	display: flex;
	height: inherit;
}

.header__image img {
	aspect-ratio: 488/77;
	max-width: 14.625rem;
	width: 14.625rem;
}

.header__pcNav-body {
	display: none;
	left: 0;
	padding-bottom: 1.5625rem;
	padding-left: 3.8125rem;
	padding-right: 3.8125rem;
	padding-top: 1.375rem;
	position: absolute;
	top: 100%;
	width: max(650px, min(84vw, 970px));
	z-index: 10;
}

.header__pcNav-body.header__pcNav-body--course {
	padding: 2.125rem 4.125rem;
}

.header__pcNav-body.header__pcNav-body--guest {
	padding-left: 3.6875rem;
	padding-right: 3.6875rem;
}

.header__pcNav-body::before {
	background-color: rgba(250, 250, 250, 0.9);
	border-bottom-left-radius: 0.625rem;
	border-bottom-right-radius: 0.625rem;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.header__pcNav-body.active {
	display: block;
}

.header__sideBanner-block {
	display: none;
}

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

.instagram__body {
	margin-top: 0.75rem;
	padding-bottom: 2.375rem;
	padding-top: 2.375rem;
	position: relative;
}

.instagram__body::before {
	background-color: #faf9f3;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.instagram__body-inner {
	margin: 0 auto;
	max-width: 47.9375rem;
}

.instagram__image {
	width: 100%;
}

.instagram__image img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.instagram__button {
	margin-top: 1.1875rem;
	text-align: center;
}

.lead {
	padding-bottom: 4.8125rem;
	padding-top: 3.4375rem;
	position: relative;
}

.lead::before {
	--mask: radial-gradient(24.41px at 50% calc(100% - 34px),#000 99%,rgba(0,0,0,0) 101%) calc(50% - 40px) 0/80px 100%,
    radial-gradient(24.41px at 50% calc(100% + 14px),rgba(0,0,0,0) 99%,#000 101%) 50% calc(100% - 20px)/80px 100% repeat-x;
	-webkit-mask: radial-gradient(24.41px at 50% calc(100% - 34px),#000 99%,rgba(0,0,0,0) 101%) calc(50% - 40px) 0/80px 100%,
    radial-gradient(24.41px at 50% calc(100% + 14px),rgba(0,0,0,0) 99%,#000 101%) 50% calc(100% - 20px)/80px 100% repeat-x;
	-webkit-mask: var(--mask);
	-webkit-mask: var(--mask);
	background-color: #FAF9F3;
	content: "";
	height: 100%;
	left: 0;
	mask: radial-gradient(24.41px at 50% calc(100% - 34px),#000 99%,rgba(0,0,0,0) 101%) calc(50% - 40px) 0/80px 100%,
    radial-gradient(24.41px at 50% calc(100% + 14px),rgba(0,0,0,0) 99%,#000 101%) 50% calc(100% - 20px)/80px 100% repeat-x;
	mask: var(--mask);
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.lead__menu {
	display: flex;
	flex-direction: column;
	gap: 1.4375rem;
}

.lead__item {
	border-bottom: solid 1px #222222;
	padding-bottom: 0.5rem;
	padding-left: 0.625rem;
	padding-right: 1.25rem;
}

.lead__link {
	color: #222222;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	gap: 1.9375rem;
	letter-spacing: 0;
	line-height: 1.2;
	padding-left: 0.75rem;
	position: relative;
}

.lead__link::before {
	background-color: #82A2F4;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0.3125rem;
	z-index: -1;
}

.lead__link.lead__link--red::before {
	background-color: #FF6868;
}

.lead__link.lead__link--yellow::before {
	background-color: #FFB84E;
}

.lead__link:hover {
	opacity: 0.6;
}

.lineBlock {
	padding-bottom: 1.4375rem;
	padding-left: 1.5rem;
	padding-right: 0.875rem;
	padding-top: 1.4375rem;
	position: relative;
}

.lineBlock::before {
	background: linear-gradient(to right, #81fbb8 0%, #5cd947 50%, #28c76f 100%);
	border-radius: 0.4375rem;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.lineBlock__cards {
	margin-top: 1.6875rem;
}

.lineBlock__header {
	text-align: center;
}

.lineBlock__title {
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	border-bottom: solid 1px #fff;
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4375rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin: 0;
	text-align: center;
}

.lineBlock__button {
	margin-top: 0.75rem;
}

.lineButton {
	-webkit-text-decoration: none;
	background: #4fc133;
	border: 1px solid #4fc133;
	border-radius: 0.5rem;
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.2;
	padding: 0.75rem 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.lineButton-icon {
	font-feature-settings: normal;
	display: inline-block;
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
}

.lineButton-icon::before {
	content: "\f3c0";
}

.lineCard {
	padding: 0.875rem 0;
	position: relative;
}

.lineCard::before {
	background-color: #fff;
	border-radius: 0.375rem;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.lineCard__icon {
	left: -0.375rem;
	position: absolute;
	top: -1.125rem;
}

.lineCard__icon img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	object-fit: cover;
	width: 1.8125rem;
}

.lineCard__body {
	text-align: center;
}

.lineCard__text {
	color: #00c300;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.7;
	margin: 0;
	text-align: left;
}

.lineCards {
	grid-column-gap: 0.5625rem;
	-moz-column-gap: 0.5625rem;
	grid-row-gap: 1.5rem;
	column-gap: 0.5625rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 1.5rem;
}

.main {
	padding-top: 4.6875rem;
}

.main--top {
	padding-top: 0;
}

.mediumButton {
	align-items: center;
	background-color: #ff6868;
	border-radius: 1.1875rem;
	color: #fff;
	display: flex;
	font-family: "Montserrat", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	gap: 0.625rem;
	letter-spacing: 0;
	line-height: 1.2;
	padding-bottom: 0.5625rem;
	padding-left: 1.875rem;
	padding-top: 0.5625rem;
	position: relative;
	transition: 0.3s;
	width: 11.75rem;
	z-index: 0;
}

.mediumButton__icon img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	object-fit: contain;
	width: 0.6875rem;
}

.mediumButton.mediumButton--tel {
	letter-spacing: 0.1em;
}

.mediumButton:hover {
	opacity: 0.6;
}

.menuArrow {
	border: solid 1px #a6a6a6;
	border-radius: 50%;
	height: 1.125rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1.125rem;
}

.menuArrow::before {
	border-bottom: solid 1px #222222;
	border-right: solid 1px #222222;
	content: "";
	height: 0.3125rem;
	left: 50%;
	position: absolute;
	top: 25%;
	transform: translate(-50%, 50%) rotate(225deg);
	transition: 0.3s;
	width: 0.3125rem;
}

.menuArrow.active::before {
	transform: translateX(-50%) rotate(45deg);
	transition: 0.3s;
}

.menuArrow.menuArrow--right::before {
	border-bottom: none;
	border-right: none;
	border-right: solid 1px #222222;
	border-top: solid 1px #222222;
	top: 50%;
	transform: translate(-75%, -50%) rotate(45deg);
}

.menuArrow.menuArrow--access {
	border: solid 1px #ff6868;
	height: 0.75rem;
	right: 0.875rem;
	width: 0.75rem;
}

.menuArrow.menuArrow--access:before {
	border-bottom: none;
	border-right: none;
	border-right: solid 1px #ff6868;
	border-top: solid 1px #ff6868;
	height: 0.1875rem;
	top: 50%;
	transform: translate(-75%, -50%) rotate(45deg);
	width: 0.1875rem;
}

.menuArrow.menuArrow--footerNav {
	border: solid 1px #222222;
	height: 1rem;
	right: -1.25rem;
	width: 1rem;
}

.menuArrow.menuArrow--footerNav:before {
	border-bottom: none;
	border-right: none;
	border-right: solid 1px #222222;
	border-top: solid 1px #222222;
	height: 0.1875rem;
	top: 50%;
	transform: translate(-75%, -50%) rotate(45deg);
	width: 0.1875rem;
}

.menuArrow.menuArrow--sideBanner {
	border: solid 0.09375rem #fff;
	bottom: 0.875rem;
	height: 0.875rem;
	left: 50%;
	top: auto;
	top: initial;
	transform: translate(-50%, 0);
	width: 0.875rem;
}

.menuArrow.menuArrow--sideBanner:before {
	border-bottom: none;
	border-right: none;
	border-right: solid 0.09375rem #fff;
	border-top: solid 0.09375rem #fff;
	top: 50%;
	transform: translate(-75%, -50%) rotate(45deg);
}

.menuArrow.menuArrow--button {
	border: solid 1px #fff;
	height: 0.8125rem;
	right: 0.9375rem;
	width: 0.8125rem;
}

.menuArrow.menuArrow--button::before {
	border-bottom: none;
	border-right: none;
	border-right: solid 1px #fff;
	border-top: solid 1px #fff;
	height: 0.1875rem;
	top: 50%;
	transform: translate(-75%, -50%) rotate(45deg);
	width: 0.1875rem;
}

.menuArrow.menuArrow--news {
	border: solid 1px #222222;
	height: 1rem;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
}

.menuArrow.menuArrow--news:before {
	border-bottom: none;
	border-right: none;
	border-right: solid 1px #222222;
	border-top: solid 1px #222222;
	height: 0.1875rem;
	top: 50%;
	transform: translate(-75%, -50%) rotate(45deg);
	width: 0.1875rem;
}

.menuArrow.menuArrow--message {
	border: solid 1px #222222;
	height: 1rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
}

.menuArrow.menuArrow--message:before {
	border-bottom: none;
	border-right: none;
	border-right: solid 1px #222222;
	border-top: solid 1px #222222;
	height: 0.1875rem;
	top: 50%;
	transform: translate(-75%, -50%) rotate(45deg);
	width: 0.1875rem;
}

.menuArrow.menuArrow--materialsRequest {
	background-color: #fff;
	border: none;
	bottom: 0.375rem;
	height: 1.25rem;
	left: 50%;
	position: absolute;
	top: auto;
	top: initial;
	transform: translate(-50%, 0%);
	width: 1.25rem;
}

.menuArrow.menuArrow--materialsRequest:before {
	border-bottom: none;
	border-right: none;
	border-right: solid 1px #616161;
	border-top: solid 1px #616161;
	height: 0.25rem;
	top: 50%;
	transform: translate(-75%, -50%) rotate(45deg);
	width: 0.25rem;
}

.menuArrow.menuArrow--line {
	background-color: #00c300;
	border: none;
	height: 1.1875rem;
	position: absolute;
	right: 1.1875rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.1875rem;
}

.menuArrow.menuArrow--line:before {
	border-bottom: none;
	border-right: none;
	border-right: solid 1px #fff;
	border-top: solid 1px #fff;
	height: 0.25rem;
	top: 50%;
	transform: translate(-75%, -50%) rotate(45deg);
	width: 0.25rem;
}

.menuArrow.menuArrow--courseContents {
	border: solid 1px #222222;
	display: inline-block;
	height: 1.125rem;
	margin-top: 0.3125rem;
	position: relative;
	right: auto;
	right: initial;
	top: auto;
	top: initial;
	transform: none;
	transform: initial;
	width: 1.125rem;
}

.menuArrow.menuArrow--courseContents:before {
	border-bottom: none;
	border-right: none;
	border-right: solid 1px #222222;
	border-top: solid 1px #222222;
	height: 0.25rem;
	top: 50%;
	transform: translate(-75%, -50%) rotate(45deg);
	width: 0.25rem;
}

.menuArrow.menuArrow--courseContents-open-campus {
	border: solid 1px #222222;
	display: inline-block;
	height: 1.25rem;
	position: absolute;
	right: clamp(0.625rem, 0.178rem + 2.24vw, 1.25rem);
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.menuArrow.menuArrow--courseContents-open-campus:before {
	border-bottom: none;
	border-right: none;
	border-right: solid 1px #222222;
	border-top: solid 1px #222222;
	height: 0.25rem;
	top: 50%;
	transform: translate(-75%, -50%) rotate(45deg);
	width: 0.25rem;
}

.menuArrow.menuArrow--lead {
	border: solid 1px #222222;
	height: 1rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
}

.menuArrow.menuArrow--lead:before {
	border-bottom: none;
	border-right: none;
	border-right: solid 1px #222222;
	border-top: solid 1px #222222;
	height: 0.1875rem;
	top: 50%;
	transform: translate(-75%, -50%) rotate(45deg);
	width: 0.1875rem;
}

.menuArrow.menuArrow--category {
	border: solid 0.0625rem #222222;
	height: 0.5625rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5625rem;
}

.menuArrow.menuArrow--category:before {
	border-bottom: none;
	border-right: none;
	border-right: solid 0.0625rem #222222;
	border-top: solid 0.0625rem #222222;
	height: 0.125rem;
	left: 50%;
	top: 46%;
	transform: translate(-75%, -50%) rotate(45deg);
	width: 0.125rem;
}

.menuArrow.menuArrow--anchor {
	border: solid 1px #222222;
	height: 1rem;
	position: absolute;
	right: 0.3125rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
}

.menuArrow.menuArrow--anchor:before {
	border-bottom: none;
	border-right: none;
	border-right: solid 1px #222222;
	border-top: solid 1px #222222;
	height: 0.1875rem;
	top: 50%;
	transform: translate(-50%, -75%) rotate(135deg);
	width: 0.1875rem;
}

.menuBlock__menu {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.menuBlock__item {
	border-bottom: solid 1px #222222;
	padding-bottom: 0.4375rem;
}

.menuBlock__link {
	-webkit-text-decoration: none;
	align-items: center;
	color: #222222;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	gap: 0.4375rem;
	letter-spacing: 0;
	line-height: 1.2;
	padding-left: 0.375rem;
	position: relative;
	text-decoration: none;
}

.menuBlock__reference {
	background-color: #ffb84e;
	display: inline-block;
	height: 0.75rem;
	width: 0.1875rem;
}

.menuBox {
	align-items: center;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding-bottom: 1.75rem;
	padding-top: 1.875rem;
	position: relative;
	width: 100%;
}

.menuBox::before {
	-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	bottom: 0;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	content: "";
	height: 0.75rem;
	position: absolute;
	right: 0;
	width: 0.75rem;
}

.menuBox.menuBox--first::before {
	background-color: #F33D3D;
}

.menuBox.menuBox--first .menuBox__title {
	color: #F33D3D;
}

.menuBox.menuBox--second::before {
	background-color: #339DFF;
}

.menuBox.menuBox--second .menuBox__title {
	color: #339DFF;
}

.menuBox.menuBox--third::before {
	background-color: #7ACFFF;
}

.menuBox.menuBox--third .menuBox__title {
	color: #7ACFFF;
}

.menuBox.menuBox--fourth::before {
	background-color: #09B309;
}

.menuBox.menuBox--fourth .menuBox__title {
	color: #09B309;
	font-family: "Montserrat", sans-serif;
}

.menuBox.menuBox--fifth::before {
	background-color: #FF6868;
}

.menuBox.menuBox--fifth .menuBox__title {
	color: #FF6868;
}

.menuBox__title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.5;
	margin: 0;
}

.menuBox__icon img {
	-o-object-fit: contain;
	object-fit: contain;
}

.menuBox__icon.menuBox__icon--openCampus img {
	aspect-ratio: 75/51;
	width: 2.25rem;
}

.menuBox__icon.menuBox__icon--requestInformation img {
	aspect-ratio: 61/42;
	width: 1.8125rem;
}

.menuBox__icon.menuBox__icon--access img {
	aspect-ratio: 36/53;
	width: 1.125rem;
}

.menuBox__icon.menuBox__icon--line img {
	aspect-ratio: 63/60;
	width: 1.875rem;
}

.menuBox__icon.menuBox__icon--contact img {
	aspect-ratio: 55/40;
	width: 1.625rem;
}

.menuBoxes {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.menuBoxes__unit {
	display: flex;
	gap: 0.5rem;
}

.messageCard {
	position: relative;
}

.messageCard:hover {
	opacity: 0.6;
}

.messageCard__category {
	background-color: #ff6868;
	border-top-left-radius: 0.3125rem;
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	left: 0;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	padding: 0.125rem 0.75rem;
	position: absolute;
	top: 0;
}

.messageCard__category.messageCard__category--blue {
	background-color: #82a2f4;
}

.messageCard__category.messageCard__category--green {
	background-color: #85d18c;
}

.messageCard__image {
	border-radius: 0.625rem;
}

.messageCard__image img {
	-o-object-fit: cover;
	aspect-ratio: 290/349;
	object-fit: cover;
}

.messageCard__name {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	margin-top: 0.25rem;
}

.messageCard__text {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.7;
	margin: 0;
	margin-top: 0.5625rem;
	padding-right: 1.5rem;
	position: relative;
}

.messageCards {
	grid-column-gap: clamp(1.25rem, -0.528rem + 3.7vw, 2.25rem);
	-moz-column-gap: clamp(1.25rem, -0.528rem + 3.7vw, 2.25rem);
	grid-row-gap: 1.4375rem;
	column-gap: clamp(1.25rem, -0.528rem + 3.7vw, 2.25rem);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 1.4375rem;
}

.message {
	padding-bottom: 4.0625rem;
}

.message__body {
	margin-top: 0.75rem;
}

.mt-82 {
	margin-top: 5.125rem;
}

.mt-20 {
	margin-top: 1.25rem;
}

.mt-43 {
	margin-top: 2.6875rem;
}

.mt-20 {
	margin-top: 1.25rem;
}

.mb-20 {
	margin-bottom: 1.25rem;
}

.mt-38 {
	margin-top: 2.375rem;
}

.mt-40 {
	margin-top: 2.5rem;
}

.mb-40 {
	margin-bottom: 2.5rem;
}

.mt-80 {
	margin-top: 5rem;
}

.mv {
	position: relative;
}

.mv__wrapper {
	position: relative;
}

.mv__image {
	display: block;
}

.mv__image img {
	-o-object-fit: cover;
	aspect-ratio: 780/1368;
	height: 100vh;
	max-height: 41.0625rem;
	object-fit: cover;
	width: 100%;
}

.mv__image.mv__image--open-campus img {
	aspect-ratio: 375/630;
	height: auto;
	height: initial;
}

.mv__body {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	left: 0;
	position: absolute;
	top: max(72px, min(13vw, 100px));
	width: 100%;
	z-index: 10;
}

.mv__body.mv__body--open-campus {
	gap: initial;
	left: 1.125rem;
	width: -moz-fit-content;
	width: fit-content;
}

.mv__title {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #8e2de2 0%, #ea5455 100%);
	background-clip: text;
	color: transparent;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6875rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	padding-bottom: 0.5rem;
	padding-left: 2.0625rem;
	padding-top: 0.5rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.mv__title::before {
	background: linear-gradient(to right, #fff 66%, rgba(255, 255, 255, 0.9) 86%, rgba(255, 255, 255, 0) 100%);
	box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.25);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 16.6875rem;
	z-index: -1;
}

.mv__title.mv__title--open-campus {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #8e2de2 0%, #feb692 99%);
	background-clip: text;
	color: #222222;
	color: transparent;
	font-family: "Montserrat", sans-serif;
	font-size: 2.6875rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	padding: 0;
}

.mv__title.mv__title--open-campus::before {
	display: none;
}

.mv__subTitle {
	border-bottom: solid 1px #222222;
	color: #222222;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.0625rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.2;
	padding-bottom: 0.1875rem;
	padding-left: 0.5625rem;
	padding-right: 0.5625rem;
	text-shadow: 0px 1px 1px #fff;
	width: -moz-fit-content;
	width: fit-content;
}

.mv__circleBlock {
	aspect-ratio: 480/440;
	bottom: max(93px, min(24vw, 180px));
	left: 0.75rem;
	position: absolute;
	width: 14.375rem;
	z-index: 1;
}

.mv__banner {
	bottom: -2.4375rem;
	left: 50%;
	max-width: 31.25rem;
	position: absolute;
	transform: translateX(-50%);
	width: 94.4%;
	z-index: 1;
}

.mv__banner:hover {
	opacity: 0.6;
}

.mv__banner-image img {
	-o-object-fit: contain;
	aspect-ratio: 737/223;
	object-fit: contain;
	width: 100%;
}

.mv__icon {
	bottom: -1.875rem;
	left: 35%;
	position: absolute;
	transform: translateX(-50%);
}

.mv__icon img {
	-o-object-fit: cover;
	aspect-ratio: 416/266;
	object-fit: cover;
	width: 12.5rem;
}

.mvSub {
	overflow: hidden;
	padding-top: 5rem;
}

.mvSub__wrapper {
	position: relative;
}

.mvSub__image {
	display: block;
	position: relative;
}

.mvSub__image::before {
	background: rgba(64, 143, 149, 0.3);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.mvSub__image img {
	-o-object-fit: cover;
	aspect-ratio: 1360/438;
	height: 18.75rem;
	object-fit: cover;
}

.mvSub__body {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.mvSub__title {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.23em;
	line-height: 1.2;
	text-align: center;
}

.mvSub__subTitle {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.23em;
	line-height: 1;
	text-align: center;
}

.news-twoColumn {
	display: flex;
	flex-direction: column;
	gap: 1.1875rem;
}

.news-twoColumn__list {
	margin-top: 1.1875rem;
}

.news-twoColumn__item {
	border-bottom: solid 1px #a6a6a6;
	padding-bottom: 0.75rem;
	padding-top: 1.1875rem;
}

.news-twoColumn__item:first-child {
	padding-top: 0;
}

.news-twoColumn__link {
	color: #222222;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	justify-content: space-between;
	letter-spacing: 0;
	line-height: 1.7;
	padding-right: 6.25rem;
	position: relative;
}

.news-twoColumn__link:hover {
	opacity: 0.6;
}

.news-twoColumn__image {
	display: block;
}

.news-twoColumn__image img {
	-o-object-fit: cover;
	aspect-ratio: 656/438;
	object-fit: cover;
}

.news {
	padding-bottom: 6rem;
	padding-top: 4.5625rem;
	position: relative;
}

.news::before {
	aspect-ratio: 108/258;
	background-image: url(../images/common/news-bg-right.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: 0;
	top: -2.375rem;
	width: 3.25rem;
	z-index: -1;
}

.news::after {
	aspect-ratio: 160/232;
	background-image: url(../images/common/news-bg-left.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 1.0625rem;
	content: "";
	left: 0;
	position: absolute;
	width: 4.8125rem;
	z-index: -1;
}

.openCampus-top__image {
	display: block;
	margin-top: 1.125rem;
}

.openCampus-top__youtube {
	margin-top: 1.125rem;
}

.openCampus-top__youtube iframe {
	-o-object-fit: cover;
	aspect-ratio: 700/250;
	object-fit: cover;
	width: 100%;
}

.openCampus-top__text {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.2;
}

.openCampus {
	padding-bottom: 2.375rem;
	padding-top: 6.1875rem;
	position: relative;
}

.openCampus::before {
	background-color: #fff4f2;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.openCampus.openCampus--sub::before {
	background-color: transparent;
	background-color: initial;
}

.openCampus__inner.inner {
	padding-left: 0.6875rem;
	padding-right: 0.6875rem;
}

.openCampus__wrapper {
	position: relative;
}

.openCampus__logo {
	left: 50%;
	position: absolute;
	top: -3.8125rem;
	transform: translateX(-50%);
}

.openCampus__logo img {
	-o-object-fit: contain;
	aspect-ratio: 174/122;
	object-fit: contain;
	width: 5.1875rem;
}

.openCampus__body {
	grid-column-gap: 1.0625rem;
	-moz-column-gap: 1.0625rem;
	grid-row-gap: 0.625rem;
	column-gap: 1.0625rem;
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 0.75rem;
	row-gap: 0.625rem;
}

.openCampus__banner img {
	-o-object-fit: fill;
	aspect-ratio: 350/160;
	object-fit: fill;
}

.openCampus__banner:hover {
	opacity: 0.6;
}

.openCampus__button {
	margin-top: 1.1875rem;
	text-align: center;
}

.page-subTitle__text {
	color: #ea5455;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
}

.pageCard {
	-webkit-text-decoration: none;
	display: flex;
	flex-direction: column;
	gap: 1.125rem;
	text-decoration: none;
}

.pageCard__title {
	align-items: center;
	color: #222222;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 500;
	gap: 0.5rem;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	position: relative;
}

.pageCard__title-reference {
	background-color: #EA5455;
	display: inline-block;
	height: 0.8125rem;
	width: 0.1875rem;
}

.pageCard__image img {
	-o-object-fit: cover;
	aspect-ratio: 300/232;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.pageCard__text {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.7;
	margin: 0;
	position: relative;
}

.pageCards {
	display: flex;
	flex-direction: column;
	gap: 2.125rem;
}

.pageTop {
	align-items: center;
	background-color: #303030;
	border: solid 1px #fff;
	border-radius: 50%;
	bottom: 6.0625rem;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 0.1875rem;
	height: 4.0625rem;
	padding-bottom: 0.6875rem;
	padding-top: 0.75rem;
	position: fixed;
	right: 0.625rem;
	text-align: center;
	width: 4.0625rem;
	z-index: 10;
}

.pageTop:hover {
	opacity: 0.6;
}

.pageTop__text {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.4;
	margin: 0;
}

.pageTop__arrow {
	display: flex;
}

.pageTop__arrow img {
	-o-object-fit: contain;
	aspect-ratio: 14/27;
	object-fit: contain;
	width: 0.375rem;
}

.pcNav-items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.pcNav-items.pcNav-items--course {
	gap: 2rem;
}

.pcNav-items.pcNav-items--guest {
	grid-template-columns: 0.8fr 0.9fr 0.7fr 0.4fr;
}

.pcNav-items__link {
	color: #222222;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 2;
	padding-left: 0.9375rem;
	position: relative;
}

.pcNav-items__link:hover {
	color: #82A2F4;
}

.pcNav-items__link:hover::before {
	border-right: solid 1px #82A2F4;
	border-top: solid 1px #82A2F4;
}

.pcNav-items__link::before {
	border-right: solid 1px #222222;
	border-top: solid 1px #222222;
	content: "";
	height: 0.34375rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translate(-75%, -50%) rotate(45deg);
	width: 0.34375rem;
}

.pcNav-items__link.pcNav-items__link--top::before {
	top: 0.75rem;
	transform: translateX(-75%) rotate(45deg);
}

.pcNav-items__linkContent-image {
	position: relative;
}

.pcNav-items__linkContent-image img {
	-o-object-fit: cover;
	aspect-ratio: 163/130;
	object-fit: cover;
}

.pcNav-items__linkContent-image::before {
	background-color: rgba(209, 209, 209, 0.6);
	content: "";
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.pcNav-items__linkContent:hover .pcNav-items__linkContent-image:before {
	display: block;
}

.pcNav-items__linkContent-image {
	border-bottom: solid 0.375rem #F97D6F;
}

.pcNav-items__linkContent-image.pcNav-items__linkContent-image--blue {
	border-bottom: solid 0.375rem #82A2F4;
}

.pcNav-items__linkContent-image.pcNav-items__linkContent-image--green {
	border-bottom: solid 0.375rem #85D18C;
}

.pcNav-items__linkContent-image.pcNav-items__linkContent-image--pink {
	border-bottom: solid 0.375rem #FFA0C7;
}

.pcNav-items__linkContent-image.pcNav-items__linkContent-image--light-blue {
	border-bottom: solid 0.375rem #6AD2FF;
}

.pcNav-items__linkContent-image.pcNav-items__linkContent-image--purple {
	border-bottom: solid 0.375rem #9680E8;
}

.pcNav-items__linkContent-image.pcNav-items__linkContent-image--yellow {
	border-bottom: solid 0.375rem #FFB84E;
}

.pcNav-items__linkContent-text {
	color: #F97D6F;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.7;
	padding-left: 0.625rem;
	position: relative;
}

.pcNav-items__linkContent-text.pcNav-items__linkContent-text--blue {
	color: #82A2F4;
}

.pcNav-items__linkContent-text.pcNav-items__linkContent-text--green {
	color: #85D18C;
}

.pcNav-items__linkContent-text.pcNav-items__linkContent-text--pink {
	color: #FFA0C7;
}

.pcNav-items__linkContent-text.pcNav-items__linkContent-text--light-blue {
	color: #6AD2FF;
}

.pcNav-items__linkContent-text.pcNav-items__linkContent-text--purple {
	color: #9680E8;
}

.pcNav-items__linkContent-text.pcNav-items__linkContent-text--yellow {
	color: #FFB84E;
}

.pcNav-items__linkContent-text::before {
	border-right: solid 1.5px #D6ADA8;
	border-top: solid 1.5px #D6ADA8;
	content: "";
	height: 0.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 0.25rem;
}

.pcNav-items__linkContent-text.pcNav-items__linkContent-text--blue::before {
	border-right: solid 1.5px #82A2F4;
	border-top: solid 1.5px #82A2F4;
}

.pcNav-items__linkContent-text.pcNav-items__linkContent-text--green::before {
	border-right: solid 1.5px #85D18C;
	border-top: solid 1.5px #85D18C;
}

.pcNav-items__linkContent-text.pcNav-items__linkContent-text--pink::before {
	border-right: solid 1.5px #FFA0C7;
	border-top: solid 1.5px #FFA0C7;
}

.pcNav-items__linkContent-text.pcNav-items__linkContent-text--light-blue::before {
	border-right: solid 1.5px #6AD2FF;
	border-top: solid 1.5px #6AD2FF;
}

.pcNav-items__linkContent-text.pcNav-items__linkContent-text--purple::before {
	border-right: solid 1.5px #9680E8;
	border-top: solid 1.5px #9680E8;
}

.pcNav-items__linkContent-text.pcNav-items__linkContent-text--yellow::before {
	border-right: solid 1.5px #FFB84E;
	border-top: solid 1.5px #FFB84E;
}

.pcNav-sub {
	display: none;
}

.pcNav-sub__items {
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap: 0.625rem;
}

.pcNav-sub__item {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1;
}

.pcNav-sub__menu {
	color: #222222;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	padding-left: 1.125rem;
	position: relative;
}

.pcNav-sub__menu::before {
	aspect-ratio: 1/1;
	background-color: #ff6868;
	border-radius: 50%;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 0.75rem;
	z-index: -1;
}

.pcNav-sub__menu:hover {
	background-color: transparent;
	background-color: initial;
	opacity: 0.6;
}

.pcNav {
	display: none;
}

.pcNav__items {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: flex-end;
	justify-content: space-between;
}

.pcNav__item {
	height: inherit;
}

.pcNav__menu {
	display: inline-block;
	height: inherit;
	position: relative;
}

.pcNav__menu:hover {
	opacity: 0.6;
}

/*現在地とhoverの設定*/

.pcNav__menu:hover .pcNav__subTitle::after {
	transform: scale(1, 1); /*X方向にスケール拡大*/
}

.pcNav__title {
	color: #222222;
	cursor: pointer;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(0.625rem, -0.042rem + 1.39vw, 1rem);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0;
	padding-bottom: 0.9375rem;
	padding-left: clamp(1rem, -1.222rem + 4.63vw, 2.25rem);
	padding-right: clamp(1rem, -1.222rem + 4.63vw, 2.25rem);
	padding-top: 0.9375rem;
	text-align: center;
}

.pcNav__title:hover {
	background-color: transparent;
	background-color: initial;
	opacity: 0.6;
}

.pcNav__subTitle {
	color: #fff;
	font-size: 0.625rem;
	letter-spacing: 0.04em;
	margin-top: 0.25rem;
	position: relative;
	text-align: center;
}

.pcNav__subTitle::after {
	background: #fff;
	bottom: -0.1875rem;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	transform: scale(0, 1); /*X方向0、Y方向1*/
	transform-origin: center top; /*上部中央基点*/ /*アニメーションの指定*/
	transition: all 0.3s; /*線の形状*/
	width: 100%;
}

.schoolArea__wrapper {
	padding-bottom: 1.125rem;
	padding-top: 1.25rem;
}

.schoolArea__inner.inner {
	padding-left: 0.6875rem;
	padding-right: 0.6875rem;
}

.schoolArea__list {
	grid-row-gap: 1.1875rem;
	display: grid;
	grid-template-columns: 30% 40% 30%;
	row-gap: 1.1875rem;
}

.schoolArea__link {
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	color: #222222;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: max(8px, min(2vw, 12px));
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
}

.schoolArea__link:hover {
	opacity: 0.6;
}

.schoolGuide {
	padding-bottom: 4.0625rem;
	padding-top: 4.0625rem;
	position: relative;
}

.schoolGuide::before {
	background-color: #fff4f2;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.schoolGuide.schoolGuide--open-campus::before {
	display: none;
}

.schoolGuide__openCampus-speechBubble {
	background-color: #ff916c;
	border-radius: 0.875rem;
	padding: 0.5625rem 0;
	position: relative;
}

.schoolGuide__openCampus-speechBubble::before {
	-webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
	background-color: #ff916c;
	bottom: -0.5rem;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	content: "";
	height: 0.75rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0.625rem;
	z-index: -1;
}

.schoolGuide__openCampus-text {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
}

.schoolGuide__openCampus-banner {
	display: inline-block;
	margin-top: 0.875rem;
}

.schoolGuide__openCampus-banner:hover {
	opacity: 0.6;
}

.schoolGuide__openCampus-banner-image img {
	-o-object-fit: contain;
	aspect-ratio: 737/223;
	object-fit: contain;
}

.schoolGuide__materialsRequest.schoolGuide__materialsRequest--top {
	margin-top: 5rem;
}

.schoolGuide__materialsRequest-block {
	border-radius: 0.4375rem;
	padding-bottom: clamp(0.813rem, -1.469rem + 11.41vw, 4rem);
	padding-right: 1.5rem;
	padding-top: clamp(1.313rem, -0.969rem + 11.41vw, 4.5rem);
	position: relative;
	text-align: right;
}

.schoolGuide__materialsRequest-block::before {
	background-image: url(../images/common/materialsRequest-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0.4375rem;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.schoolGuide__materialsRequest-block::after {
	background-color: rgba(119, 119, 119, 0.5);
	border-radius: 0.4375rem;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.schoolGuide__materialsRequest-box {
	border: solid 1px #fff;
	border-top: none;
	display: inline-block;
	padding-bottom: 1.625rem;
	padding-left: 0.8125rem;
	padding-right: 0.8125rem;
	padding-top: 0.875rem;
	position: relative;
}

.schoolGuide__materialsRequest-box::before {
	background: linear-gradient(to right, #fff 0%, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff 100%);
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.schoolGuide__materialsRequest-box:hover {
	opacity: 0.6;
}

.schoolGuide__materialsRequest-icon {
	left: 50%;
	position: absolute;
	top: -0.875rem;
	transform: translateX(-50%);
}

.schoolGuide__materialsRequest-icon img {
	-o-object-fit: contain;
	aspect-ratio: 83/59;
	object-fit: contain;
	width: 2.5rem;
}

.schoolGuide__materialsRequest-text {
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.1875rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.6;
	margin: 0;
	text-align: center;
	text-shadow: 1px 0px 0px rgb(0, 0, 0);
}

.schoolGuide__line {
	margin-top: 1.1875rem;
}

.search {
	padding-bottom: 3.75rem;
}

.search__box {
	margin-top: 0.625rem;
}

.search__result {
	margin-top: 1.5rem;
}

.search__result-text {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.7;
}

.search__eventCards {
	margin-top: 0.9375rem;
}

.searchBox {
	box-shadow: 0 0 0.3125rem rgba(32, 28, 23, 0.15);
	padding-bottom: 1.0625rem;
	padding-top: 1.0625rem;
}

.searchBox__inner.inner {
	padding-left: 0.625rem;
	padding-right: 0.875rem;
}

.searchBox__text {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.45;
}

.searchBox__date {
	border: #eeeeee solid 0.0625rem;
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.15;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.5625rem;
	width: 100%;
}

.searchBox__body {
	margin-top: 1.625rem;
}

.searchBox__select {
	margin-top: 0.625rem;
	position: relative;
}

.searchBox__select::before {
	border: 0;
	border-bottom: solid 1px #222222;
	border-right: solid 1px #222222;
	content: "";
	height: 8px;
	margin-top: -6px;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: rotate(45deg);
	width: 8px;
}

.searchBox__list {
	-moz-column-gap: 0.75rem;
	column-gap: 0.75rem;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.3125rem;
	row-gap: 0.625rem;
}

.searchBox__item {
	display: flex;
}

.searchBox__link {
	color: #1f5ecf;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
}

.searchBox__link.active {
	color: #ffb84e;
}

.searchBox__eventCards {
	margin-top: 2.5rem;
}

.section-subHeader {
	padding-bottom: 1.125rem;
	padding-top: 1.1875rem;
}

.section-subHeader.section-subHeader--bg {
	background-color: #faf9f3;
}

.section-subHeader.section-subHeader--sub {
	padding: 0;
}

.section-subHeader__inner {
	position: relative;
}

.section-subHeader__inner--borderNon::before {
	display: none;
}

.section-subHeader__subTitle {
	color: #ea5455;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	position: relative;
}

.section-subHeader__subTitle::before {
	background-color: #ea5455;
	bottom: 0;
	content: "";
	height: 1.875rem;
	left: -0.625rem;
	position: absolute;
	transform: rotate(45deg);
	width: 0.0625rem;
	z-index: 1;
}

.section-subHeader__title {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	margin-bottom: 0;
	margin-top: 0.1875rem;
}

.sectionHeader {
	display: flex;
	flex-direction: column;
	gap: 0.1875rem;
}

.sectionHeader.sectionHeader--center {
	align-items: center;
}

.sectionHeader__title {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #8e2de2 0%, #ea5455 100%);
	background-clip: text;
	color: #222222;
	color: transparent;
	font-family: "Montserrat", sans-serif;
	font-size: 2.375rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin: 0;
}

.sectionHeader__title.sectionHeader__title--openCampus {
	letter-spacing: 0;
}

.sectionHeader__title.sectionHeader__title--event {
	letter-spacing: 0;
}

.sectionHeader__subTitle {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
}

.sectionOuter {
	position: relative;
}

.sectionOuter::before {
	background: linear-gradient(to top, rgba(250, 249, 243, 0) 0%, rgba(250, 249, 243, 0.9) 17%, rgb(250, 249, 243) 100%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.shiryoForm {
	padding-top: 2.8125rem;
	position: relative;
}

.shiryoForm::before {
	background: linear-gradient(180deg, #efeeeb, #fff);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.shiryoForm__area {
	margin-top: 2.625rem;
	padding: 1.125rem;
	padding-top: 2.5rem;
	position: relative;
}

.shiryoForm__area::before {
	background-color: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.shiryoForm__title {
	color: #555;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-align: center;
}

.shiryoForm__title.shiryoForm__title--thanks {
	color: rgb(255, 135, 107);
}

.shiryoForm__body {
	margin-top: 3.75rem;
}

.shiryoForm__text {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-align: center;
}

.shiryoForm__line {
	display: flex;
	justify-content: center;
	margin-top: 2.5rem;
}

.shiryoForm__lineLink img {
	width: 12.5rem;
}

.sideBanner {
	align-items: center;
	background-color: rgba(243, 61, 61, 0.9);
	border-bottom-left-radius: 0.6875rem;
	border-top-left-radius: 0.6875rem;
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	padding: 1.6875rem 1.0625rem 3.5rem;
	position: relative;
}

.sideBanner:hover {
	opacity: 0.6;
}

.sideBanner__text {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	writing-mode: vertical-rl;
}

.sideBanner__icon img {
	-o-object-fit: contain;
	aspect-ratio: 33/23;
	object-fit: contain;
	width: 2.0625rem;
}

.sideBanner.sideBanner--requestInformation {
	background-color: rgba(51, 157, 255, 0.9);
}

.sns__block {
	margin-top: 2.1875rem;
}

.sns__bannerSlide {
	margin-top: 7.375rem;
}

.snsBlock {
	grid-gap: 1.1875rem;
	display: grid;
	gap: 1.1875rem;
	grid-template-columns: repeat(5, 1fr);
	position: relative;
}

.snsBlock-icon:hover {
	opacity: 0.6;
}

.snsBlock-icon img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	object-fit: contain;
}

.snsBlock__caption {
	left: -0.9375rem;
	position: absolute;
	top: -2.5rem;
}

.snsBlock__caption img {
	-o-object-fit: contain;
	aspect-ratio: 165/82;
	object-fit: contain;
	width: 4.9375rem;
}

.snsSlide {
	position: relative;
}

.snsSlide__swiper-slide:hover {
	opacity: 0.6;
}

.snsSlide__swiper-slide {
	display: flex;
}

.snsSlide__swiper-slide img {
	-o-object-fit: contain;
	object-fit: contain;
}

.specialEvent-content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
}

.specialEvent-content__image img {
	-o-object-fit: cover;
/*	aspect-ratio: 342/228; */
	aspect-ratio: 4/3; 
	object-fit: cover;
	width: 100%;
}

.specialEvent-content__text {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin: 0;
}

.specialEvent-content__subText {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin: 0;
	margin-top: 0.75rem;
}

.specialEvent-content__button {
	-webkit-text-decoration: none;
	background: linear-gradient(to right, #feb692 0%, #ea5455 100%);
	border-radius: 1.125rem;
	color: #fff;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-top: 1.5rem;
	padding: 0.625rem 0.9375rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.specialEvent-content__button::before {
	border: 0;
	border-right: solid 1px #fff;
	border-top: solid 1px #fff;
	content: "";
	font-size: 0.65rem;
	height: 0.1875rem;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 0.1875rem;
}

.specialEvent-content__button:hover {
	opacity: 0.6;
}

.specialEvent-contents__title {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	padding-left: 0.75rem;
	position: relative;
}

.specialEvent-contents__title::before {
	background-color: #ea5455;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0.25rem;
	z-index: -1;
}

.specialEvent-contents__content {
	margin-top: 0.75rem;
}

.spNav-items__item {
	border-bottom: solid 1px #A6A6A6;
}

.spNav-items__item:first-child {
	border-top: solid 1px #A6A6A6;
}

.spNav-items__item:last-child {
	border-bottom: none;
}

.spNav-items__link {
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	color: #222222;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	padding-bottom: 0.75rem;
	padding-left: 0.8125rem;
	padding-right: 0.25rem;
	padding-top: 0.75rem;
}

.spNav {
	background-color: #FAF9F3;
	display: none;
	height: 100%;
	left: 0;
	overflow: scroll;
	padding-bottom: 10.75rem;
	padding-top: 6.125rem;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.spNav__inner.inner {
	max-width: 31.25rem;
}

.spNav__items {
	margin-top: 0.9375rem;
}

.spNav__items.spNav__items--first {
	margin-top: 0;
}

.spNav__item {
	background-color: #fff;
	border-radius: 0.3125rem;
	margin-top: 0.75rem;
	padding-left: 1.4375rem;
	padding-right: 1.4375rem;
}

.spNav__item:first-child {
	margin-top: 0;
}

.spNav__menu {
	align-items: center;
	color: #222222;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	gap: 0.5rem;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	padding: 0.75rem 0;
	position: relative;
}

.spNav__menu.spNav__menu--language {
	font-family: "Montserrat", sans-serif;
}

.spNav__menu-reference {
	background-color: #222222;
	display: inline-block;
	height: 0.9375rem;
	width: 0.1875rem;
}

.spNav__body {
	display: none;
}

.spNav__menuBoxes {
	margin-top: 0.9375rem;
}

.spNav__menu-language img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	object-fit: contain;
	width: 1.375rem;
}

.spNav__snsBlock {
	margin-top: 2.375rem;
}

.squareButton {
	background-color: #fff;
	border: solid 1px #ff6868;
	color: #ff6868;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1;
	padding-bottom: 0.3125rem;
	padding-top: 0.3125rem;
	position: relative;
	text-align: center;
	transition: 0.3s;
	width: 11.75rem;
	z-index: 0;
}

.squareButton:hover {
	opacity: 0.6;
}

.subPage-headerBlock {
	padding-bottom: 1.375rem;
	padding-top: 1.375rem;
	position: relative;
}

.subPage-headerBlock::before {
	background-color: #FAF9F3;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.swiper-slide-active .slide-image,
.swiper-slide-duplicate-active .slide-image,
.swiper-slide-prev .slide-image {
	animation: zoomUp 10s linear 0s 1 normal both;
}

.swiper-wrapper {
	transition-timing-function: linear !important;
}

.snsSlide__swiper-slide.swiper-slide {
	aspect-ratio: 389/138;
	height: auto;
	width: 11.6875rem;
}

.snsSlide__swiper-pagination.swiper-pagination {
	bottom: -1.75rem;
	display: flex;
	justify-content: center;
	position: absolute;
	top: auto;
	top: initial;
}

.blog__swiper-pagination.swiper-pagination {
	display: none;
}

.swiper-pagination-bullet {
	height: 0.375rem;
	width: 0.375rem;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #ff6868;
}

.blog__swiper-button-prev.swiper-button-prev {
	display: none;
}

.blog__swiper-button-prev.swiper-button-prev::after {
	border-bottom: none;
	border-right: none;
	border-right: solid 1px #fff;
	border-top: solid 1px #fff;
	content: "";
	height: 0.5rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(225deg);
	width: 0.5rem;
	z-index: 1;
}

.topics__image.swiper-slide {
	width: 19.6875rem;
}

.topics__swiper-button-prev.swiper-button-prev {
	height: 1rem;
	left: -1.1875rem;
	margin-top: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
}

.topics__swiper-button-prev.swiper-button-prev::before {
	background-color: #ff6868;
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.topics__swiper-button-prev.swiper-button-prev::after {
	color: #fff;
	font-size: 0.375rem;
	margin-left: 0.0625rem;
	width: 0.3125rem;
}

.topics__swiper-button-next.swiper-button-next {
	height: 1rem;
	margin-top: 0;
	position: absolute;
	right: -1.1875rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
}

.topics__swiper-button-next.swiper-button-next::before {
	background-color: #ff6868;
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.topics__swiper-button-next.swiper-button-next::after {
	color: #fff;
	font-size: 0.375rem;
	margin-left: 0.1875rem;
	width: 0.3125rem;
}

.topics__swiper-pagination.swiper-pagination {
	bottom: -1.125rem;
	display: flex;
	justify-content: center;
	position: absolute;
	top: auto;
	top: initial;
}

.taikenForm {
	padding-top: 2.8125rem;
	position: relative;
}

.taikenForm::before {
	background: linear-gradient(180deg, #efeeeb, #fff);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.taikenForm__area {
	margin-top: 2.625rem;
	padding: 1.125rem;
	padding-top: 2.5rem;
	position: relative;
}

.taikenForm__area::before {
	background-color: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.taikenForm__title {
	color: #555;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.75rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-align: center;
}

.taikenForm__text {
	color: #555;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.2;
	margin-top: 1.875rem;
	text-align: center;
}

.taikenForm__text-small {
	color: #555;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.2;
	margin-top: 1rem;
	text-align: center;
}

.taikenForm__link {
	color: rgb(255, 135, 107);
}

.taikenForm__body {
	margin-top: 3.75rem;
}

.thanks__body {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.thanks__title {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.thanks__text {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 2.5rem;
	text-align: center;
}

.topics__body {
	margin-top: 0.75rem;
}

.topics__body-inner.inner {
	position: relative;
}

.topics__body-wrapper {
	position: relative;
}

.topics__image:hover {
	opacity: 0.6;
}

.topics__image img {
	-o-object-fit: contain;
	aspect-ratio: 656/437;
	object-fit: contain;
	width: 100%;
}

.twoColumn {
	display: flex;
	gap: 1.4492753623%;
}

.twoColumn-box {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.6666666667vw;
}

.top-blog {
	margin-top: 18rem;
}

.top-commonLayout {
	margin-top: 5rem;
}

.top-contentsBlock {
	margin-top: 5.75rem;
}

.top-course {
	margin-top: 12.5rem;
}

.top-footer {
	margin-top: 6.75rem;
}

.top-instagram {
	margin-top: 14.625rem;
}

.top-instagram--openCampus {
	margin-top: 12.5rem;
}

.top-message {
	margin-top: 12.5rem;
}

.top-openCampus-top {
	margin-top: 4.8125rem;
}

.top-openCampus {
	margin-top: 5rem;
}

.top-schoolGuide {
	margin-top: 7.5rem;
}

.top-search {
	margin-top: 4.5625rem;
}

.top-sns {
	margin-top: 15rem;
}

.advantage {
	padding-top: 19rem;
}

.advantage__inner.inner {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.advantage__header {
	gap: 1.5rem;
}

.advantage__header-icon img {
	width: 7.1875rem;
}

.advantage__title {
	font-size: 2.5rem;
	gap: 1.3125rem;
}

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

.advantage__title-middle {
	font-size: 2rem;
}

.advantage__title-bottom {
	gap: 0.4375rem;
}

.advantage__title-bg {
	border-radius: 2rem;
	font-size: 2.625rem;
	gap: 0.3125rem;
	padding-bottom: 0.875rem;
	padding-top: 0.5rem;
	width: 23.125rem;
}

.advantage__title-small {
	font-size: 1.5rem;
	letter-spacing: 0;
}

.advantage__title-gradation {
	font-size: 2.625rem;
}

.advantage__body {
	margin-top: 1.5rem;
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.advantage__body::before {
	border-radius: 2.5rem;
}

.advantage__body-inner.inner {
	max-width: 48.75rem;
}

.advantage__unit {
	flex-direction: row;
	gap: 8.4375rem;
	justify-content: center;
	margin-top: 2.625rem;
	position: relative;
}

.advantage__unit::before {
	background-color: #a6a6a6;
	bottom: 0;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0.0625rem;
}

.advantageBlock {
	gap: 2.6875rem;
	padding-bottom: 2.625rem;
}

.advantageBlock.advantageBlock--second {
	border-bottom: none;
	gap: 1.75rem;
	padding-bottom: 0;
	width: 50%;
}

.advantageBlock.advantageBlock--third {
	gap: 1.75rem;
	padding-bottom: 0;
	width: 50%;
}

.advantageBlock__header {
	border: 2px solid #6105fc;
	padding-bottom: 1rem;
	padding-top: 0.75rem;
	width: 42.75rem;
}

.advantageBlock__header.advantageBlock__header--sub {
	padding-bottom: 1.125rem;
	padding-top: 0.75rem;
	width: 100%;
}

.advantageBlock__header::before {
	border-width: 0.5rem;
	bottom: -0.375rem;
}

.advantageBlock__header::after {
	border-width: 0.5625rem;
	bottom: -0.625rem;
}

.advantageBlock__title {
	font-size: 1.5rem;
	line-height: 1;
}

.advantageBlock__title-small {
	font-size: 1rem;
}

.advantageBlock__body {
	gap: 10.25rem;
}

.advantageBlock__image img {
	aspect-ratio: 253/336;
	width: 15.8125rem;
}

.advantageBlock__image.advantageBlock__image--second img {
	aspect-ratio: 294/335;
	width: 18.375rem;
}

.advantageBlock__image.advantageBlock__image--third img {
	aspect-ratio: 294/335;
	width: 18.375rem;
}

.advantageBlock__caption {
	font-size: 0.75rem;
}

.blog__swiperArea-wrapper {
	margin-right: calc(50% - 50vw);
}

.blog__button {
	margin-top: 7.5rem;
}

.blogCard {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.blogCard__image img {
	aspect-ratio: 227/155;
}

.blogCard__date {
	font-size: 1rem;
}

.blogCard__title {
	font-size: 1rem;
}

.blogCards {
	display: flex;
	gap: initial;
	margin-top: 2.8125rem;
}

.blogCards__card {
	aspect-ratio: 227/155;
	height: auto;
	width: 100%;
}

.button {
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	padding-bottom: 1.1875rem;
	padding-top: 1.25rem;
	width: 25.625rem;
}

.button.button--confirm {
	font-size: 1rem;
}

.button.button--back {
	font-size: 1rem;
}

.buttonLine {
	border-radius: 1.5625rem;
	font-size: 1.125rem;
	padding-bottom: 0.75rem;
	padding-left: 2.875rem;
	padding-top: 0.75rem;
	width: 36.1875rem;
}

.buttonLine::before {
	aspect-ratio: 166/127;
	bottom: 0;
	right: -13.5rem;
	width: 10.375rem;
}

.categories {
	align-items: center;
	gap: 0.3125rem;
}

.category__name {
	padding: 0.25rem 0.6875rem;
}

.category__title {
	font-size: 0.75rem;
}

.categoryBlock {
	padding-bottom: 4.3125rem;
	padding-top: 4rem;
}

.categoryBlock__title {
	font-size: 1.75rem;
}

.categoryBlock__area {
	margin-top: 0.9375rem;
	padding: 3rem 3.625rem;
}

.categoryBlock__menu {
	grid-column-gap: 5.125rem;
	-moz-column-gap: 5.125rem;
	grid-row-gap: 2.5625rem;
	column-gap: 5.125rem;
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
	row-gap: 2.5625rem;
}

.categoryBlock__link {
	font-size: 1rem;
	padding-bottom: 0.375rem;
	padding-right: 2.25rem;
}

.circleBox {
	gap: 0.5rem;
	width: 12.375rem;
}

.circleBox.circleBox--second {
	left: 13.5rem;
	top: 10.875rem;
}

.circleBox.circleBox--third {
	left: 0;
	top: 10.875rem;
}

.circleBox__top {
	font-size: 1.125rem;
}

.circleBox__topSecond {
	font-size: 1.25rem;
}

.circleBox__topSecond-sub {
	font-size: 0.9375rem;
}

.circleBox__middle {
	font-size: 1.375rem;
}

.circleBox__middleFirst {
	font-size: 2rem;
}

.circleBox__bottom {
	font-size: 2.125rem;
}

.circleBox__bottom-sub {
	font-size: 3rem;
}

.circleBox__bottomFirst {
	font-size: 2.875rem;
}

.circleBox__bottomFirst-sub {
	font-size: 1.5625rem;
}

.contactForm__content {
	margin-top: 1.25rem;
	padding-bottom: 1.25rem;
}

.contactForm__content--top {
	margin-top: 0;
}

.contactForm__menu {
	margin-top: 0.375rem;
}

.contactForm__menuItem {
	padding: 0.625rem 1rem;
}

.contactForm__content .wpcf7-form-control-wrap {
	margin-top: 0;
}

.contactForm__checkBox .wpcf7-form-control-wrap {
	margin-top: 0;
}

.contactForm__check .wpcf7-list-item input[type=checkbox] {
	margin-left: 0.25rem;
	width: 1rem;
}

.contactForm__radio {
	flex-direction: row;
}

.contentBody__title {
	font-size: 2.25rem;
}

.contentBody__text {
	font-size: 1rem;
	margin-top: 2.4375rem;
}

.contentsBlock {
	flex-direction: row;
	gap: 7.6843198339%;
}

.contentsBlock__image {
	width: 26.9989615784%;
}

.contentsBlock__image img {
	max-width: 100%;
	width: 33.125rem;
}

.contentsBlock__body {
	width: 65.3167185877%;
}

.course {
	padding-bottom: 12.5rem;
}

.course.course--sub {
	padding-bottom: 0;
	padding-top: 6.25rem;
}

.course.course--sub::before {
	background: linear-gradient(to top, rgba(250, 249, 243, 0) 0%, rgba(250, 249, 243, 0.9) 17%, rgb(250, 249, 243) 100%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.course__courseCards {
	margin-top: 1.5rem;
}

.course__contents {
	align-self: end;
	grid-column: 2/4; /* 2列目から3列目に跨がせる */
	margin-top: 0;
}

.courseCard {
	box-shadow: 0rem 0rem 0.3125rem 0.0625rem rgba(32, 28, 23, 0.15);
	display: grid;
	grid-template-rows: max-content;
	margin-top: 0;
	margin-top: initial;
}

.courseCard::after {
	width: 1.3125rem;
}

.courseCard__tag {
	font-size: 0.875rem;
	padding: 0.375rem 0.875rem;
}

.courseCard__tag.courseCard__tag--openCampus {
	display: block;
}

.courseCard__image img {
	aspect-ratio: 1/1;
}

.courseCard__image.courseCard__image--small img {
	aspect-ratio: 303/220;
}

.courseCard__body {
	border-top: solid 0.75rem #ff6868;
	box-shadow: none;
	box-shadow: initial;
	padding-bottom: 2.625rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.75rem;
}

.courseCard__body.courseCard__body--open-campus {
	padding-bottom: 1.3125rem;
	padding-top: 0.75rem;
}

.courseCard__body.courseCard__body--blue {
	border-top: solid 0.75rem #82a2f4;
}

.courseCard__body.courseCard__body--green {
	border-top: solid 0.75rem #85d18c;
}

.courseCard__body.courseCard__body--pink {
	border-top: solid 0.75rem #ffa0c7;
}

.courseCard__body.courseCard__body--light-blue {
	border-top: solid 0.75rem #6ad2ff;
}

.courseCard__body.courseCard__body--purple {
	border-top: solid 0.75rem #9680e8;
}

.courseCard__body.courseCard__body--yellow {
	border-top: solid 0.75rem #ffb84e;
}

.courseCard__category {
	font-size: 1.5rem;
	line-height: 1.5;
}

.courseCard__category.courseCard__category--open-campus {
	padding-bottom: 0.375rem;
}

.courseCard__text {
	font-size: 1rem;
	margin-top: 0.25rem;
	text-align: left;
}

.courseCard__text.courseCard__text--open-campus {
	margin-top: 0.5625rem;
}

.courseCard__footer {
	margin-top: 0.75rem;
	padding: 0;
	padding-top: 0.75rem;
}

.courseCard__block.courseCard__block--second {
	margin-top: 0.5625rem;
}

.courseCard__block-title {
	font-size: 0.875rem;
	text-align: left;
}

.courseCard__block-list {
	align-items: flex-start;
	flex-direction: column;
	gap: 0;
	margin-top: 0;
}

.courseCard__block-item.courseCard__block-item--desktop {
	display: flex;
}

.courseCard__block-text {
	background-color: transparent;
	background-color: initial;
	color: #222222;
	display: inline-flex;
	font-size: 0.75rem;
	padding: 0;
	text-align: left;
}

.courseCard__block.courseCard__block--second .courseCard__block-text {
	padding-left: 1em;
	text-indent: -1em;
}

.courseCard__block-text.courseCard__block-text--blue {
	background-color: transparent;
	background-color: initial;
}

.courseCard__block-text.courseCard__block-text--green {
	background-color: transparent;
	background-color: initial;
}

.courseCard__block-text.courseCard__block-text--pink {
	background-color: transparent;
	background-color: initial;
}

.courseCard__block-text.courseCard__block-text--light-blue {
	background-color: transparent;
	background-color: initial;
}

.courseCard__block-text.courseCard__block-text--purple {
	background-color: transparent;
	background-color: initial;
}

.courseCard__block-text.courseCard__block-text--yellow {
	background-color: transparent;
	background-color: initial;
}

.courseCards {
	grid-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	grid-row-gap: 2.5rem;
	column-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 2.5rem;
}

.courseCards.courseCards--openCampus {
	-moz-column-gap: 1.125rem;
	column-gap: 1.125rem;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 5.125rem;
}

.courseContents {
	box-shadow: 0 0 0.375rem rgba(32, 28, 23, 0.15);
	gap: 5.8181818182%;
	padding-bottom: 1.5rem;
	padding-left: 1.5rem;
	padding-right: 3.625rem;
	padding-top: 1.5rem;
}

.courseContents.courseContents--open-campus {
	padding-bottom: 1.875rem;
	padding-left: 3.125rem;
	padding-right: 2.5rem;
	padding-top: 1.875rem;
}

.courseContents__image {
	width: 45.8181818182%;
}

.courseContents__content {
	padding-top: 1.375rem;
	width: 48.3636363636%;
}

.courseContents__content.courseContents__content--open-campus {
	padding-top: 0;
	width: 48.3636363636%;
}

.courseContents__title {
	font-size: 1.5rem;
	padding-bottom: 0.5rem;
}

.courseContents__body {
	margin-top: 1.5rem;
}

.courseContents__body.courseContents__body--open-campus {
	margin-top: 0.25rem;
}

.courseContents__subTitle {
	font-size: 1.25rem;
	line-height: 1.75;
}

.courseContents__text {
	font-size: 0.875rem;
	margin-top: 0.5rem;
}

.ctaBlock {
	display: none;
}

.ctaBlock__text {
	font-size: 1.5rem;
}

.dot {
	width: 0.8125rem;
}

.event__dot {
	gap: 0.6875rem;
	margin-top: 1.6875rem;
}

.event__block {
	margin-top: 2.25rem;
}

.eventBlock-content {
	gap: 0.8125rem;
}

.eventBlock-content__title {
	font-size: 1.25rem;
	padding-left: 1.5rem;
}

.eventBlock-content__title::before {
	width: 0.5rem;
}

.eventBlock-content__text {
	font-size: 1rem;
}

.eventBlock {
	padding-bottom: 7.6875rem;
	padding-top: 3.8125rem;
}

.eventBlock.eventBlock--red {
	padding-top: 17.5rem;
}

.eventBlock__container {
	max-width: 85.375rem;
}

.eventBlock__container::before {
	right: -3rem;
	top: -4.9375rem;
	width: 13.8125rem;
}

.eventBlock__container::after {
	bottom: -9.9375rem;
	right: -5.9375rem;
	width: 13.625rem;
}

.eventBlock__container.eventBlock__container--red::before {
	left: -4.375rem;
	top: -19.125rem;
	width: 19.4375rem;
}

.eventBlock__container.eventBlock__container--red::after {
	bottom: -12.25rem;
	left: -5.375rem;
	width: 13.5rem;
}

.eventBlock__inner.inner {
	max-width: 56.625rem;
}

.eventBlock__content {
	margin-top: 1.625rem;
}

.eventBlock__content.eventBlock__content--specialPeriodic {
	margin-top: 2.5rem;
}

.eventBlock__category {
	font-size: 1.6875rem;
	padding: 0.9375rem 0;
}

.eventBlock__title {
	font-size: 2.25rem;
	margin-top: 0.5625rem;
}

.eventBlock__subTitle {
	font-size: 1.6875rem;
}

.eventBlock__banner {
	margin-top: 1.6875rem;
}

.eventBlock__banner-caption {
	font-size: 1.25rem;
}

.eventBlock__banner-image {
	margin-top: 1.6875rem;
}

.eventBlock__body {
	margin-top: 2.875rem;
}

.eventBlock__body-header {
	gap: 1.6875rem;
}

.eventBlock__body-title {
	font-size: 1.25rem;
	gap: 4.5625rem;
	padding-left: 1.625rem;
}

.eventBlock__body-title::before {
	width: 0.5rem;
}

.eventBlock__body-subTitle {
	font-size: 1.25rem;
}

.eventBlock__body-contents {
	margin-top: 1.625rem;
}

.eventBlock__note {
	font-size: 1rem;
}

.eventBlock__line {
	margin-top: 2.5rem;
}

.eventBlock__line.eventBlock__line--hoiku_yakan {
	margin-top: 0;
}

.eventBlock__line-text {
	font-size: 1rem;
}

.eventBlock__body-special {
	margin-top: 1.5rem;
}

.eventBlock__unit {
	flex-direction: row;
	gap: 2.5rem;
	margin-top: 1.625rem;
}

.eventCard {
	flex-direction: row;
	padding-bottom: 1.125rem;
	padding-left: 1rem;
	padding-right: 1.875rem;
	padding-top: 1.125rem;
}

.eventCard::after {
	width: 1.3125rem;
}

.eventCard:nth-child(even):after {
	display: none;
}

.eventCard__image {
	width: 51.3064133017%;
}

.eventCard__body {
	width: 43.4679334917%;
}

.eventCard__date {
	font-size: 1.25rem;
}

.eventCard__title {
	font-size: 1.125rem;
}

.eventCard__text {
	font-size: 0.875rem;
	margin-top: 0.5625rem;
}

.eventCards {
	-moz-column-gap: 1.1875rem;
	column-gap: 1.1875rem;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 1.875rem;
}

.eventSchedule-button {
	font-size: 1.125rem;
	padding-right: 1.3125rem;
}

.eventSchedule-button::before {
	height: 0.375rem;
	width: 0.375rem;
}

.eventSchedule__list {
	gap: 1.375rem;
}

.eventSchedule__item {
	padding-bottom: 1.5rem;
	padding-left: 1.75rem;
}

.eventSchedule__item-block {
	align-items: center;
	flex-direction: row;
	gap: 27.1724137931%;
}

.eventSchedule__date {
	font-size: 1.125rem;
	width: 12.6896551724%;
}

.eventSchedule__timeBlock {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.6875rem;
	justify-content: flex-start;
	width: 62%;
}

.eventSchedule__time {
	border-radius: 1.4375rem;
	line-height: 1.25;
	max-width: 100%;
	padding-bottom: 0.75rem;
	padding-top: 0.5625rem;
	width: 14.375rem;
}

.eventSchedule__time::before {
	height: 0.375rem;
	right: 12%;
	width: 0.375rem;
}

.eventSchedule__caution {
	margin-top: 1.6875rem;
}

.eventSchedule__caution-text {
	font-size: 1rem;
}

.eventSchedule__button {
	margin-top: 4.5625rem;
}

.eventSchedule__text {
	font-size: 1rem;
}

.faq {
	padding-bottom: 10rem;
	padding-top: 10rem;
}

.faq__body {
	gap: 2rem;
	margin-top: 1.5rem;
}

.faqBlock {
	border-radius: 2.125rem;
	padding-bottom: 2.25rem;
	padding-left: 2.6875rem;
	padding-right: 5.5rem;
	padding-top: 2.25rem;
}

.faqBlock::before {
	border-radius: 2.125rem;
}

.faqBlock__button {
	height: 2.25rem;
	right: 5.5rem;
	width: 2.25rem;
}

.faqBlock__button::before {
	height: 0.0625rem;
	width: 1rem;
}

.faqBlock__button::after {
	height: 0.0625rem;
	width: 1rem;
}

.faqBlock__button.active::after {
	height: 0.0625rem;
	width: 1rem;
}

.faqBlock__title {
	font-size: 1.125rem;
}

.faqBlock__body {
	margin-top: 1rem;
	padding-right: 6.75rem;
}

.faqBlock__text {
	font-size: 1rem;
}

.footer-bottomNav__menu {
	-moz-column-gap: 1.125rem;
	column-gap: 1.125rem;
	display: flex;
	flex-wrap: wrap;
	row-gap: 1.5rem;
}

.footer-bottomNav__item {
	padding-left: 1.125rem;
}

.footer-bottomNav__item.footer-bottomNav__item--first {
	padding-left: 0;
}

.footer-bottomNav__item.footer-bottomNav__item--first::before {
	display: none;
}

.footer-bottomNav__item.footer-bottomNav__item--desktop {
	display: flex;
}

.footer-bottomNav__item.footer-bottomNav__item--return {
	display: flex;
	padding-left: 0;
}

.footer-bottomNav__item.footer-bottomNav__item--return::before {
	display: none;
}

.footer-bottomNav__item::before {
	background-color: #fff;
	content: "";
	height: 60%;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.03125rem;
}

.footer-bottomNav__link {
	font-size: max(9px, min(1.2vw, 12px));
}

.footer-twoColumn {
	flex-direction: column;
	gap: 0.3125rem;
}

.footer-twoColumn__image img {
	aspect-ratio: 226/299;
	width: 14.125rem;
}

.footer-twoColumn__text {
	font-size: 0.8125rem;
}

.footer-twoColumn__body {
	gap: 0.5rem;
	margin-top: 0.5rem;
}

.footer {
	padding-bottom: 0;
	padding-bottom: initial;
}

.footer__container {
	padding-bottom: 4rem;
	padding-top: 5.5rem;
}

.footer__inner.inner {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.footer__logo img {
	aspect-ratio: 285/45;
	width: 17.8125rem;
}

.footer__block {
	flex-direction: row;
	gap: 5.5381400209%;
	margin-top: 1.5rem;
}

.footer__twoColumn {
	width: 23.6154649948%;
}

.footer__nav {
	background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
	background: initial;
	box-shadow: none;
	box-shadow: initial;
	height: auto;
	height: initial;
	line-height: inherit;
	width: 70.8463949843%;
}

.footer__bottom {
	padding-bottom: 3.375rem;
	padding-top: 1.5rem;
}

.footer__copyright {
	margin-top: 1.5rem;
	text-align: right;
}

.footer__copyright small {
	font-size: 0.75rem;
	line-height: 1.5;
}

.footerNav-menu {
	display: flex;
	flex-direction: column;
}

.pcNav-menu__link {
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 2;
}

.footerNav__logo {
	aspect-ratio: 70/40;
}

.footerNav__items {
	display: flex;
	flex-wrap: wrap;
	row-gap: 4.625rem;
}

.footerNav__item {
	flex-direction: column;
	gap: 0.5625rem;
}

.footerNav__item:nth-of-type(3n-2) {
	width: 30.4411764706%;
}

.footerNav__item:nth-of-type(3n-1) {
	width: 30.8823529412%;
}

.footerNav__item:nth-of-type(3n) {
	width: 38.3823529412%;
}

.footerNav__item:last-of-type {
	margin-top: 2.1875rem;
}

.footerNav__item-block {
	display: flex;
	gap: 3.125rem;
}

.footerNav__title {
	font-size: 1rem;
}

.formStep {
	font-size: 1rem;
}

.h4-title {
	font-size: 1.4375rem;
}

.hamburger {
	display: none;
}

.header {
	background-color: #fff;
	height: 7.3125rem;
	padding-top: 0;
	padding-top: initial;
}

.header.header--sub {
	padding-bottom: 0;
	padding-bottom: initial;
	padding-top: 0;
	padding-top: initial;
}

.header__inner.inner {
	display: block;
	padding-left: clamp(2.5rem, -3.861rem + 13.25vw, 5.25rem);
	padding-right: 0;
	width: 100%;
}

.header__twoColumn {
	display: flex;
	gap: 2.331838565%;
}

.header__left {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	padding-top: 1rem;
	width: 65.2914798206%;
}

.header__right {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	width: 32.466367713%;
}

.header__left-top {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: clamp(3.75rem, -1.407rem + 10.74vw, 5.375rem);
	justify-content: flex-end;
	justify-content: space-between;
	padding-left: clamp(1rem, -1.222rem + 4.63vw, 2.25rem);
	padding-right: clamp(1rem, -1.222rem + 4.63vw, 2.25rem);
	width: 100%;
}

.header__image img {
	aspect-ratio: 323/51;
	max-width: 20.1875rem;
	width: 20.1875rem;
}

.header__hamburger {
	display: none;
}

.header__sideBanner-block {
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
	position: absolute;
	right: 0;
	top: 10rem;
	transition: 0.8s;
	z-index: 10;
}

.inner {
	max-width: 1010px;
	padding-left: 25px;
	padding-right: 25px;
}

.instagram__body {
	margin-top: 1.5rem;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.instagram__body-inner {
	max-width: 85.375rem;
}

.instagram__image img {
	max-height: 15.25rem;
}

.instagram__button {
	margin-top: 2.5rem;
}

.lead {
	padding-bottom: 11.4375rem;
	padding-top: 8.125rem;
}

.lead__inner.inner {
	max-width: 56rem;
}

.lead__menu {
	gap: 3.4375rem;
}

.lead__item {
	padding-bottom: 1.125rem;
	padding-left: 1.4375rem;
	padding-right: 3rem;
}

.lead__link {
	font-size: 1.4375rem;
	gap: 4.5625rem;
	padding-left: 1.6875rem;
}

.lead__link::before {
	width: 0.6875rem;
}

.lineBlock {
	padding-bottom: 3.5rem;
	padding-left: 6.875rem;
	padding-right: 6.875rem;
	padding-top: 2.5rem;
}

.lineBlock::before {
	border-radius: 1.4375rem;
}

.lineBlock__cards {
	margin-top: 2.9375rem;
}

.lineBlock__title {
	font-size: 2.625rem;
	line-height: 1.6;
	padding-left: 4.5rem;
	padding-right: 4.5rem;
}

.lineBlock__button {
	margin-top: 1.5rem;
}

.lineButton {
	font-size: 1rem;
}

.lineCard {
	padding-bottom: 1.75rem;
	padding-top: 1.75rem;
}

.lineCard::before {
	border-radius: 0.625rem;
}

.lineCard__icon {
	left: -0.8125rem;
	top: -2.1875rem;
}

.lineCard__icon img {
	width: 3.125rem;
}

.lineCard__text {
	font-size: 1rem;
	letter-spacing: 0;
}

.lineCards {
	-moz-column-gap: 0.75rem;
	column-gap: 0.75rem;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 2.625rem;
}

.main {
	padding-top: 7.3125rem;
}

.main--top {
	padding-top: 7.4375rem;
}

.mediumButton {
	border-radius: 1.375rem;
	line-height: 1;
	padding-bottom: 0.5rem;
	padding-left: 2.125rem;
	padding-top: 0.5rem;
	width: 100%;
}

.mediumButton__icon img {
	width: 0.8125rem;
}

.menuArrow.menuArrow--access {
	height: 1rem;
	right: 1.5625rem;
	width: 1rem;
}

.menuArrow.menuArrow--access:before {
	height: 0.25rem;
	width: 0.25rem;
}

.menuArrow.menuArrow--button {
	height: 1.75rem;
	right: 1.875rem;
	width: 1.75rem;
}

.menuArrow.menuArrow--button::before {
	height: 0.4375rem;
	width: 0.4375rem;
}

.menuArrow.menuArrow--news {
	height: 1.5625rem;
	right: 0.875rem;
	width: 1.5625rem;
}

.menuArrow.menuArrow--news:before {
	height: 0.375rem;
	width: 0.375rem;
}

.menuArrow.menuArrow--message {
	height: 2.0625rem;
	width: 2.0625rem;
}

.menuArrow.menuArrow--message:before {
	height: 0.5rem;
	width: 0.5rem;
}

.menuArrow.menuArrow--materialsRequest {
	bottom: -1.375rem;
	height: 3rem;
	width: 3rem;
}

.menuArrow.menuArrow--materialsRequest:before {
	height: 0.75rem;
	width: 0.75rem;
}

.menuArrow.menuArrow--line {
	height: 1.5625rem;
	right: 2.25rem;
	width: 1.5625rem;
}

.menuArrow.menuArrow--line:before {
	height: 0.4375rem;
	width: 0.4375rem;
}

.menuArrow.menuArrow--courseContents {
	height: 2.25rem;
	margin-top: 1.5rem;
	width: 2.25rem;
}

.menuArrow.menuArrow--courseContents:before {
	height: 0.5625rem;
	width: 0.5625rem;
}

.menuArrow.menuArrow--courseContents-open-campus {
	height: 2.875rem;
	right: 2.75rem;
	width: 2.875rem;
}

.menuArrow.menuArrow--courseContents-open-campus:before {
	height: 0.5625rem;
	width: 0.5625rem;
}

.menuArrow.menuArrow--lead {
	height: 1.5625rem;
	width: 1.5625rem;
}

.menuArrow.menuArrow--lead:before {
	height: 0.375rem;
	width: 0.375rem;
}

.menuArrow.menuArrow--category {
	border: solid 0.125rem #222222;
	height: 1.125rem;
	width: 1.125rem;
}

.menuArrow.menuArrow--category:before {
	border-right: solid 0.125rem #222222;
	border-top: solid 0.125rem #222222;
	height: 0.3125rem;
	left: 52%;
	top: 50%;
	width: 0.3125rem;
}

.menuArrow.menuArrow--anchor {
	height: 1.5625rem;
	right: 0.6875rem;
	width: 1.5625rem;
}

.menuArrow.menuArrow--anchor:before {
	height: 0.375rem;
	width: 0.375rem;
}

.menuBlock__menu {
	grid-gap: 2.125rem;
	display: grid;
	gap: 2.125rem;
	grid-template-columns: repeat(3, 1fr);
}

.menuBlock__menu.menuBlock__menu--two {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.menuBlock__item {
	padding-bottom: 1.0625rem;
}

.menuBlock__link {
	font-size: 1.125rem;
	gap: 1rem;
	padding-left: 0.875rem;
}

.menuBlock__reference {
	height: 1.6875rem;
	width: 0.5rem;
}

.messageCard__category {
	border-top-left-radius: 0.625rem;
	font-size: 1.125rem;
	padding: 0.3125rem 1rem;
}

.messageCard__name {
	font-size: 1.25rem;
	margin-top: 0.75rem;
}

.messageCard__text {
	font-size: 1rem;
	margin-top: 0.5rem;
	padding-right: 3.125rem;
}

.messageCards {
	-moz-column-gap: 2.8125rem;
	column-gap: 2.8125rem;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 4.5rem;
}

.message {
	padding-bottom: 12.5rem;
}

.message__body {
	margin-top: 1.6875rem;
}

.mv__image img {
	aspect-ratio: 1200/790;
	height: auto;
	height: initial;
	max-height: 56.1875rem;
}

.mv__image.mv__image--open-campus img {
	aspect-ratio: 1200/605;
	max-height: 37.8125rem;
}

.mv__body {
	gap: 0.8125rem;
	top: 3.125rem;
	width: -moz-fit-content;
	width: fit-content;
}

.mv__body.mv__body--open-campus {
	left: 7.875rem;
	top: 2.625rem;
}

.mv__title {
	color: #fff;
	font-size: clamp(1.75rem, -2.217rem + 8.26vw, 3rem);
	letter-spacing: 0.05em;
	line-height: 1;
	padding-bottom: 0.875rem;
	padding-left: clamp(3.75rem, -2.917rem + 13.89vw, 7.5rem);
	padding-right: clamp(3.75rem, -4.028rem + 16.2vw, 8.125rem);
	padding-top: 0.875rem;
	width: 100%;
}

.mv__title::before {
	width: 100%;
}

.mv__title.mv__title--open-campus {
	font-size: 5.5625rem;
}

.mv__subTitle {
	font-size: 2.1875rem;
	line-height: 1.45;
	padding-bottom: 0.375rem;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
}

.mv__circleBlock {
	aspect-ratio: 412/373;
	bottom: auto;
	bottom: initial;
	left: clamp(1.25rem, -4.306rem + 11.57vw, 4.375rem);
	top: clamp(11.5rem, -3.611rem + 31.48vw, 20rem);
	width: 25.75rem;
}

.mv__banner {
	bottom: -9.25rem;
	max-width: 60rem;
	width: 80%;
}

.mv__banner-image img {
	aspect-ratio: 960/245;
}

.mv__icon {
	bottom: -3.875rem;
	left: 7.875rem;
	transform: none;
	transform: initial;
}

.mv__icon img {
	width: 26rem;
}

.mvSub {
	padding-top: 5.625rem;
}

.mvSub__image img {
	height: 27.375rem;
}

.mvSub__title {
	font-size: 2.25rem;
	line-height: 1.25;
}

.mvSub__subTitle {
	font-size: 1.3125rem;
	margin-top: 1.75rem;
}

.news-twoColumn {
	flex-direction: row;
	gap: 6.9864442127%;
}

.news-twoColumn__block {
	width: 45.2554744526%;
}

.news-twoColumn__list {
	margin-top: 1.5rem;
}

.news-twoColumn__item {
	padding-bottom: 0.5rem;
	padding-top: 2.5rem;
}

.news-twoColumn__link {
	font-size: 1rem;
	padding-right: 7.3125rem;
}

.news-twoColumn__image {
	width: 47.7580813347%;
}

.news-twoColumn__image img {
	aspect-ratio: 458/489;
}

.news {
	padding-bottom: 15rem;
	padding-top: 12.5rem;
}

.news::before {
	top: -4.125rem;
	width: 6.75rem;
}

.news::after {
	bottom: 0.375rem;
	width: 10rem;
}

.openCampus-top__image {
	margin-top: 2.25rem;
}

.openCampus-top__youtube {
	margin-top: 2.25rem;
}

.openCampus-top__youtube iframe {
	aspect-ratio: 600/394;
}

.openCampus-top__text {
	font-size: 1rem;
}

.openCampus {
	padding-bottom: 7.5rem;
	padding-top: 15.4375rem;
}

.openCampus__inner.inner {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.openCampus__logo {
	top: -7.5rem;
}

.openCampus__logo img {
	width: 10.875rem;
}

.openCampus__body {
	-moz-column-gap: 2.75rem;
	column-gap: 2.75rem;
	grid-template-columns: 1fr 1fr;
	margin-top: 1.5rem;
	row-gap: 1.5625rem;
}

.openCampus__banner img {
	aspect-ratio: 458/210;
}

.openCampus__button {
	margin-top: 3.5rem;
}

.page-subTitle__text {
	font-size: 1.75rem;
}

.pageCard {
	display: grid;
	grid-row: span 3;
	grid-template-rows: subgrid;
}

.pageCard__title {
	font-size: 1.25rem;
	gap: 1.1875rem;
}

.pageCard__title-reference {
	height: 1.75rem;
	width: 0.4375rem;
}

.pageCard__text {
	font-size: 1rem;
}

.pageCards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.pageCards.pageCards--fourth {
	grid-template-columns: repeat(4, 1fr);
}

.pageTop {
	bottom: 2rem;
	display: flex;
	height: 6.25rem;
	padding-top: 1.25rem;
	right: 2rem;
	width: 6.25rem;
}

.pageTop__text {
	font-size: 0.875rem;
}

.pageTop__arrow img {
	width: 0.625rem;
}

.pcNav-sub {
	background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
	background: initial;
	box-shadow: none;
	box-shadow: initial;
	display: block;
	height: auto;
	height: initial;
	line-height: inherit;
}

.pcNav {
	background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
	background: initial;
	box-shadow: none;
	box-shadow: initial;
	display: block;
	height: auto;
	height: initial;
	line-height: inherit;
	width: 100%;
}

.schoolArea__wrapper {
	padding: 1.5rem 0;
}

.schoolArea__inner.inner {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.schoolArea__list {
	-moz-column-gap: 2.25rem;
	column-gap: 2.25rem;
	display: flex;
	flex-wrap: wrap;
	row-gap: 1rem;
}

.schoolArea__link {
	font-size: 0.75rem;
}

.schoolGuide {
	padding-bottom: 12.5rem;
	padding-top: 12.5rem;
}

.schoolGuide.schoolGuide--open-campus {
	padding-bottom: 0;
	padding-top: 0;
}

.schoolGuide__openCampus-inner.inner {
	max-width: 49.625rem;
}

.schoolGuide__openCampus-speechBubble {
	border-radius: 1.75rem;
	padding: 1.1875rem 0;
}

.schoolGuide__openCampus-speechBubble::before {
	bottom: -1.4375rem;
	height: 1.75rem;
	width: 1.4375rem;
}

.schoolGuide__openCampus-text {
	font-size: 1.25rem;
}

.schoolGuide__openCampus-banner {
	margin-top: 2.3125rem;
}

.schoolGuide__openCampus-banner-image img {
	aspect-ratio: 960/245;
}

.schoolGuide__materialsRequest.schoolGuide__materialsRequest--top {
	margin-top: 7.5rem;
}

.schoolGuide__materialsRequest-block {
	border-radius: 1.25rem;
	padding-bottom: 5.5rem;
	padding-right: 4.3125rem;
	padding-top: 6.3125rem;
}

.schoolGuide__materialsRequest-block::before {
	border-radius: 1.25rem;
}

.schoolGuide__materialsRequest-block::after {
	border-radius: 1.25rem;
}

.schoolGuide__materialsRequest-box {
	padding-bottom: 2.625rem;
	padding-left: 2.1875rem;
	padding-right: 2.1875rem;
	padding-top: 3.5rem;
}

.schoolGuide__materialsRequest-icon {
	top: -2.5rem;
}

.schoolGuide__materialsRequest-icon img {
	aspect-ratio: 99/70;
	width: 6.1875rem;
}

.schoolGuide__materialsRequest-text {
	font-size: 2.5rem;
}

.schoolGuide__line {
	margin-top: 7.5rem;
}

.search {
	padding-bottom: 6.5625rem;
}

.search__box {
	margin-top: 1.625rem;
}

.search__result {
	margin-top: 3.5rem;
}

.search__result-text {
	font-size: 1rem;
}

.search__eventCards {
	margin-top: 1.5rem;
}

.searchBox {
	padding-bottom: 2.5625rem;
	padding-top: 2.1875rem;
}

.searchBox__inner.inner {
	padding-left: 6.25rem;
	padding-right: 6.25rem;
}

.searchBox__text {
	font-size: 1.25rem;
}

.searchBox__list {
	-moz-column-gap: 1.875rem;
	column-gap: 1.875rem;
}

.searchBox__link {
	font-size: 1.5rem;
}

.section-subHeader {
	padding-bottom: 2.625rem;
	padding-top: 2.625rem;
}

.section-subHeader__inner.inner {
	max-width: 63.375rem;
}

.section-subHeader__subTitle {
	font-size: 0.875rem;
}

.section-subHeader__subTitle::before {
	bottom: -0.875rem;
	height: 4.5rem;
	left: -1.5rem;
}

.section-subHeader__title {
	font-size: 2rem;
	margin-top: 0.375rem;
}

.sectionHeader {
	gap: 0;
}

.sectionHeader.sectionHeader--center {
	gap: 0.625rem;
}

.sectionHeader__title {
	font-size: 3.5rem;
}

.sectionHeader__title.sectionHeader__title--openCampus {
	letter-spacing: 0.1em;
}

.sectionHeader__subTitle {
	font-size: 1.25rem;
}

.shiryoForm__inner.inner {
	max-width: 45.625rem;
}

.shiryoForm__area {
	margin-top: 2.8125rem;
	padding: 2.125rem;
	padding-top: 4rem;
}

.shiryoForm__title {
	font-size: 1.875rem;
}

.shiryoForm__text {
	font-size: 1rem;
}

.sns__inner.inner {
	max-width: 49.625rem;
}

.sns__block {
	margin-top: 2.5rem;
}

.sns__bannerSlide {
	margin-top: 15rem;
}

.snsBlock {
	gap: 2.8125rem;
}

.snsBlock-icon img {
	width: 7rem;
}

.snsBlock__caption {
	left: -2.125rem;
	top: -4.5rem;
}

.snsBlock__caption img {
	aspect-ratio: 148/75;
	width: 9.25rem;
}

.specialEvent-content {
	flex-direction: row;
}

.specialEvent-content__image {
	width: 50%;
}

.specialEvent-content__body {
	width: 50%;
}

.specialEvent-content__text {
	font-size: 1rem;
}

.specialEvent-content__subText {
	font-size: 0.75rem;
}

.specialEvent-content__button {
	border-radius: 1.4375rem;
	font-size: 1rem;
	line-height: 1.25;
	padding-bottom: 0.75rem;
	padding-top: 0.5625rem;
}

.specialEvent-content__button::before {
	height: 0.375rem;
	right: 2.25rem;
	width: 0.375rem;
}

.specialEvent-contents__title {
	font-size: 1.25rem;
	padding-left: 1.5rem;
}

.specialEvent-contents__title::before {
	width: 0.5rem;
}

.specialEvent-contents__content {
	margin-top: 1.5rem;
}

.spNav__inner.inner {
	max-width: 70.625rem;
}

.squareButton {
	font-size: 1rem;
	line-height: 1.5;
	padding-bottom: 0.4375rem;
	padding-top: 0.375rem;
	width: 100%;
}

.subPage-headerBlock {
	padding-bottom: 3rem;
	padding-top: 3rem;
}

.snsSlide__swiper.swiper {
	max-width: 85.375rem;
}

.snsSlide__swiper-slide.swiper-slide {
	aspect-ratio: 326/116;
	width: 20.375rem;
}

.snsSlide__swiper-pagination.swiper-pagination {
	bottom: -3.375rem;
}

.blog__swiper-pagination.swiper-pagination {
	bottom: -5rem;
	display: flex;
	justify-content: center;
	position: absolute;
}

.swiper-pagination-bullet {
	height: 0.75rem;
	width: 0.75rem;
}

.blog__swiper-button-prev.swiper-button-prev {
	display: inline-block;
	height: 2.0625rem;
	left: auto;
	left: initial;
	margin-top: 0;
	position: absolute;
	right: max(45.375rem, min(96vw, 63.125rem));
	top: 26%;
	width: 2.0625rem;
}

.blog__swiper-button-prev.swiper-button-prev::before {
	background-color: #ff6868;
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.topics__image.swiper-slide {
	width: 22.0625rem;
}

.topics__swiper-button-prev.swiper-button-prev {
	height: 2.0625rem;
	left: auto;
	left: initial;
	right: calc(690px + 427 * (min(1100px, 100vw) - 768px) / 472);
	width: 2.0625rem;
}

.topics__swiper-button-prev.swiper-button-prev::after {
	font-size: 0.75rem;
	margin-left: 0.1875rem;
	width: 0.75rem;
}

.topics__swiper-button-next.swiper-button-next {
	height: 2.0625rem;
	left: calc(690px + 427 * (min(1100px, 100vw) - 768px) / 472);
	right: auto;
	right: initial;
	width: 2.0625rem;
}

.topics__swiper-button-next.swiper-button-next::after {
	font-size: 0.75rem;
	margin-left: 0.5rem;
	width: 0.75rem;
}

.topics__swiper-pagination.swiper-pagination {
	bottom: -2.25rem;
}

.taikenForm__inner.inner {
	max-width: 45.625rem;
}

.taikenForm__area {
	margin-top: 2.8125rem;
	padding: 2.125rem;
	padding-top: 4rem;
}

.taikenForm__title {
	font-size: 1.875rem;
}

.topics__body {
	margin-top: 1.5rem;
}

.topics__image img {
	aspect-ratio: 310/208;
}

.twoColumn .Right {
	width: 69.5652173913%;
}

.twoColumn .Left {
	width: 28.9855072464%;
}

.twoColumn-box {
	flex-direction: row;
}

}

@media (min-width: 960px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes zoomOut {

from {
	opacity: 0;
	transform: scale(1.2);
}

to {
	opacity: 1;
	transform: scale(1);
}

}

@keyframes zoomUp {

0% {
	transform: scale(1);
}

100% {
	transform: scale(1.15);
}

}

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

/*-- ヘッダーメニューの位置調整 --*/
.header__pcNav-body.js-pcNav-body3 {
	left: 100px;
}

.js-pcNav-body3 .pcNav-items__linkContent-text::before {
	border-right: solid 1.5px #ff8100;
    border-top: solid 1.5px #ff8100;
}

.js-pcNav-body3 .pcNav-items__item a p {
	color: #ff8100;
}

.js-pcNav-body3 .pcNav-items__linkContent-image {
    border-bottom: solid 0.375rem #ff8100!important;
}

.header__pcNav-body.js-pcNav-body1,
.header__pcNav-body.js-pcNav-body2 {
	left: -80px;
}

.header__pcNav-body.js-pcNav-body4 {
	left: auto;
	right: 160px;
}

.header__pcNav-body.js-pcNav-body5 {
	left: auto;
	right: 150px;
}

/*-- 入学試験・学費 --*/
.nyushi_wrap .courseCard__body.courseCard__body--yellow {
	border-top: solid 0.75rem #ff8100;
}

.nyushi_wrap .courseCard__category.courseCard__category--yellow {
    color: #ff8100;
}

.nyushi_wrap .courseCard.courseCard--yellow::after {
    background-color: #ffb84e;
}


/*-- アクセスページ改修 --*/
.access_tel a {
	font-size: 1.4em;
	padding-top: 5px;
	display: inline-block;
}

.access_tab li a {
	position: relative;
	text-decoration: none;
	text-align: center;
	padding: 22px 10px;
	display: block;
	border: solid 1px #4192a5;
}

.access_tab li .t02 {
	padding: 12.2px 10px;
}

.access_tab li a.on {
	color: #fff;
	background: #4192a5;
}

.access_tab li a.on::after {
	content: "";
	position: absolute;
	color: #fff;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 10px solid #4192a5;
}

.access_tab .col--pc-3 {
        padding: 0 5px 0 0;
    }

.access_movie div iframe {
	width: 100%;
	height: 280px;
}

.access_btn_design li a p {
	display: flex;
	align-items: center;
}

.access_btn_design li a {
	position: relative;
}

.access_btn_design p span {
	margin-right: 10px;
}

.access_btn_design li {
	padding: 0!important;
}

.access_btn_design li:first-of-type {
	margin-right: 30px;
}

.access_btn_design i {
	position: absolute;
	right: 12px;
}

.top-page-subTitle.access_page-top {
	margin-top: 5.5rem;
}

.access_movie h3 {
	font-size: 1.1rem;
	margin-top: 0;
}

.access_movie li {
	padding-top: 0!important;
}

.pc_only {
	display: block;
}

.sp_only {
	display: none;
}

@media (max-width: 768px) {
	.access_wrap li {
		padding-right: 10px;
	}
	.Access .page-subTitle__text {
		font-size: 1.2rem;
	}
	.access_movie div iframe {
		height: 200px;
	}
	.access_tab li a {
		width: 100%;
		margin-bottom: 15px;
	}
	.access_photo .access_tab li:first-of-type,
	.access_photo .access_tab li:nth-of-type(3) {
		padding-right: 10px;
	}
	.access_btn_design li {
		width: 90%;
	}
	.access_btn_design li:first-of-type {
		margin-bottom: 10px;
	}
	.access_btn_design li a p {
		font-size: 1.7em;
	}
	.access_btn_design .menuBlock__reference {
		height: 1.75rem;
	}
	.access_tab li .t02 {
    	padding: 12px 10px;
	}
	.mb-40.access_tit {
		margin-bottom: 1.9rem;
	}
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
}
	