@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap");
:root {
  --text-color: #222222;
  --main-color: #639dce;
  --bk: #333333;
  --wh: #fff;
}

@font-face {
  font-family: "Overused Grotesk";
  src: url("../fonts/Overused-Grotesk/woff2/OverusedGrotesk-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

.under499 {
  display: none !important;
}
@media screen and (max-width: 499px) {
  .under499 {
    display: block !important;
  }
}

/* 三点リーダー 一行 */
/* 三点リーダー 複数行 */
/* 背景をテキストで切り取る */
/* ====================================================
HTML
==================================================== */
html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  color: var(--text-color);
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7333333333;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 499px) {
  body {
    font-size: 14px;
  }
}

.inner {
  width: 90%;
  max-width: 1300px;
  height: 100%;
  margin: 0 auto;
}
.inner.--1580 {
  max-width: 1580px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: var(--text-color);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ====================================================
SWIPER
==================================================== */
.swiper-wrapper {
  transition-timing-function: linear !important;
}

/* ====================================================
LOADING
==================================================== */
body {
  animation: fadeIn 2s ease-out 0 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ====================================================
Animation
==================================================== */
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.zoom-in.active {
  animation: zoom-in 1s ease-out forwards;
}

@keyframes zoom-in {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateX(9%);
    opacity: 1;
  }
}
.bounce-in.active {
  animation: bounceIn 1.5s ease-out;
}

@keyframes bounceIn {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  60% {
    transform: translateY(-10%);
    opacity: 1;
  }
  80% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(0);
  }
}
.fadeup {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fadeup.visible {
  opacity: 1;
  transform: translateY(0);
}

.staff-heading span {
  opacity: 0;
  transform: translateY(20px);
  display: inline-block;
  animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.yureru-s {
  animation: yureru-s 2s infinite;
}

@keyframes puluShake {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  1% {
    transform: translate(2px, -2px) rotate(1deg);
  }
  2% {
    transform: translate(-2px, 2px) rotate(-1deg);
  }
  3% {
    transform: translate(2px, 2px) rotate(1deg);
  }
  4% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  /* 残りの時間は停止 */
}
.text-wave,
.interview__ttl-title,
.about__ttl-title-s {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.text-wave .char,
.interview__ttl-title .char,
.about__ttl-title-s .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(25px);
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}
.text-wave .char.is-visible,
.interview__ttl-title .char.is-visible,
.about__ttl-title-s .char.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* 回転アニメーション link-more:hoverでeffect発火 */
.link-more:hover .rolle-effect {
  text-shadow: 0 0 0 #000, 0 1.5em 0 #000;
}

/* 回転アニメーション */
.rolle-effect {
  display: block;
  line-height: 1;
  overflow: hidden;
  color: transparent;
  text-shadow: 0 -1.5em 0 #000, 0 0 0 #000;
  transition: text-shadow 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.rolle-effect:hover {
  text-shadow: 0 0 0 #000, 0 1.5em 0 #000;
  transition: text-shadow 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.rotate-text {
  display: inline-block;
}

.rotate-text:hover {
  animation: rotate 0.5s forwards;
}

@keyframes rotate {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}
/* 回転アニメーション 2D */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 回転アニメーション 3D */
@keyframes spin3D {
  0% {
    transform: rotate3d(1, 0, 0, 0deg);
  }
  100% {
    transform: rotate3d(1, 0, 0, 360deg);
  }
}
.text-hover {
  display: inline-block;
  cursor: pointer;
  perspective: 400px;
  /* 3D回転をきれいに見せるため（任意） */
}
.text-hover .char {
  display: inline-block;
  transform-origin: center center;
  /* 回転の中心を文字の中央に */
  /* backface-visibility: hidden; // 裏面非表示（任意） */
  /* アニメーション関連のプロパティはJSで設定 */
}

/* テキストウェーブ */
@keyframes slideTextWave {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
/* リンクhover 下線アニメーション */
.link--view-more {
  display: block;
  line-height: 3;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 200px;
  position: relative;
  z-index: 0;
}
.link--view-more::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--wh);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: transform 0.4s ease 0.2s, background-color 0.4s ease;
  transform-origin: 0 50%;
  transform: scaleX(1);
}
.link--view-more::after {
  background: var(--wh);
}
.link--view-more::after, .link--view-more:hover::before {
  transition: transform 0.4s ease, background-color 0.4s ease;
  transform-origin: 100% 50%;
  transform: scaleX(0);
}
.link--view-more:hover::after {
  transition: transform 0.4s ease 0.2s, background-color 0.4s ease;
  transform-origin: 0 50%;
  transform: scaleX(1);
}

/* リンクhover 下線アニメーション2 */
.link-item {
  display: inline-block;
  position: relative;
}
.link-item::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--wh);
  transition: width 0.3s ease;
}
.link-item:hover::after {
  width: 100%;
}

/* A Modern CSS Reset */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

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

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

a,
button {
  cursor: revert;
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  padding-left: 0;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

th {
  font-weight: normal;
  text-align: left;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

/* ====================================================
Module
==================================================== */
html,
body {
  height: 100%;
}

/* ====================================================
Header
==================================================== */
.header {
  width: 100%;
  height: 100px;
  padding: 2.5rem 5rem 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background-color: var(--wh);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 834px) {
  .header {
    padding: 2rem 4rem;
    height: 90px;
  }
}
@media screen and (max-width: 640px) {
  .header {
    padding: 1.5rem 3rem;
    height: 80px;
  }
}
@media screen and (max-width: 499px) {
  .header {
    padding: 1rem 2rem;
    height: 70px;
  }
}
.header.--small .header__logo-img {
  transform: scale(0.9);
  transition: all 0.3s ease-in-out;
}
.header.--small .header__link-item {
  font-size: 1.4rem;
  transition: all 0.3s ease-in-out;
}
.header.--up {
  top: -100%;
  transition: all 0.3s ease-in-out;
}
.header.--menu-open {
  background-color: transparent;
}
.header.--menu-open .header__link-list {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.header__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 6.5rem;
}
@media screen and (max-width: 1500px) {
  .header__inner {
    padding-right: 3rem;
  }
}
.header__link {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .header__link {
    display: none;
  }
}
.header__link-list {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 1500px) {
  .header__link-list {
    gap: 2rem;
  }
}
.header__link-anchor {
  display: block;
}
.header__link-item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
.header__link-item::after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background-color: var(--main-color);
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  bottom: -1rem;
}
.header__link-item:hover::after {
  content: "";
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.header__logo {
  margin-bottom: 2rem;
}
@media screen and (max-width: 834px) {
  .header__logo {
    margin-bottom: 0;
  }
}
.header__logo-img {
  max-width: 218px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 834px) {
  .header__logo-img {
    max-width: 180px;
    height: 46px;
  }
}
@media screen and (max-width: 640px) {
  .header__logo-img {
    max-width: 150px;
    height: 38px;
  }
}
@media screen and (max-width: 499px) {
  .header__logo-img {
    max-width: 120px;
    height: 30px;
  }
}
.header__nav {
  background-color: var(--wh);
  width: 100%;
  height: 100vh;
  padding: 20rem 0 30rem;
  position: fixed;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  transition: top 0.3s ease-in-out;
  background: url(../img/top/header-bg.webp) no-repeat center bottom/cover;
}
@media screen and (max-width: 1200px) {
  .header__nav {
    padding: 15rem 0 20rem;
  }
}
@media screen and (max-width: 834px) {
  .header__nav {
    padding: 10rem 0 15rem;
  }
}
@media screen and (max-width: 640px) {
  .header__nav {
    padding: 10rem 0 10rem;
  }
}
@media screen and (max-width: 499px) {
  .header__nav {
    padding: 10rem 0 8rem;
    overflow-y: auto;
    height: 100%;
  }
}
.header__nav.active {
  top: 0;
  transition: top 0.3s ease-in-out;
}
.header__nav .nav span.en {
  line-height: 1.3;
}
.header__nav .nav span.ja {
  font-size: 12px;
}
@media screen and (max-width: 499px) {
  .header__nav .nav span.ja {
    font-size: 11px;
  }
}
.header__nav .nav span.ja.rolle-effect {
  text-shadow: 0 -1.5em 0 #666, 0 0 0 #666;
}
.header__nav .nav span.ja.rolle-effect:hover {
  text-shadow: 0 0 0 #666, 0 1.5em 0 #666;
}
.header__nav .nav-list-item {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  .header__nav .nav-list-item {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .header__nav .nav-list-item {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 499px) {
  .header__nav .nav-list-item {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 376px) {
  .header__nav .nav-list-item {
    margin-bottom: 2rem;
  }
}
.header__nav .nav-list-item .--sub-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 640px) {
  .header__nav .nav-list-item .--sub-item {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 499px) {
  .header__nav .nav-list-item .--sub-item {
    font-size: 12px;
  }
}
.header__nav .nav-list-item .--sub-item::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--main-color);
  flex-shrink: 0;
}
.header__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15rem;
}
@media screen and (max-width: 1200px) {
  .header__bottom {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 834px) {
  .header__bottom {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 640px) {
  .header__bottom {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 499px) {
  .header__bottom {
    padding: 3rem 0;
    flex-direction: column;
    gap: 3rem;
  }
}
.header__bottom .sns-list {
  margin-top: 0;
}
.header__sp-btn {
  background-color: var(--main-color);
  color: var(--wh);
  border-radius: 50%;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 2rem;
  flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .header__sp-btn {
    width: 48px;
    height: 48px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .header__sp-btn {
    width: 42px;
    height: 42px;
  }
}
@media screen and (max-width: 499px) {
  .header__sp-btn {
    width: 36px;
    height: 36px;
  }
}
.header__sp-btn::before, .header__sp-btn::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background-color: var(--wh);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.header__sp-btn::before {
  top: 44%;
}
.header__sp-btn::after {
  top: 54%;
}
.header__sp-btn.active::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__sp-btn.active::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ====================================================
Footer
==================================================== */
.footer {
  padding: 23rem 0 11rem;
}
@media screen and (max-width: 1500px) {
  .footer {
    padding: 15rem 0 8rem;
  }
}
@media screen and (max-width: 1200px) {
  .footer {
    padding: 10rem 0 5rem;
  }
}
@media screen and (max-width: 834px) {
  .footer {
    padding: 8rem 0 4rem;
  }
}
@media screen and (max-width: 640px) {
  .footer {
    padding: 5rem 0 4rem;
  }
}
@media screen and (max-width: 499px) {
  .footer {
    padding: 4rem 0 2rem;
  }
}
.footer .inner {
  padding-left: 8rem;
  padding-right: 4rem;
}
@media screen and (max-width: 1680px) {
  .footer .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
  gap: 20em;
}
@media screen and (max-width: 1680px) {
  .footer__top {
    gap: 15rem;
  }
}
@media screen and (max-width: 1500px) {
  .footer__top {
    flex-direction: column;
    gap: 10rem;
  }
}
@media screen and (max-width: 1200px) {
  .footer__top {
    gap: 8rem;
  }
}
@media screen and (max-width: 834px) {
  .footer__top {
    gap: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .footer__top {
    gap: 4rem;
  }
}
@media screen and (max-width: 499px) {
  .footer__top {
    gap: 3rem;
  }
}
@media screen and (max-width: 376px) {
  .footer__top {
    gap: 2rem;
  }
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 12rem;
}
@media screen and (max-width: 1200px) {
  .footer__bottom {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 834px) {
  .footer__bottom {
    margin-top: 6rem;
    flex-direction: column-reverse;
    gap: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .footer__bottom {
    margin-top: 4rem;
  }
}
.footer__nav-list {
  white-space: nowrap;
}
.footer__nav-list.--03 .nav-list-item > a {
  display: none;
}
.footer__nav-list.--03 .--sub-item {
  font-size: 15px;
  color: #222;
  line-height: 3;
}
.footer__nav span.en {
  display: none;
}
.footer__nav span.ja {
  display: block;
  font-size: 15px;
  line-height: 1;
}
@media screen and (max-width: 499px) {
  .footer__nav span.ja {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 499px) {
  .footer__nav .nav-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer__nav .nav-list.--03 .nav-list-item:not(.--sub) {
  display: none;
}
.footer__nav .nav-list.--03 .nav-list-item.--sub {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 2.5rem;
}
.footer__nav .nav-list.--03 .nav-list-item.--sub .--sub-item {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 640px) {
  .footer__nav .nav-list.--03 .nav-list-item.--sub .--sub-item {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 499px) {
  .footer__nav .nav-list.--03 .nav-list-item.--sub .--sub-item {
    margin-bottom: 2rem;
    font-size: 1.3rem;
  }
}
.footer__nav .nav-list-item {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 640px) {
  .footer__nav .nav-list-item {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 499px) {
  .footer__nav .nav-list-item {
    margin-bottom: 2rem;
  }
}
.footer__nav .nav-list .--sub-item.--gray {
  font-size: 12px;
  color: #666;
  line-height: 2;
  margin-bottom: 1.5rem;
  text-indent: 1rem;
}
@media screen and (max-width: 499px) {
  .footer__nav .nav-list .--sub-item.--gray {
    font-size: 1.1rem;
  }
}
.footer__nav .nav-list .--sub-item.--gray .rolle-effect {
  display: block;
  line-height: 1;
  overflow: hidden;
  color: transparent;
  text-shadow: 0 -1.5em 0 #666, 0 0 0 #666;
  transition: text-shadow 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.footer__nav .nav-list .--sub-item.--gray .rolle-effect:hover {
  text-shadow: 0 0 0 #666, 0 1.5em 0 #666;
  transition: text-shadow 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.footer__nav .nav-list .--sub-item.--gray.--header {
  display: none;
}
.footer__nav .nav-list .--sub-item.--gray.--footer {
  display: block;
}
.footer__address {
  margin-top: 6rem;
  text-align: right;
  font-size: 14px;
  color: #666;
}
@media screen and (max-width: 1200px) {
  .footer__address {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .footer__address {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .footer__address {
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 12px;
  }
}
@media screen and (max-width: 499px) {
  .footer__address {
    font-size: 11px;
  }
}
.footer__address address {
  font-style: normal;
  white-space: nowrap;
}
@media (max-width: 320px) {
  .footer__address address {
    white-space: wrap;
  }
}
.footer__logo {
  display: flex;
  justify-content: flex-end;
}
.footer__logo img {
  max-width: 258px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 834px) {
  .footer__logo img {
    max-width: 200px;
  }
}
@media screen and (max-width: 640px) {
  .footer__logo img {
    max-width: 150px;
  }
}
@media screen and (max-width: 499px) {
  .footer__logo img {
    max-width: 120px;
  }
}
.footer__copy-wrapper {
  text-align: center;
}
.footer__copy small {
  color: #999;
  font-size: 12px;
  font-family: "Overused Grotesk", sans-serif;
}

/* ====================================================
Common
==================================================== */
/* 共通 */
.--head-title {
  font-size: 14px;
  position: relative;
  padding-left: 25px;
}
.--head-title::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100vmax;
  background-color: #cddfed;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.--head-title::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100vmax;
  background-color: #639dce;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}

.--en-title {
  font-size: 96px;
  font-family: "Overused Grotesk", sans-serif;
  color: var(--bk);
}
@media screen and (max-width: 834px) {
  .--en-title {
    font-size: 72px;
  }
}
@media screen and (max-width: 640px) {
  .--en-title {
    font-size: 60px;
  }
}
@media screen and (max-width: 499px) {
  .--en-title {
    font-size: 48px;
  }
}
@media screen and (max-width: 376px) {
  .--en-title {
    font-size: 36px;
  }
}

/* link-more */
.link-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 206px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 100%;
  max-height: 65px;
  border-radius: 100vmax;
  box-shadow: 0px 0 15px 0px rgba(99, 157, 206, 0.2);
  box-shadow: -0.4px 1.8px 2px 0px rgba(99, 157, 206, 0.2);
  font-family: "Overused Grotesk", sans-serif;
  font-size: 18px;
  padding: 2.5rem 3.5rem;
  background-color: var(--wh);
  line-height: 1;
  overflow: hidden;
  overflow: visible;
  position: relative;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 834px) {
  .link-more {
    max-width: 180px;
    max-height: 55px;
    font-size: 16px;
    padding: 2rem 3rem;
  }
}
@media screen and (max-width: 499px) {
  .link-more {
    min-width: auto;
    max-width: 150px;
    max-height: 45px;
    font-size: 14px;
    padding: 1.5rem 2.5rem;
  }
}
.link-more span {
  display: block;
  overflow: hidden;
  line-height: 1;
  width: 100%;
  padding-right: 2rem;
  white-space: nowrap;
}
.link-more svg {
  max-width: 12px;
  fill: var(--bk);
  position: absolute;
  right: 2rem;
  top: 5%;
  height: 100%;
}
.link-more:hover svg {
  animation: arrowSlide 0.6s normal cubic-bezier(0.1, -0.6, 0.2, 0);
}
.link-more::after {
  content: "";
  display: block;
  width: 106%;
  height: 115%;
  border-radius: 100vmax;
  position: absolute;
  top: -7%;
  left: -3%;
  background-color: rgba(226, 242, 255, 0.5);
  z-index: -1;
}

@keyframes arrowSlide {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  25% {
    opacity: 0;
    transform: translateX(24px);
  }
  50% {
    opacity: 0;
    transform: translateX(-24px);
  }
  75% {
    opacity: 0;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* CTA */
.cta .inner {
  background-image: linear-gradient(65deg, transparent, #f0f0f0);
  border-radius: 20px;
}
.cta__wrapper {
  width: 90%;
  height: 400px;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .cta__wrapper {
    height: auto;
    padding: 3rem 0;
  }
}
.cta__text {
  margin-top: 4rem;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .cta__text {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .cta__text {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 499px) {
  .cta__text {
    margin-top: 1rem;
  }
}
.cta__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .cta__link {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    align-content: center;
    justify-items: center;
  }
}
@media screen and (max-width: 834px) {
  .cta__link {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (max-width: 1300px) {
  .cta__tittle {
    grid-column: 1;
    grid-row: span 2;
  }
}
.cta__button {
  width: 310px;
  height: 98px;
  border-radius: 100vmax;
  padding: 0 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--wh);
  background-image: linear-gradient(65deg, #a6e2fa, #80b9e7);
  font-size: 21px;
  font-family: "Overused Grotesk", sans-serif;
  border: 10px solid var(--wh);
  box-shadow: 0 4px 8px 0 rgba(232, 195, 172, 0.2);
}
@media screen and (max-width: 1300px) {
  .cta__button {
    grid-column: 2;
    grid-row: 1;
  }
}
@media screen and (max-width: 834px) {
  .cta__button {
    width: 250px;
    height: 78px;
    font-size: 18px;
    padding: 0 3rem;
  }
}
@media screen and (max-width: 499px) {
  .cta__button {
    width: 200px;
    height: 58px;
    font-size: 16px;
    padding: 0 2rem;
  }
}
.cta__button svg {
  max-width: 18px;
  fill: var(--wh);
}
.cta__button:hover svg {
  animation: arrowSlide 0.5s normal cubic-bezier(0.1, -0.6, 0.2, 0);
}
.cta__button .rolle-effect {
  color: transparent;
  text-shadow: 0 -1.5em 0 #fff, 0 0 0 #fff;
}
.cta__button .rolle-effect:hover {
  text-shadow: 0 0 0 #fff, 0 1.5em 0 #fff;
}
.cta__tel {
  margin-top: 1.5rem;
  font-family: "Overused Grotesk", sans-serif;
}
@media screen and (max-width: 1300px) {
  .cta__tel {
    grid-column: 2;
    grid-row: 2;
  }
}
.cta__tel-number {
  font-weight: 600;
}
.cta__tel .ft32 {
  font-size: 32px;
}
@media screen and (max-width: 834px) {
  .cta__tel .ft32 {
    font-size: 28px;
  }
}
@media screen and (max-width: 499px) {
  .cta__tel .ft32 {
    font-size: 24px;
  }
}
.cta__tel .ft40 {
  font-size: 40px;
}
@media screen and (max-width: 834px) {
  .cta__tel .ft40 {
    font-size: 36px;
  }
}
@media screen and (max-width: 499px) {
  .cta__tel .ft40 {
    font-size: 32px;
  }
}
.cta__tel-note {
  font-size: 14px;
  font-family: sans-serif;
}

/* SNS-LIST */
.sns-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 834px) {
  .sns-list {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 499px) {
  .sns-list {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 376px) {
  .sns-list {
    margin-top: 1rem;
  }
}
.sns-list-item-icon {
  max-width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 499px) {
  .sns-list-item-icon {
    max-width: 24px;
    height: 24px;
  }
}

/* Navigatinon */
.nav-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5.5rem;
}
@media screen and (max-width: 1200px) {
  .nav-inner {
    gap: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .nav-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .nav-inner {
    gap: 2rem;
  }
}
@media screen and (max-width: 499px) {
  .nav-inner {
    gap: 5px;
    grid-template-columns: 1fr;
  }
}
.nav-list {
  white-space: nowrap;
}
.nav-list-item {
  margin-bottom: 4rem;
}
@media screen and (max-width: 834px) {
  .nav-list-item {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .nav-list-item {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 499px) {
  .nav-list-item {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 376px) {
  .nav-list-item {
    margin-bottom: 1rem;
  }
}
.nav .en {
  font-size: 32px;
  font-family: "Overused Grotesk", sans-serif;
  display: block;
}
@media screen and (max-width: 834px) {
  .nav .en {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .nav .en {
    font-size: 20px;
  }
}
@media screen and (max-width: 499px) {
  .nav .en {
    font-size: 18px;
  }
}
.nav .ja {
  font-size: 12px;
}
.nav .ja.rolle-effect {
  text-shadow: 0 -1.5em 0 #000, 0 0 0 #000;
}
.nav .ja.rolle-effect:hover {
  text-shadow: 0 0 0 #000, 0 1.5em 0 #000;
}
.nav .--sub-item {
  font-size: 15px;
  color: #222;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.nav .--sub-item.--header {
  display: flex;
}
.nav .--sub-item.--footer {
  display: none;
}

/* link-text */
.linktxt-list {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 834px) {
  .linktxt-list {
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .linktxt-list {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 1rem 0;
    justify-content: center;
  }
}

@media screen and (max-width: 640px) {
  .linktxt-item {
    text-align: center;
  }
}
.linktxt-item:not(:last-child) {
  border-right: 1px solid #ccc;
  padding-right: 2rem;
}
@media screen and (max-width: 640px) {
  .linktxt-item:not(:last-child) {
    border-right: none;
  }
}
@media screen and (max-width: 640px) {
  .linktxt-item:nth-of-type(2n) {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .linktxt-item:nth-of-type(2n+1) {
    border-right: 1px solid #ccc;
  }
}
.linktxt-item:not(:first-child) {
  padding-left: 2rem;
}
@media screen and (max-width: 640px) {
  .linktxt-item:first-child {
    padding-left: 2rem;
  }
}

.top {
  /* ====================================================
  FV
  ==================================================== */
  /* ====================================================
  LEAD SLIDER
  ==================================================== */
  /* ====================================================
  LEAD
  ==================================================== */
  /* ====================================================
  ABOUT
  ==================================================== */
  /* ====================================================
  SERVICE
  ==================================================== */
  /* ====================================================
  PROGRAM
  ==================================================== */
  /* ====================================================
  CASE STUDY
  ==================================================== */
  /* ====================================================
  NSTRUCTOR
  ==================================================== */
  /* ====================================================
  SEMINAR
  ==================================================== */
  /* ====================================================
  NEWS
  ==================================================== */
}
.top .link-more {
  margin-bottom: 2rem;
}
.top .fv {
  background: url(../img/top/fv.webp) no-repeat center top/cover;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .top .fv {
    background: url(../img/top/fv-sp.webp) no-repeat center/cover;
    align-items: flex-start;
    padding-top: calc(100px + 5rem);
  }
}
@media screen and (max-width: 499px) {
  .top .fv {
    padding-top: calc(70px + 3rem);
  }
}
@media screen and (max-width: 376px) {
  .top .fv {
    padding-top: calc(50px + 2rem);
  }
}
.top .fv__wrapper {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top .fv__text-wrap {
  color: var(--wh);
  width: 50%;
  height: 100%;
  margin: auto 0 auto auto;
  padding-left: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .top .fv__text-wrap {
    padding-left: 6rem;
  }
}
@media screen and (max-width: 834px) {
  .top .fv__text-wrap {
    padding-left: 0;
    width: 100%;
    justify-content: flex-start;
  }
}
.top .fv__heading {
  font-size: 48px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .top .fv__heading {
    font-size: 36px;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .top .fv__heading {
    font-size: 28px;
  }
}
@media screen and (max-width: 499px) {
  .top .fv__heading {
    font-size: 24px;
  }
}
.top .fv__text {
  font-size: 18px;
  margin-top: 3rem;
}
@media screen and (max-width: 834px) {
  .top .fv__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .top .fv__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 499px) {
  .top .fv__text {
    margin-top: 1rem;
  }
}
.top .lead-slider {
  background-color: #e0f3f8;
  padding: 6.5rem 0 8rem;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .top .lead-slider {
    padding: 5rem 0 6rem;
  }
}
@media screen and (max-width: 834px) {
  .top .lead-slider {
    padding: 4rem 0 5rem;
  }
}
@media screen and (max-width: 499px) {
  .top .lead-slider {
    padding: 3rem 0 4rem;
  }
}
.top .lead-slider__list {
  width: 640px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  gap: 0.5rem;
}
@media screen and (max-width: 834px) {
  .top .lead-slider__list {
    width: 550px;
  }
}
.top .lead-slider .list-item {
  background-color: var(--wh);
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 18px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1200px) {
  .top .lead-slider .list-item {
    font-size: 16px;
    padding: 9px 18px;
  }
}
@media screen and (max-width: 834px) {
  .top .lead-slider .list-item {
    font-size: 14px;
    padding: 6px 15px;
  }
}
@media screen and (max-width: 640px) {
  .top .lead-slider .list-item {
    font-size: 12px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 499px) {
  .top .lead-slider .list-item {
    font-size: 12px;
    padding: 4px 8px;
  }
}
.top .lead-slider .list-item::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #82d1f9;
  border-radius: 50%;
  margin-right: 8px;
}
.top .lead-slider .swiper-slide {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.top .lead-slider__img {
  border-radius: 10px;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 244px;
}
@media screen and (max-width: 834px) {
  .top .lead-slider__img {
    max-width: 200px;
  }
}
@media screen and (max-width: 640px) {
  .top .lead-slider__img {
    max-width: 150px;
  }
}
.top .lead {
  background-color: var(--wh);
  padding: 19.5rem 0 16rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .top .lead {
    padding: 14rem 0 12rem;
  }
}
@media screen and (max-width: 834px) {
  .top .lead {
    padding: 10rem 0 8rem;
  }
}
@media screen and (max-width: 499px) {
  .top .lead {
    padding: 8rem 0 6rem;
  }
}
.top .lead__bg {
  width: 100%;
  height: 800px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 834px) {
  .top .lead__bg {
    height: 550px;
  }
}
.top .lead__bg .flude.--01 {
  position: absolute;
  top: 0;
  left: 40%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 700px;
  background-image: radial-gradient(circle at 30% 30%, #a0fcff, #a8f3fd, #b8e0f5);
  animation: blobAnimetion 30s infinite;
  opacity: 0.3;
  z-index: 0;
  filter: blur(15px);
}
@media screen and (max-width: 834px) {
  .top .lead__bg .flude.--01 {
    width: 400px;
    height: 400px;
    left: 10%;
  }
}
.top .lead__bg .flude.--02 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 600px;
  height: 500px;
  background-image: radial-gradient(circle at 30% 30%, rgba(224, 239, 246, 0.7450980392), #b4e1f8);
  animation: blobAnimetion2 30s infinite;
  opacity: 0.7;
  z-index: 1;
  filter: blur(10px);
}
@media screen and (max-width: 834px) {
  .top .lead__bg .flude.--02 {
    width: 400px;
    height: 400px;
    left: 10%;
  }
}
.top .lead__bg .flude.--03 {
  position: absolute;
  top: 0;
  right: -4%;
  width: 300px;
  height: 200px;
  background-image: radial-gradient(circle at 30% 30%, #cdddf9, #86ffeb, #f3f7f9);
  animation: blobAnimetion 40s infinite;
  opacity: 0.5;
  z-index: 0;
  filter: blur(47px);
}
@media screen and (max-width: 834px) {
  .top .lead__bg .flude.--03 {
    width: 400px;
    height: 400px;
    left: 10%;
  }
}
.top .lead__bg .flude.--04 {
  position: absolute;
  bottom: -11%;
  left: -7%;
  width: 870px;
  height: 100%;
  background-image: linear-gradient(210deg, #b4e1f8 10%, #41dbf6 30%, #2d81e4 60%);
  animation: blobAnimetion3 60s infinite;
  opacity: 0.3;
  z-index: 0;
  filter: blur(25px);
}
@media screen and (max-width: 834px) {
  .top .lead__bg .flude.--04 {
    width: 400px;
    height: 400px;
    left: 10%;
  }
}
.top .lead__bg .flude.--05 {
  position: absolute;
  top: 10%;
  left: 38%;
  width: 200px;
  height: 30%;
  background-image: linear-gradient(210deg, #b4e1f8, #41dbf6, #2d81e4);
  animation: blobAnimetion3 60s infinite;
  opacity: 0.3;
  z-index: 0;
  filter: blur(47px);
}
@media screen and (max-width: 834px) {
  .top .lead__bg .flude.--05 {
    width: 400px;
    height: 400px;
    left: 10%;
  }
}
.top .lead__bg .flude.--06 {
  position: absolute;
  bottom: 0;
  right: -2%;
  width: 500px;
  height: 80%;
  background-image: linear-gradient(210deg, #b4e1f8, #2d81e4, #41dbf6);
  animation: blobAnimetion2 60s infinite;
  opacity: 0.3;
  z-index: 0;
  filter: blur(47px);
}
@media screen and (max-width: 834px) {
  .top .lead__bg .flude.--06 {
    width: 400px;
    height: 400px;
    left: 10%;
  }
}
.top .lead__bg .flude.--07 {
  position: absolute;
  top: -12%;
  left: -10%;
  width: 300px;
  height: 300px;
  background-image: radial-gradient(circle at 30% 30%, #71a5ff);
  animation: blobAnimetion4 60s infinite;
  opacity: 0.3;
  z-index: 0;
  filter: blur(47px);
}
@media screen and (max-width: 834px) {
  .top .lead__bg .flude.--07 {
    width: 400px;
    height: 400px;
    left: 10%;
  }
}
@keyframes blobAnimetion {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    transform: translate(0, 0);
  }
  14% {
    border-radius: 30% 70% 60% 40%/40% 70% 30% 60%;
    transform: translate(-105px, 55px);
  }
  28% {
    border-radius: 70% 30% 20% 80%/60% 30% 70% 40%;
    transform: translate(-130px, 100px);
  }
  42% {
    border-radius: 25% 75% 65% 35%/35% 80% 20% 65%;
    transform: translate(-85px, 125px);
  }
  56% {
    border-radius: 80% 20% 50% 50%/70% 20% 80% 30%;
    transform: translate(-40px, 80px);
  }
  70% {
    border-radius: 60% 40% 30% 70%/45% 75% 25% 55%;
    transform: translate(15px, 45px);
  }
  84% {
    border-radius: 35% 65% 55% 45%/25% 85% 15% 75%;
    transform: translate(120px, 25px);
  }
}
@keyframes blobAnimetion2 {
  0%, 100% {
    border-radius: 25% 75% 65% 35%/35% 80% 20% 65%;
    transform: translate(0, 0);
  }
  14% {
    border-radius: 70% 30% 20% 80%/60% 30% 70% 40%;
    transform: translate(45px, -55px);
  }
  28% {
    border-radius: 30% 70% 60% 40%/40% 70% 30% 60%;
    transform: translate(-30px, -100px);
  }
  42% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    transform: translate(35px, -125px);
  }
  56% {
    border-radius: 60% 40% 30% 70%/45% 75% 25% 55%;
    transform: translate(-40px, -80px);
  }
  70% {
    border-radius: 35% 65% 55% 45%/25% 85% 15% 75%;
    transform: translate(15px, -45px);
  }
  84% {
    border-radius: 80% 20% 50% 50%/70% 20% 80% 30%;
    transform: translate(-20px, -25px);
  }
}
@keyframes blobAnimetion3 {
  0%, 100% {
    border-radius: 25% 75% 65% 35%/35% 80% 20% 65%;
    transform: translate(0, 0);
  }
  14% {
    border-radius: 70% 30% 20% 80%/60% 30% 70% 40%;
    transform: translate(45px, -35px);
  }
  28% {
    border-radius: 30% 70% 60% 40%/40% 70% 30% 60%;
    transform: translate(-30px, 50px);
  }
  42% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    transform: translate(35px, 25px);
  }
  56% {
    border-radius: 60% 40% 30% 70%/45% 75% 25% 55%;
    transform: translate(-40px, -15px);
  }
  70% {
    border-radius: 35% 65% 55% 45%/25% 85% 15% 75%;
    transform: translate(15px, 45px);
  }
  84% {
    border-radius: 80% 20% 50% 50%/70% 20% 80% 30%;
    transform: translate(-20px, -25px);
  }
}
@keyframes blobAnimetion4 {
  0% {
    border-radius: 25% 75% 65% 35%/35% 80% 20% 65%;
    transform: translateX(-80px);
  }
  12.5% {
    border-radius: 70% 30% 20% 80%/60% 30% 70% 40%;
    transform: translateX(120px);
  }
  25% {
    border-radius: 30% 70% 60% 40%/40% 70% 30% 60%;
    transform: translateX(280px);
  }
  37.5% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    transform: translateX(400px);
  }
  50% {
    border-radius: 60% 40% 30% 70%/45% 75% 25% 55%;
    transform: translateX(500px);
  }
  62.5% {
    border-radius: 35% 65% 55% 45%/25% 85% 15% 75%;
    transform: translateX(400px);
  }
  75% {
    border-radius: 80% 20% 50% 50%/70% 20% 80% 30%;
    transform: translateX(280px);
  }
  87.5% {
    border-radius: 40% 60% 45% 55%/35% 65% 35% 65%;
    transform: translateX(120px);
  }
  100% {
    border-radius: 25% 75% 65% 35%/35% 80% 20% 65%;
    transform: translateX(-80px);
  }
}
.top .lead__title {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .top .lead__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 834px) {
  .top .lead__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 499px) {
  .top .lead__title {
    font-size: 16px;
  }
}
.top .lead__title-wrap {
  position: relative;
  z-index: 5;
}
.top .lead__subtitle {
  font-size: 56px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  margin-top: 5rem;
}
@media screen and (max-width: 1200px) {
  .top .lead__subtitle {
    font-size: 40px;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .top .lead__subtitle {
    font-size: 32px;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 499px) {
  .top .lead__subtitle {
    font-size: 28px;
    margin-top: 2rem;
  }
}
.top .lead__content {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top .lead__list {
  display: flex;
  gap: 3rem;
  width: 90%;
  margin: 0 0 0 auto;
  margin-top: 12rem;
  justify-content: flex-end;
  justify-content: flex-start;
}
@media screen and (max-width: 1200px) {
  .top .lead__list {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 834px) {
  .top .lead__list {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 499px) {
  .top .lead__list {
    margin-top: 4rem;
  }
}
.top .lead__list-item {
  border-radius: 12px;
  background-color: var(--wh);
  font-size: 21px;
  text-align: center;
  width: 370px;
  height: 256px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .top .lead__list-item {
    width: 300px;
    font-size: 18px;
    height: 220px;
  }
}
@media screen and (max-width: 640px) {
  .top .lead__list-item {
    width: 250px;
    font-size: 16px;
    height: 180px;
  }
}
@media screen and (max-width: 499px) {
  .top .lead__list-item {
    width: 200px;
    font-size: 14px;
    height: 120px;
  }
}
.top .about {
  padding: 18rem 0 16rem;
}
@media screen and (max-width: 1200px) {
  .top .about {
    padding: 12rem 0 10rem;
  }
}
@media screen and (max-width: 834px) {
  .top .about {
    padding: 8rem 0 6rem;
  }
}
@media screen and (max-width: 499px) {
  .top .about {
    padding: 6rem 0 4rem;
  }
}
.top .about__title {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .top .about__title {
    width: 100%;
  }
}
.top .about__title-wrap {
  position: relative;
  overflow: hidden;
}
.top .about__title-wrap .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .top .about__title-wrap .inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .top .about__title-wrap {
    padding-bottom: 5rem;
  }
}
.top .about__slide {
  display: flex;
  align-items: center;
  gap: 2rem;
  overflow: hidden;
  position: absolute;
  bottom: 4rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .top .about__slide {
    bottom: -3rem;
  }
}
@media screen and (max-width: 640px) {
  .top .about__slide {
    bottom: -1rem;
  }
}
@media screen and (max-width: 499px) {
  .top .about__slide {
    bottom: 0;
  }
}
.top .about__slide-text {
  font-size: 140px;
  color: #f9f9f9;
  white-space: nowrap;
  font-family: "Overused Grotesk", sans-serif;
  font-weight: 300;
  animation: slide-loop 60s linear infinite;
}
@media screen and (max-width: 1200px) {
  .top .about__slide-text {
    font-size: 112px;
  }
}
@media screen and (max-width: 834px) {
  .top .about__slide-text {
    font-size: 80px;
  }
}
@media screen and (max-width: 640px) {
  .top .about__slide-text {
    font-size: 60px;
  }
}
@media screen and (max-width: 499px) {
  .top .about__slide-text {
    font-size: 40px;
  }
}
@keyframes slide-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.top .about__subtitle {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  margin-top: 5rem;
}
@media screen and (max-width: 1200px) {
  .top .about__subtitle {
    font-size: 32px;
  }
}
@media screen and (max-width: 834px) {
  .top .about__subtitle {
    font-size: 28px;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 499px) {
  .top .about__subtitle {
    font-size: 24px;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 376px) {
  .top .about__subtitle {
    font-size: 21px;
  }
}
.top .about__desc {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-top: 6.5rem;
}
@media screen and (max-width: 834px) {
  .top .about__desc {
    width: 100%;
    margin-top: 4.5rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 499px) {
  .top .about__desc {
    margin-top: 3rem;
    gap: 1rem;
  }
}
.top .about__desc-text {
  line-height: 2;
}
.top .about__desc-text.ft20 {
  font-size: 20px;
}
@media screen and (max-width: 834px) {
  .top .about__desc-text.ft20 {
    font-size: 18px;
  }
}
@media screen and (max-width: 834px) {
  .top .about__desc .link-more {
    align-self: flex-end;
  }
}
.top .about__content {
  background: url(../img/top/about-list-bg.webp) no-repeat center center/cover;
  border-radius: 20px;
  margin-top: 10rem;
  overflow: hidden;
  padding: 6rem 6rem 7rem;
}
@media screen and (max-width: 1200px) {
  .top .about__content {
    margin-top: 7rem;
    padding: 4rem 4rem 5rem;
  }
}
@media screen and (max-width: 834px) {
  .top .about__content {
    margin-top: 5rem;
    padding: 3rem 3rem 4rem;
  }
}
@media screen and (max-width: 499px) {
  .top .about__content {
    margin-top: 2rem;
    padding: 2rem 2rem 3rem;
  }
}
.top .about__content-title {
  text-align: center;
}
.top .about__content-title .text {
  font-size: 48px;
  font-family: "Overused Grotesk", sans-serif;
}
@media screen and (max-width: 1200px) {
  .top .about__content-title .text {
    font-size: 36px;
  }
}
@media screen and (max-width: 834px) {
  .top .about__content-title .text {
    font-size: 30px;
  }
}
.top .about__content-title .heading {
  font-size: 14px;
}
@media screen and (max-width: 834px) {
  .top .about__content-title .heading {
    font-size: 14px;
  }
}
.top .about__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.6rem;
  margin-top: 4.5rem;
}
@media screen and (max-width: 1024px) {
  .top .about__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .top .about__list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.top .about__list-item {
  padding: 30px 78px 65px 33px;
  border-radius: 9px;
  background-image: linear-gradient(135deg, #fff 5%, #e2f2ff);
  position: relative;
  height: 180px;
}
@media screen and (max-width: 1200px) {
  .top .about__list-item {
    padding: 20px;
  }
}
@media screen and (max-width: 834px) {
  .top .about__list-item {
    height: 150px;
  }
}
@media screen and (max-width: 640px) {
  .top .about__list-item {
    height: 120px;
  }
}
@media screen and (max-width: 499px) {
  .top .about__list-item {
    height: 100px;
  }
}
.top .about__list .list-item-title {
  display: flex;
  align-items: flex-start;
  color: var(--main-color);
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .top .about__list .list-item-title {
    align-items: center;
    font-size: 12px;
  }
}
.top .about__list .list-item-title .number {
  color: #82d1f9;
  font-family: "Overused Grotesk", sans-serif;
  font-size: 18px;
  margin-right: 2rem;
}
@media screen and (max-width: 834px) {
  .top .about__list .list-item-title .number {
    font-size: 16px;
    margin-right: 1rem;
  }
}
.top .about__list .list-item-text {
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .top .about__list .list-item-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .top .about__list .list-item-text {
    font-size: 14px;
    top: 60%;
  }
}
.top .about__list .list-item-text span {
  font-size: 3.2rem;
  font-family: "Overused Grotesk", sans-serif;
  font-weight: 500;
  margin-left: 3px;
}
@media screen and (max-width: 640px) {
  .top .about__list .list-item-text span {
    font-size: 2.4rem;
  }
}
.top .service {
  background-color: #f0f0f0;
  padding: 12rem 0 13rem;
}
@media screen and (max-width: 1200px) {
  .top .service {
    padding: 8rem 0 9rem;
  }
}
@media screen and (max-width: 834px) {
  .top .service {
    padding: 6rem 0 7rem;
  }
}
@media screen and (max-width: 499px) {
  .top .service {
    padding: 4rem 0 5rem;
  }
}
.top .service__subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
}
@media screen and (max-width: 1200px) {
  .top .service__subtitle {
    font-size: 32px;
  }
}
@media screen and (max-width: 834px) {
  .top .service__subtitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 499px) {
  .top .service__subtitle {
    font-size: 24px;
  }
}
.top .service__subtitle span {
  font-size: 24px;
  display: block;
}
@media screen and (max-width: 1200px) {
  .top .service__subtitle span {
    font-size: 20px;
  }
}
@media screen and (max-width: 834px) {
  .top .service__subtitle span {
    font-size: 18px;
  }
}
@media screen and (max-width: 499px) {
  .top .service__subtitle span {
    font-size: 16px;
  }
}
.top .service__subtitle-wrap {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .top .service__subtitle-wrap {
    width: 100%;
  }
}
.top .service__title {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .top .service__title {
    width: 100%;
  }
}
.top .service__title-wrap .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .top .service__title-wrap .inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}
.top .service__desc {
  line-height: 2;
  margin-top: 3rem;
}
@media screen and (max-width: 834px) {
  .top .service__desc {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 499px) {
  .top .service__desc {
    margin-top: 1rem;
  }
}
.top .service__content .inner--1500 {
  background: url(../img/top/service-line.webp) no-repeat center/contain;
  width: 90%;
  max-width: 1500px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .top .service__content .inner--1500 {
    background: none;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    margin-top: -8rem;
  }
}
.top .service__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(1rem, 2vw, 4rem);
  width: 75vw;
  margin: auto;
  margin-top: 6rem;
}
@media screen and (max-width: 834px) {
  .top .service__list {
    width: 150%;
    background: url(../img/top/service-line.webp) no-repeat 0% 0%/99%;
    padding-top: clamp(5rem, 25vw, 20rem);
  }
}
.top .service__list-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 377px;
}
.top .service__list-item.--01 {
  margin-top: 10rem;
}
@media screen and (max-width: 834px) {
  .top .service__list-item.--01 {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .top .service__list-item.--01 {
    margin-top: 2.5rem;
  }
}
.top .service__list-item.--02 {
  margin-top: 5rem;
}
@media screen and (max-width: 834px) {
  .top .service__list-item.--02 {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .top .service__list-item.--02 {
    margin-top: 1rem;
  }
}
.top .service .list-item-text {
  width: 100%;
  padding: clamp(1rem, 2vw, 3.5rem) clamp(1rem, 2vw, 4rem);
  background-color: var(--wh);
}
@media screen and (max-width: 1200px) {
  .top .service .list-item-text {
    padding: 2.5rem 3rem;
  }
}
@media screen and (max-width: 834px) {
  .top .service .list-item-text {
    padding: 2rem 2rem;
  }
}
@media screen and (max-width: 499px) {
  .top .service .list-item-text {
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (max-width: 376px) {
  .top .service .list-item-text {
    padding: 1rem 1rem;
  }
}
.top .service .list-item-text .heading {
  font-size: clamp(1.2rem, 1.6vw, 2rem);
}
.top .service .list-item-text .text {
  font-size: clamp(1.2rem, 1.3vw, 1.5rem);
  line-height: 2;
  margin-top: clamp(0.5rem, 1vw, 1.5rem);
}
@media screen and (max-width: 834px) {
  .top .service .list-item-text .text {
    font-size: 13px;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .top .service .list-item-text .text {
    font-size: 12px;
  }
}
@media screen and (max-width: 499px) {
  .top .service .list-item-text .text {
    font-size: 11px;
  }
}
@media screen and (max-width: 376px) {
  .top .service .list-item-text .text {
    font-size: 10px;
  }
}
@media screen and (max-width: 640px) {
  .top .service .list-item-img img {
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top .service__link a {
  margin-left: auto;
  margin-right: 0;
}
.top .program {
  padding: 15rem 0;
  background: url(../img/top/program-bg.webp) no-repeat right top/cover;
}
@media screen and (max-width: 1200px) {
  .top .program {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 834px) {
  .top .program {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 499px) {
  .top .program {
    padding: 4rem 0;
  }
}
.top .program__subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
}
@media screen and (max-width: 1200px) {
  .top .program__subtitle {
    font-size: 32px;
  }
}
@media screen and (max-width: 834px) {
  .top .program__subtitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 499px) {
  .top .program__subtitle {
    font-size: 24px;
  }
}
.top .program__subtitle span {
  font-size: 24px;
  display: block;
}
@media screen and (max-width: 1200px) {
  .top .program__subtitle span {
    font-size: 20px;
  }
}
@media screen and (max-width: 834px) {
  .top .program__subtitle span {
    font-size: 18px;
  }
}
@media screen and (max-width: 499px) {
  .top .program__subtitle span {
    font-size: 16px;
  }
}
.top .program__subtitle-wrap {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .top .program__subtitle-wrap {
    width: 100%;
  }
}
.top .program__title {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .top .program__title {
    width: 100%;
  }
}
.top .program__title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .top .program__title-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}
.top .program__desc {
  line-height: 2;
  margin-top: 3rem;
}
@media screen and (max-width: 834px) {
  .top .program__desc {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 499px) {
  .top .program__desc {
    margin-top: 1rem;
  }
}
.top .program__list {
  padding: 8rem 4rem 4rem;
  padding: 8rem 4rem 4rem 0;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .top .program__list {
    padding: 8rem 3rem 3rem 0;
  }
}
@media screen and (max-width: 834px) {
  .top .program__list {
    padding: 8rem 2rem 2rem 0;
  }
}
@media screen and (max-width: 640px) {
  .top .program__list {
    padding: 6rem 1rem 1rem 0;
  }
}
.top .program__list .swiper-wrapper {
  align-items: stretch;
}
.top .program__list .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  height: 370px;
  border-radius: 8px;
  position: relative;
  background-color: var(--wh);
  padding: 3rem 2rem 3rem 2.5rem;
  flex: 1 0 auto;
  position: relative;
}
@media screen and (max-width: 834px) {
  .top .program__list .swiper-slide {
    height: 300px;
    padding: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .top .program__list .swiper-slide {
    height: 250px;
    padding: 2rem 1.5rem;
  }
}
@media screen and (max-width: 499px) {
  .top .program__list .swiper-slide {
    height: 200px;
    padding: 2rem 1rem;
  }
}
.top .program__list .swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(100% + 1rem);
  left: 50%;
  width: 1px;
  height: 5rem;
  background-color: #b0b0b0;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .top .program__list .swiper-slide::before {
    height: 3rem;
  }
}
.top .program__list .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 101%;
  left: 50.2%;
  width: 13px;
  height: 9px;
  background-color: #b0b0b0;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(-50%);
}
.top .program__list .swiper-slide img {
  height: 168px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 834px) {
  .top .program__list .swiper-slide img {
    max-height: 150px;
  }
}
@media screen and (max-width: 640px) {
  .top .program__list .swiper-slide img {
    max-height: 120px;
  }
}
@media screen and (max-width: 499px) {
  .top .program__list .swiper-slide img {
    max-height: 100px;
  }
}
.top .program__list .swiper-slide:hover img {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}
.top .program__list .swiper-slide .horizon {
  display: block;
  width: 106%;
  height: 1px;
  background-color: #b0b0b0;
  position: absolute;
  top: -6rem;
  left: 1rem;
}
@media screen and (max-width: 640px) {
  .top .program__list .swiper-slide .horizon {
    top: -4rem;
  }
}
.top .program__list .swiper-slide:last-child .horizon {
  width: 50%;
  left: 0;
}
.top .program__list .swier-controls {
  position: relative;
  margin-top: 4.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.top .program__list .swier-controls .buttons {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 120px;
}
@media screen and (max-width: 640px) {
  .top .program__list .swier-controls .buttons {
    width: 105px;
  }
}
.top .program__list .swiper-button-prev,
.top .program__list .swiper-button-next {
  position: relative;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background-color: var(--wh);
  border: 1px solid #cadeef;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .top .program__list .swiper-button-prev,
  .top .program__list .swiper-button-next {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 640px) {
  .top .program__list .swiper-button-prev,
  .top .program__list .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
.top .program__list .swiper-button-prev::after,
.top .program__list .swiper-button-next::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
}
.top .program__list .swiper-button-prev::after {
  background: url(../img/common/arrow-left.png) no-repeat center/contain;
}
.top .program__list .swiper-button-next::after {
  background: url(../img/common/arrow-right.png) no-repeat center/contain;
}
.top .program__list .swiper-scrollbar {
  position: relative;
  background: #fff;
  border-radius: 2px;
  width: 85%;
  max-width: 1090px;
}
.top .program__list .swiper-scrollbar-drag {
  background: #cadeef;
  border-radius: 2px;
}
.top .program__list-text {
  color: var(--wh);
  padding: 5px 10px 4px 12px;
  background-color: var(--main-color);
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 834px) {
  .top .program__list-text {
    font-size: 12px;
    padding: 4px 8px 3px 10px;
  }
}
@media screen and (max-width: 640px) {
  .top .program__list-text {
    font-size: 11px;
    padding: 3px 6px 2px 8px;
  }
}
@media screen and (max-width: 499px) {
  .top .program__list-text {
    font-size: 9px;
    padding: 2px 4px 1px 6px;
  }
}
.top .program__list-heading {
  font-size: 18px;
  margin-top: 2rem;
}
@media screen and (max-width: 834px) {
  .top .program__list-heading {
    font-size: 15px;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .top .program__list-heading {
    font-size: 14px;
  }
}
@media screen and (max-width: 499px) {
  .top .program__list-heading {
    font-size: 12px;
  }
}
@media screen and (max-width: 376px) {
  .top .program__list-heading {
    font-size: 11px;
  }
}
.top .program__list-inner {
  margin-top: 4rem;
}
@media screen and (max-width: 834px) {
  .top .program__list-inner {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .top .program__list-inner {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 499px) {
  .top .program__list-inner {
    margin-top: 1rem;
  }
}
.top .program__content {
  margin-top: 7rem;
}
@media screen and (max-width: 1200px) {
  .top .program__content {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .top .program__content {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 499px) {
  .top .program__content {
    margin-top: 2rem;
  }
}
.top .program__content-item-title {
  display: flex;
  align-items: center;
}
.top .program__content-item .number {
  font-size: 18px;
  color: var(--main-color);
  font-family: "Overused Grotesk", sans-serif;
  margin-right: 2.4rem;
}
@media screen and (max-width: 834px) {
  .top .program__content-item .number {
    margin-right: 1.5rem;
  }
}
.top .program__content-item .heading {
  font-size: 21px;
  margin-right: 10rem;
}
@media screen and (max-width: 834px) {
  .top .program__content-item .heading {
    margin-right: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .top .program__content-item .heading {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .top .program__content-item .heading {
    font-size: 14px;
  }
}
.top .program__content-item .heading span {
  font-size: 18px;
}
@media screen and (max-width: 834px) {
  .top .program__content-item .heading span {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .top .program__content-item .heading span {
    font-size: 14px;
  }
}
@media screen and (max-width: 499px) {
  .top .program__content-item .heading span {
    font-size: 12px;
  }
}
.top .program__content-item .text {
  color: #838282;
}
@media screen and (max-width: 834px) {
  .top .program__content-item .text {
    margin-left: auto;
    margin-right: 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .top .program__content-item .text {
    font-size: 11px;
    margin-left: 3rem;
  }
}
.top .program__content-item.--01 {
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 499px) {
  .top .program__content-item.--01 {
    margin-bottom: 2rem;
  }
}
.top .program__content-item.--01 .program__content-item-title {
  background-color: var(--wh);
  padding: 4rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8.01px;
}
@media screen and (max-width: 834px) {
  .top .program__content-item.--01 .program__content-item-title {
    padding: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .top .program__content-item.--01 .program__content-item-title {
    padding: 1.5rem;
    width: 78%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 499px) {
  .top .program__content-item.--01 .program__content-item-title {
    padding: 1rem;
  }
}
.top .program__content-item.--01 .program__content-item-title::before {
  content: "";
  display: block;
  width: 1px;
  height: 4rem;
  background-color: #b0b0b0;
  position: absolute;
  left: 5rem;
  top: 100%;
}
@media screen and (max-width: 499px) {
  .top .program__content-item.--01 .program__content-item-title::before {
    height: 2rem;
  }
}
.top .program__content-item.--02 {
  background-color: #e0f3f8;
  overflow: hidden;
  position: relative;
  padding-left: 4rem;
  border-radius: 8.01px;
}
@media screen and (max-width: 834px) {
  .top .program__content-item.--02 {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .top .program__content-item.--02 {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 499px) {
  .top .program__content-item.--02 {
    padding-left: 1rem;
  }
}
.top .program__content-item.--02 .program__content-item-title {
  position: relative;
  padding: 4rem 4rem 0 0;
}
@media screen and (max-width: 834px) {
  .top .program__content-item.--02 .program__content-item-title {
    padding: 2rem 2rem 0 0;
  }
}
@media screen and (max-width: 640px) {
  .top .program__content-item.--02 .program__content-item-title {
    padding: 1.5rem 1.5rem 0 0;
  }
}
@media screen and (max-width: 499px) {
  .top .program__content-item.--02 .program__content-item-title {
    padding: 1rem 1rem 0 0;
  }
}
.top .program__content-item.--02 .program__content-item-title::before {
  content: "";
  display: block;
  width: 1px;
  height: 2rem;
  background-color: #b0b0b0;
  position: absolute;
  left: 1rem;
  top: 100%;
}
.top .case-study {
  max-width: 100%;
  overflow: hidden;
  padding: 17rem 0;
}
@media screen and (max-width: 1200px) {
  .top .case-study {
    padding: 12rem 0;
  }
}
@media screen and (max-width: 834px) {
  .top .case-study {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 499px) {
  .top .case-study {
    padding: 6rem 0;
  }
}
.top .case-study .inner--1500 {
  display: flex;
  align-items: center;
  gap: 7.5rem;
  width: 100%;
  max-width: 1500px;
  margin-left: calc((100% - 1300px) / 2);
}
@media screen and (min-width: 1681px) {
  .top .case-study .inner--1500 {
    max-width: 100%;
  }
}
@media screen and (max-width: 1500px) {
  .top .case-study .inner--1500 {
    gap: 5vw;
    margin-left: 5%;
  }
}
@media screen and (max-width: 1200px) {
  .top .case-study .inner--1500 {
    flex-direction: column;
    gap: 5rem;
    margin-left: 0;
    padding: 0 5%;
  }
  .top .case-study .inner--1500 .link-more {
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 834px) {
  .top .case-study .inner--1500 {
    gap: 3rem;
  }
}
@media screen and (max-width: 499px) {
  .top .case-study .inner--1500 {
    gap: 2rem;
  }
}
.top .case-study__title-text {
  max-width: 600px;
  flex-shrink: 0;
}
.top .case-study__subtitle {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin: 6rem 0;
}
@media screen and (max-width: 1200px) {
  .top .case-study__subtitle {
    margin: 5rem 0;
  }
}
@media screen and (max-width: 834px) {
  .top .case-study__subtitle {
    font-size: 28px;
    margin: 3rem 0;
  }
}
@media screen and (max-width: 499px) {
  .top .case-study__subtitle {
    font-size: 24px;
    margin: 2.5rem 0 0;
  }
}
@media screen and (max-width: 376px) {
  .top .case-study__subtitle {
    font-size: 21px;
  }
}
.top .case-study__desc {
  line-height: 2;
  margin: 5rem 0;
}
@media screen and (max-width: 1200px) {
  .top .case-study__desc {
    margin: 4rem 0;
  }
}
@media screen and (max-width: 834px) {
  .top .case-study__desc {
    margin: 3rem 0;
  }
}
@media screen and (max-width: 499px) {
  .top .case-study__desc {
    margin: 2rem 0;
  }
}
.top .case-study__img {
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
@media screen and (min-width: 1681px) {
  .top .case-study__img {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .top .case-study__img {
    border-radius: 20px;
  }
}
.top .case-study__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1681px) {
  .top .case-study__img img {
    max-height: 600px;
    -o-object-position: -220px 15%;
       object-position: -220px 15%;
  }
}
.top .instructor__title {
  background-color: #f0f0f0;
  padding: 13rem 0;
}
@media screen and (max-width: 1200px) {
  .top .instructor__title {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 834px) {
  .top .instructor__title {
    padding: 8rem 0 5rem;
  }
  .top .instructor__title .link-more {
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 499px) {
  .top .instructor__title {
    padding: 4rem 0 2rem;
  }
}
.top .instructor .inner {
  display: flex;
  align-items: flex-start;
  gap: 17rem;
}
@media screen and (max-width: 1200px) {
  .top .instructor .inner {
    gap: 10rem;
  }
}
@media screen and (max-width: 834px) {
  .top .instructor .inner {
    gap: 5rem;
    flex-direction: column;
  }
}
@media screen and (max-width: 499px) {
  .top .instructor .inner {
    gap: 2rem;
  }
}
.top .instructor__img {
  border-radius: 6px;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
}
@media screen and (max-width: 834px) {
  .top .instructor__img {
    aspect-ratio: 3/2;
  }
  .top .instructor__img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 10%;
       object-position: 50% 10%;
  }
}
.top .instructor__subtitle {
  margin-top: 7.5rem;
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .top .instructor__subtitle {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .top .instructor__subtitle {
    font-size: 28px;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 499px) {
  .top .instructor__subtitle {
    font-size: 24px;
    margin-top: 2.5rem;
  }
}
.top .instructor__desc {
  margin: 5rem 0;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  .top .instructor__desc {
    margin: 4rem 0;
  }
}
@media screen and (max-width: 834px) {
  .top .instructor__desc {
    margin: 3rem 0;
  }
}
@media screen and (max-width: 499px) {
  .top .instructor__desc {
    margin: 2rem 0 2.5rem;
  }
}
.top .instructor__content {
  padding: 9rem 0 10rem;
}
@media screen and (max-width: 1200px) {
  .top .instructor__content {
    padding: 7rem 0 8rem;
  }
}
@media screen and (max-width: 834px) {
  .top .instructor__content {
    padding: 5rem 0 6rem;
  }
}
@media screen and (max-width: 499px) {
  .top .instructor__content {
    padding: 3rem 0 4rem;
  }
}
.top .instructor__list {
  width: 100%;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 1200px) {
  .top .instructor__list {
    gap: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .top .instructor__list {
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .top .instructor__list {
    gap: 1rem;
  }
}
.top .instructor__list .list-item {
  border-radius: 9px;
  background-image: linear-gradient(350deg, #e9f5ff, #f5f7f8);
  background-image: linear-gradient(135deg, #fff 5%, #e2f2ff);
  padding: 2rem 2.5rem 4rem 4rem;
  flex: 1;
  height: 22rem;
}
@media screen and (max-width: 640px) {
  .top .instructor__list .list-item {
    padding: 2rem 2rem 2rem 3rem;
  }
}
.top .instructor__list .list-item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 405px;
  height: 100%;
  gap: 1rem;
}
@media screen and (max-width: 1200px) {
  .top .instructor__list .list-item a {
    max-width: 100%;
    height: 180px;
  }
}
@media screen and (max-width: 834px) {
  .top .instructor__list .list-item a {
    height: auto;
  }
}
.top .instructor__list .list-item-icon {
  display: flex;
  justify-content: flex-end;
}
.top .instructor__list .list-item-icon.--01 img {
  max-width: 54px;
}
@media screen and (max-width: 640px) {
  .top .instructor__list .list-item-icon.--01 img {
    max-width: 40px;
  }
}
@media screen and (max-width: 499px) {
  .top .instructor__list .list-item-icon.--01 img {
    max-width: 30px;
  }
}
.top .instructor__list .list-item-icon.--02 img {
  max-width: 54px;
}
@media screen and (max-width: 640px) {
  .top .instructor__list .list-item-icon.--02 img {
    max-width: 40px;
  }
}
@media screen and (max-width: 499px) {
  .top .instructor__list .list-item-icon.--02 img {
    max-width: 30px;
  }
}
.top .instructor__list .list-item-icon.--03 img {
  max-width: 72px;
}
@media screen and (max-width: 640px) {
  .top .instructor__list .list-item-icon.--03 img {
    max-width: 54px;
  }
}
@media screen and (max-width: 499px) {
  .top .instructor__list .list-item-icon.--03 img {
    max-width: 40px;
  }
}
.top .instructor__list .list-item-text {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.top .instructor__list .list-item-text .arrow {
  background-color: var(--wh);
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 8px solid #f8feff;
}
@media screen and (max-width: 834px) {
  .top .instructor__list .list-item-text .arrow {
    width: 36px;
    height: 36px;
    border: 6px solid #f8feff;
  }
}
.top .instructor__list .list-item-text .arrow svg {
  max-width: 11px;
  fill: var(--bk);
}
.top .instructor__list .list-item-text .en {
  font-size: 12px;
  font-family: "Overused Grotesk", sans-serif;
  color: #82d1f9;
}
.top .instructor__list .list-item-text .title {
  font-size: 21px;
  margin-top: 5px;
}
.top .instructor__list .list-item:hover .arrow svg {
  animation: arrowSlide 0.6s normal cubic-bezier(0.1, -0.6, 0.2, 0);
}
.top .seminar {
  overflow: hidden;
  padding: 11rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1200px) {
  .top .seminar {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 834px) {
  .top .seminar {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 499px) {
  .top .seminar {
    padding: 4rem 0;
  }
}
.top .seminar__title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.top .seminar__title .link-more {
  margin-bottom: 2rem;
}
.top .seminar__content {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 4rem;
}
@media screen and (max-width: 1200px) {
  .top .seminar__content {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .top .seminar__content {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 499px) {
  .top .seminar__content {
    margin-top: 1rem;
  }
}
.top .seminar__content .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 420px;
}
.top .seminar__content .swiper-slide .slide-img {
  overflow: hidden;
}
.top .seminar__content .swiper-slide .slide-img img {
  transition: transform 0.3s ease-in-out;
}
.top .seminar__content .swiper-slide:hover .slide-img img {
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
}
.top .seminar__content .slide-img {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  overflow: hidden;
}
.top .seminar__content .slide-content {
  margin-top: 2rem;
}
.top .seminar__content .swier-controls {
  position: relative;
  margin-top: 4.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top .seminar__content .swier-controls .buttons {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 120px;
}
@media screen and (max-width: 499px) {
  .top .seminar__content .swier-controls .buttons {
    width: 105px;
  }
}
.top .seminar__content .swiper-button-prev,
.top .seminar__content .swiper-button-next {
  position: relative;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background-color: var(--wh);
  border: 1px solid #cadeef;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .top .seminar__content .swiper-button-prev,
  .top .seminar__content .swiper-button-next {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 499px) {
  .top .seminar__content .swiper-button-prev,
  .top .seminar__content .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
.top .seminar__content .swiper-button-prev::after,
.top .seminar__content .swiper-button-next::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
}
.top .seminar__content .swiper-button-prev::after {
  background: url(../img/common/arrow-left.png) no-repeat center/contain;
}
.top .seminar__content .swiper-button-next::after {
  background: url(../img/common/arrow-right.png) no-repeat center/contain;
}
.top .seminar__content .swiper-scrollbar {
  position: relative;
  background: #f7f7f7;
  border-radius: 2px;
  width: 85%;
  max-width: 1090px;
}
.top .seminar__content .swiper-scrollbar-drag {
  background: #e9e9e9;
  border-radius: 2px;
}
.top .seminar__content time {
  font-size: 14px;
  color: #999;
  white-space: nowrap;
  font-family: "Overused Grotesk", sans-serif;
}
.top .seminar__content .title {
  margin-top: 2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .top .seminar__content .title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .top .seminar__content .title {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}
.top .seminar__content .cat {
  width: 60px;
  height: 20px;
  border-radius: 3px;
  background-color: #f3f3f3;
  color: var(--main-color);
  font-family: "Overused Grotesk", sans-serif;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  margin: 1.5rem;
}
.top .news {
  padding: 11rem 0;
}
@media screen and (max-width: 1200px) {
  .top .news {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 834px) {
  .top .news {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 499px) {
  .top .news {
    padding: 4rem 0;
  }
}
.top .news .inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.top .news__img {
  width: 100%;
  height: 514px;
  margin-bottom: 11rem;
}
@media screen and (max-width: 1200px) {
  .top .news__img {
    height: 400px;
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 834px) {
  .top .news__img {
    height: 300px;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 499px) {
  .top .news__img {
    height: 200px;
    margin-bottom: 4rem;
  }
}
.top .news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .news__title {
  width: 100%;
  max-width: 330px;
  padding-right: 12rem;
}
@media screen and (max-width: 1200px) {
  .top .news__title {
    padding-right: 0;
    max-width: 100%;
    position: relative;
  }
  .top .news__title .link-more {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 1rem;
  }
}
.top .news__content {
  width: 100%;
  max-width: calc(100% - 330px);
}
@media screen and (max-width: 1200px) {
  .top .news__content {
    max-width: 100%;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .top .news__content {
    margin-top: 2rem;
  }
}
.top .news__item a {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 5rem 0;
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .top .news__item a {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 834px) {
  .top .news__item a {
    padding: 2rem 0;
    flex-direction: column;
    gap: 1rem;
  }
}
.top .news__item a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: var(--main-color);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.top .news__item a:hover::after {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.top .news__item time {
  font-size: 14px;
  color: #999;
  white-space: nowrap;
  font-family: "Overused Grotesk", sans-serif;
}
.top .news__item .cat {
  width: -moz-fit-content;
  width: fit-content;
  height: 20px;
  border-radius: 3px;
  background-color: #f3f3f3;
  color: var(--main-color);
  font-family: "Overused Grotesk", sans-serif;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  margin-right: 2rem;
  padding: 0 0.8rem;
}
@media screen and (max-width: 834px) {
  .top .news__item .cat {
    display: flex;
    margin-bottom: 1rem;
  }
}/*# sourceMappingURL=top.css.map */