@charset "UTF-8";
/* =================================================================================
SP
================================================================================ */
/* ================================================================================
    	SP Default CSS -767px
    ================================================================================ */
@media screen and (max-width: 767px) {
  .loading-wrap {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    -webkit-transition: none;
    transition: none;
  }

  .loading-wrap__progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 4px;
    border-radius: 0 5px 5px 0;
    background: #005bcc;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
  }

  .loading-wrap__content {
    position: absolute;
    right: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    text-align: center;
    -webkit-transition: none;
    transition: none;
  }

  .loading-wrap .logo-block #bodymovin {
    display: inline-block;
    -webkit-transition: none;
    transition: none;
    width: 80px;
    height: 80px;
  }

  .main-hero {
    position: relative;
    z-index: 1;
    padding: 20px 15px 0;
  }

  .main-hero__inner {
    position: relative;
    z-index: 2;
  }

  .main-hero__catch {
    position: absolute;
    left: 0;
    z-index: 2;
    bottom: 30px;
    padding: 0 15px;
  }

  .main-hero__catch-txt {
    position: relative;
    z-index: 1;
    font-size: 2rem;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
    visibility: hidden;
  }

  .main-hero .text-split {
    display: none;
  }

  .main-hero__catch-strong {
    color: #e2ff00;
    font-size: 3.8rem;
    font-family: 'Sawarabi Mincho';
  }

  .main-hero__catch-txt2 {
    opacity: 0;
    font-size: 1rem;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
    letter-spacing: 1px;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.75s;
    transition-duration: 0.75s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .main-hero__catch-txt2.is-show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.75s;
    transition-duration: 0.75s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .main-hero__slider {
    overflow: hidden;
  }

  .main-hero__slider .swiper-slide {
    height: 525px;
  }

  /* 2023年年度更新 */
  .main-hero__slider .swiper-slide.slide01__2023 {
    background: url(../images/index/pic_hero_img01_sp_2023.jpg) center 0 / cover
      no-repeat !important;
  }

  .main-hero__slider .swiper-slide.slide02__2023 {
    background: url(../images/index/pic_hero_img02_sp_2023.jpg) center 0 / cover
      no-repeat !important;
  }

  .main-hero__slider .swiper-slide.slide03__2023 {
    background: url(../images/index/pic_hero_img03_sp_2023.jpg) center 0 / cover
      no-repeat !important;
  }

  /* 2024年年度更新 */
  .main-hero__slider .swiper-slide.slide01__2024 {
    background: url(../images/index/pic_hero_img01_sp_2024.jpg) center 0 / cover
      no-repeat !important;
  }

  .main-hero__slider .swiper-slide.slide02__2024 {
    background: url(../images/index/pic_hero_img02_sp_2024.jpg) center 0 / cover
      no-repeat !important;
  }

  .main-hero__slider .swiper-slide.slide03__2024 {
    background: url(../images/index/pic_hero_img03_sp_2024.jpg) center 0 / cover
      no-repeat !important;
  }

  /* 2025年年度更新 */
  .main-hero__slider .swiper-slide.slide01__2025 {
    background: url(../images/index/pic_hero_img01_sp_2025.jpg) center 0 / cover
      no-repeat !important;
  }

  .main-hero__slider .swiper-slide.slide02__2025 {
    background: url(../images/index/pic_hero_img02_sp_2025.jpg) center 0 / cover
      no-repeat !important;
  }

  .main-hero__slider .swiper-slide.slide03__2025 {
    background: url(../images/index/pic_hero_img03_sp_2025.jpg) center 0 / cover
      no-repeat !important;
  }

  /* 2026年年度更新 */
  .main-hero__slider .swiper-slide.slide01__2026 {
    background: url(../images/index/pic_hero_img01_sp_2026.jpg) center 0 / cover
      no-repeat !important;
  }

  .main-hero__slider .swiper-slide.slide02__2026 {
    background: url(../images/index/pic_hero_img02_sp_2026.jpg) center 0 / cover
      no-repeat !important;
  }

  .main-hero__slider .swiper-slide.slide03__2026 {
    background: url(../images/index/pic_hero_img03_sp_2026.jpg) center 0 / cover
      no-repeat !important;
  }

  .main-hero__slider .swiper-slide img {
    visibility: hidden;
  }

  .main-hero__pageging-block {
    display: none;
  }

  .main-hero__news-block {
    max-width: 350px;
    margin: 25px auto;
    padding: 0 15px;
  }

  .main-hero__news-ti {
    padding-left: 55px;
    background: url(../images/index/icon_hero_svg01.svg) 0 center no-repeat;
    font-size: 2.2rem;
    font-weight: bold;
  }

  .main-hero .module15__news-anker {
    display: none;
  }

  .main-hero__news-list li {
    margin-top: 20px;
  }

  .main-hero__news-list li .module15__news-link {
    padding: 0;
  }

  .main-hero__news-list li .module15__news-link::before {
    display: none;
  }

  .main-hero__news-list li .module15__news-anker {
    display: none;
  }

  .main-hero__more-block {
    margin-top: 30px;
    text-align: center;
  }

  .about-us {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    padding-bottom: 65px;
    overflow: hidden;
  }

  .about-us::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/index/bg_sec01_svg03.svg) right 0 no-repeat;
    width: 100%;
    height: 66px;
    z-index: 1;
  }

  .about-us::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: -10px;
    background: url(../images/module/bg_m_module00a_img01.png) 0 bottom repeat;
    width: 80%;
    height: 480px;
    z-index: -1;
  }

  .about-us__inner {
    padding: 90px 30px 10px;
    background-color: #005bcc;
  }

  .about-us__inner::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
    background: url(../images/index/bg_sec01_svg05.svg) 0 0 no-repeat;
  }

  .about-us__ti-wrap {
    text-align: center;
  }

  .about-us__ti {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 4rem;
    color: #fff;
    font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3',
      'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝',
      'ＭＳ 明朝', serif;
    letter-spacing: 4px;
  }

  .about-us__ti::before {
    content: '';
    position: absolute;
    left: -30px;
    top: -10px;
    width: 100%;
    height: 100%;
    background: url(../images/module/bg_m_module02_svg01.svg) 0 0/20px 34px
      no-repeat;
  }

  .about-us__ti::after {
    content: '';
    position: absolute;
    right: -30px;
    bottom: -10px;
    width: 100%;
    height: 100%;
    background: url(../images/module/bg_m_module02_svg02.svg) right bottom/20px
      34px no-repeat;
  }

  .about-us__ti-en {
    display: block;
    color: #005bcc;
    font-size: 1.9rem;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
  }

  .about-us__lead {
    margin-top: 40px;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.8;
  }

  .about-us__course-row {
    position: relative;
    margin-top: 60px;
  }

  .about-us__course-row::before {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    content: '';
    width: 80px;
    height: 80px;
    margin: -20px 0 0 -40px;
    background: url(../images/index/icn_sec01_svg01.svg) center 0/80px 80px
      no-repeat;
  }

  .about-us__course-wrap {
    position: absolute;
    left: -15px;
    top: -20px;
    z-index: 2;
    width: 100%;
  }

  .about-us__course-wr {
    max-width: 230px;
  }

  .about-us__course-catch {
    min-width: 220px;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 2px 20px;
    background-color: #fff;
    font-weight: bold;
    font-size: 1.7rem;
  }

  .about-us__course-ti {
    min-width: 220px;
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-top: 5px;
    padding: 0 20px;
    background-color: #fff;
    font-weight: bold;
    font-size: 3rem;
    font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3',
      'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝',
      'ＭＳ 明朝', serif;
    color: #005bcc;
    letter-spacing: 6px;
  }

  .about-us__course-pic {
    position: relative;
    z-index: 1;
    padding: 40px 0 0;
  }

  .about-us__course-pic img {
    width: 100%;
  }

  .about-us__course-column {
    position: relative;
    z-index: 1;
  }

  .about-us__course-column + .about-us__course-column {
    margin-top: 15px;
  }

  .about-us__course-column + .about-us__course-column .about-us__course-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    right: -15px;
    left: inherit;
    top: inherit;
    bottom: -25px;
    text-align: right;
  }

  .about-us__course-column + .about-us__course-column .about-us__course-pic {
    padding: 0;
  }

  .about-us__course-plus {
    position: relative;
    margin-top: 80px;
  }

  .about-us__course-plus::before {
    position: absolute;
    left: 50%;
    top: -40px;
    z-index: 3;
    content: '';
    width: 80px;
    height: 80px;
    margin: 0 0 0 -40px;
    background: url(../images/index/icn_sec01_svg02.svg) center 0/80px 80px
      no-repeat;
  }

  .about-us__plus-row {
    padding: 50px 20px;
    background-color: #fff;
  }

  .about-us__plus-column img {
    width: 100%;
  }

  .about-us__plus-catch {
    margin-top: 20px;
    font-weight: bold;
    font-size: 1.8rem;
    color: #005bcc;
  }

  .about-us__plus-ti {
    margin-top: 20px;
    background-color: #005bcc;
    color: #fff;
    font-size: 2.8rem;
    font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3',
      'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝',
      'ＭＳ 明朝', serif;
    text-align: center;
  }

  .about-us__plus-txt {
    margin-top: 20px;
    font-size: 1.5rem;
  }

  .about-us__plus-strong {
    font-weight: bold;
    color: #005bcc;
    line-height: 1.8;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(60%, transparent),
      color-stop(0%, #e2ff00)
    );
    background: linear-gradient(transparent 60%, #e2ff00 0%);
  }

  .about-us__more-block {
    position: relative;
    z-index: 5;
    margin-top: 35px;
    text-align: center;
  }

  .feature-as {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 65px;
  }

  .feature-as__ti-wrap {
    text-align: center;
  }

  .feature-as__ti-en {
    display: block;
    color: #005bcc;
    font-size: 1.9rem;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
  }

  .feature-as .module01__row {
    margin-top: 90px;
    overflow: inherit;
  }

  .feature-as .module01__row:nth-child(4)::after {
    display: none;
  }

  .feature-as .module01__row:nth-child(5)::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 223px;
    height: 292px;
    background: url(../images/module/bg_m_module01_img02.png) 0 0 no-repeat;
  }

  .feature-as .module01__row .module01__column-pic::before {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.75s;
    transition-duration: 0.75s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  .feature-as .module01__row .module01__column-pic.animated::before {
    opacity: 1;
    -webkit-transition-duration: 0.65s;
    transition-duration: 0.65s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .feature-as .module01__feature-ti {
    position: absolute;
    left: 45px;
    top: -60px;
    z-index: 3;
    line-height: 1.4;
  }

  .feature-as .module01__feature-name {
    color: #005bcc;
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
    padding-bottom: 3px;
    border-bottom: 4px solid #e2ff00;
  }

  .feature-as .module01__number-ti {
    display: block;
    font-size: 6rem;
    font-family: 'Oswald', sans-serif;
    color: #005bcc;
  }

  .feature-as .module01__column-detalis {
    position: relative;
    z-index: 4;
    margin-top: 35px;
  }

  .feature-as .module01__column-ti {
    font-size: 2rem;
    text-align: left;
  }

  .feature-as .module01__column-txt {
    margin-top: 25px;
    font-size: 1.5rem;
    text-align: left;
  }

  .feature-as .module01__column-more {
    position: relative;
    z-index: 4;
    margin-top: 40px;
  }

  .feature-as .module01__column-more .btn {
    z-index: 4;
  }

  .news {
    padding: 60px 15px;
    background-color: #f2f2fa;
  }

  .news__ti-wrap {
    text-align: center;
  }

  .news__ti-en {
    display: block;
    color: #005bcc;
    font-size: 1.9rem;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
  }

  .news__more-block {
    margin-top: 40px;
    text-align: center;
  }
}

@media screen and (min-width: 375px) and (max-width: 767px) {
  .about-us__course-wrap {
    z-index: 2;
  }

  .about-us__course-wrap::before {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    content: '';
    width: 60px;
    height: 60px;
    background: url(../images/index/bg_sec01_svg01.svg) center 0/60px 60px
      no-repeat;
  }

  .about-us__course-column + .about-us__course-column .about-us__course-wrap {
    right: -15px;
    left: inherit;
    top: inherit;
    bottom: -25px;
    text-align: right;
  }

  .about-us__course-column
    + .about-us__course-column
    .about-us__course-wrap::before {
    position: absolute;
    left: 10px;
    top: inherit;
    bottom: 5px;
    z-index: 3;
    content: '';
    width: 80px;
    height: 57px;
    background: url(../images/index/bg_sec01_svg02.svg) center 0/80px 58px
      no-repeat;
  }
}

@media screen and (min-width: 375px) and (max-width: 767px) {
  /* 年度更新 */
  .main-hero__slider .swiper-slide.slide01__2023 {
    background: url(../images/index/pic_hero_img01_sp_2023.jpg) 100% 0 / cover
      no-repeat !important;
  }

  .main-hero__slider .swiper-slide.slide02__2023 {
    background: url(../images/index/pic_hero_img02_sp_2023.jpg) 100% 0 / cover
      no-repeat !important;
  }

  .main-hero__slider .swiper-slide.slide03__2023 {
    background: url(../images/index/pic_hero_img03_sp_2023.jpg) 100% 0 / cover
      no-repeat !important;
  }

  /* 2024年年度更新 */
  .main-hero__slider .swiper-slide.slide01__2024 {
    background: url(../images/index/pic_hero_img01_sp_2024.jpg) 100% 0 / cover
      no-repeat !important;
  }

  .main-hero__slider .swiper-slide.slide02__2024 {
    background: url(../images/index/pic_hero_img02_sp_2024.jpg) 100% 0 / cover
      no-repeat !important;
  }

  .main-hero__slider .swiper-slide.slide03__2024 {
    background: url(../images/index/pic_hero_img03_sp_2024.jpg) 100% 0 / cover
      no-repeat !important;
  }

  /* 2025年年度更新 */
  .main-hero__slider .swiper-slide.slide01__2025 {
    background: url(../images/index/pic_hero_img01_sp_2025.jpg) 100% 0 / cover
      no-repeat !important;
  }

  .main-hero__slider .swiper-slide.slide02__2025 {
    background: url(../images/index/pic_hero_img02_sp_2025.jpg) 100% 0 / cover
      no-repeat !important;
  }

  .main-hero__slider .swiper-slide.slide03__2025 {
    background: url(../images/index/pic_hero_img03_sp_2025.jpg) 100% 0 / cover
      no-repeat !important;
  }
   /* 2026年年度更新 */
  .main-hero__slider .swiper-slide.slide01__2026 {
    background: url(../images/index/pic_hero_img01_sp_2026.jpg) 100% 0 / cover
      no-repeat !important;
  }

  .main-hero__slider .swiper-slide.slide02__2026 {
    background: url(../images/index/pic_hero_img02_sp_2026.jpg) 100% 0 / cover
      no-repeat !important;
  }

  .main-hero__slider .swiper-slide.slide03__2026 {
    background: url(../images/index/pic_hero_img03_sp_2026.jpg) 100% 0 / cover
      no-repeat !important;
  }
}



/* =================================================================================
TAB
================================================================================ */
/* ================================================================================
    	LARGETABLET Default CSS 768px-
    ================================================================================ */
@media screen and (min-width: 768px) {
  .loading-wrap {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    -webkit-transition: none;
    transition: none;
  }

  .loading-wrap__progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 4px;
    border-radius: 0 5px 5px 0;
    background: #005bcc;
    -webkit-transition: width 0.5s linear 0s;
    transition: width 0.5s linear 0s;
  }

  .loading-wrap__content {
    position: absolute;
    right: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    text-align: center;
    -webkit-transition: none;
    transition: none;
  }

  .loading-wrap .logo-block {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }

  .loading-wrap .logo-block #bodymovin {
    display: inline-block;
    -webkit-transition: none;
    transition: none;
    width: 100px;
    height: 100px;
  }

  .main-hero {
    position: relative;
    z-index: 1;
    padding: 20px 15px 0;
  }

  .main-hero__inner {
    position: relative;
    z-index: 2;
  }

  .main-hero__catch {
    position: absolute;
    left: 75px;
    z-index: 2;
    bottom: 330px;
  }

  .main-hero__catch-txt {
    position: relative;
    z-index: 1;
    visibility: hidden;
    font-size: 3.3rem;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
    letter-spacing: 8px;
  }

  .main-hero .text-split {
    display: none;
  }

  .main-hero__catch-txt2 {
    opacity: 0;
    font-size: 1.6rem;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
    letter-spacing: 1px;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.75s;
    transition-duration: 0.75s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .main-hero__catch-txt2.is-show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.75s;
    transition-duration: 0.75s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .main-hero__catch-strong {
    color: #e2ff00;
    font-size: 6.4rem;
    font-family: 'Sawarabi Mincho';
    font-weight: normal;
  }

  .main-hero__slider {
    overflow: hidden;
    max-height: 735px;
  }

  .main-hero__slider .swiper-slide {
    height: 735px;
  }

  /* 2023年年度更新 */
  .main-hero__slider .swiper-slide.slide01__2023 {
    background: url(../images/index/pic_hero_img01_pc_2023.jpg) 63% 0 / cover
      no-repeat !important;
  }

  .main-hero__slider .swiper-slide.slide02__2023 {
    background: url(../images/index/pic_hero_img02_pc_2023.jpg) 63% 0 / cover
      no-repeat !important;
  }

  .main-hero__slider .swiper-slide.slide03__2023 {
    background: url(../images/index/pic_hero_img03_pc_2023.jpg) 63% 0 / cover
      no-repeat !important;
  }

  /* 2024年年度更新 */
  .main-hero__slider .swiper-slide.slide01__2024 {
    background: url(../images/index/pic_hero_img01_pc_2024.jpg) 63% 0 / cover
      no-repeat !important;
  }

  .main-hero__slider .swiper-slide.slide02__2024 {
    background: url(../images/index/pic_hero_img02_pc_2024.jpg) 63% 0 / cover
      no-repeat !important;
  }

  .main-hero__slider .swiper-slide.slide03__2024 {
    background: url(../images/index/pic_hero_img03_pc_2024.jpg) 63% 0 / cover
      no-repeat !important;
  }

  /* 2025年年度更新 */
  .main-hero__slider .swiper-slide.slide01__2025 {
    background: url(../images/index/pic_hero_img01_pc_2025.jpg) 63% 0 / cover
      no-repeat !important;
  }

  .main-hero__slider .swiper-slide.slide02__2025 {
    background: url(../images/index/pic_hero_img02_pc_2025.jpg) 63% 0 / cover
      no-repeat !important;
  }

  .main-hero__slider .swiper-slide.slide03__2025 {
    background: url(../images/index/pic_hero_img03_pc_2025.jpg) 63% 0 / cover
      no-repeat !important;
  }
  /* 2026年年度更新 */
  .main-hero__slider .swiper-slide.slide01__2026 {
    background: url(../images/index/pic_hero_img01_pc_2026.jpg) 63% 0 / cover
      no-repeat !important;
  }

  .main-hero__slider .swiper-slide.slide02__2026 {
    background: url(../images/index/pic_hero_img02_pc_2026.jpg) 63% 0 / cover
      no-repeat !important;
  }

  .main-hero__slider .swiper-slide.slide03__2026 {
    background: url(../images/index/pic_hero_img03_pc_2026.jpg) 63% 0 / cover
      no-repeat !important;
  }

  .main-hero__slider .swiper-slide img {
    visibility: hidden;
  }

  .main-hero__pageging-block {
    display: none;
  }

  .main-hero__news-block {
    position: absolute;
    left: 15px;
    bottom: -25px;
    z-index: 3;
    width: calc(100% - 15px);
    max-width: 820px;
    padding: 25px 0 60px;
    background-color: #fff;
  }

  .main-hero__news-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .main-hero__news-lb {
    width: 170px;
    padding-right: 20px;
  }

  .main-hero__news-ti {
    padding-left: 40px;
    background: url(../images/index/icon_hero_svg01.svg) 0 center/28px 18px
      no-repeat;
    font-size: 1.6rem;
    font-weight: bold;
  }

  .main-hero .module15__news-anker {
    margin-top: 10px;
    text-align: center;
  }

  .main-hero__news-rb {
    width: calc(100% - 170px);
    padding: 0 40px 0 20px;
    border-left: 3px solid #005bcc;
  }

  .main-hero__news-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-hero__news-list li:not(:first-child) {
    margin-top: 15px;
  }

  .main-hero__news-list li .module15__news-time {
    margin-right: 5px;
    font-size: 1.3rem;
  }

  .main-hero__news-list li .module15__news-time::after {
    display: none;
  }

  .main-hero__news-list li .module15__news-category {
    font-size: 1.2rem;
  }

  .main-hero__news-list li .module15__news-link {
    padding: 0;
  }

  .main-hero__news-list li .module15__news-link::before {
    display: none;
  }

  .main-hero__news-list li .module15__news-txt {
    font-size: 1.5rem;
    font-weight: bold;
  }

  .main-hero__more-block {
    display: none;
  }

  .about-us {
    position: relative;
    z-index: 1;
    margin-top: 60px;
    padding-bottom: 85px;
    overflow: hidden;
  }

  .about-us::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 10px;
    background: url(../images/module/bg_m_module00a_img01.png) 0 bottom repeat;
    width: 718px;
    height: 480px;
    z-index: -1;
  }

  .about-us__inner {
    padding: 85px 30px 45px;
    background-color: #005bcc;
  }

  .about-us__inner::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 50px solid transparent;
    border-left: 50vw solid transparent;
    border-right: 50vw solid #005bcc;
    border-bottom: 50px solid #005bcc;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .about-us__ti-wrap {
    text-align: center;
  }

  .about-us__ti {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 6rem;
    color: #fff;
    font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3',
      'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝',
      'ＭＳ 明朝', serif;
    letter-spacing: 5px;
  }

  .about-us__ti::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/module/bg_m_module02_svg01.svg) 0 0/20px 34px
      no-repeat;
  }

  .about-us__ti::after {
    content: '';
    position: absolute;
    right: -30px;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/module/bg_m_module02_svg02.svg) right bottom/20px
      34px no-repeat;
  }

  .about-us__ti-en {
    display: block;
    color: #005bcc;
    font-size: 1.9rem;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
  }

  .about-us__lead {
    margin-top: 50px;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    letter-spacing: 2.5px;
  }

  .about-us__course {
    max-width: 1100px;
    margin: 0 auto;
  }

  .about-us__course-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-top: 120px;
  }

  .about-us__course-row::before {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    content: '';
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px;
    background: url(../images/index/icn_sec01_svg01.svg) center 0/120px 120px
      no-repeat;
  }

  .about-us__course-wrap {
    position: absolute;
    left: 20px;
    top: -74px;
    z-index: 2;
    width: calc(100% - 40px);
  }

  .about-us__course-wr {
    max-width: 290px;
  }

  .about-us__course-catch {
    min-width: 290px;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 2px 20px;
    background-color: #fff;
    font-weight: bold;
    font-size: 2rem;
  }

  .about-us__course-ti {
    min-width: 290px;
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-top: 5px;
    padding: 0 20px;
    background-color: #fff;
    font-weight: bold;
    font-size: 4.2rem;
    font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3',
      'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝',
      'ＭＳ 明朝', serif;
    color: #005bcc;
    letter-spacing: 6px;
  }

  .about-us__course-pic {
    position: relative;
    z-index: 1;
  }

  .about-us__course-pic img {
    width: 100%;
  }

  .about-us__course-column {
    position: relative;
    z-index: 1;
  }

  .about-us__course-plus {
    position: relative;
    z-index: 1;
  }

  .about-us__course-plus::before {
    position: absolute;
    left: 50%;
    top: -40px;
    z-index: 3;
    content: '';
    width: 120px;
    height: 120px;
    margin: 0 0 0 -60px;
    background: url(../images/index/icn_sec01_svg02.svg) center 0/120px 120px
      no-repeat;
  }

  .about-us__plus-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 85px 60px 70px;
    background-color: #fff;
  }

  .about-us__plus-column {
    width: 40%;
  }

  .about-us__plus-column + .about-us__plus-column {
    width: 60%;
    padding-left: 30px;
  }

  .about-us__plus-column img {
    width: 100%;
  }

  .about-us__plus-catch {
    margin-top: -10px;
    font-weight: bold;
    font-size: 1.8rem;
    color: #005bcc;
  }

  .about-us__plus-ti {
    margin-top: 10px;
    background-color: #005bcc;
    color: #fff;
    font-size: 3rem;
    font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3',
      'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝',
      'ＭＳ 明朝', serif;
    text-align: center;
  }

  .about-us__plus-txt {
    margin-top: 25px;
    font-size: 1.6rem;
  }

  .about-us__plus-strong {
    font-weight: bold;
    color: #005bcc;
    line-height: 1.8;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(60%, transparent),
      color-stop(0%, #e2ff00)
    );
    background: linear-gradient(transparent 60%, #e2ff00 0%);
  }

  .about-us__more-block {
    margin-top: 45px;
    text-align: center;
  }

  .feature-as {
    position: relative;
    z-index: 1;
    margin-top: 120px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .feature-as__ti-wrap {
    text-align: center;
  }

  .feature-as__ti {
    font-size: 3.7rem;
  }

  .feature-as__ti-en {
    display: block;
    color: #005bcc;
    font-size: 2.2rem;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
  }

  .feature-as .module01__inner::before {
    top: 200px;
    height: 700px;
  }

  .feature-as .module01__inner::after {
    content: '';
    position: absolute;
    width: 70%;
    height: 700px;
    bottom: 600px;
    left: 0;
    z-index: 0;
    background-color: #eaf7ff;
  }

  .feature-as .module01__row {
    overflow: inherit;
    margin-top: 90px;
  }

  .feature-as .module01__row:nth-child(2) .module01__column-detalis::after {
    right: 30px;
    bottom: -60px;
    z-index: -1;
    width: 223px;
    height: 289px;
    background: url(../images/index/bg_m_module01_img03.png) 0 0 / cover
      no-repeat;
  }

  .feature-as .module01__row:nth-child(4)::after {
    display: none;
  }

  .feature-as .module01__row:nth-child(4) .module01__column-detalis::after {
    display: none;
  }

  .feature-as .module01__row:nth-child(5)::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 223px;
    height: 292px;
    background: url(../images/module/bg_m_module01_img02.png) 0 0 no-repeat;
  }

  .feature-as .module01__row:nth-child(5) .module01__column-detalis::after {
    content: '';
    position: absolute;
    left: 30px;
    bottom: -60px;
    z-index: -1;
    width: 223px;
    height: 289px;
    background: url(../images/index/bg_m_module01_img03.png) 0 0 / cover
      no-repeat;
  }

  .feature-as .module01__row + .module01__row {
    margin-top: 200px;
  }

  .feature-as .module01__row.-is-reverse .module01__column-detalis {
    padding-right: 30px;
  }

  .feature-as .module01__row.-is-reverse .module01__feature-ti {
    left: 30px;
    right: inherit;
  }

  .feature-as .module01__feature-ti {
    position: absolute;
    right: 60px;
    top: -80px;
    z-index: 3;
    line-height: 1.2;
    text-align: center;
  }

  .feature-as .module01__feature-name {
    color: #005bcc;
    font-size: 2.5rem;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
    padding-bottom: 3px;
    border-bottom: 4px solid #e2ff00;
  }

  .feature-as .module01__column-pic::before {
    background: url(../images/index/bg_m_module01_img01.jpg) 0 0 no-repeat;
    display: block;
    position: absolute;
    top: 20px;
    left: auto;
    right: 0;
    width: calc(100% - 20px);
    height: 100%;
    content: '';
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.75s;
    transition-duration: 0.75s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  .feature-as .module01__column-pic.animated::before {
    opacity: 1;
    -webkit-transition-duration: 0.65s;
    transition-duration: 0.65s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .feature-as .module01__number-ti {
    display: block;
    font-size: 10rem;
    font-family: 'Oswald', sans-serif;
    color: #005bcc;
  }

  .feature-as .module01__column-ti::before {
    display: none;
  }

  .feature-as .module01__column-txt {
    margin-top: 25px;
    font-size: 1.4rem;
  }

  .news {
    margin-top: -70px;
    padding-top: 100px;
    padding-left: calc((100% - 1100px) / 2);
  }

  .news__inner {
    padding: 80px 15px;
    background-color: #f2f2fa;
  }

  .news__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1030px;
    margin: 0 auto;
  }

  .news__ti-wrap {
    width: 82px;
    text-align: center;
  }

  .news__ti-en {
    display: none;
  }

  .news__post-list {
    width: calc(100% - 82px);
  }

  .news .module15__inner {
    padding: 0 0 0 65px;
  }

  .news .module15__news-list {
    margin-top: 0;
  }

  .news__more-block {
    margin-top: 40px;
    text-align: center;
  }
}

/* =================================================================================
SMALLPC
================================================================================ */
/* ================================================================================
    	LARGETABLET Default CSS 980px-
    ================================================================================ */
@media screen and (min-width: 980px) {
  .main-hero__news-list .module15__news-link {
    padding: 20px 35px 20px 15px;
  }

  .about-us__course-column
    + .about-us__course-column
    .about-us__course-wrap::before {
    position: absolute;
    right: -20px;
    top: 20px;
    z-index: 3;
    content: '';
    width: 94px;
    height: 68px;
    background: url(../images/index/bg_sec01_svg02.svg) center 0/94px 68px
      no-repeat;
  }

  .about-us__course-wrap::before {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 3;
    content: '';
    width: 74px;
    height: 73px;
    background: url(../images/index/bg_sec01_svg01.svg) center 0/74px 73px
      no-repeat;
  }

  .feature-as .module01__inner::before {
    top: 200px;
    height: 600px;
  }

  .feature-as .module01__inner::after {
    height: 600px;
    bottom: 600px;
  }

  .feature-as .module01__row + .module01__row {
    margin-top: 120px;
  }
}

/* =================================================================================
WIDEPC
================================================================================ */
/* ================================================================================
    	LARGETABLET Default CSS -1024px
    ================================================================================ */
@media screen and (min-width: 1024px) {
  .feature-as .module01__column-txt {
    max-width: 510px;
    font-size: 1.6rem;
  }
}

/* =================================================================================
WIDEPC
================================================================================ */
/* ================================================================================
    	PC  CSS 1200px-
    ================================================================================ */
@media print, screen and (min-width: 1200px) {
  .footer-main__page-top {
    top: 650px;
  }

  .main-hero {
    position: relative;
    z-index: 1;
    padding: 0 50px 0;
  }

  /* 2023年年度更新 */
  .main-hero__slider .swiper-slide.slide01__2023 {
    background: url(../images/index/pic_hero_img01_pc_2023.jpg) 50% 0 / cover
      no-repeat !important;
  }

  .main-hero__slider .swiper-slide.slide02__2023 {
    background: url(../images/index/pic_hero_img02_pc_2023.jpg) 50% 0 / cover
      no-repeat !important;
  }

  .main-hero__slider .swiper-slide.slide03__2023 {
    background: url(../images/index/pic_hero_img03_pc_2023.jpg) 50% 0 / cover
      no-repeat !important;
  }

  /* 2024年年度更新 */
  .main-hero__slider .swiper-slide.slide01__2024 {
    background: url(../images/index/pic_hero_img01_pc_2024.jpg) 50% 0 / cover
      no-repeat !important;
  }

  .main-hero__slider .swiper-slide.slide02__2024 {
    background: url(../images/index/pic_hero_img02_pc_2024.jpg) 50% 0 / cover
      no-repeat !important;
  }

  .main-hero__slider .swiper-slide.slide03__2024 {
    background: url(../images/index/pic_hero_img03_pc_2024.jpg) 50% 0 / cover
      no-repeat !important;
  }

  /* 2025年年度更新 */
  .main-hero__slider .swiper-slide.slide01__2025 {
    background: url(../images/index/pic_hero_img01_pc_2025.jpg) 50% 0 / cover
      no-repeat !important;
  }

  .main-hero__slider .swiper-slide.slide02__2025 {
    background: url(../images/index/pic_hero_img02_pc_2025.jpg) 50% 0 / cover
      no-repeat !important;
  }

  .main-hero__slider .swiper-slide.slide03__2025 {
    background: url(../images/index/pic_hero_img03_pc_2025.jpg) 50% 0 / cover
      no-repeat !important;
  }
  /* 2026年年度更新 */
  .main-hero__slider .swiper-slide.slide01__2026 {
    background: url(../images/index/pic_hero_img01_pc_2026.jpg) 50% 0 / cover
      no-repeat !important;
  }

  .main-hero__slider .swiper-slide.slide02__2026 {
    background: url(../images/index/pic_hero_img02_pc_2026.jpg) 50% 0 / cover
      no-repeat !important;
  }

  .main-hero__slider .swiper-slide.slide03__2026 {
    background: url(../images/index/pic_hero_img03_pc_2026.jpg) 50% 0 / cover
      no-repeat !important;
  }

  .main-hero__pageging-block {
    display: block;
    position: absolute;
    right: -22px;
    z-index: 10;
    bottom: 300px;
  }

  .main-hero__pageging-block .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }

  .main-hero__news-block {
    position: absolute;
    left: 50px;
    bottom: -25px;
    width: calc(100% - 50px);
  }

  .about-us__plus-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 85px 120px 70px;
  }

  .about-us__plus-column {
    width: 37%;
  }

  .about-us__plus-column + .about-us__plus-column {
    width: 63%;
    padding-left: 50px;
  }

  .about-us__plus-catch {
    font-size: 2rem;
  }

  .about-us__plus-ti {
    font-size: 3.8rem;
  }

  .feature-as .module01__inner::before {
    top: 225px;
    height: 700px;
  }

  .feature-as .module01__inner::after {
    height: 700px;
    bottom: 800px;
  }

  .feature-as .module01__row + .module01__row {
    margin-top: 150px;
  }

  .feature-as .module01__row:nth-child(2) .module01__column-detalis::after {
    right: 80px;
    width: 348px;
    height: 449px;
  }

  .feature-as .module01__row:nth-child(5) .module01__column-detalis::after {
    left: 80px;
    width: 348px;
    height: 449px;
  }

  .feature-as .module01__feature-ti {
    top: -90px;
  }
}

@media only screen and (min-width: 1500px) {
  .about-us::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 4000px) {
  .about-us__inner::after {
    border-top: 50px solid transparent;
    border-left: 2000px solid transparent;
    /* 実数で幅を指定 */
    border-right: 2000px solid #005bcc;
    /* 実数で幅を指定 */
    border-bottom: 50px solid #005bcc;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}
