a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, picture, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    background: transparent;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    vertical-align: bottom;
  }
  
  *, :after, :before {
    box-sizing: border-box;
  }
  
  body {
    line-height: 1;
  }
  
  article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, picture, section {
    display: block;
  }
  
  li, ol, ul {
    list-style: none;
  }
  
  blockquote, q {
    quotes: none;
  }
  
  :focus {
    outline: 0;
  }
  
  a, ins {
    text-decoration: none;
  }
  
  del {
    text-decoration: line-through;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  html {
    font-family: Noto Sans JP, sans-serif;
    font-size: 62.5%;
    letter-spacing: 0.08em;
    line-height: 1;
  }
  
  body {
    color: #333;
  }
  
  main {
    padding-top: 60px;
  }
  
  @media (min-width: 897px) {
    main {
      padding-top: 80px;
    }
  }
  img {
    height: auto;
    width: 100%;
  }
  
  a {
    color: inherit;
  }
  
  @media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    img[src$=".svg"] {
      width: 100%;
    }
  }
  .sp_only {
    display: block;
  }
  
  @media (min-width: 897px) {
    .sp_only {
      display: none;
    }
  }
  .pc_only {
    display: none;
  }
  
  @media (min-width: 897px) {
    .pc_only {
      display: block;
    }
  }
  .sp_br {
    display: inline;
  }
  
  @media (min-width: 897px) {
    .sp_br {
      display: none;
    }
  }
  .pc_br {
    display: none;
  }
  
  @media (min-width: 897px) {
    .pc_br {
      display: inline;
    }
  }
  .hidden-text {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  
  .contact-area {
    background: linear-gradient(104.95deg, #9afff9 -20.46%, #c7acff 107.71%);
    padding: 60px 0;
  }
  
  @media (min-width: 897px) {
    .contact-area {
      padding: 80px 0;
    }
  }
  .contact-area__title-wrap {
    text-align: center;
  }
  
  .contact-area__title {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 15px;
    position: relative;
  }
  
  @media (min-width: 897px) {
    .contact-area__title {
      font-size: 1.6rem;
      line-height: 1;
      margin-bottom: 35px;
    }
  }
  .contact-area__title:after, .contact-area__title:before {
    background-color: #333;
    content: "";
    height: 40px;
    position: absolute;
    top: 50%;
    width: 1px;
  }
  
  .contact-area__title:before {
    left: -20px;
    transform: translateY(-50%) rotate(-25deg);
  }
  
  @media (min-width: 897px) {
    .contact-area__title:before {
      left: -25px;
      transform: translateY(-45%) rotate(-25deg);
    }
  }
  .contact-area__title:after {
    right: -20px;
    transform: translateY(-50%) rotate(25deg);
  }
  
  @media (min-width: 897px) {
    .contact-area__title:after {
      right: -25px;
      transform: translateY(-45%) rotate(25deg);
    }
  }
  .contact-area__text {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.66667;
    margin-bottom: 25px;
    text-align: center;
  }
  
  @media (min-width: 897px) {
    .contact-area__text {
      font-size: 2.6rem;
      line-height: 1.84615;
      margin-bottom: 35px;
    }
  }
  .contact-area__btn-list {
    padding: 0 8%;
  }
  
  @media (min-width: 897px) {
    .contact-area__btn-list {
      display: flex;
      justify-content: center;
    }
  }
  .contact-area__btn-item {
    margin-bottom: 15px;
  }
  
  @media (min-width: 897px) {
    .contact-area__btn-item {
      margin-bottom: 0;
      margin-right: 28px;
    }
  }
  .contact-area__btn-item:last-of-type {
    margin-bottom: 0;
  }
  
  @media (min-width: 897px) {
    .contact-area__btn-item:last-of-type {
      margin-right: 0;
    }
  }
  .contact-area__btn-link {
    align-items: center;
    border-radius: 10px;
    box-shadow: 6px 8px 10px rgba(0, 0, 0, 0.25);
    display: flex;
    font-size: 2rem;
    font-weight: 700;
    height: 70px;
    margin: 0 auto;
    padding-left: 77px;
    position: relative;
    transition: all 0.3s;
    width: 315px;
  }
  
  @media (min-width: 897px) {
    .contact-area__btn-link {
      font-size: 2.4rem;
      height: 89px;
      padding-left: 100px;
      width: 381px;
    }
  }
  .contact-area__btn-link:hover {
    box-shadow: 12px 16px 20px rgba(0, 0, 0, 0.25);
  }
  
  .contact-area__btn-link:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    left: 18px;
    margin-right: 19px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  
  @media (min-width: 897px) {
    .contact-area__btn-link:before {
      left: 32px;
    }
  }
  .contact-area__btn-link--line {
    background-color: #ffea30;
  }
  
  .contact-area__btn-link--line:before {
    background-image: url(/assets/images/icon-line.svg);
    height: 37px;
    width: 40px;
  }
  
  @media (min-width: 897px) {
    .contact-area__btn-link--line:before {
      height: 48px;
      width: 52px;
    }
  }
  .contact-area__btn-link--mail {
    background-color: #13db9f;
  }
  
  .contact-area__btn-link--mail:before {
    background-image: url(/assets/images/icon-mail.svg);
    height: 24px;
    width: 33px;
  }
  
  @media (min-width: 897px) {
    .contact-area__btn-link--mail:before {
      height: 32px;
      width: 44px;
    }
  }
  .contact-area__btn-link span {
    font-size: 1.8rem;
    font-weight: 400;
  }
  
  @media (min-width: 897px) {
    .contact-area__btn-link span {
      font-size: 2rem;
    }
  }
  .header {
    background-color: #fff;
    height: 60px;
    position: fixed;
    width: 100%;
    z-index: 100;
  }
  
  @media (min-width: 897px) {
    .header {
      height: 80px;
    }
  }
  .header.shadow {
    box-shadow: 6px 8px 10px rgba(0, 0, 0, 0.06);
  }
  
  .header__inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding: 0 4%;
    position: relative;
  }
  
  @media (min-width: 897px) {
    .header__inner {
      padding: 0 0 0 30px;
    }
  }
  .header__logo-inner {
    align-items: center;
    display: flex;
  }
  
  .header__logo {
    margin-right: 15px;
    width: 121px;
  }
  
  .header__label {
    font-size: 1.1rem;
    font-weight: 700;
  }
  
  @media (min-width: 897px) {
    .header__label {
      font-size: 1.2rem;
    }
  }
  .header__label--school, .header__label--star {
    border-radius: 60px;
    font-size: 1.2rem;
    padding: 6px 10px;
  }
  
  @media (min-width: 897px) {
    .header__label--school, .header__label--star {
      font-size: 1.4rem;
      padding: 8px 16px;
    }
  }
  .header__label--school {
    background-color: #e3ff8d;
  }
  
  .header__label--star {
    background-color: #c3f4ff;
  }
  
  .header__btn-box {
    height: 18px;
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    z-index: 3;
  }
  
  .header__btn-box.active .header__btn-line {
    background: #fff;
  }
  
  .header__btn-box.active .header__btn-line:first-of-type {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  
  .header__btn-box.active .header__btn-line:nth-of-type(2) {
    display: none;
  }
  
  .header__btn-box.active .header__btn-line:nth-of-type(3) {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  
  .header__btn-line {
    background: linear-gradient(93.87deg, #00c3af, #00bf63 109.71%);
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.3s;
    width: 100%;
  }
  
  .header__btn-line:first-of-type {
    top: 0;
  }
  
  .header__btn-line:nth-of-type(2) {
    top: 50%;
  }
  
  .header__btn-line:nth-of-type(3) {
    top: 100%;
  }
  
  @media (min-width: 897px) {
    .pc-header {
      align-items: center;
      display: flex;
      height: 100%;
    }
  
    .pc-header__item {
      margin-top: 10PX;
    }
  
    .pc-header__item, .pc-header__item:last-of-type {
      margin-right: 50px;
    }
  
    .pc-header__link {
      font-size: 1.4rem;
      text-align: center;
    }
  
    .pc-header__link:hover, .pc-header__link span {
      -webkit-text-fill-color: transparent;
      background: linear-gradient(93.87deg, #00c3af, #00bf63 109.71%);
      -webkit-background-clip: text;
      background-clip: text;
    }
  
    .pc-header__link span {
      color: #333;
      display: block;
      font-family: Roboto, sans-serif;
      font-size: 1rem;
      font-weight: 500;
      padding-top: 10px;
    }
  
    .pc-header__item-contact {
      height: 100%;
    }
  
    .pc-header__link-contact {
      display: block;
      font-size: 1.2rem;
      height: 100%;
      line-height: 1.3;
      padding: 20px 30px 0 70px;
      position: relative;
      transition: opacity 0.3s;
    }
  
    .pc-header__link-contact:hover {
      opacity: 0.8;
    }
  
    .pc-header__link-contact span {
      font-size: 1.8rem;
      font-weight: 700;
      vertical-align: baseline;
    }
  
    .pc-header__link-contact:before {
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      display: block;
      left: 21px;
      margin-right: 19px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }
  
    .pc-header__link-contact--line {
      background-color: #ffea30;
    }
  
    .pc-header__link-contact--line:before {
      background-image: url(/assets/images/icon-line.svg);
      height: 30px;
      width: 32px;
    }
  
    .pc-header__link-contact--mail {
      background-color: #13db9f;
    }
  
    .pc-header__link-contact--mail:before {
      background-image: url(/assets/images/icon-mail.svg);
      height: 18px;
      width: 25px;
    }
  }
  .sp-header {
    background: linear-gradient(93.87deg, #00c3af, #00bf63 109.71%);
    left: 0;
    min-height: 100vh;
    position: fixed;
    top: 0;
    transform: translateX(100%);
    transition: all 0.3s;
    width: 100%;
    z-index: 2;
  }
  
  @media (min-width: 897px) {
    .sp-header {
      display: none !important;
    }
  }
  .sp-header.active {
    transform: translateX(0);
  }
  
  .sp-header__logo {
    left: 4%;
    position: absolute;
    top: 15px;
    width: 121px;
  }
  
  .sp-header__list {
    padding: 120px 0;
  }
  
  .sp-header__item {
    margin-bottom: 45px;
  }
  
  .sp-header__item a {
    color: #fff;
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
  }
  
  .sp-header__item--small a {
    font-size: 1.2rem;
    font-weight: 400;
    margin: 50px 0;
  }
  
  .sp-header__item-sns {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  
  .sp-header__item-sns--fb {
    margin-right: 40px;
    width: 16px;
  }
  
  .sp-header__item-sns--insta {
    width: 26px;
  }
  
  .footer {
    background-color: #333;
    padding: 20px 0 30px;
  }
  
  @media (min-width: 897px) {
    .footer {
      padding: 20px 0 40px;
    }
  }
  .footer__inner {
    padding: 0 5%;
  }
  
  @media (min-width: 897px) {
    .footer__inner {
      margin: 0 auto;
      max-width: calc(1440px + 10%);
    }
  }
  .sp-footer__content {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  
  .sp-footer__logo {
    width: 154px;
  }
  
  .sp-footer__list {
    display: flex;
    padding-right: 5px;
  }
  
  .sp-footer__item:first-of-type {
    margin-right: 40px;
    width: 16px;
  }
  
  .sp-footer__item:nth-of-type(2) {
    width: 26px;
  }
  
  .sp-footer__copy {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 1.2rem;
    text-align: center;
  }
  
  @media (min-width: 897px) {
    .pc-footer__inner {
      align-items: center;
      display: flex;
      justify-content: space-between;
    }
  
    .pc-footer__inner--bottom {
      align-items: flex-end;
      margin-top: 20px;
    }
  
    .pc-footer__logo {
      width: 205px;
    }
  
    .pc-footer__list {
      align-items: center;
      display: flex;
    }
  
    .pc-footer__item {
      color: #fff;
      font-size: 1.6rem;
      margin-right: 35px;
    }
  
    .pc-footer__item:nth-of-type(5) {
      margin-right: 65px;
    }
  
    .pc-footer__item--fb {
      margin-right: 30px;
      width: 16px;
    }
  
    .pc-footer__item--insta {
      margin-right: 0;
      width: 26px;
    }
  
    .pc-footer__copy {
      color: #fff;
      font-family: Roboto, sans-serif;
      font-size: 1.2rem;
      text-align: center;
    }
  
    .pc-footer__btn-list {
      display: flex;
    }
  
    .pc-footer__btn-item {
      margin-right: 15px;
    }
  
    .pc-footer__btn-item:last-of-type {
      margin-right: 0;
    }
  
    .pc-footer__btn-link {
      align-items: center;
      border-radius: 30px;
      display: flex;
      font-size: 1.6rem;
      font-weight: 700;
      height: 48px;
      padding-bottom: 2px;
      padding-left: 51px;
      position: relative;
      width: 205px;
    }
  
    .pc-footer__btn-link:before {
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      display: block;
      left: 18px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }
  
    .pc-footer__btn-link span {
      font-size: 1.2rem;
      font-weight: 400;
      padding-top: 2px;
    }
  
    .pc-footer__btn-link--line {
      background-color: #ffea30;
    }
  
    .pc-footer__btn-link--line:before {
      background-image: url(/assets/images/icon-line.svg);
      height: 25px;
      width: 27px;
    }
  
    .pc-footer__btn-link--mail {
      background-color: #13db9f;
    }
  
    .pc-footer__btn-link--mail:before {
      background-image: url(/assets/images/icon-mail.svg);
      height: 18px;
      width: 25px;
    }
  
    .pc-footer__privacy {
      color: #fff;
      font-size: 1.2rem;
      margin-top: 20px;
      text-align: right;
    }
  }
  .footer-fixed {
    bottom: 0;
    left: 0;
    opacity: 1;
    position: fixed;
    transition: opacity 0.3s;
    width: 100%;
    z-index: 101;
  }
  
  @media (min-width: 897px) {
    .footer-fixed {
      display: none !important;
    }
  }
  .footer-fixed.none {
    opacity: 0;
    pointer-events: none;
  }
  
  .footer-fixed__list {
    display: flex;
  }
  
  .footer-fixed__item {
    width: 50%;
  }
  
  .footer-fixed__link {
    display: block;
    font-size: 1.2rem;
    height: 100%;
    line-height: 1.3;
    padding: 15px 30px 15px 70px;
    position: relative;
  }
  
  .footer-fixed__link span {
    font-size: 1.6rem;
    font-weight: 700;
  }
  
  .footer-fixed__link:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    left: 20px;
    margin-right: 19px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .footer-fixed__link--line {
    background-color: #ffea30;
  }
  
  .footer-fixed__link--line:before {
    background-image: url(/assets/images/icon-line.svg);
    height: 31px;
    width: 34px;
  }
  
  .footer-fixed__link--mail {
    background-color: #13db9f;
  }
  
  .footer-fixed__link--mail:before {
    background-image: url(/assets/images/icon-mail.svg);
    height: 18px;
    width: 25px;
  }
  
  @media (min-width: 897px) {
    #top-page .header {
      display: none !important;
    }
  
    #top-page main {
      padding-top: 0 !important;
    }
  }
  @media (orientation: landscape) {
    .top-content {
      display: flex;
      min-height: 100vh;
    }
  }
  .top-content__school {
    position: relative;
  }
  
  @media (orientation: portrait) {
    .top-content__school {
      background: url(/assets/images/top-school_sp.jpg) no-repeat 50%/cover;
      padding-top: 88%;
    }
  }
  @media (orientation: landscape) {
    .top-content__school {
      background: url(/assets/images/top-school_pc.jpg) no-repeat 50%/cover;
      width: 36%;
    }
  }
  .top-content__school-btn {
    bottom: 9.09091%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
  }
  
  .top-content__school-btn a {
    align-items: center;
    background: linear-gradient(97.23deg, #fff544 -7.8%, #cbff38 99.9%);
    border: 2px solid #fff;
    border-radius: 6px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    display: block;
    display: flex;
    font-size: 2rem;
    font-weight: 700;
    height: 100%;
    height: 57px;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-align: center;
    transition: all 0.3s;
    width: 100%;
    width: 258px;
  }
  
  .top-content__school-btn a:hover {
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
  }
  
  .top-content__school-btn a:hover:before {
    right: 12px;
  }
  
  .top-content__school-btn a:before {
    border: 2px solid #333;
    border-bottom: none;
    border-left: none;
    content: "";
    height: 10px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s;
    width: 10px;
  }
  
  .top-content__school-btn span {
    font-size: 1.6rem;
    font-weight: 400;
    padding-left: 5px;
  }
  
  .top-content__all-star {
    position: relative;
  }
  
  @media (orientation: portrait) {
    .top-content__all-star {
      background: url(/assets/images/top-star_sp.jpg) no-repeat 50%/cover;
      padding-top: 88%;
    }
  }
  @media (orientation: landscape) {
    .top-content__all-star {
      background: url(/assets/images/top-star_pc.jpg) no-repeat 50%/cover;
      width: 36%;
    }
  }
  .top-content__all-star-btn {
    bottom: 9.09091%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
  }
  
  .top-content__all-star-btn a {
    align-items: center;
    background: linear-gradient(97.23deg, #9afff9 -7.8%, #c7acff 99.9%);
    border: 2px solid #fff;
    border-radius: 6px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    display: block;
    display: flex;
    font-size: 2rem;
    font-weight: 700;
    height: 100%;
    height: 57px;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-align: center;
    transition: all 0.3s;
    width: 100%;
    width: 258px;
  }
  
  .top-content__all-star-btn a:hover {
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
  }
  
  .top-content__all-star-btn a:hover:before {
    right: 12px;
  }
  
  .top-content__all-star-btn a:before {
    border: 2px solid #333;
    border-bottom: none;
    border-left: none;
    content: "";
    height: 10px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s;
    width: 10px;
  }
  
  .top-content__all-star-btn span {
    font-size: 1.6rem;
    font-weight: 400;
    padding-left: 5px;
  }
  
  @media (orientation: portrait) {
    .top-content__logo {
      display: none;
    }
  }
  @media (orientation: landscape) {
    .top-content__logo {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative;
      width: 28%;
    }
  }
  .top-content__logo-title {
    margin: 0 auto;
    width: 58%;
  }
  
  .top-content__logo-text {
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 35px;
  }
  
  .top-content__logo-copy {
    bottom: 30px;
    color: #888;
    left: 50%;
    letter-spacing: 0.06em;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 100%;
  }
  
  .secondary-page {
    position: relative;
  }
  
  .secondary-main-under {
    padding: 50px 4% 55px;
  }
  
  @media (min-width: 897px) {
    .secondary-main-under {
      padding: 100px 4% 110px;
    }
  }
  .secondary-main-under--yellow {
    background: linear-gradient(97.23deg, #fff544 -7.8%, #cbff38 99.9%);
  }
  
  .secondary-main-under--blue {
    background: linear-gradient(97.23deg, #9afff9 -7.8%, #c7acff 99.9%);
  }
  
  .secondary-main-under__title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.77778;
    margin-bottom: 15px;
    text-align: center;
  }
  
  @media (min-width: 897px) {
    .secondary-main-under__title {
      font-size: 3rem;
      line-height: 1.3;
      margin-bottom: 45px;
    }
  }
  .secondary-main-under__text {
    font-size: 1.4rem;
    line-height: 2.14286;
    text-align: center;
  }
  
  @media (min-width: 897px) {
    .secondary-main-under__text {
      font-size: 1.6rem;
      line-height: 2.125;
    }
  }
  .secondary-classroom {
    padding: 80px 0;
  }
  
  @media (min-width: 897px) {
    .secondary-classroom {
      padding: 120px 0 110px;
    }
  }
  .secondary-classroom__title {
    display: flex;
    flex-direction: column;
    font-size: 2.4rem;
    font-weight: 700;
    justify-content: center;
    margin-bottom: 13px;
    text-align: center;
  }
  
  @media (min-width: 897px) {
    .secondary-classroom__title {
      font-size: 3.2rem;
    }
  }
  .secondary-classroom__title:after {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(93.87deg, #00c3af, #00bf63 109.71%);
    -webkit-background-clip: text;
    background-clip: text;
    color: #333;
    content: "SCHOOL INTRO";
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    padding-top: 8px;
  }
  
  @media (min-width: 897px) {
    .secondary-classroom__title:after {
      font-size: 1.6rem;
      padding-top: 15px;
    }
  
    .secondary-classroom__title {
      margin-bottom: 40px;
    }
  }
  .secondary-classroom__title--other {
    display: flex;
    flex-direction: column;
    font-size: 2.4rem;
    font-weight: 700;
    justify-content: center;
    text-align: center;
  }
  
  @media (min-width: 897px) {
    .secondary-classroom__title--other {
      font-size: 3.2rem;
    }
  }
  .secondary-classroom__title--other:after {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(93.87deg, #00c3af, #00bf63 109.71%);
    -webkit-background-clip: text;
    background-clip: text;
    color: #333;
    content: "";
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    padding-top: 8px;
  }
  
  @media (min-width: 897px) {
    .secondary-classroom__title--other:after {
      font-size: 1.6rem;
      padding-top: 15px;
    }
  }
  .secondary-classroom__text {
    font-size: 1.4rem;
    margin-bottom: 30px;
    text-align: center;
  }
  
  @media (min-width: 897px) {
    .secondary-classroom__text {
      font-size: 1.6rem;
      margin-bottom: 55px;
    }
  }
  .secondary-classroom__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 50px;
    width: 92%;
  }
  
  @media (min-width: 897px) {
    .secondary-classroom__list {
      margin: 0 auto 60px;
      max-width: 1200px;
    }
  }
  .secondary-classroom__item {
    margin-bottom: 5px;
    width: 49.56522%;
  }
  
  @media (min-width: 897px) {
    .secondary-classroom__item {
      margin-bottom: 20px;
      width: 18.66667%;
    }
  }
  .secondary-classroom__item--empty {
    width: 49.56522%;
  }
  
  @media (min-width: 897px) {
    .secondary-classroom__item--empty {
      width: 18.66667%;
    }
  }
  .secondary-classroom__item-link {
    background: linear-gradient(93.87deg, #00c3af, #00bf63 109.71%);
    border: 2px solid #fff;
    border-radius: 8px;
    box-shadow: 6px 8px 20px rgba(0, 0, 0, 0.25);
    color: #fff;
    display: flex;
    font-size: 1.6rem;
    padding: 23px 0 23px 15px;
    position: relative;
    transition: all 0.3s;
  }
  
  @media (min-width: 897px) {
    .secondary-classroom__item-link {
      font-size: 2.2rem;
      padding: 24px 0 24px 22px;
    }
  }
  .secondary-classroom__item-link:hover {
    box-shadow: 12px 16px 40px rgba(0, 0, 0, 0.25);
  }
  
  .secondary-classroom__item-link:hover:after {
    right: 12px;
  }
  
  .secondary-classroom__item-link:before {
    background: url(/assets/images/secondary/classroom-icon.svg) no-repeat 50%/cover;
    content: "";
    display: block;
    height: 34px;
    margin-right: 11px;
    width: 36px;
  }
  
  @media (min-width: 897px) {
    .secondary-classroom__item-link:before {
      height: 38px;
      width: 40px;
    }
  }
  .secondary-classroom__item-link:after {
    border: 2px solid #fff;
    border-bottom: none;
    border-left: none;
    content: "";
    height: 10px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s;
    width: 10px;
  }
  
  .secondary-classroom__item-link span {
    color: #fff42f;
    display: block;
    font-size: 1rem;
    margin-top: 10px;
  }
  
  @media (min-width: 897px) {
    .secondary-classroom__item-link span {
      font-size: 1.2rem;
    }
  }
  .secondary-classroom__item-link.active {
    background: #ababab;
    border-color: #ababab;
    box-shadow: none;
    pointer-events: none;
  }
  
  .secondary-classroom__btn a {
    align-items: center;
    background: #333;
    border-radius: 6px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    color: #fff;
    display: flex;
    font-size: 1.6rem;
    font-weight: 700;
    height: 51px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    transition: all 0.3s;
    width: 258px;
  }
  
  @media (min-width: 897px) {
    .secondary-classroom__btn a {
      font-size: 1.6rem;
      height: 54px;
    }
  }
  .secondary-classroom__btn a:hover {
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
  }
  
  .secondary-classroom__btn a:hover:before {
    right: 12px;
  }
  
  .secondary-classroom__btn a:before {
    border: 2px solid #fff;
    border-bottom: none;
    border-left: none;
    content: "";
    height: 8px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s;
    width: 8px;
  }
  
  .secondary-staff {
    background: linear-gradient(97.23deg, #fff544 -7.8%, #cbff38 99.9%);
    padding: 80px 0 70px;
  }
  
  @media (min-width: 897px) {
    .secondary-staff {
      padding: 120px 0 140px;
    }
  }
  .secondary-staff__title {
    display: flex;
    flex-direction: column;
    font-size: 2.4rem;
    font-weight: 700;
    justify-content: center;
    margin-bottom: 30px;
    text-align: center;
  }
  
  @media (min-width: 897px) {
    .secondary-staff__title {
      font-size: 3.2rem;
    }
  }
  .secondary-staff__title:after {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(93.87deg, #00c3af, #00bf63 109.71%);
    -webkit-background-clip: text;
    background-clip: text;
    color: #333;
    content: "STAFF";
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    padding-top: 8px;
  }
  
  @media (min-width: 897px) {
    .secondary-staff__title:after {
      font-size: 1.6rem;
      padding-top: 15px;
    }
  
    .secondary-staff__title {
      margin-bottom: 65px;
    }
  
    .secondary-staff__content {
      align-items: flex-start;
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      max-width: 844px;
    }
  }
  .secondary-staff__content-img {
    margin: 0 auto 55px;
    position: relative;
    width: 200px;
  }
  
  @media (min-width: 897px) {
    .secondary-staff__content-img {
      margin: 0;
      width: 36.37441%;
    }
  }
  .secondary-staff__content-img:before {
    background: url(/assets/images/secondary/secondary-staff-icon.png) no-repeat 50%/cover;
    bottom: -34px;
    content: "";
    height: 84px;
    position: absolute;
    right: -46px;
    width: 104px;
  }
  
  @media (min-width: 897px) {
    .secondary-staff__content-img:before {
      bottom: -49px;
      height: 123px;
      right: -65px;
      width: 152px;
    }
  }
  .secondary-staff__content-inner {
    margin: 0 auto;
    width: 295px;
  }
  
  @media (min-width: 897px) {
    .secondary-staff__content-inner {
      margin: 0;
      width: 48.22275%;
    }
  }
  .secondary-staff__text {
    font-size: 1.4rem;
    line-height: 2.14286;
  }
  
  @media (min-width: 897px) {
    .secondary-staff__text {
      font-size: 1.6rem;
      line-height: 2.125;
    }
  }
  .secondary-staff__text + .secondary-staff__text {
    margin-top: 30px;
  }
  
  @media (min-width: 897px) {
    .secondary-staff__text + .secondary-staff__text {
      margin-top: 35px;
    }
  }
  .secondary-staff__btn {
    margin-top: 55px;
  }
  
  .secondary-staff__btn a {
    align-items: center;
    background: #333;
    border-radius: 6px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    color: #fff;
    display: flex;
    font-size: 1.6rem;
    font-weight: 700;
    height: 51px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    transition: all 0.3s;
    width: 258px;
  }
  
  @media (min-width: 897px) {
    .secondary-staff__btn a {
      font-size: 1.6rem;
      height: 54px;
    }
  }
  .secondary-staff__btn a:hover {
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
  }
  
  .secondary-staff__btn a:hover:before {
    right: 12px;
  }
  
  .secondary-staff__btn a:before {
    border: 2px solid #fff;
    border-bottom: none;
    border-left: none;
    content: "";
    height: 8px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s;
    width: 8px;
  }
  
  @media (min-width: 897px) {
    .secondary-staff__btn a {
      margin-left: 0;
    }
  }
  .secondary-insta {
    padding: 80px 0;
  }
  
  @media (min-width: 897px) {
    .secondary-insta {
      padding: 120px 0 110px;
    }
  }
  .secondary-insta__title {
    display: flex;
    font-size: 2.4rem;
    font-weight: 700;
    justify-content: center;
    margin-bottom: 30px;
    text-align: center;
  }
  
  @media (min-width: 897px) {
    .secondary-insta__title {
      font-size: 3.2rem;
      margin-bottom: 40px;
    }
  }
  .secondary-insta__title:before {
    background: url(/assets/images/icon-insta.svg) no-repeat 50%/contain;
    content: "";
    display: block;
    height: 25px;
    margin-right: 10px;
    width: 25px;
  }
  
  @media (min-width: 897px) {
    .secondary-insta__title:before {
      height: 34px;
      margin-right: 15px;
      width: 34px;
    }
  }
  .secondary-insta__link-wrap {
    margin-bottom: 20px;
    padding: 0 3%;
  }
  
  @media (min-width: 897px) {
    .secondary-insta__link-wrap {
      margin: 0 auto 30px;
      max-width: calc(1200px + 4%);
      padding: 0 2%;
    }
  }
  .secondary-insta__link {
    align-items: center;
    display: flex;
  }
  
  .secondary-insta__link-img {
    margin-right: 18px;
    width: 60px;
  }
  
  @media (min-width: 897px) {
    .secondary-insta__link-img {
      margin-right: 24px;
      width: 80px;
    }
  }
  .secondary-insta__link-text {
    font-family: Roboto, sans-serif;
    font-size: 1.6rem;
  }
  
  @media (min-width: 897px) {
    .secondary-insta__link-text {
      font-size: 1.8rem;
    }
  }
  .secondary-insta iframe{
    width: 100%;
    margin: 40px auto 0px;
    height: 500px;
}
  .secondary-insta .insta-sp{
    display: block;
  }
  .secondary-insta .insta-pc{
    display: none;
  } 
  @media (max-width: 420px) {
  .secondary-insta iframe{
      width: 100%;
      margin: 40px auto 0px;
      height: 380px;
  }
  }
  @media (min-width: 897px) {
    .secondary-insta .insta-sp{
      display: none;
      width: 100%;
    }
    .secondary-insta .insta-pc{
      display: block;
    }
    .secondary-insta iframe{
      width: 100%;
      margin: 40px auto 0px;
      height: 580px;
  }

  }
  
  .secondary-insta__item {
    margin-bottom: 7px;
    width: 32.03343%;
  }
  
  @media (min-width: 897px) {
    .secondary-insta__item {
      margin-bottom: 28px;
      width: 23.25%;
    }
  }
  .secondary-insta__item--empty {
    width: 32.03343%;
  }
  
  @media (min-width: 897px) {
    .secondary-insta__item--empty {
      width: 23.25%;
    }
  
    .secondary-insta__item:nth-of-type(9) {
      display: none;
    }
  }
  .secondary-banner {
    background-color: #f1f7f8;
    padding: 50px 0;
  }
  
  @media (min-width: 897px) {
    .secondary-banner {
      padding: 80px 0;
    }
  }
  .secondary-banner__list {
    padding: 0 5.33333%;
  }
  
  @media (min-width: 897px) {
    .secondary-banner__list {
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      max-width: calc(994px + 10.66667%);
    }
  }
  .secondary-banner__item {
    margin-bottom: 15px;
  }
  
  @media (min-width: 897px) {
    .secondary-banner__item {
      margin-bottom: 0;
      width: 48.69215%;
    }
  }
  .secondary-banner__item:last-of-type {
    margin-bottom: 0;
  }
  
  .secondary-banner__item a {
    box-shadow: 6px 8px 20px rgba(0, 0, 0, 0.25);
    display: block;
    transition: all 0.3s;
  }
  
  .secondary-banner__item a:hover {
    box-shadow: 12px 16px 40px rgba(0, 0, 0, 0.25);
  }
  
  .secondary-all-star {
    padding: 80px 0 20px;
  }
  
  @media (min-width: 897px) {
    .secondary-all-star {
      padding: 120px 0 80px;
    }
  }
  .secondary-all-star__title {
    display: flex;
    flex-direction: column;
    font-size: 2.4rem;
    font-weight: 700;
    justify-content: center;
    margin-bottom: 40px;
    text-align: center;
  }
  
  @media (min-width: 897px) {
    .secondary-all-star__title {
      font-size: 3.2rem;
    }
  }
  .secondary-all-star__title:after {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(93.87deg, #00c3af, #00bf63 109.71%);
    -webkit-background-clip: text;
    background-clip: text;
    color: #333;
    content: "ABOUT ALL STAR";
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    padding-top: 8px;
  }
  
  @media (min-width: 897px) {
    .secondary-all-star__title:after {
      font-size: 1.6rem;
      padding-top: 15px;
    }
  
    .secondary-all-star__title {
      margin-bottom: 65px;
    }
  }
  .secondary-all-star__content-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  
  @media (min-width: 897px) {
    .secondary-all-star__content-title {
      font-size: 2.4rem;
      line-height: 1.58333;
      margin-bottom: 25px;
    }
  }
  .secondary-all-star__content-text {
    font-size: 1.4rem;
    line-height: 2.14286;
  }
  
  @media (min-width: 897px) {
    .secondary-all-star__content-text {
      font-size: 1.6rem;
      line-height: 2.125;
    }
  }
  .secondary-all-star__content01 {
    margin-bottom: 70px;
  }
  
  @media (min-width: 897px) {
    .secondary-all-star__content01 {
      display: flex;
      justify-content: space-between;
      margin: 0 auto 120px;
      max-width: 1196px;
    }
  }
  .secondary-all-star__content01-img {
    margin: 0 auto 55px;
    padding: 0 16px 16px 0;
    position: relative;
    width: 90%;
  }
  
  @media (min-width: 897px) {
    .secondary-all-star__content01-img {
      margin: 0;
      padding: 0 28px 28px 0;
      width: 48.99666%;
    }
  }
  .secondary-all-star__content01-img:before {
    background: linear-gradient(97.23deg, #9afff9 -7.8%, #c7acff 99.9%);
    bottom: 0;
    content: "";
    height: calc(100% - 16px);
    position: absolute;
    right: 0;
    width: calc(100% - 16px);
  }
  
  @media (min-width: 897px) {
    .secondary-all-star__content01-img:before {
      height: calc(100% - 28px);
      width: calc(100% - 28px);
    }
  }
  .secondary-all-star__content01-img img {
    position: relative;
  }
  
  .secondary-all-star__content01-inner {
    padding: 0 8%;
  }
  
  @media (min-width: 897px) {
    .secondary-all-star__content01-inner {
      padding: 20px 10.03344% 0 0;
      width: 40.55184%;
    }
  }
  .secondary-all-star__content02 {
    margin-bottom: 0;
  }
  
  @media (min-width: 897px) {
    .secondary-all-star__content02 {
      align-items: flex-start;
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between;
      margin: 0 auto;
      max-width: 1052px;
    }
  }
  .secondary-all-star__content02-img {
    margin: 0 auto 55px;
    padding: 0 0 16px 16px;
    position: relative;
    width: 73%;
  }
  
  @media (min-width: 897px) {
    .secondary-all-star__content02-img {
      margin: 0;
      padding: 0 0 28px 28px;
      width: 38.30798%;
    }
  }
  .secondary-all-star__content02-img:before {
    background: linear-gradient(187.23deg, #9afff9 -7.8%, #c7acff 99.9%);
    bottom: 0;
    content: "";
    height: calc(100% - 16px);
    left: 0;
    position: absolute;
    width: calc(100% - 16px);
  }
  
  @media (min-width: 897px) {
    .secondary-all-star__content02-img:before {
      height: calc(100% - 28px);
      width: calc(100% - 28px);
    }
  }
  .secondary-all-star__content02-img img {
    position: relative;
  }
  
  .secondary-all-star__content02-inner {
    padding: 0 8%;
  }
  
  @media (min-width: 897px) {
    .secondary-all-star__content02-inner {
      padding: 50px 0 0 2.94677%;
      width: 37.54753%;
    }
  }
  .staff-page {
    position: relative;
  }
  
  .staff-profile {
    background: linear-gradient(97.23deg, #fff544 -7.8%, #cbff38 99.9%);
    overflow: hidden;
    padding: 60px 0;
  }
  
  @media (min-width: 897px) {
    .staff-profile {
      padding: 120px 0 140px;
    }
  }
  .staff-profile__inner {
    padding: 0 8%;
  }
  
  @media (min-width: 897px) {
    .staff-profile__inner {
      align-items: flex-start;
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      max-width: 1200px;
    }
  }
  .staff-profile__img {
    margin-bottom: 65px;
    position: relative;
  }
  
  @media (min-width: 897px) {
    .staff-profile__img {
      margin-bottom: 0;
      width: 40.33333%;
    }
  }
  .staff-profile__img:before {
    background: url(/assets/images/secondary/secondary-staff-icon.png) no-repeat 50%/cover;
    bottom: -34px;
    content: "";
    height: 84px;
    position: absolute;
    right: -26px;
    width: 104px;
  }
  
  @media (min-width: 897px) {
    .staff-profile__img:before {
      bottom: -49px;
      height: 123px;
      right: -65px;
      width: 152px;
    }
  
    .staff-profile__content {
      width: 48.83333%;
    }
  }
  .staff-profile__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  
  .staff-profile__dl-content {
    margin-bottom: 30px;
  }
  
  .staff-profile__dt {
    font-feature-settings: "palt";
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 6px;
  }
  
  .staff-profile__dd {
    font-size: 1.2rem;
    line-height: 1.83333;
  }
  
  @media (min-width: 897px) {
    .staff-profile__dd {
      font-size: 1.4rem;
      line-height: 1.42857;
    }
  }
  .staff-profile__list {
    padding: 60px 4% 40px;
  }
  
  @media (min-width: 897px) {
    .staff-profile__list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0 auto;
      max-width: calc(1200px + 8%);
      padding: 120px 4% 80px;
    }
  }
  .staff-profile__item {
    background: linear-gradient(97.23deg, #9afff9 -7.8%, #c7acff 99.9%);
    margin-bottom: 20px;
    padding: 20px 20px 25px;
  }
  
  @media (min-width: 897px) {
    .staff-profile__item {
      margin-bottom: 30px;
      width: 31.75%;
    }
  }
  .staff-profile__item-img {
    margin-bottom: 20px;
  }
  
  .staff-profile__item-box {
    display: flex;
  }
  
  .staff-profile__item-box + .staff-profile__item-comment {
    margin-top: 40px;
  }
  
  .staff-profile__item-name {
    font-size: 2rem;
    font-weight: 700;
  }
  
  .staff-profile__item-label {
    border: 1px solid #fff;
    border-radius: 30px;
    display: inline-block;
    font-size: 1.2rem;
    margin-left: 10px;
    padding: 4px 10px;
  }
  
  .staff-profile__item-label--gray {
    background-color: #e3e8ef;
  }
  
  .staff-profile__item-label--green {
    background-color: #e3ff8d;
  }
  
  .staff-profile__item-label--blue {
    background-color: #c3f4ff;
  }
  
  .staff-profile__item-position {
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 5px;
  }
  
  .staff-profile__item-dl {
    margin-top: 16px;
  }
  
  @media (min-width: 897px) {
    .staff-profile__item-dl {
      margin-top: 20px;
    }
  }
  .staff-profile__item-dt {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 6px;
  }
  
  .staff-profile__item-dd {
    font-size: 1.2rem;
    line-height: 1.83333;
    margin-bottom: 35px;
  }
  
  .staff-profile__item-comment {
    background-color: #fff;
    border-radius: 6px;
    padding: 15px;
    position: relative;
  }
  
  .staff-profile__item-comment:before {
    background: url(/assets/images/staff/comment.svg) no-repeat 50%/contain;
    content: "";
    height: 32px;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateY(-70%);
    width: 93px;
  }
  
  .staff-profile__item-comment-text {
    font-size: 1.4rem;
    line-height: 1.42857;
  }
  
  .school-page {
    position: relative;
  }
  
  .school-money {
    background: linear-gradient(97.23deg, #fff544 -7.8%, #cbff38 99.9%);
    padding: 70px 0;
  }
  
  @media (min-width: 897px) {
    .school-money {
      padding: 100px 0 60px;
    }
  }
  .school-money__title {
    display: flex;
    flex-direction: column;
    font-size: 2.4rem;
    font-weight: 700;
    justify-content: center;
    margin-bottom: 30px;
    text-align: center;
  }
  
  @media (min-width: 897px) {
    .school-money__title {
      font-size: 3.2rem;
    }
  }
  .school-money__title:after {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(93.87deg, #00c3af, #00bf63 109.71%);
    -webkit-background-clip: text;
    background-clip: text;
    color: #333;
    content: "ADMISSION FEE";
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    padding-top: 8px;
  }
  
  @media (min-width: 897px) {
    .school-money__title:after {
      font-size: 1.6rem;
      padding-top: 15px;
    }
  
    .school-money__title {
      margin-bottom: 40px;
    }
  }
  .school-money__wrap {
    padding: 0 4%;
  }
  
  @media (min-width: 897px) {
    .school-money__wrap {
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      max-width: calc(996px + 8%);
    }
  
    .school-money__content {
      width: 48.59438%;
    }
  }
  .school-money__content-title {
    background: linear-gradient(97.23deg, #9afff9 -7.8%, #c7acff 99.9%);
    padding: 14px 0;
  }
  
  @media (min-width: 897px) {
    .school-money__content-title {
      padding: 17px 0;
    }
  }
  .school-money__content-title-text {
    font-size: 1.8rem;
    text-align: center;
  }
  
  @media (min-width: 897px) {
    .school-money__content-title-text {
      font-size: 2.2rem;
    }
  }
  .school-money__content-description {
    background-color: #fff;
    padding: 30px 0 20px;
    text-align: center;
  }
  
  @media (min-width: 897px) {
    .school-money__content-description {
      padding: 35px 0 20px;
    }
  }
  .school-money__content-description-text {
    font-family: Roboto, sans-serif;
    font-size: 4.4rem;
    font-weight: 700;
  }
  
  @media (min-width: 897px) {
    .school-money__content-description-text {
      font-size: 4.8rem;
    }
  }
  .school-money__content-description--small {
    font-size: 2.6rem;
  }
  
  @media (min-width: 897px) {
    .school-money__content-description--small {
      font-size: 3.2rem;
    }
  }
  .school-money__content-description--annotation {
    display: block;
    font-family: Noto Sans JP, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 22px;
  }
  
  @media (min-width: 897px) {
    .school-money__content-description--annotation {
      font-size: 1.6rem;
    }
  }
  .school-money__annotation {
    font-size: 1rem;
    line-height: 1.6;
    margin: 12px 0 30px;
  }
  
  @media (min-width: 897px) {
    .school-money__annotation {
      font-size: 1.4rem;
      font-weight: 300;
      line-height: 1.42857;
      margin: 14px 0 0;
    }
  
    .school-money__annotation small {
      font-size: 1.2rem;
    }
  }
  .school-join {
    background-color: #f1f7f8;
    padding: 60px 0 70px;
  }
  
  @media (min-width: 897px) {
    .school-join {
      padding: 90px 0;
    }
  }
  .school-join__title {
    display: flex;
    flex-direction: column;
    font-size: 2.4rem;
    font-weight: 700;
    justify-content: center;
    margin-bottom: 40px;
    text-align: center;
  }
  
  @media (min-width: 897px) {
    .school-join__title {
      font-size: 3.2rem;
    }
  }
  .school-join__title:after {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(93.87deg, #00c3af, #00bf63 109.71%);
    -webkit-background-clip: text;
    background-clip: text;
    color: #333;
    content: "HOW TO JOIN";
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    padding-top: 8px;
  }
  
  @media (min-width: 897px) {
    .school-join__title:after {
      font-size: 1.6rem;
      padding-top: 15px;
    }
  
    .school-join__title {
      margin-bottom: 45px;
    }
  }
  .school-join__inner {
    padding: 0 2.66667%;
  }
  
  .school-join__list {
    background-color: #fff;
    padding: 30px 5.6338%;
  }
  
  @media (min-width: 897px) {
    .school-join__list {
      margin: 0 auto;
      max-width: 996px;
      padding: 50px;
    }
  }
  .school-join__item {
    margin-bottom: 40px;
  }
  
  .school-join__item:last-of-type {
    margin-bottom: 0;
  }
  
  .school-join__dt {
    border-bottom: 1px solid #ccc;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    position: relative;
  }
  
  @media (min-width: 897px) {
    .school-join__dt {
      font-size: 2rem;
      margin-bottom: 20px;
    }
  }
  .school-join__dt:before {
    background: linear-gradient(93.87deg, #00c3af, #00bf63 109.71%);
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
  }
  
  .school-join__dd-li {
    font-size: 1.4rem;
    line-height: 1.85714;
    padding-left: 1.6rem;
    text-indent: -1.6rem;
  }
  
  @media (min-width: 897px) {
    .school-join__dd-li {
      font-size: 1.6rem;
      line-height: 1.625;
    }
  }
  .school-join__dd-li--anotation {
    display: block;
    font-size: 1rem;
    font-weight: 300;
    padding-left: 1.6rem;
  }
  
  @media (min-width: 897px) {
    .school-join__dd-li--anotation {
      display: inline;
      font-size: 1.2rem;
    }
  }
  .school-join__dd-ol {
    font-size: 1.4rem;
    line-height: 1.85714;
    padding-left: 1.5rem;
    text-indent: -1.2rem;
  }
  
  @media (min-width: 897px) {
    .school-join__dd-ol {
      font-size: 1.6rem;
      line-height: 1.625;
      padding-left: 2rem;
      text-indent: -1.5rem;
    }
  }
  .school-join__dd-ol--green {
    color: #13db9f;
    font-family: Roboto, sans-serif;
    font-weight: 700;
  }
  
  .school-join__dd-annotation {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.6;
    margin-top: 10px;
  }
  
  @media (min-width: 897px) {
    .school-join__dd-annotation {
      font-size: 1.2rem;
    }
  }
  .school-join__dd-text {
    font-size: 1.4rem;
    line-height: 1.85714;
  }
  
  @media (min-width: 897px) {
    .school-join__dd-text {
      font-size: 1.6rem;
      line-height: 1.625;
    }
  }
  .school-mainvisual {
    align-items: center;
    background: linear-gradient(93.87deg, #00c3af, #00bf63 109.71%);
    display: flex;
    height: 170px;
    justify-content: center;
  }
  
  @media (min-width: 897px) {
    .school-mainvisual {
      height: 270px;
    }
  }
  .school-mainvisual__title {
    color: #fff;
    font-size: 3rem;
  }
  
  @media (min-width: 897px) {
    .school-mainvisual__title {
      font-size: 4.8rem;
    }
  }
  .school-address {
    background-color: #f1f7f8;
    padding: 60px 0;
  }
  
  @media (min-width: 897px) {
    .school-address {
      padding: 80px 0 100px;
    }
  }
  .school-address__inner {
    padding: 0 4%;
  }
  
  @media (min-width: 897px) {
    .school-address__inner {
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      max-width: calc(1200px + 8%);
    }
  
    .school-address__content {
      width: 51.16667%;
    }
  }
  .school-address__dl {
    border: 1px solid #00c078;
    margin-bottom: 25px;
  }
  
  .school-address__wrap {
    display: flex;
  }
  
  .school-address__wrap:last-of-type .school-address__dd, .school-address__wrap:last-of-type .school-address__dt {
    border-bottom: none;
  }
  
  .school-address__dt {
    align-items: center;
    background: linear-gradient(93.87deg, #00c3af, #00bf63 109.71%);
    border-bottom: 1px solid #fff;
    color: #fff;
    display: flex;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    padding: 12px 14px;
    width: 25%;
  }
  
  @media (min-width: 897px) {
    .school-address__dt {
      font-size: 1.4rem;
      padding: 18px 22px;
    }
  }
  .school-address__dd {
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #00c078;
    display: flex;
    font-size: 1.4rem;
    font-style: normal;
    line-height: 1.57143;
    padding: 12px 18px;
    width: 75%;
  }
  
  @media (min-width: 897px) {
    .school-address__dd {
      padding: 18px 24px;
    }
  }
  .school-address__dd--mail {
    color: #00c078;
    text-decoration: underline;
  }
  
  @media (min-width: 897px) {
    .school-address__map-inner {
      width: 40.41667%;
    }
  }
  .school-address__map {
    padding-top: 55.07246%;
    position: relative;
    width: 100%;
  }
  
  @media (min-width: 897px) {
    .school-address__map {
      padding-top: 58.5%;
      width: 100%;
    }
  }
  .school-address__map iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  
  .school-address__map-text {
    font-size: 1.4rem;
    margin: 30px 0 15px;
  }
  
  .school-class {
    padding: 60px 0 0;
  }
  
  @media (min-width: 897px) {
    .school-class {
      padding: 100px 0 0;
    }
  }
  .school-class__inner {
    padding: 0 4%;
  }
  
  @media (min-width: 897px) {
    .school-class__inner {
      margin: 0 auto;
      max-width: calc(1200px + 8%);
    }
  }
  .school-class__title {
    font-size: 2.2rem;
    margin-bottom: 30px;
    padding-left: 16px;
    position: relative;
  }
  
  @media (min-width: 897px) {
    .school-class__title {
      font-size: 3.2rem;
      margin-bottom: 40px;
      padding-left: 24px;
    }
  }
  .school-class__title:before {
    background: linear-gradient(93.87deg, #00c3af, #00bf63 109.71%);
    content: "";
    height: 25px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
  }
  
  @media (min-width: 897px) {
    .school-class__title:before {
      height: 28px;
      width: 5px;
    }
  }
  .school-class__content-box:last-of-type .school-class__content-title {
    border-bottom: none;
  }
  
  .school-class__content-box.none {
    display: none;
  }
  
  .school-class__content {
    border: 1px solid #00c078;
    margin-bottom: 10px;
  }
  
  @media (min-width: 897px) {
    .school-class__content {
      border-left: none;
      border-right: none;
      border-top: none;
      display: flex;
      margin-bottom: 0;
    }
  }
  .school-class__content-title {
    background: linear-gradient(93.87deg, #00c3af, #00bf63 109.71%);
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
  }
  
  @media (min-width: 897px) {
    .school-class__content-title {
      border-bottom: 1px solid #fff;
      width: 24%;
    }
  
    .school-class__dl {
      display: flex;
      width: 100%;
    }
  }
  .school-class__box {
    display: flex;
  }
  
  .school-class__box:last-of-type .school-class__dd, .school-class__box:last-of-type .school-class__dt {
    border-bottom: none;
  }
  
  @media (min-width: 897px) {
    .school-class__box:first-of-type {
      width: 31%;
    }
  
    .school-class__box:nth-of-type(2) {
      width: 18%;
    }
  
    .school-class__box:nth-of-type(3), .school-class__box:nth-of-type(4) {
      width: 25.5%;
    }
  }
  .school-class__dt {
    background-color: #676767;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 1.2rem;
    padding: 9px 0;
    text-align: center;
    width: 34.78261%;
  }
  
  @media (min-width: 897px) {
    .school-class__dt {
      display: none;
    }
  }
  .school-class__dd {
    background-color: #fff;
    border-bottom: 1px solid #00c078;
    font-size: 1.4rem;
    padding: 9px 0 9px 20px;
    width: 65.21739%;
  }
  
  @media (min-width: 897px) {
    .school-class__dd {
      align-items: center;
      border-bottom: none;
      border-right: 1px solid #00c078;
      display: flex;
      font-size: 1.6rem;
      justify-content: center;
      padding: 15px 0;
      width: 100%;
    }
  }
  .school-class__table {
    display: none;
  }
  
  @media (min-width: 897px) {
    .school-class__table {
      display: flex;
    }
  }
  .school-class__table-title {
    background: linear-gradient(93.87deg, #00c3af, #00bf63 109.71%);
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 1.4rem;
    line-height: 50px;
    text-align: center;
    width: 24%;
  }
  
  .school-class__table-inner {
    display: flex;
    width: 100%;
  }
  
  .school-class__table-text {
    background-color: #676767;
    border-bottom: 1px solid #00c078;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 1.4rem;
    line-height: 50px;
    text-align: center;
  }
  
  .school-class__table-text:first-of-type {
    width: 31%;
  }
  
  .school-class__table-text:nth-of-type(2) {
    width: 18%;
  }
  
  .school-class__table-text:nth-of-type(3) {
    width: 25.5%;
  }
  
  .school-class__table-text:nth-of-type(4) {
    border-right: none;
    width: 25.5%;
  }
  
  .school-class__annotation {
    font-size: 1rem;
    margin-top: 20px;
  }
  
  .school-search {
    margin-bottom: 20px;
  }
  
  @media (min-width: 897px) {
    .school-search {
      margin-bottom: 40px;
    }
  }
  .school-search__title {
    font-size: 1.4rem;
    margin-bottom: 10px;
    padding-left: 22px;
    position: relative;
  }
  
  .school-search__title:before {
    background: url(/assets/images/school/icon-search.svg) no-repeat 50%/contain;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    width: 14px;
  }
  
  .school-search__list {
    display: flex;
    overflow-x: scroll;
  }
  
  .school-search__item {
    margin-right: 8px;
  }
  
  .school-search__btn {
    background-color: #fff;
    border: 2px solid #555;
    border-radius: 100px;
    cursor: pointer;
    font-size: 1.4rem;
    line-height: 1;
    padding: 10px 20px;
    white-space: nowrap;
  }
  
  .school-search__btn.active {
    border-color: #00c078;
    color: #00c078;
  }
  
  .school-slider {
    padding: 50px 0 35px;
  }
  
  @media (min-width: 897px) {
    .school-slider {
      padding: 110px 0 85px;
    }
  }
  .school-slider__inner {
    margin: 0 auto;
    max-width: 791px;
    width: 90%;
  }
  
  .gallery-main-images {
    margin-bottom: 20px;
  }
  
  @media (min-width: 897px) {
    .gallery-main-images {
      margin-bottom: 40px;
    }
  }
  .gallery-thumbnail-images__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .gallery-thumbnail-images__item {
    margin-bottom: 10px;
    width: calc(20% - 6.8px);
  }
  
  @media (min-width: 897px) {
    .gallery-thumbnail-images__item {
      margin-bottom: 15px;
      width: calc(20% - 17.4px);
    }
  }
  .gallery-thumbnail-images__item.thumbnail-current {
    border: 1px solid #00c078;
    box-sizing: border-box;
  }
  
  .gallery-thumbnail-images__item--empty {
    width: calc(20% - 6.8px);
  }
  
  @media (min-width: 897px) {
    .gallery-thumbnail-images__item--empty {
      width: calc(20% - 17.4px);
    }
  }
  .slick-next, .slick-prev {
    background: transparent;
    border: 2px solid #00c078;
    border-bottom: none;
    border-left: none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 15px;
    line-height: 0;
    outline: none;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 15px;
    z-index: 1;
  }
  
  @media (min-width: 897px) {
    .slick-next, .slick-prev {
      height: 25px;
      width: 25px;
    }
  }
  .slick-next {
    right: -13px;
    transform: translateY(-50%) rotate(45deg);
  }
  
  @media (min-width: 897px) {
    .slick-next {
      right: -50px;
    }
  }
  .slick-prev {
    left: -13px;
    transform: translateY(-50%) rotate(-135deg);
  }
  
  @media (min-width: 897px) {
    .slick-prev {
      left: -50px;
    }
  }
  .concept-content {
    background: linear-gradient(97.23deg, #fff544 -7.8%, #cbff38 99.9%);
    padding: 80px 0;
  }
  
  @media (min-width: 897px) {
    .concept-content {
      padding: 120px 0;
    }
  }
  .concept-content__inner {
    padding: 0 5.33333%;
  }
  
  @media (min-width: 897px) {
    .concept-content__inner {
      margin: 0 auto;
      max-width: calc(440px + 21.33333%);
    }
  }
  .concept-content__title {
    font-size: 2.4rem;
    margin-bottom: 30px;
    text-align: center;
  }
  
  @media (min-width: 897px) {
    .concept-content__title {
      font-size: 3rem;
      margin-bottom: 55px;
    }
  }
  .concept-content__text {
    font-size: 1.6rem;
    line-height: 2.25;
    text-align: left;
  }
  
  @media (min-width: 897px) {
    .concept-content__text {
      text-align: center;
    }
  }
  .concept-greeting {
    padding: 80px 0 100px;
  }
  
  @media (min-width: 897px) {
    .concept-greeting {
      padding: 120px 0;
    }
  }
  .concept-greeting__title {
    display: flex;
    flex-direction: column;
    font-size: 2.4rem;
    font-weight: 700;
    justify-content: center;
    margin-bottom: 30px;
    text-align: center;
  }
  
  @media (min-width: 897px) {
    .concept-greeting__title {
      font-size: 3.2rem;
    }
  }
  .concept-greeting__title:after {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(93.87deg, #00c3af, #00bf63 109.71%);
    -webkit-background-clip: text;
    background-clip: text;
    color: #333;
    content: "MESSAGE";
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    padding-top: 8px;
  }
  
  @media (min-width: 897px) {
    .concept-greeting__title:after {
      font-size: 1.6rem;
      padding-top: 15px;
    }
  
    .concept-greeting__title {
      margin-bottom: 60px;
    }
  }
  .concept-greeting__content {
    padding: 0 6.66667%;
  }
  
  @media (min-width: 897px) {
    .concept-greeting__content {
      align-items: center;
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      max-width: calc(996px + 13.33333%);
    }
  }
  .concept-greeting__content-img {
    margin-bottom: 50px;
  }
  
  @media (min-width: 897px) {
    .concept-greeting__content-img {
      margin-bottom: 0;
      width: 44.27711%;
    }
  
    .concept-greeting__content-text-wrap {
      margin-bottom: 0;
      width: 49.19679%;
    }
  }
  .concept-greeting__content-text {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 2.125;
  }
  
  .concept-greeting__content-text + .concept-greeting__content-text {
    margin-top: 20px;
  }
  
  @media (min-width: 897px) {
    .concept-greeting__content-text + .concept-greeting__content-text {
      margin-top: 30px;
    }
  }
  .contact-page {
    position: relative;
  }
  
  .contact-main {
    align-items: center;
    background: linear-gradient(93.87deg, #00c3af, #00bf63 109.71%);
    display: flex;
    height: 210px;
    justify-content: center;
  }
  
  @media (min-width: 897px) {
    .contact-main {
      height: 300px;
    }
  }
  .contact-main__title {
    color: #fff;
    font-size: 3rem;
  }
  
  @media (min-width: 897px) {
    .contact-main__title {
      font-size: 4rem;
    }
  }
  .contact-content {
    background-color: #f1f7f8;
    padding: 40px 0 80px;
  }
  
  @media (min-width: 897px) {
    .contact-content {
      padding: 80px 0 110px;
    }
  }
  .contact-content__inner {
    padding: 0 4%;
  }
  
  @media (min-width: 897px) {
    .contact-content__inner {
      margin: 0 auto;
      max-width: calc(846px + 8%);
    }
  }
  .contact-content__text {
    font-size: 1.4rem;
    line-height: 1.71429;
    margin-bottom: 35px;
  }
  
  @media (min-width: 897px) {
    .contact-content__text {
      font-size: 1.6rem;
      line-height: 1.75;
      margin-bottom: 55px;
    }
  }
  .contact-content__tab-list {
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
  }
  
  @media (min-width: 897px) {
    .contact-content__tab-list {
      margin-bottom: 50px;
    }
  }
  .contact-content__tab-item {
    position: relative;
  }
  
  .contact-content__tab-item:first-of-type:before {
    background: #ccc;
    content: "";
    height: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
  }
  
  .contact-content__tab-item--left {
    padding-right: 20px;
  }
  
  @media (min-width: 897px) {
    .contact-content__tab-item--left {
      padding-right: 60px;
    }
  }
  .contact-content__tab-item--right {
    padding-left: 20px;
  }
  
  @media (min-width: 897px) {
    .contact-content__tab-item--right {
      padding-left: 60px;
    }
  }
  .contact-content__tab-link {
    font-size: 1.4rem;
  }
  
  @media (min-width: 897px) {
    .contact-content__tab-link {
      font-size: 1.6rem;
    }
  }
  .contact-content__tab-link.active {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(93.87deg, #00c3af, #00bf63 109.71%);
    -webkit-background-clip: text;
    background-clip: text;
    color: #333;
    display: block;
    position: relative;
  }
  
  .contact-content__tab-link.active:before {
    background: linear-gradient(93.87deg, #00c3af, #00bf63 109.71%);
    bottom: -10px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  
  .contact-box {
    background-color: #fff;
    display: none;
    padding: 40px 0;
  }
  
  @media (min-width: 897px) {
    .contact-box {
      box-shadow: 4px 4px 4px rgba(191, 191, 191, 0.25);
      padding: 60px 0;
    }
  }
  .contact-box.active {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: fade;
    animation-name: fade;
    display: block;
  }
  
  .contact-box__inner {
    padding: 0 20px;
  }
  
  @media (min-width: 897px) {
    .contact-box__inner {
      padding: 0 70px;
    }
  
    .contact-box__inner--line {
      display: flex;
      justify-content: space-between;
    }
  
    .contact-box__line-box:first-of-type {
      max-width: 370px;
    }
  
    .contact-box__line-box:nth-of-type(2) {
      max-width: 293px;
    }
  }
  .contact-box__line-logo {
    margin-bottom: 20px;
    width: 134px;
  }
  
  @media (min-width: 897px) {
    .contact-box__line-logo {
      margin-bottom: 40px;
      width: 171px;
    }
  }
  .contact-box__line-text {
    font-size: 1.4rem;
    line-height: 1.71429;
    margin-bottom: 30px;
  }
  
  @media (min-width: 897px) {
    .contact-box__line-text {
      font-size: 1.6rem;
      line-height: 1.75;
    }
  }
  .contact-box__line-id {
    font-size: 1.4rem;
  }
  
  .contact-box__line-id span {
    background-color: #fbfbfb;
    border: 1px solid #ccc;
    display: block;
    margin-top: 10px;
    max-width: 230px;
    padding: 10px;
  }
  
  @-webkit-keyframes fade {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fade {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .contact-form__box {
    margin-bottom: 30px;
  }
  
  @media (min-width: 897px) {
    .contact-form__box {
      -ms-grid-columns: 33% 67%;
      -ms-grid-rows: auto auto;
      display: -ms-grid;
      display: grid;
      grid-template-columns: 33% 67%;
      grid-template-rows: auto auto;
    }
  
    .contact-form__box:last-of-type {
      margin-bottom: 50px;
    }
  }
  .contact-form__box--confirm {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
  }
  
  .contact-form__box--confirm:last-of-type {
    margin-bottom: 50px;
  }
  
  .contact-form__label {
    color: #888;
    display: inline-block;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  
  @media (min-width: 897px) {
    .contact-form__label {
      -ms-grid-column-span: 1;
      -ms-grid-row-span: 1;
      font-size: 1.4rem;
      -ms-grid-column: 1;
      grid-column: 1/2;
      -ms-grid-row: 1;
      grid-row: 1/2;
      margin-bottom: 0;
    }
  }
  .contact-form__label span {
    background-color: #e90000;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    margin-left: 12px;
    padding: 5px 6px;
    vertical-align: middle;
  }
  
  .contact-form__input {
    background-color: #f6f7f9;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-family: Noto Sans JP, sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    padding: 13px 15px;
    width: 100%;
  }
  
  @media (min-width: 897px) {
    .contact-form__input {
      -ms-grid-column-span: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      grid-column: 2/3;
      -ms-grid-row: 1;
      grid-row: 1/2;
    }
  }
  .contact-form__input--confirm {
    background-color: transparent;
    border: none;
    padding: 0;
  }
  
  .contact-form__input.red {
    background-color: #fff3f3 !important;
    border-color: #e00000 !important;
  }
  
  .contact-form__textarea {
    background-color: #f6f7f9;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    min-height: 230px;
    padding: 13px 15px;
    width: 100%;
  }
  
  .contact-form__textarea.red {
    background-color: #fff3f3 !important;
    border-color: #e00000 !important;
  }
  
  .contact-form__select {
    background-color: #f6f7f9;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1.4rem;
    padding: 13px 15px;
  }
  
  @media (min-width: 897px) {
    .contact-form__birth {
      align-items: flex-end;
      display: flex;
    }
  }
  .contact-form__birth p {
    color: #272828;
    font-size: 1.4rem;
    margin: 0 9px;
    padding-bottom: 4px;
  }
  
  .contact-form__birth.red {
    background-color: #fff3f3 !important;
    border-color: #e00000 !important;
  }
  
  .contact-form__submit {
    align-items: center;
    background: linear-gradient(93.87deg, #00c3af, #00bf63 109.71%);
    border: none;
    border-radius: 8px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    color: #fff;
    display: flex;
    font-size: 1.8rem;
    font-weight: 600;
    height: 52px;
    justify-content: center;
    letter-spacing: 0.5em;
    margin: 0 auto;
    position: relative;
    width: 190px;
  }
  
  .contact-form__submit:before {
    border: 2px solid #fff;
    border-bottom: none;
    border-left: none;
    content: "";
    height: 10px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
  }
  
  .contact-form__back {
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 8px;
    color: #888;
    height: 40px;
    letter-spacing: 0.2em;
    margin: 20px auto 0;
    width: 140px;
  }
  
  .contact-form__back, .contact-form__return {
    align-items: center;
    display: flex;
    font-size: 1.4rem;
    font-weight: 500;
    justify-content: center;
    position: relative;
  }
  
  .contact-form__return {
    background: #333;
    border: none;
    border-radius: 8px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    color: #fff;
    height: 52px;
    margin: 0 auto;
    width: 190px;
  }
  
  .contact-form__return:before {
    border: 2px solid #fff;
    border-bottom: none;
    border-left: none;
    content: "";
    height: 10px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
  }
  
  .contact-form__error-text {
    color: #e90000;
    margin-top: 10px;
  }
  
  @media (min-width: 897px) {
    .contact-form__error-text {
      -ms-grid-column-span: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      grid-column: 2/3;
      -ms-grid-row: 2;
      grid-row: 2/3;
    }
  }
  .complete-title {
    font-size: 2.2rem;
    line-height: 1.4;
    margin-bottom: 30px;
    text-align: center;
  }
  
  @media (min-width: 897px) {
    .complete-title {
      font-size: 2.6rem;
    }
  }
  .complete-text {
    font-size: 1.4rem;
    line-height: 1.85714;
    margin-bottom: 40px;
  }
  
  @media (min-width: 897px) {
    .complete-text {
      margin-bottom: 60px;
    }
  }
  .notfound-page {
    background-color: #f1f7f8;
    padding: 50px 0;
  }
  
  @media (min-width: 897px) {
    .notfound-page {
      padding: 70px 0;
    }
  }
  .notfound-page__inner {
    background-color: #fff;
    box-shadow: 4px 4px 4px rgba(191, 191, 191, 0.25);
    margin: 0 auto;
    max-width: 846px;
    padding: 60px 0;
    text-align: center;
    width: 92%;
  }
  
  @media (min-width: 897px) {
    .notfound-page__inner {
      padding: 120px 0;
    }
  }
  .notfound-page__title {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(93.87deg, #00c3af, #00bf63 109.71%);
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Roboto, sans-serif;
    font-size: 3.4rem;
    font-weight: 400;
    margin-bottom: 30px;
  }
  
  @media (min-width: 897px) {
    .notfound-page__title {
      font-size: 5rem;
      margin-bottom: 60px;
    }
  }
  .notfound-page__subtitle {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  
  @media (min-width: 897px) {
    .notfound-page__subtitle {
      font-size: 2.4rem;
      margin-bottom: 40px;
    }
  }
  .notfound-page__text {
    font-size: 1.4rem;
    line-height: 1.85714;
    margin-bottom: 40px;
  }
  
  @media (min-width: 897px) {
    .notfound-page__text {
      margin-bottom: 50px;
    }
  }
  .notfound-page__btn a {
    align-items: center;
    background: #333;
    border-radius: 6px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    color: #fff;
    display: flex;
    font-size: 1.6rem;
    font-weight: 700;
    height: 51px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    transition: all 0.3s;
    width: 258px;
  }
  
  @media (min-width: 897px) {
    .notfound-page__btn a {
      font-size: 1.6rem;
      height: 54px;
    }
  }
  .notfound-page__btn a:hover {
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
  }
  
  .notfound-page__btn a:hover:before {
    right: 12px;
  }
  
  .notfound-page__btn a:before {
    border: 2px solid #fff;
    border-bottom: none;
    border-left: none;
    content: "";
    height: 8px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s;
    width: 8px;
  }
  
  #notfound-page .footer-fixed {
    display: none !important;
  }
  
  .privacypolicy-main {
    align-items: center;
    background: linear-gradient(93.87deg, #00c3af, #00bf63 109.71%);
    display: flex;
    height: 210px;
    justify-content: center;
  }
  
  @media (min-width: 897px) {
    .privacypolicy-main {
      height: 300px;
    }
  }
  .privacypolicy-main__title {
    color: #fff;
    font-size: 3rem;
  }
  
  @media (min-width: 897px) {
    .privacypolicy-main__title {
      font-size: 4.6rem;
    }
  }
  .privacypolicy-content {
    background-color: #f1f7f8;
    padding: 50px 0 60px;
  }
  
  @media (min-width: 897px) {
    .privacypolicy-content {
      padding: 70px 0;
    }
  }
  .privacypolicy-content__inner {
    background-color: #fff;
    box-shadow: 4px 4px 4px rgba(191, 191, 191, 0.25);
    margin: 0 auto;
    max-width: 996px;
    padding: 40px 5.33333%;
    width: 92%;
  }
  
  @media (min-width: 897px) {
    .privacypolicy-content__inner {
      padding: 50px 50px 55px;
    }
  }
  .privacypolicy-section {
    margin-bottom: 40px;
  }
  
  @media (min-width: 897px) {
    .privacypolicy-section {
      margin-bottom: 50px;
    }
  }
  .privacypolicy-section:last-of-type {
    margin-bottom: 0;
  }
  
  .privacypolicy-section__title {
    border-bottom: 1px solid #ccc;
    font-size: 1.6rem;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-left: 17px;
    position: relative;
  }
  
  @media (min-width: 897px) {
    .privacypolicy-section__title {
      font-size: 2rem;
      margin-bottom: 20px;
      padding-bottom: 13px;
    }
  }
  .privacypolicy-section__title:before {
    background: linear-gradient(93.87deg, #00c3af, #00bf63 109.71%);
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
  }
  
  @media (min-width: 897px) {
    .privacypolicy-section__title:before {
      height: 22px;
      width: 5px;
    }
  }
  .privacypolicy-section__text {
    font-size: 1.4rem;
    line-height: 1.85714;
  }
  
  .privacypolicy-section__text + .privacypolicy-section__list {
    margin-top: 25px;
  }
  
  .privacypolicy-section__item {
    font-size: 1.4rem;
    line-height: 1.85714;
    padding-left: 1.4rem;
    text-indent: -1.4rem;
  }
  
  /*# sourceMappingURL=style.css.map */