body {
	font-family: "Noto Sans JP";
	color: #333;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

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

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

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

textarea {
	resize: vertical;
}

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

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

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

/* ホバー */

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

.fadeIn {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.8s ease, transform 0.8s ease;
	will-change: opacity, transform;
}

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

.background-color {
	position: relative;
}

.background-color::before {
	background-color: #6464FF;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
	background-size: 25px 25px;
	content: "";
	height: max(40vh, min(40vw, 745px));
	left: 0;
	max-height: 745px;
	max-width: 1326px;
	position: absolute;
	top: 0;
	width: 90vw;
	z-index: -1;
}

.top__bunner {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;

  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;

  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.top__bunner.is-visible {
  animation: fadeInUp 0.8s ease forwards;
  pointer-events: auto;
  visibility: visible;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.card-itemsArea {
	margin-top: 54px;
}

.card-items {
	grid-gap: 40px;
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr 1fr;
}

.card-items .li {
	max-width: 220px;
	width: 100%;
}

.college {
	margin-top: -24px;
}

.college__textArea {
	margin-top: 54px;
}

.college__title {
	color: #6464FF;
	font-size: max(32px, min(3.5vw, 64px));
	font-size: 4rem;
	font-weight: 450;
	letter-spacing: 0.08em;
	line-height: 1.604762;
}

.college__textInfo {
	color: #707070;
	color: #333;
	font-size: max(16px, min(2.5vw, 32px));
	font-weight: 450;
	letter-spacing: 0.08em;
	line-height: 1.925;
}

.college__textInfo:nth-child(2) {
	margin-top: 76px;
}

.color-purple {
	background-color: #6464FF;
	color: #fff;
	position: relative;
}

.color-fontWhite {
	color: #fff !important;
}

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

.color-white {
	background-color: #fff;
}

.college__course {
	margin-top: 90px;
	padding-bottom: 80px;
	position: relative;
}

.college__course:before {
	background-color: #F5F5FF;
	background-image: linear-gradient(to right, rgb(255, 255, 255) 1px, transparent 1px), linear-gradient(to bottom, rgb(255, 255, 255) 1px, transparent 1px);
	background-size: 25px 25px;
	bottom: 0;
	content: "";
	content: "";
	height: 1322px;
	left: 0;
	margin-left: calc(50% - 50vw);
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	width: 960px;
	z-index: -2;
}

.college__course:after {
	color: #F5F5FF;
	content: "Course";
	display: inline-block;
	font-family: "Exo 2";
	font-size: 15rem;
	line-height: 2;
	margin-right: calc(35% - 50vw);
	position: absolute;
	right: 0;
	text-orientation: mixed;
	top: 0;
	writing-mode: vertical-rl;
	z-index: -2;
}

.college__course--item {
	display: grid;
	grid-template-columns: 300px 1fr;
	position: relative;
}

.college__course--item:nth-child(n+2) {
	margin-top: 40px;
}

.college__course--item__text {
	align-self: center;
	line-height: 1.5;
	margin-top: -26px;
	position: relative;
}

.college__course--item__text h3 {
	color: #6464FF;
	display: flex;
	font-size: 1.5rem;
	font-weight: 450;
	justify-content: space-between;
	letter-spacing: 0.08em;
	line-height: 2.2222222222;
	padding-left: 30px;
	position: relative;
}

.college__course--item__text p {
	color: #333333;
	font-weight: 350;
	margin-top: 14px;
	padding-left: 30px;
	letter-spacing: 0.08em;
}

.college__course--item__textArea {
	align-items: center;
	display: flex;
	grid-template-columns: 4.8fr 1fr;
	justify-content: space-between;
	position: relative;
}

.college__course--item__textArea::after {
	background-color: #6464FF;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.college__course--item--asirai {
	padding-right: 24px;
	position: relative;
}

.colleg__course--item__textNumber {
	align-self: end;
	color: #6464FF;
	font-family: "Exo 2";
	font-size: 2.5rem;
	font-weight: 450;
	margin-bottom: -13px;
}

.college__course--item__textArea h3 {
	color: #6464FF;
	font-size: rem(24);
	letter-spacing: 0.08em;
	position: relative;
}

.college__course--item__textAre h3 span {
	background-color: #6464FF;
	color: #fff;
}

.college__course--item__img--backgroundImage {
	position: relative;
}

.college__course--item__img--backgroundImage:before {
	background: url(../images/common/new.png) center center/contain no-repeat;
	content: "";
	height: 76px;
	left: 5px;
	position: absolute;
	top: 5px;
	width: 76px;
}

.college__course--item--span {
	background-color: #6464FF;
	color: #fff;
	height: 30px;
	line-height: 1.7;
	margin-right: auto;
	padding: 0 8px;
}

.column--two {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.college__case {
	align-items: center;
	display: flex;
}

footer {
	margin-top: 56px;
	padding-bottom: 320px;
}

.footer__title {
	margin-right: 32px;
	margin-top: 10px;
	max-width: 270px;
	width: 100%;
}

.footer__text {
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-right: 60px;
}

.footer__container {
	display: flex;
}

.footer__container figure {
	max-width: 318px;
	width: 100%;
}

.footer__copyRight {
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	margin-top: 16px;
	padding: 0 2.6rem;
	text-align: right;
}

.footer__box:hover {
	opacity: 0.5;
}

header {
	margin: auto;
	max-width: 1900px;
}

.header-logo {
	align-items: end;
	display: flex;
	gap: 12px;
	padding: 24px;
	width: 100%;
}

.header-logo__title {
	max-width: 228px;
	width: 100%;
}

.header-logo__subTitle {
	color: #fff;
	font-size: max(1rem, min(1.25vw, 1.25rem));
	font-weight: 350;
	letter-spacing: 0.1em;
}

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

.interview {
	margin-top: 106px;
}

.interview__inner {
	padding: 0 44px;
}

.interview__wrapper {
	margin-top: 64px;
}

.interview__wrapperArea {
	margin-top: 20px;
}

.interview__wrapperArea p {
	letter-spacing: 0.013em;
	margin-top: 8px;
}

.interview__wrapperArea h4 {
	color: #6464FF;
	font-size: 1.5rem;
	font-weight: 450;
	letter-spacing: 0.08em;
	margin-top: 9px;
}

.interview__items {
	display: flex;
	gap: 40px;
}

.interview__item {
	max-width: 500px;
	width: 100%;
}

.interview__item iframe {
	-o-object-fit: cover;
	aspect-ratio: 500/280;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	object-fit: cover;
}

.text-colorGreen {
	background-color: #CBFF19;
	color: #6464FF;
}

.interview__wrapper h4 {
	color: #6464FF;
	font-size: 1.5rem;
	font-weight: 450;
	letter-spacing: 0.08em;
	line-height: 1.2083333333;
	margin-top: 12px;
}

.l-inner {
	margin: auto;
	max-width: 1080px;
	padding: 0 20px;
}

.program {
	margin-top: 80px;
	position: relative;
}

.program:before {
	background-color: #F5F5FF;
	background-image: linear-gradient(to right, rgb(255, 255, 255) 1px, transparent 1px), linear-gradient(to bottom, rgb(255, 255, 255) 1px, transparent 1px);
	background-size: 25px 25px;
	bottom: 0;
	content: "";
	content: "";
	height: 538px;
	margin-left: calc(50% - 50vw);
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 24%;
	width: 960px;
	z-index: -2;
}

.program__container {
	position: relative;
}

.program__items {
	grid-gap: 36px;
	display: grid;
	gap: 36px;
	grid-template-columns: 1fr 1fr;
}

.program__item iframe {
	-o-object-fit: cover;
	aspect-ratio: 500/280;
	height: auto;
	max-width: 100%;
	object-fit: cover;
}

.program__item:nth-child(2) {
	margin-top: -148px;
}

.program__meta {
	display: inline-flex;
	gap: 16px;
}

.program__meta span {
	letter-spacing: 0.08em;
	padding: 4px 8px;
}

.product__wrapper {
	padding-top: 10px;
}

.product__wrapper span {
	display: inline-block;
	letter-spacing: 0.08em;
	margin-top: 12px;
	padding: 4px 10px;
}

.product__wrapper p {
	font-size: 1rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 12px;
	color: #333;
}

.product__title {
	gap: 0 !important;
}

.product__title {
	font-size: 1.5rem;
}

.product__titleSub {
	font-size: 1.5rem;
	font-weight: 450;
	letter-spacing: 0.08em;
	color: #333;
}

.program__container {
	margin-top: 60px;
}

.titleArea--column {
	gap: 0 !important;
}

.titleArea--column {
	flex-direction: column;
	padding-bottom: 14px;
}

.program__bannerArea {
	margin: 110px auto 0;
	max-width: 1400px;
	padding: 0 40px;
}

.recruit {
	margin-top: 38px;
	padding-top: 86px;
	position: relative;
}

.recruit:before {
	background-color: #6464FF;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
	background-size: 25px 25px;
	content: "";
	height: 747px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.recruit__container {
	grid-gap: 40px;
	color: #fff;
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr 1.1fr;
	margin-top: 70px;
}

.recruit__textArea {
	border: 2px solid;
	border-right: none;
	margin-right: calc(50% - 50vw);
	margin-top: -14px;
	padding: 24px 40px 24px 40px;
	position: relative;
}

.recruit__textArea:before {
	background: #fff;
	content: "";
	content: "";
	display: inline-block;
	height: 28px;
	left: 0;
	position: absolute;
	top: 27px;
	width: 10px;
}

.recruit__subText {
	font-size: 1rem;
	font-weight: 350;
	letter-spacing: 0.08em;
	line-height: 1.4875;
	margin-top: 12px;
	max-width: 480px;
	width: 100%;
}

.recruit__textArea--subTitle {
	background-color: #fff;
	color: #6464FF;
	font-family: "Exo 2";
	font-family: "Exo 2";
	font-size: 3.5rem;
	font-weight: 350;
	font-weight: 0;
	height: 160px;
	letter-spacing: 0.08em;
	line-height: 1.3;
	max-width: 160px;
	text-align: center;
	width: 100%;
}

.recruit__subTitle {
	font-size: 1.5rem;
	font-weight: 450;
	letter-spacing: 0.08em;
	line-height: 1.3333333333;
}

.recruit__text {
	font-size: 1.875rem;
	grid-area: right;
	margin-bottom: -30px;
	margin-right: 15px;
	position: relative;
}

.recruit__lines {
	display: flex;
	flex-direction: column;
	height: 25px; /* 5本 × 9px間隔 */
	justify-content: space-between;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 177px;
}

.recruit__lines span {
	background-color: #fff;
	display: block;
	height: 1px;
	width: 100%;
}

.recruit__number {
	color: #CBFF19;
	font-family: "Exo 2";
	font-size: 9.0625rem;
	font-weight: 350;
	grid-area: bottom;
	line-height: 1.2;
}

.recruit__number--size {
	font-size: 52px;
}

.product__figure {
	position: relative;
}

.card-item__titleArea {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.recruit__card {
	top: 48% !important;
}

.student-items__textArea.recruit__card--position {
	top: 45% !important;
}

.recruit__card .slide-text span {
	color: #6464FF !important;
}

.font-size--big {
	font-size: 70px !important;
}

.font-size--big {
	font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
	font-weight: 350;
	line-height: 1;
}

.recruit__kanjiGrid span {
	font-size: 3rem;
	letter-spacing: 0.08em;
}

.recruit__kanjiGrid span:first-child {
	margin-top: 10px;
}

.slide-text span {
	color: #6464FF;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 450;
	letter-spacing: 0.08em;
	line-height: 1.7;
}

.slide-text:nth-child(n+2) {
	margin-top: 5px;
}

.slide-img.student-items__slide {
	max-width: 500px;
	position: relative;
	width: 100%;
}

.slide-text span:nth-child(n+2) {
	margin-top: 6px;
}

.swiper {
	overflow: visible !important;
	overflow: initial !important;
}

.swiper-buttonArea {
	display: flex !important;
}

.swiper-buttonArea {
	gap: 20px;
	margin: 60px auto;
	max-width: 100px;
	position: absolute;
	right: 208px;
	top: 0;
}

.swiper-button-next,
.swiper-button-prev {
	border: 2px solid;
	padding: 25px;
}

.swiper-button-prev {
	left: 0;
}

.swiper-button-next,
.swiper-button-prev {
	position: static !important;
	position: initial !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 1.5rem !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	color: #6464FF;
}

.swiper-button-next.is-active,
.swiper-button-prev.is-active {
	color: #fff !important;
}

.swiper-button-next.is-active,
.swiper-button-prev.is-active {
	background-color: #6464FF;
	border: 2px solid #fff;
}

.swiper-button-next,
.swiper-button-prev {
	background-color: #fff;
	border: 2px solid #6464FF;
	color: #6464FF;
	transition: background-color 0.3s, color 0.3s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background-color: #6464FF;
	border: 2px solid #fff;
	color: #fff;
}

/* 通常状態：紫 */

/* アクティブ状態：白 */

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
	color: #fff;
}

.student {
	margin-top: 110px;
	padding-bottom: 120px;
	position: relative;
}

.student__container {
	margin-left: auto;
	max-width: 1220px;
}

.student:before {
	background-color: #6464FF;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
	background-size: 25px 25px; /* マス目の大きさを指定 */
	bottom: 0;
	content: "";
	display: inline-block;
	height: 587px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.student-items__textArea {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 56%;
	transform: translateY(-50%);
}

.student-items__textArea .slide-text span {
	color: #fff;
	letter-spacing: 0.08em;
}

.student-items__text,
.student-items_name {
	background-color: #fff;
	color: #6464FF;
	font-size: 1rem;
	padding: 4px 12px 4px 14px;
}

.slide-text span {
	padding: 0 12px 0 26px;
}

.student-items_name {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 450;
	letter-spacing: 0.08em;
	line-height: 1;
}

.student-items__text {
	font-size: 1rem;
	font-weight: 350;
	letter-spacing: 0.08em;
	line-height: 1.6666666667;
	line-height: 1.25;
	margin-top: 8px;
	padding: 0 12px;
}

.student-items__wrapper {
	margin-left: 25px;
}

.student-swiper {
	margin-left: 0 !important;
	margin-right: calc(50% - 50vw) !important;
	overflow: hidden !important;
	position: static !important;
	position: initial !important;
}

.student-swiper__content {
	margin-top: 50px;
}

.student__wrapper {
	margin: 74px auto 0;
	max-width: 1040px;
}

.titleArea {
	align-items: baseline;
	display: flex;
	gap: 1rem;
	margin-right: calc(50% - 50vw);
	position: relative;
}

.titleArea:before {
	border-bottom: 2px solid #6464FF;
	bottom: 0;
	content: "";
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.titleArea--colorWhite {
	color: #fff;
}

.titleArea--borderColor:before {
	border-bottom: 2px solid #fff !important;
}

.titleArea__main {
	color: #6464FF;
	font-family: "Exo 2";
	font-size: 5rem;
	font-weight: 500;
}

.titleArea p {
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	padding-bottom: 10px;
	font-weight: 450;
	color: #333;
}

.top {
	margin: auto;
	max-width: 1920px;
	width: 100%;
}

.top__box {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: -24px;
	position: relative;
}

.top__box:before {
	content: "";
	display: inline-block;
	height: auto;
	margin-right: auto;
	max-width: 1220px;
	width: 100%;
}

.top__textArea {
	color: #fff;
	display: flex;
	gap: max(16px, min(2vw, 30px));
	gap: max(16px, min(2vw, 30px));
	grid-area: 1/1;
	grid-column: 1/2;
	justify-content: center;
	margin-bottom: -80px;
	z-index: 10;
}

.top__imgArea {
	grid-column: 2/2;
	grid-row: 2/1;
}

.top__imgArea img {
	aspect-ratio: 720/352;
	height: auto;
	min-height: 178px;
	min-width: 366px;
	width: 100%;
}

.top__subTitle {
	align-self: end;
	font-size: max(1rem, min(2.5vw, 1.5rem));
	font-weight: 350;
	letter-spacing: 0.3em;
	line-height: 1.6;
}

.top__title {
	align-items: end;
	color: white;
	display: flex;
	gap: max(24px, min(4vw, 45px)); /* gap も柔軟に */
	grid-template-columns: 1fr 1fr;
}

.top__kanjiGrid {
	grid-gap: 24px;
	display: grid;
	gap: 24px; /* 各文字の間の余白 */
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	line-height: 1;
	font-weight: 450;
}

.top__kanjiGrid span {
	font-size: 4rem;
}

.top__imageBox {
	grid-gap: 24px;
	display: grid;
	gap: 24px;
	grid-template-columns: 1.4fr 1fr;
	justify-content: end;
	margin-right: 0;
	margin-top: 24px;
	padding: 0 40px;
	padding-left: clamp(46.07vw, 5vw + 47rem, 36.43vw);
}

.top__imageArea--figure01 img {
	aspect-ratio: 440/280;
	height: auto;
	min-height: 140px;
	min-width: 219px;
}

.top__imageArea--figure02 img {
	aspect-ratio: 280/380;
	height: auto;
	height: auto;
	min-height: 185px;
	min-width: 135px;
}

.top__bunner {
	bottom: 2%;
	max-width: 220px;
	position: fixed;
	right: 0;
	width: 100%;
	z-index: 10;
	transition: 0.7s;
}

.bunner__visual {
	transition: 0.7s;
}

.bunner__visual:hover {
	opacity: 0.5;
}

.bg-svg-text {
	-webkit-user-select: none;
	-moz-user-select: none;
	animation: scroll-bg 40s linear infinite; /* 無限ループの背景スクロール */
	background-image: url("../images/common/slide.svg");
	background-position: 0 bottom;
	background-repeat: repeat-x; /* 横方向に繰り返す */
	background-size: auto 100%; /* 高さを固定、横幅は自然に */
	bottom: 0;
	height: 140px;
	left: 0; /* translateをやめて0起点に */
	opacity: 0.4;
	pointer-events: none;
	position: fixed;
	user-select: none;
	width: 100vw;
	z-index: -1;
}

.js-slider {
  pointer-events: none;
}

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

.topics {
	margin-top: 106px;
	padding-bottom: 138px;
	position: relative;
}

.topics:before {
	background-color: #6464FF;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
	background-size: 25px 25px; /* マス目の大きさを指定 */
	bottom: 0;
	content: "";
	display: inline-block;
	height: 1354px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.topics__item {
	grid-gap: 45px;
	background-color: #fff;
	display: grid;
	gap: 45px;
	grid-template-columns: 1fr 1.9fr;
	padding: 40px 40px 40px 40px;
}

.topics__item:nth-child(2n) {
	margin-top: 24px;
}

.topics__wrapper {
	margin-top: 24px;
}

.topics__container {
	margin-left: calc(50% - 50vw); /* 親の制限を打ち消す */
	margin-top: 116px;
	width: 100vw; /* ビューポート幅で広げる */
}

.topics__items--text h3 {
	color: #6464FF;
	font-size: 1.5rem;
	font-weight: 450;
	letter-spacing: 0.08em;
	line-height: 1.3333333333;
}

.topics__items--text p {
	font-size: 1rem;
	font-weight: 350;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 16px;
}

.topics__banner--inner {
	margin: auto;
	max-width: 1040px;
}

.topics__banner {
	margin-top: 120px;
}

.topics__banner:hover {
	opacity: 0.5;
}

body {
	overflow-x: hidden; /* 横スクロール防止 */
	position: relative;
}

html {
	overflow-x: hidden;
}

html::before {
	text-stroke: 1px rgba(100, 100, 255, 0.3); /* Firefox対策（実験的） */
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-text-stroke: 1px rgba(100, 100, 255, 0.3); /* 枠線だけ表示（紫系） */
	animation: marquee-loop 10s linear infinite;
	background-image: url("./images/common/slide.svg");
	bottom: 0;
	color: transparent; /* 中を透明に */
	content: "";
	font-size: 240px;
	font-weight: bold;
	left: 50%;
	pointer-events: none;
	position: fixed;
	transform: translateX(-50%);
	user-select: none;
	white-space: nowrap;
	z-index: -1;
}

@media (min-width: 1050px) and (max-width: 1399px) {

.top__kanjiGrid span {
	font-size: 6rem;
}

}

@media (min-width: 1400px) {

.top__kanjiGrid span {
	font-size: 8rem;
}

}

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

.bg-svg-text{
	height: 320px;
}

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

.top__imgArea img {
	aspect-ratio: 983/483;
}

.top__subTitle {
	font-size: 1.5;
}

.top__kanjiGrid {
	gap: 30px;
}

.top__imageArea--figure02 {
	aspect-ratio: 384/521;
}

.top__imageArea--figure01 img {
	aspect-ratio: 604/384;
}

.top__title {
	gap: 62px;
}

}

@media (max-width: 1080px) {

html {
	font-size: vw(1080, 16);
}

}

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

.college__course--item--asirai {
	grid-column: 1/2;
	grid-row: 1/1;
	grid-template-columns: 1fr;
	padding-bottom: 10px;
}

.slide-text span {
	font-size: 1.125rem;
}

.student-items__wrapper {
	margin-left: 0;
}

.student-items__text {
	font-size: 0.875rem;
}

.student-items_name {
	font-size: 16px !important;
}

}

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

.swiper-buttonArea {
	gap: 12px;
	margin-bottom: 0;
	margin-top: 48px;
	max-width: 112px;
	position: static;
	position: initial;
}

}

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

.program__items {
	flex-direction: column;
	gap: 0;
	grid-template-columns: 1fr;
	margin: auto;
	max-width: 500px;
}

.program__item:nth-child(2) {
	margin-top: 0;
}

.program__item:nth-child(2) {
	margin-top: 36px;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.background-color::before {
	height: max(70vh, min(40vw, 745px));
	width: 100%;
}

.banner {
	margin-left: 0;
	max-width: 255px;
	width: 100%;
}

.card-itemsArea {
	margin-top: 40px;
}

.card-items {
	grid-template-columns: 1fr;
	margin: auto;
	max-width: 500px;
}

.college {
	margin-top: 62px;
}

.college__textArea {
	margin-top: 26px;
}

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

.college__textInfo {
	line-height: 2;
}

.college__textInfo:nth-child(2) {
	margin-top: 32px;
}

.college__course {
	margin-top: 64px;
	padding-bottom: 64px;
	padding-top: 60px;
}

.college__course:before {
	height: 100%;
	top: 0;
	width: 72%;
}

.college__course:after {
	font-size: 7rem;
}

.college__course--item {
	grid-template-columns: 1fr;
}

.college__course--items {
	margin: auto;
	max-width: 500px;
}

.college__course--item__text {
	font-size: 0.875rem;
	font-weight: 450;
	line-height: 1.5;
	margin-top: 12px;
}

.college__course--item__textArea {
	padding-bottom: 12px;
}

.college__course--item__text02 .college__course--item__textArea {
	display: grid;
	grid-template-columns: 10fr 1fr;
}

.college__course--item__text02 .college__course--item__textArea h3 {
	grid-column: 1/1;
	grid-row: 1/1;
}

.college__course--item__text02 .college__course--item__textArea .college__course--item--span {
	grid-column: 1/1;
	grid-row: 2/2;
}

.college__course--item__text02 .college__course--item__textArea .colleg__course--item__textNumber {
	grid-column: 2/2;
	grid-row: 2/2;
}

.college__course--item__text02 .college__course--item__textArea::nth-child(n + 2) {
	padding-bottom: 10px;
}

.Number02 {
	top: -26px !important;
}

.Number03 {
	top: 22px !important;
}

.Number04 {
	top: 22px !important;
}

.Number05 {
	top: 22px !important;
}

.Number06 {
	top: 22px !important;
}

.college__course--item__img {
	margin: auto;
	max-width: 300px;
	width: 100%;
}

.colleg__course--item__textNumber {
	font-size: 2.5rem;
	line-height: 1;
	margin-bottom: -14px;
	text-align: right;
}

.college__course--item__text h3 {
	font-size: 1.25rem;
	padding-left: 0;
}

.college__course--item__text p {
	font-size: 0.875rem;
	letter-spacing: 0.008em;
	line-height: 1.5;
	margin-top: 12px;
	padding: 0;
}

.college__course--item__textArea h3 {
	flex: 0 0 260px;
	font-size: 1.125rem;
	letter-spacing: 0.14;
	line-height: 1.3333333333;
	position: relative;
	width: 100%;
}

.college__course--item__img--backgroundImage:before {
	height: 57px;
	width: 57px;
}

.college__course--item--span {
	display: inline-block;
	height: 25px;
	letter-spacing: 0.008em;
	line-height: 1.75;
	margin-bottom: 4px;
	padding: 0 8px;
}

.college__case {
	display: block;
	grid-column: 2/1;
	grid-row: 2/2;
}

footer {
	margin-top: 40px;
	padding-bottom: 140px;
}

.footer__title {
	max-width: 200px;
}

.footer__title img {
	aspect-ratio: 200/40;
	height: auto;
}

.footer__text {
	font-size: 0.875rem;
	margin-top: 28px;
}

.footer__container {
	flex-direction: column;
}

.footer__container figure {
	margin-top: 25px;
}

.footer__container figure {
	max-width: 268px;
}

.footer__copyRight {
	font-size: 0.75rem;
	margin-bottom: 1rem;
	margin-top: 1rem;
	padding: 0;
	text-align: left;
}

.footer__box {
	margin-top: 24px;
}

.header-logo {
	padding: 24px 24px;
}

.header-logo__title {
	max-width: 160px;
}

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

.interview {
	margin-top: 70px;
}

.interview__wrapper {
	margin-top: 30px;
}

.interview__wrapperArea {
	margin-top: 8px;
}

.interview__wrapperArea p {
	font-size: 0.875rem;
	margin-top: 0;
}

.interview__wrapperArea h4 {
	font-size: 1.125rem;
	margin-bottom: 0.5rem;
}

.interview__items {
	flex-direction: column;
	margin: auto;
	max-width: 500px;
}

.interview__wrapper h4 {
	font-size: 1.125rem;
	line-height: 1.5;
	margin-top: 8px;
}

.l-inner {
	padding: 0 22px;
}

.program {
	margin-top: 30px;
}

.program:before {
	background-size: 16px 16px;
	height: 874px;
	top: 17%;
	width: 275px;
}

.program__container {
	margin-top: 34px;
}

.program__wrapper p {
	padding: 0 6px;
}

.program__meta {
	font-size: 0.875rem;
}

.program__meta span {
	font-size: 0.875rem;
}

.product__wrapper span {
	font-size: 0.75rem;
	margin-top: 12px;
}

.product__wrapper p {
	font-size: 0.875rem;
	line-height: 1.5;
}

.product__title {
	font-size: 1.125rem;
	margin-top: 18px;
}

.program__bannerArea {
	margin: 130px auto 0;
	margin-left: center;
	margin-right: center;
	max-width: 500px;
	padding: 0 24px;
	width: 100%;
}

.program__subTitle {
	font-size: 1.25rem;
}

.recruit {
	margin-top: 64px;
	padding-top: 48px;
}

.recruit:before {
	height: 705px;
}

.recruit__container {
	gap: 0;
	grid-template-columns: 1fr;
	margin-top: 40px;
}

.recruit__textArea {
	border-right: 2px solid;
	margin-right: 0;
	margin-top: 24px;
	padding-left: 24px;
	padding-right: 24px;
}

.recruit__subText {
	font-size: 0.875rem;
	line-height: 1.3875;
}

.recruit__textArea--subTitle {
	font-size: 2rem;
	max-width: 114px;
	width: 100%;
}

.recruit__subTitle {
	font-size: 1.125rem;
}

.recruit__text {
	margin-bottom: 0;
}

.recruit__text span span {
	font-size: 1.5rem;
}

.recruit__lines {
	right: -52px;
	width: 126px;
}

.recruit__lines {
	left: 90px;
}

.recruit__number {
	font-size: 110px;
	line-height: 1;
	margin-top: -20px;
}

.recruit__card {
	justify-content: center !important;
}

.recruit__card {
	top: 50%;
}

.font-size--big {
	font-size: 3.675rem !important;
}

.recruit__kanjiGrid span {
	font-size: 2.5rem;
}

.recruit__kanjiGrid span:first-child {
	margin-top: 0;
}

.slide-img.student-items__slide {
	max-width: 100%;
	min-width: 300px;
}

.swiper-button-next,
.swiper-button-prev {
	background-color: #fff;
	color: #6464FF;
	padding: 23px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	color: #6464FF;
}

.swiper-button-next,
.swiper-button-prev {
	background-color: #fff;
	border: 1 solid #fff;
	color: #6464FF;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background-color: #6464FF;
	border: 2px solid #fff;
	color: #fff;
}

.student {
	margin-top: 64px;
	padding-bottom: 60px;
}

.student:before {
	height: 462px;
}

.student-items__textArea {
	gap: 0.5rem;
}

.slide-text span {
	padding-left: 1rem;
}

.student-swiper__content {
	margin-top: 1.7rem;
}

.student-swiper {
	max-width: 100%;
}

.student__wrapper {
	margin-top: 48px;
	padding-right: 22px;
}

.student__inner {
	padding-right: 0;
}

.titleArea__text--fontSizeRegular {
	font-size: 0.875rem !important;
}

.titleArea {
	display: flex;
	flex-direction: column;
	gap: 0;
	line-height: 1.25;
	padding-bottom: 15px;
}

.titleArea__main {
	font-size: 3.5rem;
}

.titleArea p {
	font-size: 1rem;
}

.top__box {
	display: inline-block;
	grid-template-columns: 1fr;
}

.top__textArea {
	margin-bottom: 0;
	margin-top: 80px;
}

.top__imgArea {
	margin-left: 24px;
	margin-top: 30px;
}

.top__subTitle {
	line-height: 1.5rem;
}

.top__kanjiGrid {
	gap: 16px;
}

.top__imageBox {
	gap: 12px;
	margin-top: 10px;
	padding-left: 0;
	padding-right: 24px;
}

.top__bunner {
	bottom: 0;
	margin-top: 12px;
	max-width: 100%;
	padding: 0 4% 4%;
	top: auto;
	top: initial;
	transition: 0.7s;
}

.topics {
	margin-top: 90px;
	padding-bottom: 64px;
}

.topics:before {
	height: 1484px;
}

.topics__item {
	gap: 1rem;
	grid-template-columns: 1fr;
	max-width: 500px;
	padding: 20px 24px 40px 24px;
	width: 100%;
}

.topics__wrapper {
	margin-top: 50px;
}

.topics__container {
	margin-top: 62px;
}

.topics__items--text h3 {
	font-size: 1.125rem;
	letter-spacing: 0.08em;
	line-height: 1.3333333333;
}

.topics__items--text p {
	font-size: 0.875rem;
	line-height: 1.5;
	margin-top: 16px;
	padding: 0 4px;
}

.topics__banner {
	margin-top: 62px;
}

.topics__itemsArea {
	justify-items: center;
}

.topics-wrapper__slide {
	min-width: 220px;
	width: 100%;
}

}

@media (max-width: 375px) {

html {
	font-size: vw(375, 16);
}

}

@keyframes scroll-bg {

0% {
	background-position-x: 0;
}

100% {
	background-position-x: 100%;
}

}

@keyframes marquee-loop {

0% {
	transform: translateX(0);
}

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

}


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