@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 10px;
  color: #303030;
  scroll-behavior: smooth;
}

main {
  overflow: hidden;
}

a {
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
a:hover {
  opacity: 0.7;
}

.image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--100 {
  height: 100%;
}
.image--auto {
  width: auto;
}
.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.header {
  position: fixed;
  width: 100%;
  background-color: rgba(255, 253, 253, 0.5);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  z-index: 9999;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  padding: 1.2rem 5.6rem;
}
@media screen and (max-width: 1180px) {
  .header__inner {
    gap: 2rem;
    padding-inline: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 0 10px;
  }
}
.header__logo {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16.4rem;
}
@media screen and (max-width: 1180px) {
  .header__logo {
    width: 133px;
  }
}
.header__nav {
  margin-left: auto;
}
@media screen and (max-width: 1180px) {
  .header__nav {
    display: none;
  }
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
.header__menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  color: #1c1e20;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.header__menu-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0.8rem;
  height: 0.4rem;
}
@media screen and (max-width: 1180px) {
  .header__menu-arrow {
    width: 8px;
    height: 4px;
  }
}
.header__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 1.2rem 2rem;
  border-radius: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1b8d04), to(#65c937));
  background-image: linear-gradient(to bottom, #1b8d04, #65c937);
  color: #fffdfd;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 1180px) {
  .header__cta {
    margin-left: auto;
    gap: 8px;
    padding: 8px 16px;
    font-size: 12px;
  }
}
.header__cta-icon {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (max-width: 1180px) {
  .header__cta-icon {
    width: 16px;
    height: 16px;
  }
}
.header__toggle {
  display: none;
}
@media screen and (max-width: 1180px) {
  .header__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    width: 60px;
    height: 60px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
}
.header__toggle-bar {
  display: block;
  width: 40px;
  height: 1px;
  background-color: #1c1e20;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}
@media screen and (max-width: 767px) {
  .header__toggle-bar {
    width: 20px;
  }
}
.header__drawer {
  display: none;
}
@media screen and (max-width: 1180px) {
  .header__drawer {
    display: block;
    position: absolute;
    top: calc(100% + 6px);
    left: 20px;
    right: 20px;
    padding: 32px 24px;
    border-radius: 10px;
    background-color: #fffdfd;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-transition: opacity 0.25s ease, visibility 0.25s, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s, -webkit-transform 0.25s ease;
  }
}
.header__drawer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.header__drawer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #1c1e20;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.header.is-open .header__toggle-bar:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}
.header.is-open .header__toggle-bar:nth-child(2) {
  opacity: 0;
}
.header.is-open .header__toggle-bar:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}
@media screen and (max-width: 1180px) {
  .header.is-open .header__drawer {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.footer {
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .footer {
    background-color: #fffcfc;
  }
}
.footer__inner {
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1200px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    padding: 90px 20px;
  }
}
.footer__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .footer__brand {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
.footer__logo {
  display: block;
  width: 25.2rem;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 191px;
  }
}
.footer__copyright {
  color: #686d73;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 12px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav {
    width: 100%;
  }
}
.footer__links {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, -webkit-max-content);
  grid-template-rows: repeat(2, max-content);
  gap: 2.4rem 5.6rem;
}
@media screen and (max-width: 767px) {
  .footer__links {
    grid-auto-flow: row;
    grid-template-rows: none;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.footer__link {
  color: #686d73;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-underline-position: from-font;
}
@media screen and (max-width: 767px) {
  .footer__link {
    display: block;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: center;
  }
}

.section-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 9.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-heading {
    height: 48px;
  }
}
.section-heading--on-dark .section-heading__en {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(212, 234, 254, 0.2)), to(rgba(235, 240, 211, 0.2)));
  background-image: linear-gradient(to right, rgba(212, 234, 254, 0.2), rgba(235, 240, 211, 0.2));
}
.section-heading--on-dark .section-heading__jp {
  color: #fffdfd;
}
.section-heading__en {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Aboreto", serif;
  font-weight: 400;
  font-size: 9.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
  background-image: -webkit-gradient(linear, left top, right top, from(#d4eafe), to(#ebf0d3));
  background-image: linear-gradient(to right, #d4eafe, #ebf0d3);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 767px) {
  .section-heading__en {
    font-size: 48px;
    letter-spacing: 0.1em;
  }
}
.section-heading__jp {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #1c1e20;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .section-heading__jp {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
}

.contact-cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .contact-cta {
    gap: 24px;
  }
}
.contact-cta__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1.6rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #2cb22c;
  color: #2cb22c;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .contact-cta__label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4px;
    padding-bottom: 4px;
  }
}
.contact-cta__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .contact-cta__title {
    font-size: 16px;
  }
}
.contact-cta__note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .contact-cta__note {
    font-size: 12px;
  }
}
.contact-cta__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8.4rem;
  height: 8.4rem;
  padding: 3rem;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1b8d04), to(#65c937));
  background-image: linear-gradient(to bottom, #1b8d04, #65c937);
}
@media screen and (max-width: 767px) {
  .contact-cta__icon {
    width: 50px;
    height: 50px;
    padding: 16px;
  }
}

.content-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.4rem;
  width: 100%;
  max-width: 32rem;
}
@media screen and (max-width: 767px) {
  .content-card {
    gap: 16px;
    width: 100%;
  }
}
.content-card__media {
  width: 100%;
  height: 28rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .content-card__media {
    height: 180px;
  }
}
.content-card__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #1c1e20;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .content-card__title {
    font-size: 20px;
  }
}
.content-card__body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #1c1e20;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .content-card__body {
    font-size: 14px;
  }
}

.case-card {
  display: grid;
  grid-template-columns: 1fr 25rem;
  grid-template-areas: "head  media" "more  media" "body  body";
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  row-gap: 3.2rem;
  width: 58rem;
  padding: 3.2rem 4rem;
  border-radius: 5px;
  background-color: #fffdfd;
}
@media screen and (max-width: 767px) {
  .case-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
    width: 100%;
    padding: 24px;
  }
}
.case-card__media {
  grid-area: media;
  width: 25rem;
  height: 18rem;
  border: 1px solid #dee3e8;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .case-card__media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    height: 180px;
  }
}
.case-card__head {
  grid-area: head;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  .case-card__head {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    gap: 0;
  }
}
.case-card__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  color: #1752d9;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .case-card__category {
    gap: 12px;
    font-size: 14px;
  }
}
.case-card__dot {
  margin-top: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #1752d9;
}
@media screen and (max-width: 767px) {
  .case-card__dot {
    width: 8px;
    height: 8px;
  }
}
.case-card__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #1c1e20;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .case-card__title {
    font-size: 20px;
  }
}
.case-card__body {
  grid-area: body;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #686d73;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .case-card__body {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 12px;
  }
}
.case-card__more {
  grid-area: more;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  color: #686d73;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .case-card__more {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    gap: 12px;
  }
}
.case-card__more-icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.1rem;
  width: 1.2rem;
  height: 0.9rem;
}
@media screen and (max-width: 767px) {
  .case-card__more-icon {
    width: 12px;
    height: 9px;
  }
}
.case-card__more-icon img {
  display: block;
}

.bg-gradient__mesh {
  background-color: #2b984d; /* ベースカラー */
  background-image: radial-gradient(at 0% 0%, hsl(210, 84.4827586207%, 22.7450980392%) 0, transparent 50%), radial-gradient(at 50% 0%, hsl(204.6315789474, 77.2357723577%, 48.2352941176%) 0, transparent 50%), radial-gradient(at 100% 0%, hsl(215.1136363636, 77.8761061947%, 44.3137254902%) 0, transparent 50%);
}
.bg-gradient__animated, .bg-gradient__animated-psuedo::before {
  /* 4色程度のグラデーションを指定し、サイズを400%にする */
  background: linear-gradient(-45deg, #2b984d, #48c919, #093a6b, #1c8cda, #1962c9);
  background-size: 400% 400%;
  /* アニメーションの指定：15秒で無限ループ */
  -webkit-animation: gradient-animation 15s ease infinite;
          animation: gradient-animation 15s ease infinite;
}
.bg-gradient__animated-psuedo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.floatingbnr {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 304px;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.floatingbnr.is-hidden {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .floatingbnr {
    width: 100%;
    max-width: 360px;
  }
}
.floatingbnr__card {
  position: relative;
  margin-top: 38px;
  margin-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-radius: 5px 0 0 5px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .floatingbnr__card {
    margin-top: 22px;
    margin-left: 18px;
  }
}
.floatingbnr__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(115.79deg, #ff9e74 0.99%, #e34907 100%);
}
.floatingbnr__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../public/img/floatingbnr-bg.png");
  background-size: 7.5px 7.5px;
  background-position: top left;
  opacity: 0.2;
}
.floatingbnr__badge {
  position: absolute;
  top: -38px;
  left: -24px;
  z-index: 2;
  width: 71px;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .floatingbnr__badge {
    top: -22px;
    left: -18px;
    width: 60px;
    height: 60px;
  }
}
.floatingbnr__badge-text {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  color: #fffdfd;
  text-align: center;
}
.floatingbnr__badge-line1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.05em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .floatingbnr__badge-line1 {
    font-size: 12px;
  }
}
.floatingbnr__badge-line2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.05em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .floatingbnr__badge-line2 {
    font-size: 12px;
  }
}
.floatingbnr__badge-num {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1em;
}
.floatingbnr__body {
  position: relative;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 12px;
}
@media screen and (max-width: 767px) {
  .floatingbnr__body {
    gap: 4px;
    padding: 6px 0 0;
  }
}
.floatingbnr__date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25em;
  letter-spacing: 0.05em;
  color: #fffdfd;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .floatingbnr__date {
    font-size: 16px;
  }
}
.floatingbnr__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3px;
}
@media screen and (max-width: 767px) {
  .floatingbnr__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.floatingbnr__quote-l, .floatingbnr__quote-r {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7px;
  height: 9px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .floatingbnr__quote-l, .floatingbnr__quote-r {
    width: 7px;
    height: 7px;
    margin-top: 0;
  }
}
.floatingbnr__quote-l {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.floatingbnr__title-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .floatingbnr__title-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.floatingbnr__title-main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4em;
  color: #fffdfd;
  text-align: center;
  white-space: nowrap;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .floatingbnr__title-main {
    font-size: 16px;
  }
}
.floatingbnr__title-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  color: #fffdfd;
  text-align: center;
  white-space: nowrap;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .floatingbnr__title-sub {
    font-size: 14px;
  }
}
.floatingbnr__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 240px;
  padding: 4px 10px;
  background-color: #fffdfd;
  border-radius: 50px;
  text-decoration: none;
}
.floatingbnr__cta span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #e94c09;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .floatingbnr__cta {
    width: 100%;
    border-radius: 0 0 0 5px;
  }
  .floatingbnr__cta span {
    font-size: 12px;
  }
}
.floatingbnr__cta-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 11px;
  height: 8px;
}

.c-breadcrumbs {
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    padding: 0;
  }
}
.c-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin-inline: auto;
  padding-inline: 4%;
  width: calc(1640px + 8%);
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs__list {
    padding: 16px 20px;
    width: 100%;
  }
}
.c-breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-breadcrumbs__link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #686d73;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs__link {
    font-size: 12px;
  }
}
.c-breadcrumbs__current {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #1c1e20;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs__current {
    font-size: 12px;
  }
}
.c-breadcrumbs__sep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: 8px;
  width: 8px;
  height: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.c-cta-pill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  width: 100%;
  max-width: 75rem;
  height: 10rem;
  padding: 0 3.2rem 0 4.8rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1b8d04), to(#65c937));
  background-image: linear-gradient(to bottom, #1b8d04, #65c937);
  border-radius: 100px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-cta-pill {
    max-width: 320px;
    height: 75px;
    gap: 12px;
    padding: 0 20px;
  }
}
.c-cta-pill__label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  color: #fffdfd;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-cta-pill__label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
}
.c-cta-pill__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-cta-pill__title {
    font-size: 20px;
  }
}
.c-cta-pill__note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-cta-pill__note {
    font-size: 16px;
  }
}
.c-cta-pill__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 767px) {
  .c-cta-pill__icon {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-cta-pill--large-sp {
    position: relative;
    gap: 0;
    max-width: 295px;
    height: 75px;
  }
}
@media screen and (max-width: 767px) {
  .c-cta-pill--large-sp .c-cta-pill__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cta-pill--large-sp .c-cta-pill__note {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cta-pill--large-sp .c-cta-pill__icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.c-lower-banner {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .c-lower-banner {
    padding-top: 60px;
  }
}
.c-lower-banner__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
  margin: 0 auto;
  padding: 40px 4%;
  max-width: calc(1780px + 4%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-lower-banner__inner {
    gap: 24px;
    max-width: 100%;
  }
}
.c-lower-banner__inner .c-breadcrumbs {
  padding: 0;
}
.c-lower-banner__inner .c-breadcrumbs__list {
  padding-inline: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-lower-banner__inner .c-breadcrumbs__list {
    padding: 0;
  }
}
.c-lower-banner__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .c-lower-banner__head {
    gap: 16px;
  }
}
.c-lower-banner__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.c-lower-banner__en {
  font-family: "Aboreto", serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #b4bec7;
}
@media screen and (max-width: 767px) {
  .c-lower-banner__en {
    font-size: 13px;
  }
}
.c-lower-banner__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #1c1e20;
}
@media screen and (max-width: 767px) {
  .c-lower-banner__title {
    font-size: 28px;
  }
}
.c-lower-banner__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 16px;
  border-radius: 5px;
  background-color: #2cb22c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #fffdfd;
}
@media screen and (max-width: 767px) {
  .c-lower-banner__badge {
    font-size: 15px;
  }
}
.c-lower-banner__deco {
  position: absolute;
  display: block;
  top: 50%;
  right: -100px;
  z-index: 0;
  width: 628px;
  height: 630px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-filter: blur(6px);
          filter: blur(6px);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-lower-banner__deco {
    width: 260px;
    height: 400px;
  }
}
.c-lower-banner__deco::before {
  -webkit-clip-path: polygon(20% 0%, 100% 0%, 95% 100%, 8% 100%);
          clip-path: polygon(20% 0%, 100% 0%, 95% 100%, 8% 100%);
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .form {
    gap: 28px;
  }
}
.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
}
.form__row--agree {
  gap: 16px;
  padding: 16px;
  background-color: #fffdfd;
}
.form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .form__label {
    gap: 12px;
  }
}
.form__label-required {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px 12px;
  border-radius: 5px;
  background-color: #2cb22c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #fffdfd;
}
@media screen and (max-width: 767px) {
  .form__label-required {
    font-size: 1.2rem;
  }
}
.form__label-required--optional {
  background-color: #b4bec7;
}
.form__label-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #1c1e20;
}
@media screen and (max-width: 767px) {
  .form__label-text {
    font-size: 16px;
  }
}
.form__input {
  width: 100%;
}
.form__input-text, .form__input-select, .form__input-textarea {
  position: relative;
  width: 100%;
}
.form__input-text input,
.form__input-text select,
.form__input-text textarea, .form__input-select input,
.form__input-select select,
.form__input-select textarea, .form__input-textarea input,
.form__input-textarea select,
.form__input-textarea textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #b4bec7;
  border-radius: 5px;
  background-color: #fffdfd;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #1c1e20;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 767px) {
  .form__input-text input,
  .form__input-text select,
  .form__input-text textarea, .form__input-select input,
  .form__input-select select,
  .form__input-select textarea, .form__input-textarea input,
  .form__input-textarea select,
  .form__input-textarea textarea {
    font-size: 1.4rem;
  }
}
.form__input-text input::-webkit-input-placeholder, .form__input-text select::-webkit-input-placeholder, .form__input-text textarea::-webkit-input-placeholder, .form__input-select input::-webkit-input-placeholder, .form__input-select select::-webkit-input-placeholder, .form__input-select textarea::-webkit-input-placeholder, .form__input-textarea input::-webkit-input-placeholder, .form__input-textarea select::-webkit-input-placeholder, .form__input-textarea textarea::-webkit-input-placeholder {
  color: #686d73;
}
.form__input-text input::-moz-placeholder, .form__input-text select::-moz-placeholder, .form__input-text textarea::-moz-placeholder, .form__input-select input::-moz-placeholder, .form__input-select select::-moz-placeholder, .form__input-select textarea::-moz-placeholder, .form__input-textarea input::-moz-placeholder, .form__input-textarea select::-moz-placeholder, .form__input-textarea textarea::-moz-placeholder {
  color: #686d73;
}
.form__input-text input:-ms-input-placeholder, .form__input-text select:-ms-input-placeholder, .form__input-text textarea:-ms-input-placeholder, .form__input-select input:-ms-input-placeholder, .form__input-select select:-ms-input-placeholder, .form__input-select textarea:-ms-input-placeholder, .form__input-textarea input:-ms-input-placeholder, .form__input-textarea select:-ms-input-placeholder, .form__input-textarea textarea:-ms-input-placeholder {
  color: #686d73;
}
.form__input-text input::-ms-input-placeholder, .form__input-text select::-ms-input-placeholder, .form__input-text textarea::-ms-input-placeholder, .form__input-select input::-ms-input-placeholder, .form__input-select select::-ms-input-placeholder, .form__input-select textarea::-ms-input-placeholder, .form__input-textarea input::-ms-input-placeholder, .form__input-textarea select::-ms-input-placeholder, .form__input-textarea textarea::-ms-input-placeholder {
  color: #686d73;
}
.form__input-text input::placeholder,
.form__input-text select::placeholder,
.form__input-text textarea::placeholder, .form__input-select input::placeholder,
.form__input-select select::placeholder,
.form__input-select textarea::placeholder, .form__input-textarea input::placeholder,
.form__input-textarea select::placeholder,
.form__input-textarea textarea::placeholder {
  color: #686d73;
}
.form__input-text input:focus,
.form__input-text select:focus,
.form__input-text textarea:focus, .form__input-select input:focus,
.form__input-select select:focus,
.form__input-select textarea:focus, .form__input-textarea input:focus,
.form__input-textarea select:focus,
.form__input-textarea textarea:focus {
  border-color: #2cb22c;
  outline: none;
}
.form__input-select select {
  padding-right: 40px;
  cursor: pointer;
}
.form__input-select select:invalid {
  color: #686d73;
}
.form__input-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 16px;
  height: 16px;
  background: url("../public/icons/academy-review-checkdown.svg") no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.form__input-textarea textarea {
  min-height: 126px;
  resize: vertical;
}
.form__input-radiogroup {
  width: 100%;
}
.form__input-radiogroup .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 40px;
}
@media screen and (max-width: 767px) {
  .form__input-radiogroup .wpcf7-radio {
    gap: 12px 24px;
  }
}
.form__input-radiogroup .wpcf7-list-item {
  margin: 0;
}
.form__input-radiogroup .wpcf7-list-item label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
}
.form__input-radiogroup input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.form__input-radiogroup .wpcf7-list-item-label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #1c1e20;
}
.form__input-radiogroup .wpcf7-list-item-label::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border: 1px solid #b4bec7;
  border-radius: 50%;
  background-color: #fffdfd;
}
.form__input-radiogroup .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #2cb22c;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.form__input-radiogroup input[type=radio]:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}
.form__input-radiogroup input[type=radio]:focus-visible ~ .wpcf7-list-item-label::before {
  border-color: #2cb22c;
}
.form__input-radiogroup--grid .wpcf7-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 30px);
          flex: 0 0 calc(25% - 30px);
}
@media screen and (max-width: 767px) {
  .form__input-radiogroup--grid .wpcf7-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 12px);
            flex: 0 0 calc(50% - 12px);
  }
}
.form__input-checkbox {
  width: 100%;
}
.form__input-checkbox .wpcf7-list-item {
  margin: 0;
}
.form__input-checkbox .wpcf7-list-item label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
}
.form__input-checkbox input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.form__input-checkbox .wpcf7-list-item-label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #1c1e20;
}
.form__input-checkbox .wpcf7-list-item-label::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border: 1px solid #b4bec7;
  border-radius: 5px;
  background-color: #fffdfd;
}
.form__input-checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 8px;
  height: 14px;
  border: solid #2cb22c;
  border-width: 0 3px 3px 0;
  opacity: 0;
  -webkit-transform: translate(-50%, -60%) rotate(45deg);
          transform: translate(-50%, -60%) rotate(45deg);
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.form__input-checkbox input[type=checkbox]:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}
.form__input-checkbox input[type=checkbox]:focus-visible ~ .wpcf7-list-item-label::before {
  border-color: #2cb22c;
}
.form__agree-terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16px;
  padding: 8px 8px 8px 16px;
  border: 1px solid #b4bec7;
  border-radius: 5px;
  background-color: #fffdfd;
}
.form__agree-scroll {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-height: 110px;
  overflow-y: auto;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  color: #000;
}
.form__agree-scroll::-webkit-scrollbar {
  width: 6px;
}
.form__agree-scroll::-webkit-scrollbar-track {
  background-color: #f8f8f9;
}
.form__agree-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b4bec7;
}
.form__buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .form__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
.form__buttons .wpcf7-spinner {
  position: absolute;
  top: -65px;
}
.form__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  width: 220px;
  padding: 16px 24px 16px 32px;
  border: 1px solid #b4bec7;
  border-radius: 50px;
  background-color: #fffdfd;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #1c1e20;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.form__button:hover {
  opacity: 0.7;
}
.form__button--submit::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 10px;
  height: 7px;
  background: url("../public/icons/arrow-right.svg") no-repeat center/contain;
}
.form__button--back {
  width: auto;
  gap: 20px;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #686d73;
}
.form__button--back::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 10px;
  height: 7px;
  background: url("../public/icons/arrow-right.svg") no-repeat center/contain;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.form--confirm .form__input-text {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #1c1e20;
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 50.5208333333vw;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .hero {
    margin-top: 80px;
    height: auto;
    max-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.hero__photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 47.9166666667vw;
  height: 100%;
  z-index: 2;
  -webkit-clip-path: polygon(13.04% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(13.04% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .hero__photo {
    position: relative;
    width: 100%;
    height: 192px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-clip-path: none;
            clip-path: none;
  }
}
.hero__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom right;
     object-position: bottom right;
}
.hero__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.0833333333vw;
  padding-top: 2.0833333333vw;
  width: 60.6770833333vw;
}
@media screen and (max-width: 1500px) {
  .hero__content {
    padding-top: 5.2083333333vw;
  }
}
@media screen and (max-width: 1200px) {
  .hero__content {
    padding-top: 10.4166666667vw;
  }
}
@media screen and (max-width: 767px) {
  .hero__content {
    width: 100%;
    gap: 0;
    padding-top: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 1201px) {
  .hero__content .contact-cta {
    gap: 1.6666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .hero__content .contact-cta {
    gap: 2.6666666667vw;
  }
}
@media screen and (min-width: 1201px) {
  .hero__content .contact-cta__label {
    gap: 0.8333333333vw;
    padding-bottom: 0.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .hero__content .contact-cta__label {
    gap: 1.3333333333vw;
    padding-bottom: 0.5vw;
  }
}
@media screen and (min-width: 1201px) {
  .hero__content .contact-cta__title {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .hero__content .contact-cta__title {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1201px) {
  .hero__content .contact-cta__note {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .hero__content .contact-cta__note {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 1201px) {
  .hero__content .contact-cta__icon {
    width: 4.375vw;
    height: 4.375vw;
    padding: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .hero__content .contact-cta__icon {
    width: 7vw;
    height: 7vw;
    padding: 2.5vw;
  }
}
.hero__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25vw;
  padding-left: 7.2916666667vw;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .hero__lead {
    padding: 20px 20px 0;
    gap: 12px;
    letter-spacing: 0.06em;
  }
}
.hero__lead-en {
  font-family: "Aboreto", serif;
  font-size: 0.8333333333vw;
  line-height: 1;
  color: #b4bec7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .hero__lead-en {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.75;
  }
}
.hero__lead-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.6666666667vw;
  line-height: 0.9;
  color: #1c1e20;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .hero__lead-jp {
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
}
.hero__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 7.2916666667vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hero__title {
    padding-left: 0;
    margin-block: 20px 32px;
    height: 113px;
  }
}
.hero__title-deco {
  position: absolute;
  left: 0;
  top: 0.0260416667vw;
  width: 13.3854166667vw;
  height: 14.0625vw;
  z-index: 0;
  pointer-events: none;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 87.5% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 87.5% 100%, 0% 100%);
}
.hero__title-deco img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .hero__title-deco {
    width: 72px;
    height: 100%;
    top: 0;
  }
}
.hero__title-vert {
  position: relative;
  z-index: 1;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 5vw;
  line-height: 1;
  color: #fffdfd;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0;
  width: 4.9479166667vw;
  text-align: center;
}
.hero__title-vert .hero__title-vert-no {
  font-size: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  .hero__title-vert {
    font-size: 40px;
    line-height: 1em;
    width: 47px;
    height: 100%;
    position: absolute;
    left: 14px;
    top: 1px;
    white-space: nowrap;
  }
  .hero__title-vert .hero__title-vert-no {
    font-size: 32px;
    line-height: 1em;
  }
}
.hero__title-main {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25vw;
  margin-left: 1.0416666667vw;
}
@media screen and (max-width: 767px) {
  .hero__title-main {
    margin-left: 72px;
    gap: 0;
  }
}
.hero__title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .hero__title-row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.hero__title-grad {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 6.6666666667vw;
  line-height: 1;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  letter-spacing: -0.0375em;
}
@media screen and (max-width: 767px) {
  .hero__title-grad {
    font-size: 48px;
    letter-spacing: -0.05em;
    line-height: 1.5em;
  }
}
.hero__title-grad .kanji {
  letter-spacing: 0;
}
.hero__title-grad .katakana-1 {
  margin-left: -0.1em;
  letter-spacing: -0.2em;
}
.hero__title-grad .katakana-2 {
  letter-spacing: -0.3em;
}
.hero__title-grad .katakana-3 {
  letter-spacing: -0.05em;
}
.hero__title-de {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 5.2083333333vw;
  line-height: 1;
  color: #1c1e20;
}
@media screen and (max-width: 767px) {
  .hero__title-de {
    padding-top: 14px;
    font-size: 36px;
    line-height: 1.5em;
  }
}
.hero__title-sub {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 5.2083333333vw;
  line-height: 1;
  color: #1c1e20;
}
@media screen and (max-width: 767px) {
  .hero__title-sub {
    font-size: 40px;
    line-height: 1.5em;
  }
}
.hero__achievement {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.75vw;
  padding: 1.25vw 15.625vw 1.25vw 7.2916666667vw;
  background-color: #f5f8f7;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hero__achievement {
    gap: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 16px 0;
    width: 100%;
  }
}
.hero__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .hero__stat {
    width: 72px;
  }
}
.hero__stat-num-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4166666667vw;
  color: #1c1e20;
}
@media screen and (max-width: 767px) {
  .hero__stat-num-row {
    gap: 4px;
  }
}
.hero__stat-num {
  font-family: "Tai Heritage Pro", serif;
  font-weight: 700;
  font-size: 3.75vw;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .hero__stat-num {
    font-size: 40px;
  }
}
.hero__stat-unit {
  margin-top: 1em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.0416666667vw;
  line-height: 0.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .hero__stat-unit {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.25;
  }
}
.hero__stat-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 0.9375vw;
  line-height: 0.9;
  letter-spacing: 0.05em;
  color: #686d73;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hero__stat-label {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}
.hero__stat-divider {
  width: 0.0520833333vw;
  height: 4.1666666667vw;
  background-color: #dee3e8;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .hero__stat-divider {
    height: 79px;
  }
}
@media screen and (min-width: 768px) {
  .hero__cta {
    padding-left: 7.2916666667vw;
  }
}
@media screen and (max-width: 767px) {
  .hero__cta {
    padding-left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.message {
  position: relative;
  width: 100%;
  padding-bottom: 12rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .message {
    padding-bottom: 10.4rem;
  }
}
.message__deco {
  position: absolute;
  pointer-events: none;
}
.message__deco img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.message__deco--right-top {
  top: 0;
  right: 0;
  width: 33.4895833333vw;
  height: 5.5208333333vw;
  -webkit-clip-path: polygon(3.08% 0%, 105.88% 0%, 102.8% 100%, 0% 100%);
          clip-path: polygon(3.08% 0%, 105.88% 0%, 102.8% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .message__deco--right-top {
    width: 279px;
    height: 64px;
  }
}
@media screen and (max-width: 767px) {
  .message__deco--right-top img {
    height: auto;
  }
}
.message__deco--right-blob {
  top: 2.7604166667vw;
  right: 4.1145833333vw;
  width: 11.4583333333vw;
  height: 10.4166666667vw;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0.6;
  z-index: -1;
}
.message__deco--right-blob::before {
  -webkit-clip-path: polygon(21.91% 14.34%, 86.58% 14.34%, 78.09% 85.66%, 13.42% 85.66%);
          clip-path: polygon(21.91% 14.34%, 86.58% 14.34%, 78.09% 85.66%, 13.42% 85.66%);
}
@media screen and (max-width: 767px) {
  .message__deco--right-blob {
    width: 81px;
    height: 74px;
    top: 37px;
    right: 0;
  }
}
.message__deco--left {
  top: 5.15625vw;
  left: -1.5vw;
  width: 7.96875vw;
  height: 14.0625vw;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.message__deco--left::before {
  -webkit-clip-path: polygon(14.05% 3.46%, 96.82% 3.46%, 91.39% 49.83%, 85.96% 96.54%, 3.18% 96.54%);
          clip-path: polygon(14.05% 3.46%, 96.82% 3.46%, 91.39% 49.83%, 85.96% 96.54%, 3.18% 96.54%);
}
@media screen and (max-width: 767px) {
  .message__deco--left {
    width: 144px;
    height: 132px;
    top: auto;
    left: -72px;
    bottom: -75px;
  }
}
.message__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.6rem;
  padding-top: 14.9rem;
  text-align: center;
  color: #1c1e20;
}
@media screen and (max-width: 1200px) {
  .message__content {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .message__content {
    gap: 2.4rem;
    padding-top: 9rem;
  }
}
.message__heading {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .message__heading {
    font-size: 32px;
    letter-spacing: 0.05em;
  }
}
.message__body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .message__body {
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: left;
  }
}

.services {
  padding-top: 6.25vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .services {
    padding-top: 48px;
  }
}
.services__heading {
  margin-bottom: 2.9166666667vw;
}
@media screen and (max-width: 767px) {
  .services__heading {
    margin-bottom: 32px;
  }
}
.services__panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .services__panels {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.services__card {
  position: relative;
  width: 61.40625vw;
  height: 47.96875vw;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .services__card {
    width: 100%;
    height: auto;
    -webkit-clip-path: none;
            clip-path: none;
    overflow: hidden;
  }
}
.services__card.agency {
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 8rem) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 8rem) 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .services__card.agency {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
.services__card.academy {
  margin-left: -10.4166666667vw;
  margin-top: 10.4166666667vw;
  z-index: 2;
  -webkit-clip-path: polygon(8rem 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(8rem 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .services__card.academy {
    -webkit-clip-path: none;
            clip-path: none;
    margin-left: 0;
    margin-top: 0;
  }
}
.services__card-bg {
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 767px) {
  .services__card-bg {
    height: 100%;
  }
}
.services__card-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.services__card.agency .services__card-bg::after {
  background-color: #6e95c3;
  mix-blend-mode: multiply;
}
.services__card.academy .services__card-bg::after {
  background-color: #87a792;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .services__card.academy .services__card-en {
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}
.services__card-inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.0833333333vw;
  padding: 6.9270833333vw 11.7708333333vw;
}
@media screen and (max-width: 767px) {
  .services__card-inner {
    margin-inline: auto;
    padding: 56px 20px 64px;
    gap: 32px;
    max-width: 375px;
  }
}
.services__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fffdfd;
}
@media screen and (max-width: 767px) {
  .services__card-header {
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.services__card-en {
  font-family: "Aboreto", serif;
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .services__card-en {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}
.services__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.0833333333vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .services__card-title {
    font-size: 32px;
    letter-spacing: 0.05em;
  }
}
.services__card-tagline {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.0416666667vw;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .services__card-tagline {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}
.services__card-features {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  width: 100%;
  max-width: 39.0625vw;
  gap: 0.625vw;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .services__card-features {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 100%;
  }
}
.services__card-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8333333333vw;
  height: 4.6875vw;
  padding: 0.5208333333vw 0.5208333333vw 0.5208333333vw 1.0416666667vw;
  background-color: #fffdfd;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .services__card-feature {
    height: 80px;
    padding: 4px 10px 4px 20px;
    gap: 16px;
  }
}
.services__card-feature-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
}
@media screen and (max-width: 767px) {
  .services__card-feature-icon {
    width: 35px;
    height: 35px;
  }
}
.services__card-feature-icon--sm-sq {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .services__card-feature-icon--sm-sq {
    width: 28px;
    height: 28px;
  }
}
.services__card-feature-icon--wide-sq {
  width: 2.2916666667vw;
  height: 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .services__card-feature-icon--wide-sq {
    width: 31px;
    height: 28px;
  }
}
.services__card-feature-icon--sm-tall {
  width: 2.0833333333vw;
  height: 2.34375vw;
}
@media screen and (max-width: 767px) {
  .services__card-feature-icon--sm-tall {
    width: 28px;
    height: 31px;
  }
}
.services__card-feature-icon--wide-short {
  width: 2.6041666667vw;
  height: 1.875vw;
}
@media screen and (max-width: 767px) {
  .services__card-feature-icon--wide-short {
    width: 35px;
    height: 25px;
  }
}
.services__card-feature-icon--ma {
  width: 2.5520833333vw;
  height: 1.6145833333vw;
}
@media screen and (max-width: 767px) {
  .services__card-feature-icon--ma {
    width: 34px;
    height: 22px;
  }
}
.services__card-feature-icon--inhouse {
  width: 3.125vw;
  height: 1.25vw;
}
@media screen and (max-width: 767px) {
  .services__card-feature-icon--inhouse {
    width: 42px;
    height: 17px;
  }
}
.services__card-feature-icon--sm-lg-tall {
  width: 2.0833333333vw;
  height: 3.125vw;
}
@media screen and (max-width: 767px) {
  .services__card-feature-icon--sm-lg-tall {
    width: 28px;
    height: 42px;
  }
}
.services__card-feature-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.0416666667vw;
  line-height: 1.75;
  letter-spacing: 0.05em;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .services__card-feature-label {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}
.services__card.agency .services__card-feature-label {
  color: #1752d9;
}
.services__card.academy .services__card-feature-label {
  color: #2cb22c;
}
.services__card-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6666666667vw;
  -ms-flex-item-align: center;
      align-self: center;
  text-decoration: none;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .services__card-cta {
    margin-top: 0;
    gap: 24px;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.services__card-cta-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.0416666667vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fffdfd;
  border-bottom: 1px solid #fffdfd;
  padding-bottom: 0.1041666667vw;
}
@media screen and (max-width: 767px) {
  .services__card-cta-text {
    font-size: 16px;
  }
}
.services__card-cta-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  width: 4.375vw;
  height: 4.375vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fffdfd), to(#d1d2d9));
  background: linear-gradient(180deg, #fffdfd 50%, #d1d2d9 100%);
}
@media screen and (max-width: 767px) {
  .services__card-cta-arrow {
    width: 50px;
    height: 50px;
  }
}
.services__card-cta-arrow .image {
  width: 0.8333333333vw;
  height: 0.625vw;
}
@media screen and (max-width: 767px) {
  .services__card-cta-arrow .image {
    width: 16px;
    height: 12px;
  }
}
.services__card.academy .services__card-cta-arrow img {
  -webkit-filter: invert(54%) sepia(85%) saturate(412%) hue-rotate(73deg) brightness(95%) contrast(89%);
          filter: invert(54%) sepia(85%) saturate(412%) hue-rotate(73deg) brightness(95%) contrast(89%);
}
.services__tagline {
  margin-top: 6.25vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .services__tagline {
    margin-block: 100px 60px;
    padding-inline: 4%;
  }
}
.services__tagline-text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #1c1e20;
}
.services__tagline-sm {
  font-size: 2.5vw;
}
@media screen and (max-width: 767px) {
  .services__tagline-sm {
    font-size: 24px;
  }
}
.services__tagline-lg {
  font-size: 3.3333333333vw;
}
@media screen and (max-width: 767px) {
  .services__tagline-lg {
    font-size: 32px;
  }
}

.vision {
  overflow: hidden;
}
.vision__wrapper {
  margin-inline: auto;
  padding-inline: 4%;
  width: 100%;
  max-width: calc(1700px + 8%);
}
.vision__container {
  position: relative;
  min-height: 1080px;
}
@media screen and (max-width: 767px) {
  .vision__container {
    padding-bottom: 500px;
    min-height: 0;
  }
}
.vision__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.vision__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
}
.vision__inner {
  position: relative;
  z-index: 1;
  max-width: calc(100rem + 8%);
  margin-inline: auto;
  padding: 120px 4% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.6rem;
}
.vision__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
  width: 100%;
}
.vision__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #1c1e20;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .vision {
    padding: 0 0 64px;
  }
  .vision__inner {
    padding-inline: 6.7%;
    gap: 32px;
  }
  .vision__text {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}

.stance {
  padding-block: 12rem;
}
@media screen and (max-width: 767px) {
  .stance {
    padding: 40px 0 64px;
  }
}
.stance__inner {
  width: 100%;
  max-width: calc(1439px + 8%);
  margin-inline: auto;
  padding-inline: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.6rem;
}
@media screen and (max-width: 767px) {
  .stance__inner {
    gap: 32px;
  }
}
.stance__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.3rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .stance__cards {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .stance__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 56px;
    width: 100%;
  }
}

.result {
  position: relative;
  padding: 12.9rem 0;
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .result {
    padding: 6.71875vw 0;
  }
}
@media screen and (max-width: 767px) {
  .result {
    padding: 166px 0 324px;
  }
}
.result__decor {
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.result__decor--left-top {
  top: 22.5rem;
  left: 14.1rem;
  width: 28.7rem;
  height: 21.2rem;
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .result__decor--left-top {
    top: 11.71875vw;
    left: 7.34375vw;
    width: 14.9479166667vw;
    height: 11.0416666667vw;
  }
}
.result__decor--left {
  top: 31rem;
  left: -60rem;
  width: 98.5rem;
  height: 90rem;
  z-index: 1;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .result__decor--left {
    top: 16.1458333333vw;
    left: -31.25vw;
    width: 51.3020833333vw;
    height: 46.875vw;
  }
}
.result__decor--left::before {
  -webkit-clip-path: polygon(14.49% 4.09%, 96.24% 4.09%, 85.51% 95.91%, 3.76% 95.91%);
          clip-path: polygon(14.49% 4.09%, 96.24% 4.09%, 85.51% 95.91%, 3.76% 95.91%);
}
.result__decor--left-bottom {
  bottom: -2rem;
  left: 8rem;
  width: 39.5rem;
  height: 36rem;
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .result__decor--left-bottom {
    bottom: -1.0416666667vw;
    left: 4.1666666667vw;
    width: 20.5729166667vw;
    height: 18.75vw;
  }
}
.result__decor--right {
  top: 0;
  right: -10rem;
  width: 46.1rem;
  height: 42.1rem;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .result__decor--right {
    right: -5.2083333333vw;
    width: 24.0104166667vw;
    height: 21.9270833333vw;
  }
}
.result__decor--right::before {
  -webkit-clip-path: polygon(13.2% 2.27%, 97.92% 2.27%, 86.79% 97.73%, 2.08% 97.73%);
          clip-path: polygon(13.2% 2.27%, 97.92% 2.27%, 86.79% 97.73%, 2.08% 97.73%);
}
.result__decor--right-bottom {
  top: 31.7rem;
  right: 5rem;
  width: 46.6rem;
  height: 42.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .result__decor--right-bottom {
    top: 16.5104166667vw;
    right: 2.6041666667vw;
    width: 24.2708333333vw;
    height: 22.1354166667vw;
  }
}
@media screen and (max-width: 767px) {
  .result__decor--left-top {
    top: unset;
    bottom: 200px;
    left: -40px;
    width: 119px;
    height: 88px;
    z-index: 2;
  }
  .result__decor--left {
    top: auto;
    bottom: -80px;
    left: -200px;
    width: 100%;
    max-width: 362px;
    height: 330px;
    z-index: 1;
  }
  .result__decor--left-bottom {
    top: auto;
    bottom: -50px;
    left: 80px;
    right: 24px;
    width: 223px;
    height: 205px;
    z-index: 2;
  }
  .result__decor--right {
    top: 0;
    right: -25px;
    width: 108px;
    height: 98px;
  }
  .result__decor--right-bottom {
    top: 29px;
    right: 73px;
    width: 109px;
    height: 100px;
  }
}
.result__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 96.5rem;
  margin-inline: auto;
  padding-inline: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .result__inner {
    max-width: 50.2604166667vw;
  }
}
@media screen and (max-width: 767px) {
  .result__inner {
    max-width: 375px;
    padding-inline: 5%;
  }
}
.result__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #1c1e20;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .result__heading {
    gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .result__heading {
    gap: 16px;
  }
}
.result__heading-label {
  font-size: 1.6666666667vw;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .result__heading-label {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .result__heading-label {
    font-size: 20px;
  }
}
.result__heading-text {
  font-size: 2.5vw;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .result__heading-text {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .result__heading-text {
    font-size: 32px;
  }
}
.result__badge {
  position: relative;
  margin-top: 4.8rem;
  width: 26rem;
  height: 26rem;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .result__badge {
    margin-top: 2.5vw;
    width: 13.5416666667vw;
    height: 13.5416666667vw;
  }
}
@media screen and (max-width: 767px) {
  .result__badge {
    margin-top: 40px;
    width: 260px;
    height: 260px;
  }
}
.result__badge-chart {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.result__badge-text {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
}
.result__badge-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #1c1e20;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .result__badge-label {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .result__badge-label {
    font-size: 14px;
  }
}
.result__badge-percent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: "Aboreto", serif;
  font-weight: 400;
  color: #02407b;
  line-height: 1;
}
.result__badge-num {
  font-size: 6.4rem;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .result__badge-num {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .result__badge-num {
    font-size: 64px;
  }
}
.result__badge-sign {
  font-size: 4.8rem;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .result__badge-sign {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .result__badge-sign {
    font-size: 48px;
  }
}
.result__badge-suffix {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #1c1e20;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .result__badge-suffix {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .result__badge-suffix {
    font-size: 14px;
  }
}
.result__captions {
  margin-top: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .result__captions {
    margin-top: 2.5vw;
    gap: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .result__captions {
    margin-top: 32px;
    gap: 24px;
  }
}
.result__caption-note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2;
  color: #1c1e20;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .result__caption-note {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .result__caption-note {
    font-size: 14px;
  }
}
.result__caption-strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.4583333333vw;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #1c1e20;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .result__caption-strong {
    font-size: 1.4583333333vw;
  }
}
@media screen and (max-width: 767px) {
  .result__caption-strong {
    font-size: 16px;
  }
}

.achievement {
  position: relative;
  padding: 12rem 0;
  background-color: #111435;
  color: #fffdfd;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .achievement {
    padding: 180px 0 68px;
  }
}
.achievement__inner {
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1200px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .achievement__inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .achievement__inner {
    gap: 56px;
    padding-inline: 5%;
  }
}
.achievement__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
.achievement__block--academy {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .achievement__block {
    gap: 24px;
  }
  .achievement__block--academy {
    margin-top: 56px;
  }
}
.achievement__sub-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  text-align: center;
  color: #fffdfd;
}
@media screen and (max-width: 767px) {
  .achievement__sub-heading {
    gap: 16px;
  }
}
.achievement__sub-en {
  font-family: "Aboreto", serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .achievement__sub-en {
    font-size: 16px;
  }
}
.achievement__sub-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .achievement__sub-jp {
    font-size: 32px;
  }
}
.achievement__sub-note {
  margin-top: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .achievement__sub-note {
    margin-top: 8px;
    font-size: 14px;
  }
}
.achievement__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7.7rem;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .achievement__summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .achievement__summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.achievement__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 42rem;
}
@media screen and (max-width: 767px) {
  .achievement__stats {
    width: 100%;
    gap: 16px;
  }
}
.achievement__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8rem;
  padding: 1.6rem 2.4rem 1.6rem 1.6rem;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fffdfd), to(#d1d2d9));
  background-image: linear-gradient(to bottom, #fffdfd 50%, #d1d2d9);
}
@media screen and (max-width: 767px) {
  .achievement__stat {
    gap: 32px;
    padding: 16px;
  }
}
.achievement__stat-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14rem;
  height: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.achievement__stat-icon--green {
  border-radius: 5px;
  background-color: #2cb22c;
}
@media screen and (max-width: 767px) {
  .achievement__stat-icon {
    width: 130px;
    height: 110px;
  }
}
.achievement__stat-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13.2rem;
  color: #1c1e20;
}
@media screen and (max-width: 767px) {
  .achievement__stat-text {
    width: 121px;
  }
}
.achievement__stat-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .achievement__stat-label {
    font-size: 14px;
  }
}
.achievement__stat-num {
  font-family: "Aboreto", serif;
  font-weight: 400;
  font-size: 7.2rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .achievement__stat-num {
    font-size: 64px;
  }
}
.achievement__chart {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 70.3rem;
  height: 59.9rem;
}
@media screen and (max-width: 767px) {
  .achievement__chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: auto;
    gap: 24px;
  }
}
.achievement__chart-donut {
  position: absolute;
  top: 8.2rem;
  left: 12.3rem;
  width: 48rem;
  height: 48rem;
}
@media screen and (max-width: 767px) {
  .achievement__chart-donut {
    position: relative;
    top: auto;
    left: auto;
    width: 335px;
    height: 335px;
  }
}
.achievement__chart-ring {
  position: absolute;
  inset: 0;
}
.achievement__chart-center {
  position: absolute;
  top: 8.3rem;
  left: 8.3rem;
  width: 31.3rem;
  height: 31.3rem;
}
@media screen and (max-width: 767px) {
  .achievement__chart-center {
    top: 58px;
    left: 58px;
    width: 220px;
    height: 220px;
  }
}
.achievement__chart-icon {
  position: absolute;
  top: 16.3rem;
  left: 50%;
  width: 11rem;
  height: 7.3rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .achievement__chart-icon {
    top: 109px;
    width: 75px;
    height: 50px;
  }
}
.achievement__chart-caption {
  position: absolute;
  top: 26rem;
  left: 50%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #1c1e20;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .achievement__chart-caption {
    top: 175px;
    width: 117px;
    font-size: 12px;
  }
}
.achievement__legend {
  position: absolute;
  width: 12.1rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid #fffdfd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fffdfd;
}
.achievement__legend::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #fffdfd;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .achievement__legend::after {
    display: none;
  }
}
.achievement__legend--top {
  top: 6.1rem;
  left: 58.2rem;
}
.achievement__legend--top::after {
  bottom: -0.1rem;
  left: -0.1rem;
  width: 6.08rem;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.achievement__legend--top .achievement__legend-dot {
  background: #226bf2;
}
.achievement__legend--right {
  top: 50rem;
  left: 51rem;
}
.achievement__legend--right::after {
  bottom: 0;
  left: 0;
  width: 9.05rem;
  -webkit-transform: rotate(230deg);
          transform: rotate(230deg);
}
.achievement__legend--right .achievement__legend-dot {
  background: #28b6e9;
}
.achievement__legend--bottom {
  top: 31rem;
  left: 0;
}
.achievement__legend--bottom::after {
  bottom: 0;
  right: 0;
  width: 6.08rem;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: rotate(145deg);
          transform: rotate(145deg);
}
.achievement__legend--bottom .achievement__legend-dot {
  background: #178c6b;
}
.achievement__legend--left {
  top: 0;
  left: 8.8rem;
}
.achievement__legend--left::after {
  bottom: 0;
  right: 0;
  width: 6.93rem;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: rotate(230deg);
          transform: rotate(230deg);
}
.achievement__legend--left .achievement__legend-dot {
  background: #6be61e;
}
@media screen and (max-width: 767px) {
  .achievement__legend {
    position: static;
    width: auto;
    padding: 0;
    border-bottom: 0;
  }
  .achievement__legend::after {
    display: none;
  }
  .achievement__legend--top, .achievement__legend--right, .achievement__legend--bottom, .achievement__legend--left {
    top: auto;
    left: auto;
  }
}
.achievement__legend-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .achievement__legend-label {
    font-size: 14px;
  }
}
.achievement__legend-value {
  position: relative;
  padding-left: 2.1rem;
}
.achievement__legend-dot {
  position: absolute;
  left: 0;
  top: 1.7rem;
  border-radius: 50%;
  width: 0.8rem;
  height: 0.8rem;
}
.achievement__legend-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.achievement__legend-num {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .achievement__legend-num {
    font-size: 28px;
  }
}
.achievement__legend-pct {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .achievement__legend-pct {
    font-size: 14px;
  }
}
.achievement__cases {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1200px) {
  .achievement__cases {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .achievement__cases {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}
.achievement__carousel {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}
.achievement__carousel .splide__arrows {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9;
}
@media screen and (max-width: 1201px) {
  .achievement__carousel .splide__arrows {
    width: 70%;
  }
}
.achievement__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 8.4rem;
  height: 8.4rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.achievement__arrow:hover {
  opacity: 0.8;
}
.achievement__arrow:disabled {
  opacity: 0.4;
  cursor: default;
}
.achievement__arrow--prev {
  left: 20%;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
@media screen and (max-width: 1200px) {
  .achievement__arrow--prev {
    left: 5%;
  }
}
.achievement__arrow--next {
  right: 20%;
}
@media screen and (max-width: 1200px) {
  .achievement__arrow--next {
    right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .achievement__arrow {
    display: none;
  }
}
.achievement__slide {
  width: 100%;
  max-width: 48rem;
  height: 30rem;
  overflow: hidden;
  opacity: 0.6;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.achievement__slide.is-active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .achievement__slide {
    width: 300px;
    height: 188px;
  }
}
@media screen and (max-width: 767px) {
  .achievement__legends {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    width: 100%;
    max-width: 260px;
  }
}
.achievement__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .achievement__dots {
    margin-top: 16px;
  }
}
.achievement__dot {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 1rem;
  background-color: rgba(255, 253, 253, 0.5);
}
.achievement__dot--active {
  width: 3rem;
  background-color: #fffdfd;
}

.information {
  position: relative;
  padding: 16.3rem 0;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .information {
    padding: 80px 0;
  }
}
.information__bg {
  position: absolute;
  top: -5rem;
  right: -32rem;
  width: 68rem;
  height: 62.1rem;
  z-index: 0;
  pointer-events: none;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
.information__bg::before {
  -webkit-clip-path: polygon(23.93% 5.66%, 92.09% 5.66%, 92.09% 94.34%, 7.91% 94.34%);
          clip-path: polygon(23.93% 5.66%, 92.09% 5.66%, 92.09% 94.34%, 7.91% 94.34%);
}
@media screen and (max-width: 767px) {
  .information__bg {
    display: none;
  }
}
.information__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: calc(1000px + 8%);
  margin-inline: auto;
  padding-inline: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.6rem;
}
@media screen and (max-width: 767px) {
  .information__inner {
    padding-inline: 8.8%;
    gap: 24px;
  }
}
.information__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.8rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .information__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.information__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
  width: 10.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .information__categories {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    width: 100%;
  }
}
.information__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1rem;
  border-radius: 5px;
  background-color: #f8f8f9;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #686d73;
  white-space: nowrap;
  -ms-flex-item-align: start;
      align-self: flex-start;
  cursor: pointer;
}
.information__category--active, .information__category:hover {
  background-color: #b4bec7;
  color: #fffdfd;
}
@media screen and (max-width: 767px) {
  .information__category {
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
  }
}
.information__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .information__list {
    width: 100%;
  }
}
.information__item {
  border-bottom: 1px solid #dee3e8;
}
.information__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  padding: 1.2rem 0;
  width: 100%;
  color: #1c1e20;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .information__link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px 17px;
    padding: 16px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.information__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .information__meta {
    gap: 24px;
    width: calc(100% - 35px);
  }
}
.information__date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #1c1e20;
  white-space: nowrap;
}
.information__tag {
  width: 8.8rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #686d73;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .information__tag {
    width: auto;
    font-size: 14px;
    text-align: left;
  }
}
.information__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #1c1e20;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .information__title {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: calc(100% - 35px);
    font-size: 14px;
    white-space: normal;
  }
}
.information__arrow {
  width: 1.8rem;
  height: 1.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .information__arrow {
    width: 18px;
    height: 18px;
    margin-left: auto;
  }
}
.information__more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #686d73;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .information__more {
    font-size: 14px;
  }
}
.information__more-icon {
  margin-top: 0.3rem;
  width: 1.2rem;
  height: 0.9rem;
}
.information__more-icon img {
  display: block;
}
@media screen and (max-width: 767px) {
  .information__more-icon {
    width: 12px;
    height: 9px;
  }
}

.committed {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #fffdfd;
}
.committed__bg, .committed__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.committed__bg img, .committed__overlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.committed__overlay {
  opacity: 0.8;
  z-index: 1;
}
.committed__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: calc(81rem + 8%);
  margin-inline: auto;
  padding: 12rem 4% 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .committed__inner {
    max-width: 100%;
    padding: 100px 5.3% 40px;
    gap: 40px;
  }
}
.committed__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .committed__heading {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
  }
}
.committed__lead {
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .committed__lead {
    font-size: 24px;
    width: 100%;
  }
}
.committed__title {
  font-size: 4.8rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .committed__title {
    font-size: 32px;
    width: 100%;
  }
}
.committed__body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.committed__body u {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
@media screen and (max-width: 767px) {
  .committed__body {
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
}
.committed__cta {
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.committed__cta .contact-cta__title {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .committed__cta .contact-cta__title {
    font-size: 1.6rem;
  }
}
.committed__cta .contact-cta__note {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .committed__cta .contact-cta__note {
    font-size: 1.2rem;
  }
}
.committed__cta-inner {
  width: 100%;
  max-width: 100rem;
  margin-inline: auto;
  padding: 3.3rem 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .committed__cta-inner {
    padding: 24px 5.3%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.academy-kv {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .academy-kv {
    min-height: 0;
  }
}
.academy-kv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .academy-kv__bg {
    top: -60px;
    right: -50px;
  }
}
.academy-kv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
@media screen and (max-width: 767px) {
  .academy-kv__bg img {
    -o-object-position: right 60px;
       object-position: right 60px;
  }
}
@media screen and (max-width: 767px) {
  .academy-kv__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(235, 240, 244, 0.5)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(235, 240, 244, 0.5) 100%);
    mix-blend-mode: multiply;
    z-index: 1;
  }
}
.academy-kv__inner {
  position: relative;
  z-index: 1;
  padding-block: 9.7916666667vw 2.0833333333vw;
  padding-left: 7.2916666667vw;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .academy-kv__inner {
    padding-top: 13.0208333333vw;
  }
}
@media screen and (max-width: 767px) {
  .academy-kv__inner {
    padding: 80px 20px 0;
  }
}
.academy-kv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5vw;
}
@media screen and (max-width: 767px) {
  .academy-kv__content {
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .academy-kv__cta-wrap, .academy-kv__content {
    margin-inline: auto;
    max-width: 375px;
  }
}
.academy-kv__title {
  position: relative;
  width: 59.375vw;
}
@media screen and (max-width: 767px) {
  .academy-kv__title {
    width: 330px;
    max-width: 100%;
  }
}
.academy-kv__title-grad {
  display: block;
  width: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.academy-kv__title-grad--pc {
  aspect-ratio: 1140/160;
  -webkit-mask-image: url("../public/icons/academy-kv-title-anim.svg");
          mask-image: url("../public/icons/academy-kv-title-anim.svg");
}
.academy-kv__title-grad--sp {
  aspect-ratio: 335/120;
  -webkit-mask-image: url("../public/icons/academy-kv-title-sp-anim.svg");
          mask-image: url("../public/icons/academy-kv-title-sp-anim.svg");
}
.academy-kv__title-static {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
}
.academy-kv__badge {
  position: relative;
  width: 39.375vw;
  height: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  .academy-kv__badge {
    width: 335px;
    max-width: 100%;
    height: 90px;
    margin-top: 300px;
  }
}
@media screen and (max-width: 767px) {
  .academy-kv__badge-img {
    display: none;
  }
}
.academy-kv__badge-text {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 3.4375vw;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2.5vw;
  line-height: 1.5em;
  color: #fffdfd;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .academy-kv__badge-text {
    font-size: 28px;
    line-height: 1.5em;
    padding-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    white-space: normal;
    text-align: center;
  }
}
.academy-kv__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25vw;
  width: 92.7083333333vw;
}
@media screen and (max-width: 767px) {
  .academy-kv__text {
    gap: 16px;
    width: 100%;
    margin-top: 32px;
    text-align: left;
  }
}
.academy-kv__heading {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.875vw;
  line-height: 1.5em;
  color: #1c1e20;
}
@media screen and (max-width: 767px) {
  .academy-kv__heading {
    font-size: 24px;
  }
}
.academy-kv__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.0416666667vw;
  line-height: 2.5em;
  letter-spacing: 0.05em;
  color: #1c1e20;
}
@media screen and (max-width: 767px) {
  .academy-kv__body {
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 0.05em;
  }
}
.academy-kv__cta-wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3.2% 2.9166666667vw;
}
@media screen and (max-width: 767px) {
  .academy-kv__cta-wrap {
    padding: 32px 20px 20px;
  }
}
.academy-kv__bubble {
  position: relative;
  top: 0.8333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .academy-kv__bubble {
    top: 8px;
    width: 100%;
    max-width: 335px;
  }
}
.academy-kv__bubble-pill {
  position: relative;
  width: 46.875vw;
  height: 4.2708333333vw;
  background: -webkit-gradient(linear, left top, right top, from(#09519d), to(#50ba31));
  background: linear-gradient(to right, #09519d, #50ba31);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .academy-kv__bubble-pill {
    width: 335px;
    max-width: 100%;
    height: 75px;
    padding: 0 24px;
  }
}
.academy-kv__bubble-pill, .academy-kv__bubble-pill::before {
  border-radius: 100px;
}
.academy-kv__bubble-pill::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1.875vw;
  height: 1.25vw;
  margin-top: -0.1041666667vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(#09519d), to(#50ba31));
  background: linear-gradient(to right, #09519d, #50ba31);
  background-size: 46.875vw 100%;
  background-position: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .academy-kv__bubble-pill::after {
    width: 36px;
    height: 20px;
    margin-top: -2px;
    background-size: 335px 100%;
  }
}
.academy-kv__bubble-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #fffdfd;
  text-align: center;
  white-space: nowrap;
  z-index: 9;
}
.academy-kv__bubble-text strong {
  font-size: 1.6666666667vw;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .academy-kv__bubble-text {
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0.06em;
    white-space: normal;
  }
  .academy-kv__bubble-text strong {
    font-size: 20px;
  }
}
.academy-kv__cta-bar {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #fffdfd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.6666666667vw 0;
  max-width: 1640px;
}
@media screen and (max-width: 767px) {
  .academy-kv__cta-bar {
    padding: 32px 20px;
  }
}
@media screen and (max-width: 767px) {
  .academy-kv__cta-bar {
    padding: 24px 20px;
  }
}
.academy-kv__cta-bar .contact-cta__title {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .academy-kv__cta-bar .contact-cta__title {
    font-size: 1.6rem;
  }
}
.academy-kv__cta-bar .contact-cta__note {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .academy-kv__cta-bar .contact-cta__note {
    font-size: 1.2rem;
  }
}

.academy-stats {
  background-color: #f8f8f9;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .academy-stats {
    padding: 0;
  }
}
.academy-stats__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 7.29%;
}
@media screen and (max-width: 1700px) {
  .academy-stats__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 1400px) {
  .academy-stats__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .academy-stats__inner {
    gap: 0;
    padding-inline: 20px;
  }
}
.academy-stats__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  width: 100%;
  max-width: 546px;
  padding: 0 32px;
}
@media screen and (max-width: 1400px) {
  .academy-stats__item {
    margin-inline: auto;
    padding: 16px 0;
  }
}
@media screen and (max-width: 767px) {
  .academy-stats__item {
    gap: 24px;
    max-width: none;
    margin-inline: 0;
    padding: 48px 0 24px;
  }
}
.academy-stats__item:nth-child(2) {
  border-left: 1px solid #b4bec7;
  border-right: 1px solid #b4bec7;
}
@media screen and (max-width: 1700px) {
  .academy-stats__item:nth-child(2) {
    border-right: 0;
  }
}
@media screen and (max-width: 1400px) {
  .academy-stats__item:nth-child(2) {
    border-left: none;
    border-right: none;
    border-top: 1px solid #b4bec7;
    border-bottom: 1px solid #b4bec7;
  }
}
@media screen and (max-width: 767px) {
  .academy-stats__item:nth-child(2) {
    padding: 24px 0;
  }
}
@media screen and (max-width: 1700px) {
  .academy-stats__item:nth-child(3) {
    padding-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .academy-stats__item:nth-child(3) {
    padding: 24px 0 48px;
  }
}
.academy-stats__chart {
  position: relative;
  width: 165px;
  height: 165px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
  .academy-stats__chart {
    -ms-flex-item-align: center;
        align-self: center;
    width: 120px;
    height: 120px;
  }
}
.academy-stats__gauge {
  display: block;
  width: 100%;
  height: 100%;
}
.academy-stats__gauge-track {
  fill: none;
  stroke: #fff;
}
.academy-stats__gauge-arc {
  fill: none;
}
.academy-stats__chart-label {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #1c1e20;
  white-space: nowrap;
  pointer-events: none;
}
.academy-stats__chart-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
}
.academy-stats__chart-pre {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  font-size: 1.6rem;
  line-height: 1em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .academy-stats__chart-pre {
    font-size: 14px;
  }
}
.academy-stats__chart-number {
  font-family: "Aboreto", serif;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1.5em;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1100px) {
  .academy-stats__chart-number {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .academy-stats__chart-number {
    font-size: 32px;
  }
}
.academy-stats__chart-unit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  font-size: 2.4rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .academy-stats__chart-unit {
    font-size: 20px;
  }
}
.academy-stats__chart-post {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  font-size: 1.6rem;
  line-height: 1em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .academy-stats__chart-post {
    font-size: 14px;
  }
}
.academy-stats__content {
  position: relative;
  padding-bottom: 32px;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 1100px) {
  .academy-stats__content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .academy-stats__content {
    padding-bottom: 0;
  }
}
.academy-stats__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.75em;
  letter-spacing: 0.033em;
  color: #1c1e20;
  white-space: nowrap;
  margin-bottom: 0;
}
.academy-stats__heading span {
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .academy-stats__heading {
    font-size: 24px;
    line-height: 1.75em;
  }
  .academy-stats__heading span {
    font-size: 36px;
  }
}
.academy-stats__body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #1c1e20;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .academy-stats__body {
    font-size: 14px;
  }
}
.academy-stats__source {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  font-size: 1.4rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #686d73;
}
@media screen and (max-width: 767px) {
  .academy-stats__source {
    position: static;
    width: auto;
    font-size: 12px;
    margin-top: 4px;
  }
}

.academy-ourvision {
  padding-block: 6.25vw 0;
  background-color: #fffdfd;
}
@media screen and (max-width: 767px) {
  .academy-ourvision {
    padding-top: 64px;
  }
}
.academy-ourvision__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.9166666667vw;
}
@media screen and (max-width: 767px) {
  .academy-ourvision__heading {
    margin-bottom: 40px;
  }
}
.academy-ourvision__content {
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1200px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.1666666667vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .academy-ourvision__content {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .academy-ourvision__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.academy-ourvision__photo {
  width: 26.0416666667vw;
  height: 20.8333333333vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .academy-ourvision__photo {
    width: 100%;
    height: 240px;
  }
}
.academy-ourvision__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .academy-ourvision__text {
    gap: 40px;
  }
}
.academy-ourvision__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.0833333333vw;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #1c1e20;
}
@media screen and (max-width: 767px) {
  .academy-ourvision__title {
    font-size: 32px;
  }
}
.academy-ourvision__body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  font-size: 0.8333333333vw;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #1c1e20;
}
.academy-ourvision__body p + p {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .academy-ourvision__body {
    font-size: 14px;
  }
}
.academy-ourvision__strengths {
  margin-top: 2.9166666667vw;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .academy-ourvision__strengths {
    margin-top: 0;
  }
}
.academy-ourvision__pill {
  position: relative;
  z-index: 2;
  width: 27.8645833333vw;
  min-height: 4.2708333333vw;
  background: -webkit-gradient(linear, left top, right top, from(#09519d), to(#50ba31));
  background: linear-gradient(to right, #09519d, #50ba31);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.2083333333vw 2.96875vw;
  margin-bottom: -1.0416666667vw;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .academy-ourvision__pill {
    width: 300px;
    min-height: 65px;
    padding: 10px 24px;
    margin-bottom: 0;
    bottom: -20px;
  }
}
.academy-ourvision__pill::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1.8229166667vw;
  height: 1.25vw;
  margin-top: -0.1041666667vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(#09519d), to(#50ba31));
  background: linear-gradient(to right, #09519d, #50ba31);
  background-size: 27.8645833333vw 100%;
  background-position: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .academy-ourvision__pill::after {
    width: 15px;
    height: 12px;
    margin-top: -2px;
    background-size: 300px 100%;
  }
}
.academy-ourvision__pill, .academy-ourvision__pill::before {
  border-radius: 100px;
}
.academy-ourvision__pill-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  color: #fffdfd;
  text-align: center;
  white-space: nowrap;
  z-index: 2;
}
.academy-ourvision__pill-text span {
  font-size: 1.875vw;
}
@media screen and (max-width: 767px) {
  .academy-ourvision__pill-text {
    font-size: 14px;
    line-height: 1.25em;
    white-space: normal;
  }
  .academy-ourvision__pill-text span {
    font-size: 20px;
  }
}
.academy-ourvision__cards {
  position: relative;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .academy-ourvision__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.academy-ourvision__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6666666667vw;
  padding: 2.6666666667vw 0 1.6666666667vw;
  background-color: #fffdfd;
  border: 1px solid #b4bec7;
  text-align: center;
}
.academy-ourvision__card + .academy-ourvision__card {
  border-left: none;
}
@media screen and (max-width: 767px) {
  .academy-ourvision__card {
    gap: 16px;
    padding: 32px 0;
    border: none;
    border-top: 1px solid #b4bec7;
    border-bottom: 1px solid #b4bec7;
  }
  .academy-ourvision__card + .academy-ourvision__card {
    border-left: none;
    border-top: none;
  }
}
.academy-ourvision__card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.9791666667vw;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .academy-ourvision__card-head {
    gap: 16px;
    padding: 0 20px;
  }
}
.academy-ourvision__card-num {
  font-family: "Aboreto", serif;
  font-weight: 400;
  font-size: 1.0416666667vw;
  line-height: 1.25em;
  letter-spacing: 0.05em;
  background: -webkit-gradient(linear, left top, left bottom, from(#50ba31), to(#09519d));
  background: linear-gradient(to bottom, #50ba31, #09519d);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .academy-ourvision__card-num {
    font-size: 20px;
  }
}
.academy-ourvision__card-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6666666667vw;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #1c1e20;
}
@media screen and (max-width: 767px) {
  .academy-ourvision__card-label {
    font-size: 20px;
  }
}
.academy-ourvision__card-label--large {
  font-size: 3.3333333333vw;
  font-family: "Tai Heritage Pro", serif;
}
@media screen and (max-width: 767px) {
  .academy-ourvision__card-label--large {
    font-size: 48px;
  }
}
.academy-ourvision__card-illust {
  width: 13.0208333333vw;
  height: 7.2916666667vw;
}
@media screen and (max-width: 767px) {
  .academy-ourvision__card-illust {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .academy-ourvision__card-illust--wide {
    width: 170px;
    height: 120px;
  }
}
.academy-ourvision__card-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  font-size: 1.0416666667vw;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  color: #1c1e20;
}
@media screen and (max-width: 767px) {
  .academy-ourvision__card-desc {
    font-size: 16px;
  }
}

.academy-issues {
  padding-block: 12rem;
  background-color: #dee8f2;
  background-image: url("../public/img/academy-issues-dot.png");
  background-size: 15px 15px;
  background-position: top left;
}
@media screen and (max-width: 767px) {
  .academy-issues {
    padding-block: 100px;
    background-repeat: repeat;
    background-size: 20px;
  }
}
.academy-issues__inner {
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1200px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .academy-issues__inner {
    max-width: 100%;
  }
}
.academy-issues__heading {
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 767px) {
  .academy-issues__heading {
    margin-bottom: 32px;
  }
}
.academy-issues__heading .section-heading__en {
  color: #f2f8ff;
}
.academy-issues__lead {
  margin-bottom: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #1c1e20;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .academy-issues__lead {
    margin-bottom: 28px;
    font-size: 32px;
  }
}
.academy-issues__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .academy-issues__cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.academy-issues__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
  padding: 1.6rem 2rem 1.6rem 2.4rem;
  background-color: #fffdfd;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .academy-issues__card {
    gap: 4px;
    padding: 16px 20px;
  }
}
.academy-issues__card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .academy-issues__card-head {
    gap: 12px;
  }
}
.academy-issues__card-check {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 767px) {
  .academy-issues__card-check {
    width: 18px;
    height: 18px;
  }
}
.academy-issues__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #1c1e20;
}
@media screen and (max-width: 767px) {
  .academy-issues__card-title {
    font-size: 20px;
  }
}
.academy-issues__card-body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #1c1e20;
}
@media screen and (max-width: 767px) {
  .academy-issues__card-body {
    font-size: 14px;
  }
}
.academy-issues__solution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .academy-issues__solution {
    margin-top: 40px;
  }
}
.academy-issues__worries {
  width: 48.6rem;
  height: 15rem;
}
@media screen and (max-width: 767px) {
  .academy-issues__worries {
    width: 100%;
    max-width: 308px;
    height: auto;
  }
}
.academy-issues__arrow {
  width: 213px;
  margin-block: 1rem;
}
@media screen and (max-width: 767px) {
  .academy-issues__arrow {
    width: 213px;
    height: 96px;
    margin-block: 16px;
  }
}
.academy-issues__answer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .academy-issues__answer {
    gap: 12px;
  }
}
.academy-issues__answer-lead {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #1c1e20;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .academy-issues__answer-lead {
    font-size: 32px;
  }
}
.academy-issues__answer-tag {
  position: relative;
  padding: 0 2rem 0.4rem;
  background-image: -webkit-gradient(linear, right top, left top, from(#50ba31), to(#09519d));
  background-image: linear-gradient(to left, #50ba31, #09519d);
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #fffdfd;
  text-align: center;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .academy-issues__answer-tag {
    padding: 0 20px 4px;
    font-size: 32px;
    line-height: 1.25em;
  }
}
.academy-issues__answer-tag::before {
  z-index: -1;
}
.academy-issues__cta {
  position: relative;
  width: 100%;
  margin-top: 5.6rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .academy-issues__cta {
    margin-top: 40px;
  }
}
.academy-issues__person {
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 17.7rem;
  height: 22.9rem;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .academy-issues__person {
    display: none;
  }
}
.academy-issues__cta-bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  width: 100%;
  padding-block: 2.5rem;
  background-color: #fffdfd;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .academy-issues__cta-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    padding: 24px 0;
  }
}
.academy-issues__cta-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.academy-issues__cta-laurel {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4.3rem;
  height: 10rem;
}
@media screen and (max-width: 767px) {
  .academy-issues__cta-laurel {
    width: 35px;
    height: 82px;
  }
}
.academy-issues__cta-note-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 3em;
  letter-spacing: 0.05em;
  color: #1c1e20;
  text-align: center;
  white-space: nowrap;
}
.academy-issues__cta-note-text p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .academy-issues__cta-note-text p {
    font-size: 14px;
  }
}
.academy-issues__cta-note-text strong {
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .academy-issues__cta-note-text strong {
    font-size: 20px;
  }
}
.academy-issues__cta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  width: 50rem;
  height: 9rem;
  padding: 0 3.2rem 0 4.8rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1b8d04), to(#65c937));
  background-image: linear-gradient(to bottom, #1b8d04, #65c937);
  border-radius: 100px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .academy-issues__cta-btn {
    width: 295px;
    max-width: 100%;
    height: 75px;
    padding: 0 16px 0 32px;
  }
}
.academy-issues__cta-btn-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fffdfd;
  text-align: center;
}
.academy-issues__cta-btn-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .academy-issues__cta-btn-title {
    font-size: 20px;
  }
}
.academy-issues__cta-btn-note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .academy-issues__cta-btn-note {
    font-size: 16px;
  }
}
.academy-issues__cta-btn-arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 767px) {
  .academy-issues__cta-btn-arrow {
    width: 16px;
    height: 16px;
  }
}

.academy-seminar {
  position: relative;
  padding-top: 6.2rem;
}
@media screen and (max-width: 767px) {
  .academy-seminar {
    padding-top: 20px;
  }
}
.academy-seminar__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  height: 100vh;
  max-height: 800px;
}
@media screen and (max-width: 767px) {
  .academy-seminar__bg {
    height: 350px;
  }
}
.academy-seminar__inner {
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1200px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .academy-seminar__inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .academy-seminar__inner {
    width: 100%;
  }
}
.academy-seminar__bulb {
  position: absolute;
  top: -23.7rem;
  right: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 32.7rem;
  height: 24rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .academy-seminar__bulb {
    top: -145px;
    bottom: 100%;
    width: 120px;
    height: 177px;
  }
}
.academy-seminar__heading {
  width: 52.5rem;
  height: 6.5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .academy-seminar__heading {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-left: 20px;
    width: 168px;
    height: 71px;
    margin-bottom: 24px;
  }
}
.academy-seminar__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  width: 100%;
  padding: 5.6rem 8.33%;
  background-color: #fffdfd;
  border-radius: 5px;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .academy-seminar__card {
    gap: 28px;
    padding: 32px 12px;
  }
}
.academy-seminar__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #1c1e20;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .academy-seminar__title {
    font-size: 32px;
  }
}
.academy-seminar__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #1c1e20;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .academy-seminar__subtitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 32px;
  }
}
.academy-seminar__subtitle-text {
  display: contents;
}
@media screen and (max-width: 767px) {
  .academy-seminar__subtitle-text {
    display: block;
  }
}
.academy-seminar__subtitle-tag {
  position: relative;
  margin-right: 1.2rem;
  padding: 0 2rem 0.4rem;
  background-image: -webkit-gradient(linear, right top, left top, from(#50ba31), to(#09519d));
  background-image: linear-gradient(to left, #50ba31, #09519d);
  color: #fffdfd;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .academy-seminar__subtitle-tag {
    margin-right: 0;
    padding: 0 16px 4px;
  }
}
.academy-seminar__subtitle-tag::before {
  z-index: -1;
}
.academy-seminar__subtitle-num {
  padding-bottom: 1.6rem;
  font-size: 6.4rem;
}
@media screen and (max-width: 767px) {
  .academy-seminar__subtitle-num {
    padding-bottom: 16px;
    font-size: 48px;
  }
}
.academy-seminar__photo {
  width: 100%;
  height: 30rem;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .academy-seminar__photo {
    height: 170px;
  }
}
.academy-seminar__features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .academy-seminar__features {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.academy-seminar__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  padding: 2rem;
  border: 1px solid #b4bec7;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .academy-seminar__feature {
    gap: 12px;
    padding: 25px;
  }
}
.academy-seminar__feature-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .academy-seminar__feature-head {
    gap: 12px;
  }
}
.academy-seminar__feature-check {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 767px) {
  .academy-seminar__feature-check {
    width: 18px;
    height: 18px;
  }
}
.academy-seminar__feature-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #1c1e20;
}
@media screen and (max-width: 767px) {
  .academy-seminar__feature-title {
    font-size: 18px;
  }
}
.academy-seminar__feature-body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #1c1e20;
}
@media screen and (max-width: 767px) {
  .academy-seminar__feature-body {
    font-size: 13px;
  }
}
.academy-seminar__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .academy-seminar__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.academy-seminar__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  padding-right: 2.4rem;
  color: #1c1e20;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .academy-seminar__date {
    gap: 6px;
    padding-right: 0;
  }
}
.academy-seminar__date-num {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .academy-seminar__date-num {
    font-size: 32px;
  }
}
.academy-seminar__date-day {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .academy-seminar__date-day {
    font-size: 24px;
  }
}
.academy-seminar__date-sep {
  width: 0;
  height: 0;
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
  border-left: 1.2rem solid #1c1e20;
}
@media screen and (max-width: 767px) {
  .academy-seminar__date-sep {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #2cb22c;
  }
}
.academy-seminar__place {
  padding-left: 2.4rem;
  border-left: 1px solid #1c1e20;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #1c1e20;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .academy-seminar__place {
    padding-left: 0;
    border-left: none;
    font-size: 20px;
  }
}
.academy-seminar__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 75rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .academy-seminar__action {
    width: 100%;
  }
}
.academy-seminar__action-note {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50rem;
  max-width: 100%;
  height: 5rem;
  bottom: -1.2rem;
  padding: 0 2.3rem;
  background-color: #fffdfd;
  border: 1px solid #b4bec7;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .academy-seminar__action-note {
    width: 100%;
    height: auto;
    min-height: 40px;
    margin-bottom: 9px;
    padding: 8px 16px;
  }
}
.academy-seminar__action-note::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 1.25rem solid transparent;
  border-right: 1.25rem solid transparent;
  border-top: 1.25rem solid #fffdfd;
}
@media screen and (max-width: 767px) {
  .academy-seminar__action-note::before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fffdfd;
  }
}
.academy-seminar__action-note-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #1c1e20;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .academy-seminar__action-note-text {
    font-size: 14px;
    white-space: normal;
  }
}
.academy-seminar__action-btn {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  width: 100%;
  height: 10rem;
  padding: 0 3.2rem 0 4.8rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9e74), to(#e34907));
  background-image: linear-gradient(to top, #ff9e74, #e34907);
  border-radius: 100px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.academy-seminar__action-btn span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #fffdfd;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .academy-seminar__action-btn {
    gap: 8px;
    height: 80px;
    padding: 0 16px 0 32px;
  }
  .academy-seminar__action-btn span {
    font-size: 20px;
    white-space: normal;
  }
}
.academy-seminar__action-arrow {
  position: absolute;
  display: block;
  top: 50%;
  right: 4.8rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .academy-seminar__action-arrow {
    right: 16px;
    width: 20px;
    height: 20px;
  }
}

.academy-ouracademy {
  position: relative;
  padding-block: 120px 80px;
  background-color: #fffdfd;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .academy-ouracademy {
    padding-block: 100px;
  }
}
.academy-ouracademy__deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.academy-ouracademy__deco--top {
  top: 0;
  right: 0;
  width: 449px;
  height: 660px;
}
@media screen and (max-width: 1000px) {
  .academy-ouracademy__deco--top {
    right: -100px;
    width: 288px;
    height: 424px;
  }
}
.academy-ouracademy__deco--top::before {
  -webkit-clip-path: polygon(17.37% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(17.37% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.academy-ouracademy__deco--bottom {
  bottom: -50px;
  right: -160px;
  width: 250px;
  height: 227px;
}
@media screen and (max-width: 1000px) {
  .academy-ouracademy__deco--bottom {
    bottom: -13px;
    right: -65px;
    width: 144px;
    height: 130px;
  }
}
.academy-ouracademy__deco--bottom::before {
  -webkit-clip-path: polygon(11.61% 0%, 100% 0%, 88.39% 100%, 0% 100%);
          clip-path: polygon(11.61% 0%, 100% 0%, 88.39% 100%, 0% 100%);
}
.academy-ouracademy__inner {
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1200px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .academy-ouracademy__inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .academy-ouracademy__inner {
    padding: 0;
  }
}
.academy-ouracademy__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 1000px) {
  .academy-ouracademy__heading {
    margin-bottom: 40px;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .academy-ouracademy__heading .section-heading {
    height: 120px;
  }
}
@media screen and (max-width: 1000px) {
  .academy-ouracademy__heading .section-heading__en {
    font-size: 48px;
    letter-spacing: 0.1em;
    white-space: normal;
    line-height: 1.25em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .academy-ouracademy__heading .section-heading__jp {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
}
.academy-ouracademy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .academy-ouracademy__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 40px;
  }
}
.academy-ouracademy__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1000px) {
  .academy-ouracademy__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    gap: 40px;
    padding-inline: 20px;
    width: 100%;
  }
}
.academy-ouracademy__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #1c1e20;
}
@media screen and (max-width: 1000px) {
  .academy-ouracademy__title {
    font-size: 32px;
  }
}
.academy-ouracademy__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  color: #1c1e20;
}
@media screen and (max-width: 1000px) {
  .academy-ouracademy__lead {
    font-size: 20px;
  }
}
.academy-ouracademy__body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #1c1e20;
}
.academy-ouracademy__body p + p {
  margin-top: 0;
}
@media screen and (max-width: 1000px) {
  .academy-ouracademy__body {
    font-size: 14px;
  }
}
.academy-ouracademy__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  .academy-ouracademy__features {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-inline: auto;
    width: 100%;
    max-width: 420px;
  }
}
.academy-ouracademy__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1000px) {
  .academy-ouracademy__feature {
    gap: 8px;
  }
}
.academy-ouracademy__feature-icon {
  width: 140px;
  height: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 28px;
  background-color: #f8f8f9;
  border-radius: 100px;
}
@media screen and (max-width: 1000px) {
  .academy-ouracademy__feature-icon {
    width: 100px;
    height: 100px;
    padding: 25px;
  }
}
.academy-ouracademy__feature-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #1c1e20;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .academy-ouracademy__feature-label {
    font-size: 14px;
    line-height: 1.75em;
  }
}
.academy-ouracademy__photo {
  position: relative;
  width: 500px;
  height: 600px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 8px;
}
@media screen and (max-width: 1000px) {
  .academy-ouracademy__photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: 74.67%;
    height: auto;
  }
}

.academy-reasons {
  padding-block: 120px;
  background-color: #fffdfd;
}
@media screen and (max-width: 1000px) {
  .academy-reasons {
    padding-block: 0 100px;
  }
}
.academy-reasons__inner {
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1200px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
}
@media screen and (max-width: 767px) {
  .academy-reasons__inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .academy-reasons__inner {
    gap: 40px;
  }
}
.academy-reasons__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.academy-reasons__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #1c1e20;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .academy-reasons__title {
    font-size: 32px;
  }
}
.academy-reasons__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #1c1e20;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .academy-reasons__lead {
    font-size: 14px;
  }
}
.academy-reasons__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
}
@media screen and (max-width: 1000px) {
  .academy-reasons__list {
    max-width: 335px;
  }
}
.academy-reasons__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
.academy-reasons__item--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  .academy-reasons__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
  .academy-reasons__item--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.academy-reasons__photo {
  width: 500px;
  height: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .academy-reasons__photo {
    width: 100%;
    height: 201px;
  }
}
.academy-reasons__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1000px) {
  .academy-reasons__text {
    gap: 16px;
  }
}
.academy-reasons__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 1000px) {
  .academy-reasons__head {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .academy-reasons__head {
    gap: 8px;
  }
}
.academy-reasons__num {
  font-family: "Aboreto", serif;
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 1em;
  letter-spacing: 0.05em;
  background: -webkit-gradient(linear, left top, left bottom, from(#50ba31), to(#09519d));
  background: linear-gradient(to bottom, #50ba31, #09519d);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .academy-reasons__num {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .academy-reasons__num {
    line-height: 1;
  }
}
.academy-reasons__name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  color: #1c1e20;
}
.academy-reasons__name--strong {
  font-size: 3.2rem;
}
@media screen and (max-width: 1000px) {
  .academy-reasons__name--strong {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .academy-reasons__name {
    font-size: 20px;
  }
}
.academy-reasons__body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #1c1e20;
}
@media screen and (max-width: 1000px) {
  .academy-reasons__body {
    font-size: 14px;
  }
}

.academy-message {
  position: relative;
}
.academy-message__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.academy-message__bg-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .academy-message__bg-pc {
    display: none;
  }
  .academy-message__bg-sp {
    display: block;
  }
}
.academy-message__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  padding: 8rem 4%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .academy-message__inner {
    gap: 24px;
    padding: 100px 4%;
  }
}
.academy-message__lead {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #fffdfd;
}
@media screen and (max-width: 767px) {
  .academy-message__lead {
    font-size: 24px;
    line-height: 1.5em;
  }
}
.academy-message__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  color: #fffdfd;
}
@media screen and (max-width: 767px) {
  .academy-message__title {
    font-size: 32px;
    line-height: 1.75em;
  }
}

.academy-curriculum {
  padding-block: 120px;
  background-color: #fffdfd;
}
@media screen and (max-width: 767px) {
  .academy-curriculum {
    padding-block: 100px;
  }
}
.academy-curriculum__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.academy-curriculum__intro {
  margin-top: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #1c1e20;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .academy-curriculum__intro {
    margin-top: 40px;
    font-size: 14px;
  }
}
.academy-curriculum__inner {
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1200px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .academy-curriculum__inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .academy-curriculum__inner {
    margin-top: 40px;
    gap: 56px;
  }
}
.academy-curriculum__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .academy-curriculum__group {
    gap: 24px;
    margin-inline: auto;
    max-width: 335px;
  }
}
.academy-curriculum__group-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .academy-curriculum__group-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4px;
  }
}
.academy-curriculum__group-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #1c1e20;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .academy-curriculum__group-title {
    font-size: 32px;
  }
}
.academy-curriculum__group-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #1c1e20;
}
@media screen and (max-width: 767px) {
  .academy-curriculum__group-label {
    font-size: 15px;
  }
}
.academy-curriculum__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .academy-curriculum__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .academy-curriculum__cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.academy-curriculum__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fffdfd;
  border-radius: 5px;
  padding: 24px 32px 40px;
  -webkit-filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
}
.academy-curriculum__card--strategy {
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .academy-curriculum__card--strategy {
    padding: 16px 24px 24px;
    gap: 0;
  }
}
.academy-curriculum__card--tactic {
  position: relative;
  gap: 10px;
  height: 390px;
}
@media screen and (max-width: 767px) {
  .academy-curriculum__card--tactic {
    gap: 8px;
    height: 350px;
    padding: 24px;
  }
}
.academy-curriculum__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#50ba31), to(#09519d));
  background: linear-gradient(90deg, #50ba31 0%, #09519d 100%);
}
.academy-curriculum__deco, .academy-curriculum__deco::before {
  border-radius: 5px 5px 0 0;
}
.academy-curriculum__card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.academy-curriculum__card--strategy .academy-curriculum__card-head {
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .academy-curriculum__card--strategy .academy-curriculum__card-head {
    gap: 16px;
  }
}
.academy-curriculum__card-num {
  font-family: "Aboreto", serif;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.academy-curriculum__card--strategy .academy-curriculum__card-num {
  font-size: 3.2rem;
  color: #1c1e20;
}
@media screen and (max-width: 767px) {
  .academy-curriculum__card--strategy .academy-curriculum__card-num {
    font-size: 24px;
  }
}
.academy-curriculum__card--tactic .academy-curriculum__card-num {
  font-size: 2rem;
  color: #686d73;
}
@media screen and (max-width: 767px) {
  .academy-curriculum__card--tactic .academy-curriculum__card-num {
    font-size: 16px;
  }
}
.academy-curriculum__card-tag {
  padding-inline: 10px;
  border: 1px solid #b4bec7;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #686d73;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .academy-curriculum__card-tag {
    font-size: 14px;
  }
}
.academy-curriculum__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #1c1e20;
}
@media screen and (max-width: 767px) {
  .academy-curriculum__card-title {
    font-size: 20px;
  }
}
.academy-curriculum__card-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.academy-curriculum__card-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  padding-left: 30px;
  list-style: disc;
}
.academy-curriculum__card-point {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  color: #1c1e20;
}
@media screen and (max-width: 767px) {
  .academy-curriculum__card-point {
    font-size: 16px;
  }
}
.academy-curriculum__card-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.05em;
}
.academy-curriculum__card--strategy .academy-curriculum__card-desc {
  color: #686d73;
}
.academy-curriculum__card--tactic .academy-curriculum__card-desc {
  color: #1c1e20;
}
@media screen and (max-width: 767px) {
  .academy-curriculum__card-desc {
    font-size: 14px;
  }
}
.academy-curriculum__card-illust {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 280px;
  height: 200px;
}

.academy-review {
  position: relative;
  padding-block: 120px;
  background-color: #f2f8ff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .academy-review {
    padding-block: 64px;
  }
}
.academy-review__deco {
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 0;
}
.academy-review__deco .image {
  width: 100%;
  height: 100%;
}
.academy-review__deco--r {
  top: -68px;
  left: 63.6%;
  width: 783px;
  height: 682px;
}
@media screen and (max-width: 767px) {
  .academy-review__deco--r {
    top: -47px;
    left: -224px;
    right: auto;
    width: 783px;
    height: 682px;
  }
}
.academy-review__deco--l {
  top: 417px;
  left: -148px;
  width: 677px;
  height: 590px;
}
@media screen and (max-width: 767px) {
  .academy-review__deco--l {
    top: 1054px;
    bottom: auto;
    left: 506px;
    width: 677px;
    height: 590px;
  }
}
.academy-review__heading {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .academy-review__heading {
    margin-bottom: 32px;
  }
}
.academy-review__inner {
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1200px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .academy-review__inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .academy-review__inner {
    gap: 48px;
  }
}
.academy-review__results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 100%;
}
.academy-review__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #1c1e20;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .academy-review__title {
    font-size: 32px;
  }
}
.academy-review__voices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
}
@media screen and (max-width: 767px) {
  .academy-review__voices {
    gap: 32px;
  }
}
.academy-review__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .academy-review__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.academy-review__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 37px 40px;
  background-color: #fffdfd;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .academy-review__card {
    padding: 32px 24px;
    gap: 24px;
  }
}
.academy-review__card-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#50ba31), to(#09519d));
  background: linear-gradient(90deg, #50ba31 0%, #09519d 100%);
}
.academy-review__card-deco, .academy-review__card-deco::before {
  border-radius: 5px 5px 0 0;
}
.academy-review__card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.academy-review__before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 4px 16px;
  background-color: #f8f8f9;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #686d73;
}
@media screen and (max-width: 767px) {
  .academy-review__before {
    gap: 4px;
    padding: 4px 8px;
    font-size: 14px;
    white-space: nowrap;
  }
}
.academy-review__before-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .academy-review__before-icon {
    width: 12px;
    height: 12px;
  }
}
.academy-review__after-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.academy-review__after-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0 16px;
  background: -webkit-gradient(linear, left top, right top, from(#09519d), to(#50ba31));
  background: linear-gradient(to right, #09519d, #50ba31);
  border-radius: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  color: #fffdfd;
}
@media screen and (max-width: 767px) {
  .academy-review__after-tag {
    font-size: 14px;
  }
}
.academy-review__after-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  color: #1c1e20;
}
@media screen and (max-width: 767px) {
  .academy-review__after-title {
    font-size: 20px;
  }
}
.academy-review__card-body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #1c1e20;
}
@media screen and (max-width: 767px) {
  .academy-review__card-body {
    font-size: 14px;
  }
}
.academy-review__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: auto;
}
.academy-review__person-icon {
  display: block;
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .academy-review__person-icon {
    width: 50px;
    height: 50px;
  }
}
.academy-review__person-name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  font-size: 1.4rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #686d73;
}
@media screen and (max-width: 767px) {
  .academy-review__person-name {
    font-size: 12px;
  }
}
.academy-review__stats {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 24px;
  background: -webkit-gradient(linear, left top, right top, from(#09519d), to(#50ba31));
  background: linear-gradient(to right, #09519d, #50ba31);
  color: #fffdfd;
}
@media screen and (max-width: 767px) {
  .academy-review__stats {
    padding-block: 24px;
  }
}
.academy-review__stats, .academy-review__stats::before {
  border-radius: 5px;
}
.academy-review__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding-inline: 40px;
  text-align: center;
  z-index: 9;
}
.academy-review__stat:nth-child(2) {
  border-left: 1px solid #fffdfd;
  border-right: 1px solid #fffdfd;
}
@media screen and (max-width: 767px) {
  .academy-review__stat:nth-child(2) .academy-review__stat-label {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .academy-review__stat {
    gap: 16px;
    padding-inline: 12px;
  }
}
.academy-review__stat-figure {
  font-family: "Tai Heritage Pro", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}
.academy-review__stat-num {
  font-size: 6.4rem;
}
@media screen and (max-width: 767px) {
  .academy-review__stat-num {
    font-size: 48px;
  }
}
.academy-review__stat-unit {
  margin-left: 0.1em;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .academy-review__stat-unit {
    font-size: 24px;
  }
}
.academy-review__stat-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .academy-review__stat-label {
    font-size: 14px;
  }
}
.academy-review__comparison {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  width: 100%;
  padding: 56px 8.33%;
  background-color: #fffdfd;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .academy-review__comparison {
    gap: 40px;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
}
.academy-review__comparison-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .academy-review__comparison-head {
    gap: 20px;
  }
}
.academy-review__comparison-en {
  font-family: "Aboreto", serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #686d73;
}
.academy-review__comparison-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #1c1e20;
}
@media screen and (max-width: 767px) {
  .academy-review__comparison-title {
    font-size: 32px;
  }
}
.academy-review__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .academy-review__table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    padding: 20px;
    background-color: #fffdfd;
    border-radius: 5px;
  }
}
.academy-review__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.academy-review__col--axis {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  padding-block: 32px;
}
@media screen and (max-width: 1080px) {
  .academy-review__col--axis {
    display: none;
  }
}
.academy-review__col--general {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 32px;
}
@media screen and (max-width: 1080px) {
  .academy-review__col--general {
    width: 100%;
    padding: 0;
    gap: 8px;
    overflow: hidden;
    border: 1px solid #f8f8f9;
    border-radius: 5px;
  }
}
.academy-review__col--academy {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 32px;
  border-radius: 5px;
  background-color: #fffdfd;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1080px) {
  .academy-review__col--academy {
    width: 100%;
    padding: 0;
    gap: 8px;
  }
}
.academy-review__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  height: 60px;
  padding: 10px;
  border-bottom: 1px solid #b4bec7;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #1c1e20;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .academy-review__cell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    height: auto;
    padding: 0;
    border-bottom: none;
  }
}
.academy-review__cell--head {
  height: 80px;
  border-bottom: none;
  background-color: #f8f8f9;
  font-weight: 700;
  color: #686d73;
}
.academy-review__cell--axis {
  width: 100%;
  font-weight: 700;
  color: #686d73;
}
.academy-review__cell--general-head {
  height: 80px;
  border-bottom: none;
  border-radius: 5px;
  background-color: #b4bec7;
  font-weight: 700;
  color: #fffdfd;
}
@media screen and (max-width: 1080px) {
  .academy-review__cell--general-head {
    height: 50px;
  }
}
.academy-review__cell--academy-head {
  position: relative;
  height: 80px;
  border-bottom: none;
  background: -webkit-gradient(linear, left top, right top, from(#09519d), to(#50ba31));
  background: linear-gradient(to right, #09519d, #50ba31);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #fffdfd;
}
@media screen and (max-width: 1080px) {
  .academy-review__cell--academy-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 50px;
    font-size: 16px;
  }
}
.academy-review__cell--academy-head span {
  z-index: 2;
  line-height: 1.5em;
}
.academy-review__cell--academy-head, .academy-review__cell--academy-head::before {
  border-radius: 5px;
}
.academy-review__cell--academy {
  font-weight: 500;
}
.academy-review__cell-axis {
  display: none;
}
@media screen and (max-width: 1080px) {
  .academy-review__cell-axis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 4px 10px;
    background-color: #f8f8f9;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 2em;
    letter-spacing: 0.05em;
    color: #686d73;
    text-align: center;
  }
}
.academy-review__cell-value {
  display: contents;
}
@media screen and (max-width: 1080px) {
  .academy-review__cell-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    height: 50px;
    padding: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: inherit;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    color: #1c1e20;
    text-align: center;
  }
}
.academy-review__brand-icon {
  display: block;
  width: 39px;
  height: 45px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .academy-review__brand-icon {
    width: 22px;
    height: 26px;
  }
}
.academy-review__check {
  display: block;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1080px) {
  .academy-review__check {
    width: 16px;
    height: 16px;
  }
}

.academy-notes {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 86rem;
  padding-left: 4%;
  background: -webkit-gradient(linear, left top, right bottom, from(#09519d), to(#50ba31));
  background: linear-gradient(to bottom right, #09519d, #50ba31);
}
@media screen and (max-width: 1366px) {
  .academy-notes {
    gap: 4rem;
  }
}
@media screen and (max-width: 1100px) {
  .academy-notes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    min-height: 0;
    padding-left: 0;
  }
}
.academy-notes__inner {
  width: 650px;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .academy-notes__inner {
    padding-block: 40px;
  }
}
@media screen and (max-width: 767px) {
  .academy-notes__inner {
    margin-inline: auto;
    width: 100%;
    max-width: 345px;
    padding: 40px 0;
  }
}
.academy-notes__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.6rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .academy-notes__content {
    gap: 32px;
  }
}
.academy-notes__lead-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .academy-notes__lead-block {
    gap: 16px;
  }
}
.academy-notes__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #fffdfd;
}
@media screen and (max-width: 767px) {
  .academy-notes__heading {
    font-size: 34px;
  }
}
.academy-notes__heading-row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .academy-notes__heading-row {
    display: block;
    margin-top: 6px;
  }
}
.academy-notes__highlight {
  padding: 0 1.6rem;
  background: #fffdfd;
}
@media screen and (max-width: 767px) {
  .academy-notes__highlight {
    display: inline-block;
    padding: 0 8px;
  }
}
.academy-notes__highlight-text {
  background-image: -webkit-gradient(linear, right top, left top, from(#50ba31), to(#09519d));
  background-image: linear-gradient(to left, #50ba31, #09519d);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.academy-notes__subheading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  color: #fffdfd;
}
@media screen and (max-width: 767px) {
  .academy-notes__subheading {
    margin-top: 8px;
    font-size: 20px;
  }
}
.academy-notes__body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #fffdfd;
}
@media screen and (max-width: 767px) {
  .academy-notes__body {
    font-size: 14px;
  }
}
.academy-notes__decline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
  padding: 2rem 3.2rem;
  background: rgba(255, 253, 253, 0.2);
  border: 1px solid #fffdfd;
  color: #fffdfd;
}
@media screen and (max-width: 767px) {
  .academy-notes__decline {
    padding: 16px;
  }
}
.academy-notes__decline-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .academy-notes__decline-title {
    font-size: 20px;
  }
}
.academy-notes__decline-body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .academy-notes__decline-body {
    font-size: 14px;
  }
}
.academy-notes__photo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 39.06%;
  height: 86rem;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .academy-notes__photo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .academy-notes__photo {
    height: 250px;
  }
}

.academy-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  padding: 12rem 0;
  background-color: #f8f8f9;
}
@media screen and (max-width: 767px) {
  .academy-cta {
    gap: 40px;
    padding: 100px 20px;
  }
}
.academy-cta__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .academy-cta__head {
    gap: 16px;
  }
}
.academy-cta__heading {
  max-width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  color: #1c1e20;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .academy-cta__heading {
    width: 100%;
    font-size: 32px;
    word-break: break-word;
  }
}
.academy-cta__lead {
  max-width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #1c1e20;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .academy-cta__lead {
    font-size: 14px;
  }
}

.academy-business {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 12rem;
}
@media screen and (max-width: 767px) {
  .academy-business {
    gap: 32px;
    padding-block: 100px;
  }
}
.academy-business__heading {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .academy-business__heading {
    height: auto;
  }
  .academy-business__heading .section-heading {
    min-height: 120px;
    padding-block: 8px;
  }
  .academy-business__heading .section-heading__en {
    line-height: 1.25em;
  }
  .academy-business__heading .section-heading__jp {
    max-width: 100%;
    white-space: normal;
    text-align: center;
    line-height: 1.5em;
  }
}
.academy-business__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1200px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .academy-business__inner {
    max-width: 100%;
  }
}
.academy-business__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .academy-business__intro {
    gap: 8px;
  }
}
.academy-business__intro-badge {
  padding: 0.4rem 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #fffdfd;
  background-color: #b4bec7;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .academy-business__intro-badge {
    font-size: 14px;
  }
}
.academy-business__intro-text {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #1c1e20;
}
@media screen and (max-width: 767px) {
  .academy-business__intro-text {
    font-size: 13px;
  }
}
.academy-business__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .academy-business__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    max-width: 335px;
  }
}
.academy-business__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 0;
  padding: 3.2rem 4rem;
  background-color: #fffdfd;
  border: 1px solid #b4bec7;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .academy-business__card {
    gap: 24px;
    padding: 24px 16px;
  }
}
.academy-business__card--current {
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 900px) {
  .academy-business__card--current .academy-business__card-head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.academy-business__card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .academy-business__card-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 8px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.academy-business__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  color: #1c1e20;
}
.academy-business__card-badge {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.4rem 1.6rem;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #fffdfd;
  background-image: -webkit-gradient(linear, right top, left top, from(#50ba31), to(#09519d));
  background-image: linear-gradient(to left, #50ba31, #09519d);
  border-radius: 20px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .academy-business__card-badge {
    font-size: 11px;
  }
}
.academy-business__card-badge::before {
  z-index: -1;
}
.academy-business__card-photo {
  width: 100%;
  height: 22rem;
  overflow: hidden;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .academy-business__card-photo {
    height: 160px;
  }
}
.academy-business__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  width: 100%;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .academy-business__rows {
    gap: 12px;
  }
}
.academy-business__rows--current .academy-business__row {
  background-color: #f4f8f7;
}
.academy-business__rows--current .academy-business__row-label {
  color: #2cb22c;
}
.academy-business__rows--current .academy-business__row-icon img {
  -webkit-filter: invert(54%) sepia(85%) saturate(412%) hue-rotate(73deg) brightness(95%) contrast(89%);
          filter: invert(54%) sepia(85%) saturate(412%) hue-rotate(73deg) brightness(95%) contrast(89%);
}
.academy-business__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-width: 0;
  padding: 0.8rem 1.6rem 0.8rem 0.8rem;
  background-color: #f2f8ff;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .academy-business__row {
    padding: 18px 8px;
  }
}
.academy-business__row-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1752d9;
}
@media screen and (max-width: 767px) {
  .academy-business__row-label {
    gap: 2px;
  }
}
.academy-business__row-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8px;
  height: 8px;
}
@media screen and (max-width: 767px) {
  .academy-business__row-icon {
    width: 14px;
    height: 14px;
  }
}
.academy-business__row-icon img {
  -webkit-filter: invert(24%) sepia(89%) saturate(2476%) hue-rotate(212deg) brightness(94%) contrast(91%);
          filter: invert(24%) sepia(89%) saturate(2476%) hue-rotate(212deg) brightness(94%) contrast(91%);
}
.academy-business__row-label span:last-child {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .academy-business__row-label span:last-child {
    font-size: 14px;
  }
}
.academy-business__row-value {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #1c1e20;
  text-align: right;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .academy-business__row-value {
    flex-shrink: 1;
    -ms-flex-negative: 1;
    line-height: 1.5em;
    font-size: 14px;
  }
}
.academy-business__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22rem;
  padding: 1.6rem 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  border-radius: 50px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.academy-business__btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .academy-business__btn {
    width: 100%;
    max-width: 220px;
    font-size: 14px;
  }
}
.academy-business__btn--outline {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 3.2rem;
  font-weight: 400;
  color: #1c1e20;
  background-color: #fffdfd;
  border: 1px solid #b4bec7;
}
@media screen and (max-width: 767px) {
  .academy-business__btn--outline {
    padding-left: 24px;
  }
}
.academy-business__btn--contact {
  font-weight: 400;
  color: #fffdfd;
  background: -webkit-gradient(linear, left top, left bottom, from(#1b8d04), to(#65c937));
  background: linear-gradient(to bottom, #1b8d04, #65c937);
}
.academy-business__btn-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1rem;
  height: 0.7rem;
}
@media screen and (max-width: 767px) {
  .academy-business__btn-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 10px;
    height: 7px;
  }
}
.academy-business__btn-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
}
@media screen and (max-width: 767px) {
  .academy-business__btn-icon {
    width: 14px;
    height: 14px;
  }
}
.academy-business__connector {
  margin-block: 16px;
  width: 62.8rem;
  max-width: 100%;
  height: 2.8rem;
}
@media screen and (max-width: 767px) {
  .academy-business__connector {
    display: none;
    width: 80%;
    height: 20px;
  }
}
.academy-business__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  width: 100%;
  text-align: center;
}
.academy-business__note-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  color: #1c1e20;
}
@media screen and (max-width: 767px) {
  .academy-business__note-title {
    margin-top: 40px;
    font-size: 18px;
  }
}
.academy-business__note-body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #1c1e20;
}
@media screen and (max-width: 767px) {
  .academy-business__note-body {
    font-size: 13px;
  }
}

.academy-ctahero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 64rem;
  padding: 7.8rem 4%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .academy-ctahero {
    min-height: 0;
    padding: 90px 20px 100px;
  }
}
.academy-ctahero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.academy-ctahero__overlay {
  position: absolute;
  inset: 0;
  opacity: 0.8;
}
.academy-ctahero__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .academy-ctahero__inner {
    gap: 32px;
    max-width: 330px;
  }
}
.academy-ctahero__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .academy-ctahero__head {
    gap: 16px;
  }
}
.academy-ctahero__heading {
  max-width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  color: #fffdfd;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .academy-ctahero__heading {
    font-size: 32px;
  }
}
.academy-ctahero__lead {
  max-width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #fffdfd;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .academy-ctahero__lead {
    font-size: 16px;
  }
}
.academy-ctahero__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.4rem;
  width: 100%;
  max-width: 164rem;
  margin-inline: auto;
  padding: 3.2rem;
  background-color: rgba(255, 253, 253, 0.9);
}
@media screen and (max-width: 767px) {
  .academy-ctahero__card {
    gap: 24px;
    padding: 20px 20px 24px;
  }
}
@media screen and (max-width: 767px) {
  .academy-ctahero__card .c-cta-pill__label {
    text-align: left;
  }
}
.academy-ctahero__card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  color: #1c1e20;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .academy-ctahero__card-text {
    width: 100%;
    gap: 4px;
  }
}
.academy-ctahero__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .academy-ctahero__card-title {
    font-size: 20px;
  }
}
.academy-ctahero__card-note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .academy-ctahero__card-note {
    font-size: 14px;
  }
}

.contact {
  padding: 80px 0 120px;
  background-color: #f8f8f9;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 48px 0 72px;
  }
}
.contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: calc(800px + 8%);
  margin: 0 auto;
  padding: 0 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
}
@media screen and (max-width: 767px) {
  .contact__head {
    gap: 32px;
  }
}
.contact__head--confirm {
  gap: 0;
}
.contact__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  text-align: center;
}
.contact__lead-note, .contact__lead-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #1c1e20;
}
@media screen and (max-width: 767px) {
  .contact__lead-note, .contact__lead-text {
    font-size: 14px;
  }
}
.contact__lead-strong {
  font-weight: 700;
}
.contact__complete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.contact__complete-title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  color: #1c1e20;
}
@media screen and (max-width: 767px) {
  .contact__complete-title {
    font-size: 20px;
  }
}
.contact__complete-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #1c1e20;
}
@media screen and (max-width: 767px) {
  .contact__complete-body {
    font-size: 14px;
  }
}

.contact-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact-step {
    gap: 8px;
  }
}
.contact-step__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #b4bec7;
  color: #686d73;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .contact-step__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
    white-space: normal;
    text-align: center;
  }
}
.contact-step__item.is-active {
  border-bottom-color: #686d73;
  color: #1c1e20;
}
.contact-step__no {
  font-family: "Aboreto", serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .contact-step__no {
    font-size: 12px;
  }
}
.contact-step__label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .contact-step__label {
    font-size: 12px;
  }
}

.comingsoon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  min-height: calc(100vh - 80px);
}
@media screen and (max-width: 767px) {
  .comingsoon {
    min-height: calc(100vh - 60px);
  }
}
.comingsoon__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  margin: 0 auto;
  padding: 80px 4%;
  max-width: calc(1200px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .comingsoon__inner {
    gap: 20px;
    padding: 60px 4%;
    max-width: 100%;
  }
}
.comingsoon__title {
  font-family: "Aboreto", serif;
  font-weight: 400;
  font-size: 8rem;
  line-height: 1.2em;
  letter-spacing: 0.08em;
  color: #1c1e20;
}
@media screen and (max-width: 767px) {
  .comingsoon__title {
    font-size: 36px;
  }
}
.comingsoon__lead {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  color: #686d73;
}
@media screen and (max-width: 767px) {
  .comingsoon__lead {
    font-size: 15px;
  }
}
.comingsoon__deco {
  position: absolute;
  display: block;
  top: 50%;
  right: -100px;
  z-index: 0;
  width: 628px;
  height: 630px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-filter: blur(6px);
          filter: blur(6px);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .comingsoon__deco {
    width: 260px;
    height: 400px;
  }
}
.comingsoon__deco::before {
  -webkit-clip-path: polygon(20% 0%, 100% 0%, 95% 100%, 8% 100%);
          clip-path: polygon(20% 0%, 100% 0%, 95% 100%, 8% 100%);
}

.overflow {
  overflow: hidden;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.none {
  display: none;
}

.d-inline-b {
  display: inline-block;
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 24px, 0);
          transform: translate3d(0, 24px, 0);
}

@media (prefers-reduced-motion: reduce) {
  [data-aos] {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
            transform: none !important;
    opacity: 1 !important;
  }
}