@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.news-item__category,
.information-item__category,
.information-article__category {
  background: #707070;
}
.news-item__category[data-category=news],
.information-item__category[data-category=news],
.information-article__category[data-category=news] {
  background: #8DB3E8;
}
.news-item__category[data-category=event],
.information-item__category[data-category=event],
.information-article__category[data-category=event] {
  background: #F0D8A0;
}
.news-item__category[data-category=short],
.information-item__category[data-category=short],
.information-article__category[data-category=short] {
  background: #ACD1CE;
}
.news-item__category[data-category=column],
.information-item__category[data-category=column],
.information-article__category[data-category=column] {
  background: #E5C6D4;
}
.news-item__category[data-category=pickup],
.information-item__category[data-category=pickup],
.information-article__category[data-category=pickup] {
  background: #E5C6D4;
}

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

html {
  font-size: 2.5641025641vw;
}
@media screen and (min-width:768px) {
  html {
    font-size: 0.5208333333vw;
  }
}

body {
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  background: #fff;
}

@media screen and (max-width:767px) {
  main {
    padding-top: 6.5rem;
  }
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  transition: 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn {
  display: inline-block;
}

.c-section-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #888;
}
@media screen and (min-width:768px) {
  .c-section-label {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.6875;
  }
}

.c-section-title {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  font-family: "Shippori Mincho", "游明朝 Medium", "Yu Mincho Medium", "YuMincho", serif;
  line-height: 2;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .c-section-title {
    font-size: 3.2rem;
    letter-spacing: 0.04em;
    line-height: 2;
  }
}
.c-section-title::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translate(-50%, 0);
  height: 0.1rem;
  width: 100%;
}
@media screen and (min-width:768px) {
  .c-section-title::after {
    bottom: -2.7rem;
    width: 42rem;
  }
}

.c-subheading-label {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.66;
  color: #1C1107;
}
@media screen and (min-width:768px) {
  .c-subheading-label {
    font-size: 1.6rem;
    line-height: 1.6875;
  }
}

.c-subheading-title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 2;
  font-family: "Shippori Mincho", "游明朝 Medium", "Yu Mincho Medium", "YuMincho", serif;
  color: #1C1107;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .c-subheading-title {
    font-size: 3.2rem;
    line-height: 1.875;
  }
}

.c-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.4rem;
  line-height: 1.21;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: "Shippori Mincho", "游明朝 Medium", "Yu Mincho Medium", "YuMincho", serif;
  width: 15rem;
}
@media screen and (min-width:768px) {
  .c-btn {
    font-size: 1.6rem;
    line-height: 1.1875;
    width: 15rem;
  }
}
.c-btn--white {
  color: #EAE7DF;
  border-bottom: 0.1rem solid #EAE7DF;
  padding-bottom: 1rem;
}
.c-btn--white::after {
  content: "";
  display: block;
  background: url(../../assets/img/common/i-arrow-w.png) no-repeat center center/contain;
  height: 0.5rem;
  width: 0.5rem;
}
.c-btn--black {
  color: #EAE7DF;
  border-bottom: 0.1rem solid #323232;
  padding-bottom: 1rem;
}
.c-btn--black::after {
  content: "";
  display: block;
  background: url(../../assets/img/common/i-arrow-b.png) no-repeat center center/contain;
  height: 0.5rem;
  width: 0.5rem;
}

.header {
  position: fixed;
  display: block;
  width: 100%;
  height: 6.5rem;
  z-index: 99;
  background: #BABABA;
}
@media screen and (min-width:768px) {
  .header {
    position: relative;
    background: #fff;
  }
}
.header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.4rem;
  background: linear-gradient(90deg, #FDED37 0%, #E3BA00 20%, #F9F393 40%, #B68601 60%, #F9ED88 80%, #CB7E06 100%);
  z-index: 5;
}
@media screen and (min-width:768px) {
  .header::after {
    height: 0.8rem;
  }
}
@media screen and (min-width:768px) {
  .header--top {
    display: none;
  }
}
.header__inner {
  position: relative;
  height: 100%;
  margin: auto;
  padding: 0 3rem 0 1rem;
}
@media screen and (min-width:768px) {
  .header__inner {
    padding: 0 10.5rem;
  }
}
.header__content {
  display: flex;
  align-items: center;
  height: inherit;
  gap: 0.8rem;
}
.header__logo img {
  width: 9.7rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6.4rem;
  margin: 0 0 0 auto;
}
.header__nav-item a {
  display: block;
}
@media screen and (min-width:768px) {
  .header__nav-item a {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.1875;
    color: #E2DED5;
    font-family: "Shippori Mincho", "游明朝 Medium", "Yu Mincho Medium", "YuMincho", serif;
    padding: 1rem 3.8rem;
  }
}
.header__contact-btn {
  width: 3.3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) {
  .header__contact-btn {
    display: none;
  }
}
@media screen and (min-width:768px) {
  .header--sub {
    height: 14.5rem;
  }
  .header--sub .header__logo img {
    width: 20rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header--sub .header__content {
    display: flex;
    align-items: center;
    height: inherit;
  }
  .header--sub .header__tel {
    display: inline-block;
    font-size: 4rem;
    font-weight: 700;
    line-height: 0.5;
    color: #707070;
    font-family: "Helvetica Neue", "Inter", "Noto Sans", "Arial", sans-serif;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width:768px) and (max-width:767px) {
  .header--sub .header__tel {
    display: none;
  }
}
@media screen and (min-width:768px) {
  .header--sub .header__tel .big {
    font-size: 6.2rem;
    line-height: 1;
  }
  .header--sub .header__tel .business-hours {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1;
  }
  .header--sub .header__contact-cta span {
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1;
    color: #FFFFFF;
    z-index: 10;
    background: #1D3F6E;
    border: 0.3rem solid #1D3F6E;
    padding: 1.5rem 6.7rem;
    border-radius: 1rem;
    transition: background 0.2s ease, color 0.2s ease;
  }
  .header--sub .header__contact-cta span:hover {
    background: #fff;
    color: #1D3F6E;
  }
}
@media screen and (max-width:767px) {
  .header .header__tel,
  .header .header__contact-cta {
    display: none;
  }
}

.footer {
  position: relative;
  width: 100%;
  background: #1D3F6E;
}
.footer__inner {
  height: 100%;
  width: 92.3%;
  margin: auto;
  padding: 4.5rem 0 3rem;
}
@media screen and (min-width:768px) {
  .footer__inner {
    max-width: 152rem;
    padding: 6.5rem 0 0;
  }
}
.footer .footer-nav {
  /* ===== 並び順だけ制御 ===== */
}
.footer .footer-nav__lists {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 0rem 1rem;
  /* PC：3列 */
}
@media screen and (min-width:768px) {
  .footer .footer-nav__lists {
    grid-template-columns: 1fr 1.8fr 1fr;
    gap: 4rem;
  }
}
@media screen and (max-width:767px) {
  .footer .footer-nav__group--primary {
    order: 1;
  }
  .footer .footer-nav__group--secondary {
    order: 2;
  }
  .footer .footer-nav__group--course {
    order: 3;
  }
}
.footer .footer-nav__heading, .footer .footer-nav__link {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 2.5;
  color: #fff;
}
@media screen and (min-width:768px) {
  .footer .footer-nav__heading, .footer .footer-nav__link {
    font-size: 2.6rem;
    line-height: 1.9;
  }
}
.footer .footer-nav__group--course {
  margin-top: -8rem;
}
@media screen and (min-width:768px) {
  .footer .footer-nav__group--course {
    margin-top: 0;
  }
}
.footer .footer-nav__group--course li:not(.footer-nav__heading) {
  padding-left: 3.3rem;
}
@media screen and (min-width:768px) {
  .footer .footer-nav__group--course li:not(.footer-nav__heading) {
    padding-left: 4.5rem;
  }
}
.footer__bottom {
  margin-top: 2.6rem;
}
@media screen and (min-width:768px) {
  .footer__bottom {
    margin-top: 11rem;
  }
}
.footer__policy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media screen and (min-width:768px) {
  .footer__policy {
    gap: 5rem;
    margin-top: 0.5rem;
  }
}
.footer__policy a {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 3;
  color: #fff;
}
@media screen and (min-width:768px) {
  .footer__policy a {
    font-size: 2rem;
    line-height: 2;
  }
}
.footer__logo {
  text-align: center;
}
.footer__logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 62.5%;
}
@media screen and (min-width:768px) {
  .footer__logo img {
    max-width: 38.2rem;
  }
}
.footer__copy {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 5;
  color: #fff;
  text-align: center;
}
@media screen and (min-width:768px) {
  .footer__copy {
    font-size: 1.6rem;
    line-height: 3.5;
  }
}

.hamburger {
  position: relative;
  min-width: 3rem;
  height: 2.1rem;
  transition: 0.5s;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width:768px) {
  .hamburger {
    display: none;
  }
}
.hamburger div {
  width: 2.9rem;
  height: 0.3rem;
  background: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.hamburger div:nth-child(1) {
  top: 10%;
}
.hamburger div:nth-child(2) {
  top: 50%;
}
.hamburger div:nth-child(3) {
  top: 95%;
}

.hamburger.active div:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: 50% 50%;
  transition: 0.3s;
}
@media screen and (min-width:768px) {
  .hamburger.active div:nth-child(1) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

.hamburger.active div:nth-child(2) {
  display: none;
}

.hamburger.active div:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: 50% 50%;
  transition: 0.3s;
}
@media screen and (min-width:768px) {
  .hamburger.active div:nth-child(3) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
}

.hamburger.active .close {
  display: block;
}

.hamburger.active .open {
  display: none;
}

.hamburger {
  /* ▼ 表示時 */
}
.hamburger__menu {
  position: fixed;
  top: 6.5rem;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #F7F7F4;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 16.5rem;
  /* ▼ 初期状態（非表示） */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.hamburger__menu.active {
  opacity: 1;
  visibility: visible;
}
.hamburger__menu-bg {
  background: #fff;
  padding: 6rem 0 5rem;
}
.hamburger__menu-list {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 33rem;
  margin: auto;
}
.hamburger__menu-item a {
  display: flex;
  flex-direction: column;
}
.hamburger__menu-item .jp {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3.33;
  color: #70706F;
  border-top: 0.1rem solid #707070;
  padding: 0 1rem;
}
.hamburger__menu-item:last-child .jp {
  border-bottom: 0.1rem solid #707070;
}

.hamburger-cta {
  display: flex;
  flex-direction: column;
  gap: 2.3rem;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
}
.hamburger-cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #fff;
  width: 28rem;
  height: 6.2rem;
  border-radius: 1rem;
}
.hamburger-cta__btn--consult {
  background: #980202;
}
.hamburger-cta__btn--document {
  background: #084800;
}

.floating-cta {
  position: fixed;
  right: 0;
  bottom: 20%;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  transition: opacity 0.2s ease, transform 0.2s ease;
  /* PCのみ表示 */
}
@media screen and (max-width:767px) {
  .floating-cta {
    display: none;
  }
}
.floating-cta.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.floating-cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1.31;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transition: opacity 0.2s ease;
}
@media screen and (min-width:768px) {
  .floating-cta__btn {
    font-size: 3.2rem;
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
    width: 8.7rem;
    height: 27.2rem;
  }
}
.floating-cta__btn:hover {
  opacity: 0.8;
}
.floating-cta__btn--consult {
  background: #980202;
}
.floating-cta__btn--document {
  background: #084800;
}

.fv {
  position: relative;
  width: 100%;
  background: #fff;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .fv {
    min-height: 97.8rem;
    max-height: 97.8rem;
  }
}
@media screen and (max-width:767px) {
  .fv::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8.5rem;
    background: #1D3F6E;
    z-index: 0;
  }
}
.fv__inner {
  position: relative;
  z-index: 3;
  display: block;
  height: 100%;
  margin: auto;
  min-height: 100%;
  padding: 0;
}
@media screen and (min-width:768px) {
  .fv__inner {
    display: grid;
    grid-template-columns: 51.6rem minmax(0, 1fr);
    height: 100%;
    max-width: 192rem;
    padding: 0 0 0 7.8125%;
  }
}
.fv__content {
  position: relative;
}
.fv__content--right {
  position: relative;
}
@media screen and (max-width:767px) {
  .fv__content--right {
    padding-bottom: 3.3rem;
    margin-top: 0;
    z-index: -1;
  }
  .fv__content--right::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 100vw;
    height: 8rem;
    background: #1D3F6E;
    z-index: -1;
  }
}
.fv__content--right::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../../assets/img/arrow/anime_arrow_fv_sp.png) no-repeat 135% center/cover;
  width: 43.3rem;
  height: 23.9rem;
  z-index: 3;
  top: -15rem;
  bottom: auto;
  right: 0;
}
@media screen and (min-width:768px) {
  .fv__content--right::before {
    top: auto;
    bottom: -9rem;
    left: -27.9rem;
    background: url(../../assets/img/arrow/anime_arrow_fv.png) no-repeat center center/cover;
    width: 84.9rem;
    height: 58rem;
  }
}
.fv__logo {
  display: none;
}
@media screen and (min-width:768px) {
  .fv__logo {
    display: block;
    padding: 2rem 0 4rem 0;
  }
}
.fv__logo img {
  width: 12.8rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) {
  .fv__logo img {
    width: 37.5rem;
  }
}
.fv__nav {
  display: none;
}
@media screen and (min-width:768px) {
  .fv__nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 2rem 8.5% 2rem 0;
  }
}
.fv__tel {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 0.5;
  color: #707070;
  font-family: "Helvetica Neue", "Inter", "Noto Sans", "Arial", sans-serif;
  margin-bottom: 1.5rem;
  margin-right: 6.3rem;
}
@media screen and (max-width:767px) {
  .fv__tel {
    display: none;
  }
}
@media screen and (min-width:768px) {
  .fv__tel .big {
    font-size: 6.2rem;
    line-height: 1;
  }
}
.fv__tel .business-hours {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
}
.fv__contact-btn span {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  color: #FFFFFF;
  z-index: 10;
  background: #1D3F6E;
  border: 0.3rem solid #1D3F6E;
  padding: 1.5rem 6.7rem;
  border-radius: 1rem;
  transition: background 0.2s ease, color 0.2s ease;
}
.fv__contact-btn span:hover {
  background: #fff;
  color: #1D3F6E;
}
.fv__catch {
  display: none;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.21;
  color: #707070;
  letter-spacing: 0em;
  text-align: center;
  padding-top: 1rem;
}
@media screen and (min-width:768px) {
  .fv__catch {
    display: block;
    font-size: 5.5rem;
    font-weight: 500;
    line-height: 1.21;
    text-align: left;
    padding-top: 0;
  }
}
.fv__catch .fs-64 {
  display: inline-block;
  margin: 0 -0.8rem;
  font-size: 2.4rem;
}
@media screen and (min-width:768px) {
  .fv__catch .fs-64 {
    font-size: 6.4rem;
    margin: 0 -1rem;
  }
}
.fv__catch .en {
  font-size: 2.7rem;
  font-weight: 700;
  font-family: "Helvetica Neue", "Inter", "Noto Sans", "Arial", sans-serif;
}
@media screen and (min-width:768px) {
  .fv__catch .en {
    font-size: 7.1rem;
  }
}
.fv__title {
  position: relative;
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1.21;
  color: #1D3F6E;
  letter-spacing: 0em;
  z-index: 5;
  width: 100%;
  margin: auto;
  padding-top: 2rem;
  text-align: center;
}
@media screen and (min-width:768px) {
  .fv__title {
    font-size: 9.5rem;
    font-weight: 500;
    line-height: 1.21;
    letter-spacing: -0.03em;
    white-space: nowrap;
    padding-top: 2rem;
    width: -moz-max-content;
    width: max-content;
  }
}
.fv__title img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 90%;
}
@media screen and (min-width:768px) {
  .fv__title img {
    width: 90.5rem;
  }
}
@media screen and (max-width:767px) {
  .fv .fv__swiper-block {
    padding-right: 4.1%;
    opacity: 0;
    transform: translateY(20px);
  }
}
.fv__bg {
  position: relative;
}
.fv .swiper-frame {
  position: relative;
  border-radius: 2rem;
  background: #fff;
  overflow: hidden;
  border-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 4.5rem;
}
@media screen and (min-width:768px) {
  .fv .swiper-frame {
    border-top-left-radius: 8rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.fv .swiper-frame::before {
  content: "";
  position: absolute;
  inset: -1px;
  padding: 0.4rem 0.4rem 0.4rem 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #FDED37 0%, #E3BA00 20%, #F9F393 40%, #B68601 60%, #F9ED88 80%, #CB7E06 100%);
  z-index: 2;
  /* 中を抜く */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@media screen and (min-width:768px) {
  .fv .swiper-frame::before {
    padding: 0.8rem 0 0 0.8rem;
  }
}
.fv .swiper-slide img {
  height: 36.8rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:768px) {
  .fv .swiper-slide img {
    height: 100%;
  }
}

@media screen and (max-width:767px) {
  .fv-achievement {
    width: 90%;
    margin: 1rem auto 0;
  }
}
.fv-achievement__label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.028em;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin: auto;
  background: #233D75;
  width: 18rem;
  height: 2.4rem;
}
@media screen and (min-width:768px) {
  .fv-achievement__label {
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.028em;
    width: 39rem;
    height: 5.2rem;
    margin: 0 0 0 3.2rem;
  }
}
.fv-achievement__label::before, .fv-achievement__label::after {
  display: block;
  content: "";
  position: absolute;
  width: 2.8rem;
  height: 2.3rem;
}
@media screen and (min-width:768px) {
  .fv-achievement__label::before, .fv-achievement__label::after {
    width: 6rem;
    height: 5.1rem;
  }
}
.fv-achievement__label::before {
  background: url(../../assets/img/index/achievement_label_left.png) no-repeat center center/contain;
  top: 0.6rem;
  left: -1.4rem;
}
@media screen and (min-width:768px) {
  .fv-achievement__label::before {
    top: 1.2rem;
    left: -3.1rem;
  }
}
.fv-achievement__label::after {
  background: url(../../assets/img/index/achievement_label_right.png) no-repeat center center/contain;
  top: 0.6rem;
  right: -1.4rem;
}
@media screen and (min-width:768px) {
  .fv-achievement__label::after {
    top: 1.2rem;
    right: -3.1rem;
  }
}
.fv-achievement__number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 0.2rem solid #233D75;
  border-radius: 1rem;
  margin: -0.5rem auto 0;
  padding: 1rem 0;
  background: #fff;
}
@media screen and (min-width:768px) {
  .fv-achievement__number {
    flex-direction: row;
    max-width: 42rem;
    padding: 1.5rem 0 0.4rem;
    gap: 3rem;
    margin: 0 0 1.4rem 1.7rem;
    border-top: none;
    border-radius: 1rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.fv-achievement ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5%;
  width: 100%;
}
@media screen and (min-width:768px) {
  .fv-achievement ul {
    flex-direction: column;
    gap: 0;
    width: auto;
  }
}
.fv-achievement li {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.375;
  text-align: center;
  color: #233D75;
}
@media screen and (min-width:768px) {
  .fv-achievement li {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: left;
  }
}

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

.sticky-nav {
  display: none;
}
@media screen and (min-width:768px) {
  .sticky-nav {
    display: block;
    position: sticky;
    top: 0;
    width: 100%;
    height: 10.5rem;
    background: #1D3F6E;
    z-index: 50;
    opacity: 1;
    transition: opacity 0.2s ease;
  }
  .sticky-nav:hover {
    opacity: 0.8;
  }
}
.sticky-nav--sub {
  background: #1D3F6E;
  height: 8rem;
}

.sticky-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15rem;
  height: 100%;
}
.sticky-nav__list li {
  height: 100%;
}
.sticky-nav__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}

.pickup {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  /* 矢印ボタン共通 */
  /* prev（左矢印） */
  /* next（右矢印） */
  /* ドット */
}
.pickup__inner {
  height: 100%;
  margin: auto;
  padding: 3rem 0 8.2rem;
}
@media screen and (min-width:768px) {
  .pickup__inner {
    max-width: 152rem;
    padding: 6rem 0 15rem;
  }
}
.pickup__title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  color: rgba(29, 63, 110, 0.5);
  text-align: center;
  font-family: "Helvetica Neue", "Inter", "Noto Sans", "Arial", sans-serif;
}
@media screen and (min-width:768px) {
  .pickup__title {
    font-size: 6rem;
    line-height: 1;
  }
}
.pickup .pickup__slider {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (min-width:768px) {
  .pickup .pickup__slider {
    margin-top: 7.2rem;
  }
}
.pickup__empty {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.55;
  color: #707070;
  text-align: center;
  margin: 1rem 0 0;
}
@media screen and (min-width:768px) {
  .pickup__empty {
    font-size: 2rem;
    line-height: 1.6;
    margin: 2rem 0 0;
  }
}
.pickup .pickup-card__text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.55;
  color: #707070;
  text-align: left;
  margin: 1rem 0 0;
}
@media screen and (min-width:768px) {
  .pickup .pickup-card__text {
    font-size: 2rem;
    line-height: 1.6;
    margin: 2rem 0 0;
  }
}
.pickup .pickup__controls {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 2.7rem;
}
@media screen and (min-width:768px) {
  .pickup .pickup__controls {
    gap: 2rem;
    margin-top: 6rem;
  }
}
.pickup .pickup__button {
  width: 0.9rem;
  height: 0.9rem;
  position: static;
  margin: 0;
  background: url(../../assets/img/common/i-arrow.png) no-repeat center center/contain;
  /* Swiperデフォルト矢印を消す */
}
@media screen and (min-width:768px) {
  .pickup .pickup__button {
    width: 1.9rem;
    height: 1.6rem;
  }
}
.pickup .pickup__button::after {
  display: none;
}
.pickup .pickup__button--prev {
  transform: rotate(180deg);
}
.pickup .pickup__button--next {
  transform: none;
}
.pickup .pickup__pagination {
  position: static;
  display: flex;
  gap: 0.8rem;
}
@media screen and (min-width:768px) {
  .pickup .pickup__pagination {
    gap: 2rem;
  }
}
.pickup .pickup__pagination .swiper-pagination-bullet {
  width: 0.9rem;
  height: 0.9rem;
  background: #fff;
  border: 0.1rem solid #AAAAA9;
  opacity: 1;
}
@media screen and (min-width:768px) {
  .pickup .pickup__pagination .swiper-pagination-bullet {
    width: 2rem;
    height: 2rem;
  }
}
.pickup .pickup__pagination .swiper-pagination-bullet-active {
  background: #AAAAA9;
}

.results__inner {
  height: 100%;
  width: 92.3%;
  margin: auto;
  padding: 2rem 0 5.5rem;
}
@media screen and (min-width:768px) {
  .results__inner {
    max-width: 152rem;
    padding: 13rem 0 16.7rem;
  }
}
.results .section-body {
  background: linear-gradient(180deg, #AAC3E6 0%, #FFFFFF 100%);
}
.results .result-tabs__nav {
  display: flex;
  margin-bottom: -0.5rem;
}
.results .result-tabs__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  color: #1D3F6E;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: none;
  padding: 0;
  width: 12rem;
  height: 3.6rem;
  padding-right: 1rem;
  background: url(../../assets/img/index/tab_bg_sp.svg) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .results .result-tabs__btn {
    font-size: 4rem;
    line-height: 1;
    letter-spacing: 0em;
    width: 44.4rem;
    height: 8.5rem;
    padding-right: 3rem;
    background: url(../../assets/img/index/tab_bg.svg) no-repeat center center/cover;
  }
}
.results .result-tabs .is-active {
  background: url(../../assets/img/index/tab_bg_active_sp.svg) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .results .result-tabs .is-active {
    background: url(../../assets/img/index/tab_bg_active.svg) no-repeat center center/cover;
  }
}
.results .result-tabs__panel {
  background: #FFFFFF;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
  border-top-right-radius: 0;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  padding: 1.4rem 1.2rem 1.2rem;
}
@media screen and (min-width:768px) {
  .results .result-tabs__panel {
    border-top-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
    border-bottom-right-radius: 3rem;
    padding: 8rem 7.8rem 7.5rem;
  }
}
.results .result-tabs__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  background: #F7F7F4;
  padding: 1.7rem 0.5rem 0.8rem;
}
@media screen and (min-width:768px) {
  .results .result-tabs__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 9rem;
    padding: 4.2rem 7.8rem 3rem;
  }
}
.results .result-tabs__panel {
  display: none;
}
.results .result-tabs__panel.is-active {
  display: block;
}
.results .result-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 2;
  color: #707070;
  text-align: left;
  font-family: "Helvetica Neue", "Inter", "Noto Sans", "Arial", sans-serif;
  border-bottom: 0.1rem solid #707070;
  margin-bottom: 1.1rem;
}
@media screen and (min-width:768px) {
  .results .result-list li {
    font-size: 3rem;
    line-height: 2;
    letter-spacing: 0em;
    padding-bottom: 0.6rem;
    margin-bottom: 3rem;
  }
}
.results .result-list__number {
  display: inline-block;
  margin: 0 0 0 auto;
  font-size: 2.9rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  color: #811C1C;
  text-align: left;
}
@media screen and (min-width:768px) {
  .results .result-list__number {
    font-size: 6.1rem;
    line-height: 1;
  }
}
@media screen and (max-width:767px) {
  .results .result-list .small {
    font-size: 1.4rem;
  }
}
.results__c-note {
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 500;
  letter-spacing: 0em;
  color: #707070;
  text-align: right;
  margin: 1rem 0 0 0;
}
@media screen and (min-width:768px) {
  .results__c-note {
    font-size: 2.4rem;
    line-height: 1.66;
    margin: 2rem 2rem 0 0;
  }
}

.reason__inner {
  height: 100%;
  width: 92.3%;
  margin: auto;
  padding: 4.5rem 0 7.5rem;
}
@media screen and (min-width:768px) {
  .reason__inner {
    max-width: 152rem;
    padding: 10rem 0 26rem;
  }
}
.reason .section-body {
  background: #F7F7F4;
}
.reason__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5.5rem;
}
@media screen and (min-width:768px) {
  .reason__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 10rem 14.4rem;
  }
}
.reason__comment {
  padding-bottom: 0.4rem;
  border-bottom: 0.2rem solid #707070;
}
@media screen and (min-width:768px) {
  .reason__comment {
    padding-bottom: 1rem;
  }
}
.reason__lead {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #707070;
  text-align: left;
  background: #fff;
  border-radius: 1rem;
  padding: 1.7rem 1.9rem 0.8rem;
  margin-bottom: 1rem;
}
@media screen and (min-width:768px) {
  .reason__lead {
    font-size: 2.6rem;
    line-height: 1.38;
    padding: 0 2rem 0 3rem;
    margin-bottom: 2.5rem;
    min-height: 10rem;
  }
}
.reason__lead::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30%;
  border-style: solid;
  border-width: 3rem 2rem 0 0;
  border-color: #ffffff transparent transparent;
  translate: calc(-50% - 0.4px) 100%;
  transform: skew(-20deg);
  transform-origin: top;
}
@media screen and (min-width:768px) {
  .reason__lead::after {
    left: 23%;
    border-width: 4rem 4rem 0 0;
  }
}
.reason__flex {
  display: grid;
  grid-template-columns: auto 62%;
}
@media screen and (min-width:768px) {
  .reason__flex {
    grid-template-columns: 1fr 52.8rem;
  }
}
.reason__image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.reason .reason_image01 {
  width: 13.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) {
  .reason .reason_image01 {
    width: 14.8rem;
  }
}
.reason .reason_image02 {
  width: 9.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) {
  .reason .reason_image02 {
    width: 10rem;
  }
}
.reason .reason_image03 {
  width: 12.9rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) {
  .reason .reason_image03 {
    width: 13.9rem;
  }
}
.reason .reason_image04 {
  width: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) {
  .reason .reason_image04 {
    width: 10.5rem;
  }
}
.reason__text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.375;
  color: #707070;
  padding-right: 1rem;
}
@media screen and (min-width:768px) {
  .reason__text {
    font-size: 2.4rem;
    line-height: 1.41;
    padding-right: 2rem;
  }
}

.track-record {
  /* prev（左矢印） */
  /* next（右矢印） */
}
.track-record__inner {
  height: 100%;
  margin: auto;
}
.track-record .section-body {
  background: #FFFFFF;
}
.track-record__inner {
  height: 100%;
  width: 92.3%;
  margin: auto;
  padding: 3rem 0 5rem;
}
@media screen and (min-width:768px) {
  .track-record__inner {
    width: 100%;
    padding: 17.5rem 0 24.3rem;
  }
}
.track-record__label {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.3;
  color: #1D3F6E;
  text-align: center;
  margin-top: 3.3rem;
}
@media screen and (min-width:768px) {
  .track-record__label {
    font-size: 5rem;
    line-height: 1.7;
    margin-top: 5rem;
  }
}
.track-record__slider {
  padding: 0 15px;
}
.track-record .track-record__button {
  width: 2rem;
  height: 2rem;
  margin: 0;
  background: url(../../assets/img/common/i-arrow-b.png) no-repeat center center/contain;
  /* Swiperデフォルト矢印を消す */
}
@media screen and (min-width:768px) {
  .track-record .track-record__button {
    display: none;
  }
}
.track-record .track-record__button::after {
  display: none;
}
.track-record .track-record__button--prev {
  transform: rotate(180deg);
  left: -0.5rem;
}
.track-record .track-record__button--next {
  transform: none;
  right: -0.5rem;
}

.features {
  overflow: hidden;
}
.features .section-body {
  background: #F7F7F4;
}
.features__inner {
  height: 100%;
  width: 92.3%;
  margin: auto;
  padding: 3rem 0 8.5rem;
}
@media screen and (min-width:768px) {
  .features__inner {
    max-width: 152rem;
    padding: 9rem 0 32rem;
  }
}
.features .feature {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: center;
  margin-bottom: 5rem;
}
@media screen and (min-width:768px) {
  .features .feature {
    grid-template-columns: 1fr 1fr;
    gap: 8rem;
    margin-bottom: 12.5rem;
  }
}
.features .feature:last-child {
  margin-bottom: 0;
}
.features .feature--reverse {
  grid-template-columns: 1fr;
  gap: 0;
}
@media screen and (min-width:768px) {
  .features .feature--reverse {
    grid-template-columns: 1fr 1fr;
  }
}
.features .feature--reverse .feature__content {
  order: 2;
}
.features .feature--reverse .feature__image {
  order: 1;
}
.features .feature--reverse .feature__text {
  padding-left: 0;
}
@media screen and (min-width:768px) {
  .features .feature--reverse .feature__text {
    padding-left: 8rem;
  }
}
.features .feature__representative {
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 0;
}
@media screen and (min-width:768px) {
  .features .feature__representative {
    grid-template-columns: 68rem 1fr;
    gap: 0;
  }
}
.features .feature__representative .feature__content {
  order: 2;
}
@media screen and (min-width:768px) {
  .features .feature__representative .feature__content {
    order: 2;
  }
}
.features .feature__representative .feature__image {
  order: 1;
}
@media screen and (min-width:768px) {
  .features .feature__representative .feature__image {
    order: 1;
  }
}
.features .feature__representative .feature__text {
  position: relative;
  margin-left: 0;
  padding: 2rem 2rem;
  background: #FFFFFF;
  border-radius: 2rem;
  margin-top: -1.7rem;
}
@media screen and (min-width:768px) {
  .features .feature__representative .feature__text {
    padding: 5.5rem 6.5rem 3rem;
    margin-left: 8rem;
    margin-top: -6.5rem;
  }
}
.features .feature__representative .feature__text::after {
  display: none;
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 3rem 1rem 0 1rem;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
}
@media screen and (min-width:768px) {
  .features .feature__representative .feature__text::after {
    display: block;
    top: 30%;
    left: 0;
    bottom: auto;
    translate: -100% -50%;
    border-width: 2.5rem 8rem 2.5rem 0;
    border-color: transparent #fff transparent transparent;
  }
}
.features .feature__header {
  display: grid;
  grid-template-columns: auto 1fr;
}
@media screen and (min-width:768px) {
  .features .feature__header {
    grid-template-columns: 26rem auto;
  }
}
.features .feature__label {
  min-width: 12.8rem;
  height: 8.6rem;
  margin-left: -5rem;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .features .feature__label {
    min-width: 26rem;
    height: 26.6rem;
    margin-left: 0;
  }
}
.features .feature__label-01 {
  background: url(../../assets/img/features/feature01.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .features .feature__label-01 {
    background: url(../../assets/img/features/feature01_pc.png) no-repeat center center/contain;
  }
}
.features .feature__label-02 {
  background: url(../../assets/img/features/feature02.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .features .feature__label-02 {
    background: url(../../assets/img/features/feature02_pc.png) no-repeat center center/contain;
  }
}
.features .feature__label-03 {
  background: url(../../assets/img/features/feature03.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .features .feature__label-03 {
    background: url(../../assets/img/features/feature03_pc.png) no-repeat center center/contain;
  }
}
.features .feature__label-04 {
  background: url(../../assets/img/features/feature04.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .features .feature__label-04 {
    background: url(../../assets/img/features/feature04_pc.png) no-repeat center center/contain;
  }
}
.features .feature__title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.3;
  color: #707070;
  padding: 1rem 1rem 0;
}
@media screen and (min-width:768px) {
  .features .feature__title {
    font-size: 3.4rem;
    line-height: 1.35;
    padding: 5rem 0 0;
  }
}
@media screen and (max-width:767px) {
  .features .feature__title--first {
    padding: 1rem 1rem 0;
  }
}
@media screen and (min-width:768px) {
  .features .feature__title--first {
    font-size: 4.4rem;
  }
}
.features .feature__text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.375;
  color: #707070;
  margin-top: 2rem;
}
@media screen and (min-width:768px) {
  .features .feature__text {
    font-size: 2.4rem;
    line-height: 1.66;
    margin-top: 0;
  }
}
.features .accordion {
  margin-top: 1.5rem;
  margin-bottom: 5rem;
  /* ＋／− アイコン */
  /* スライドパネル */
}
@media screen and (min-width:768px) {
  .features .accordion {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.features .accordion__item {
  border: 0.1rem solid #AAC3E6;
  border-radius: 2rem;
  background: #AAC3E6;
  margin-bottom: 1rem;
  overflow: hidden;
}
.features .accordion__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width:768px) {
  .features .accordion__item:last-child {
    margin-bottom: 13rem;
  }
}
.features .accordion__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  padding: 0rem 1.6rem 0 2rem;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
}
@media screen and (min-width:768px) {
  .features .accordion__header {
    padding: 0.9rem 3.5rem 0.9rem 5.8rem;
  }
}
.features .accordion__header[aria-expanded=true] .accordion__icon::after {
  transform: rotate(0deg);
}
.features .accordion__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
  color: #FFFFFF;
}
@media screen and (min-width:768px) {
  .features .accordion__title {
    font-size: 3.4rem;
    line-height: 1.61;
  }
}
.features .accordion__icon {
  position: relative;
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
}
@media screen and (min-width:768px) {
  .features .accordion__icon {
    width: 4rem;
    height: 4rem;
    flex: 0 0 4rem;
  }
}
.features .accordion__icon::before, .features .accordion__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 2rem;
  height: 0.2rem;
  background: #fff;
  transition: transform 0.25s ease;
}
@media screen and (min-width:768px) {
  .features .accordion__icon::before, .features .accordion__icon::after {
    width: 3rem;
    height: 0.2rem;
  }
}
.features .accordion__icon::after {
  transform: rotate(90deg);
}
.features .accordion__panel {
  background: #fff;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.features .accordion__panel-inner {
  padding: 1.8rem 1.5rem 1.8rem;
}
@media screen and (min-width:768px) {
  .features .accordion__panel-inner {
    padding: 3rem 5rem 1.6rem;
  }
}
.features .accordion__panel-inner p {
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 500;
  letter-spacing: 0em;
  color: #707070;
}
@media screen and (min-width:768px) {
  .features .accordion__panel-inner p {
    font-size: 2.4rem;
    line-height: 1.66;
  }
}

.course {
  /* aタグをカード全体に広げる */
  /* 透明レイヤーをカード全体に敷く */
}
.course .section-body {
  background: #FFFFFF;
}
.course__inner {
  height: 100%;
  width: 92.3%;
  margin: auto;
  padding: 5rem 0 9rem;
}
@media screen and (min-width:768px) {
  .course__inner {
    max-width: 152rem;
    padding: 13rem 0 25rem;
  }
}
.course__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}
@media screen and (min-width:768px) {
  .course__list {
    grid-template-columns: 1fr 1fr;
    gap: 7rem 6rem;
  }
}
.course .course-card {
  border: 0.2rem solid #1D3F6E;
  border-radius: 2rem;
  overflow: hidden;
  background: #F7F7F4;
  height: 100%;
}
.course .course-card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.course .course-card__text {
  flex: 1;
}
.course .course-card__link {
  margin-top: auto;
}
.course .course-card__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 2.1;
  height: 4.1rem;
  color: #fff;
  text-align: center;
  background: #1D3F6E;
  z-index: 2;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .course .course-card__title {
    font-size: 4rem;
    line-height: 2;
    height: 8.3rem;
  }
}
.course .course-card__title::before {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  content: "";
  display: block;
  background: url(../../assets/img/index/course_arrow_bg.png) no-repeat center center/contain;
  z-index: -1;
  width: 8rem;
  height: 4.4rem;
}
@media screen and (min-width:768px) {
  .course .course-card__title::before {
    bottom: 0;
    width: 16.1rem;
    height: 7.3rem;
  }
}
.course .course-card__body {
  display: flex;
  height: calc(100% - 4.1rem);
}
@media screen and (min-width:768px) {
  .course .course-card__body {
    height: calc(100% - 8.3rem);
  }
}
.course .course-card__image {
  overflow: hidden;
  min-width: 14.7rem;
}
@media screen and (min-width:768px) {
  .course .course-card__image {
    min-width: 29.9rem;
  }
}
.course .course-card__image img {
  height: 100%;
  width: 100%;
  aspect-ratio: 147/171;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
@media screen and (min-width:768px) {
  .course .course-card__image img {
    aspect-ratio: 299/347;
  }
}
.course .course-card__text {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.42;
  color: #707070;
  padding: 1.5rem 1.5rem 0;
}
@media screen and (min-width:768px) {
  .course .course-card__text {
    font-size: 2.4rem;
    line-height: 1.41;
    padding: 3rem;
  }
}
.course .course-card__link {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 0.5rem;
  text-align: right;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 3;
  color: #1D3F6E;
  padding: 0 1.6rem 0 0;
}
@media screen and (min-width:768px) {
  .course .course-card__link {
    gap: 1.5rem;
    font-size: 2.4rem;
    line-height: 1.41;
    padding: 0 3rem 3rem 0;
  }
}
.course .course-card__link::after {
  content: "";
  display: block;
  background: url(../../assets/img/common/more_btn.svg) no-repeat center center/contain;
  width: 2.4rem;
  height: 0.7rem;
}
@media screen and (min-width:768px) {
  .course .course-card__link::after {
    width: 5rem;
    height: 1.4rem;
  }
}
.course .course-card {
  position: relative;
}
.course .course-card__link {
  position: static;
}
.course .course-card__link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.course .course-card:hover .course-card__image img {
  transform: scale(1.06);
}

.voice {
  /* 矢印ボタン共通 */
  /* prev（左矢印） */
  /* next（右矢印） */
  /* ドット */
}
.voice .section-body {
  background: #F7F7F4;
}
.voice__inner {
  height: 100%;
  width: 92.3%;
  margin: auto;
  padding: 3rem 0 8rem;
}
@media screen and (min-width:768px) {
  .voice__inner {
    width: 100%;
    padding: 12rem 0 18.5rem;
  }
}
.voice .voice-slider {
  text-align: center;
  padding: 0 1rem;
}
@media screen and (min-width:768px) {
  .voice .voice-slider {
    padding: 0;
  }
}
.voice .swiper-wrapper {
  padding: 3rem 0 4rem;
}
@media screen and (min-width:768px) {
  .voice .swiper-wrapper {
    padding: 5rem 0 11.5rem;
  }
}
.voice .voice-item {
  position: relative;
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.16);
  padding: 2.8rem 1.5rem 3.5rem 1.5rem;
}
@media screen and (min-width:768px) {
  .voice .voice-item {
    border-radius: 3rem;
    padding: 8.7rem 5rem 4.5rem;
  }
}
.voice .voice-item__label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -37%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.25;
  color: #FFFFFF;
  text-align: center;
  background: #1D3F6E;
  border-radius: 5rem;
  min-width: 26.9rem;
  height: 2.9rem;
}
@media screen and (min-width:768px) {
  .voice .voice-item__label {
    font-size: 4rem;
    line-height: 1.25;
    min-width: 72rem;
    height: 8.2rem;
  }
}
.voice .voice-item__header {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width:768px) {
  .voice .voice-item__header {
    gap: 3rem;
    margin-bottom: 2.8rem;
  }
}
.voice .voice-item__image img {
  width: 7.3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) {
  .voice .voice-item__image img {
    width: 18.4rem;
  }
}
.voice .voice-item__title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.26;
  color: #1D3F6E;
  text-align: left;
}
@media screen and (min-width:768px) {
  .voice .voice-item__title {
    font-size: 4rem;
    line-height: 1.25;
  }
}
.voice .voice-item__meta {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.23;
  color: #707070;
  text-align: left;
  margin-top: 0.9rem;
}
@media screen and (min-width:768px) {
  .voice .voice-item__meta {
    font-size: 2.6rem;
    line-height: 1.38;
    margin-top: 1.7rem;
  }
}
.voice .voice-item__text {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.42;
  color: #70706F;
  text-align: left;
}
@media screen and (min-width:768px) {
  .voice .voice-item__text {
    font-size: 2.4rem;
    line-height: 1.41;
  }
}
.voice__empty {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.55;
  color: #707070;
  text-align: center;
  margin: 1rem 0 0;
}
@media screen and (min-width:768px) {
  .voice__empty {
    font-size: 2rem;
    line-height: 1.6;
    margin: 2rem 0 0;
  }
}
.voice .voice-slider__controls {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 0;
}
@media screen and (min-width:768px) {
  .voice .voice-slider__controls {
    gap: 2rem;
  }
}
.voice .voice-slider__button {
  width: 0.9rem;
  height: 0.9rem;
  position: static;
  margin: 0;
  background: url(../../assets/img/common/i-arrow.png) no-repeat center center/contain;
  /* Swiperデフォルト矢印を消す */
}
@media screen and (min-width:768px) {
  .voice .voice-slider__button {
    width: 1.9rem;
    height: 1.6rem;
  }
}
.voice .voice-slider__button::after {
  display: none;
}
.voice .voice-slider__button--prev {
  transform: rotate(180deg);
}
.voice .voice-slider__button--next {
  transform: none;
}
.voice .voice-slider__pagination {
  position: static;
  display: flex;
  gap: 0.8rem;
}
@media screen and (min-width:768px) {
  .voice .voice-slider__pagination {
    gap: 2rem;
  }
}
.voice .voice-slider__pagination .swiper-pagination-bullet {
  width: 0.9rem;
  height: 0.9rem;
  background: #fff;
  border: 0.1rem solid #AAAAA9;
  opacity: 1;
}
@media screen and (min-width:768px) {
  .voice .voice-slider__pagination .swiper-pagination-bullet {
    width: 2rem;
    height: 2rem;
  }
}
.voice .voice-slider__pagination .swiper-pagination-bullet-active {
  background: #AAAAA9;
}

.flow .section-body {
  background: #FFFFFF;
}
.flow__inner {
  height: 100%;
  width: 92.3%;
  margin: auto;
  padding: 5rem 0 8.5rem;
}
@media screen and (min-width:768px) {
  .flow__inner {
    max-width: 152rem;
    padding: 16rem 0 22.5rem;
  }
}
.flow__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.8rem 1.6rem;
  align-items: center;
}
@media screen and (min-width:768px) {
  .flow__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 4rem;
  }
}
.flow .flow-card {
  position: relative;
  border-radius: 2rem;
  background: #F7F7F4;
  padding: 4rem 1.5rem 1.5rem;
  height: 100%;
}
@media screen and (min-width:768px) {
  .flow .flow-card {
    border-radius: 3rem;
    padding: 8rem 3rem 3rem;
  }
}
.flow .flow-card__number {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  color: #fff;
  width: 3.7rem;
  height: 3.6rem;
  background: #1D3F6E;
}
@media screen and (min-width:768px) {
  .flow .flow-card__number {
    font-size: 3.6rem;
    line-height: 1;
    width: 7.7rem;
    height: 7.4rem;
  }
}
.flow .flow-card__title {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.41;
  color: #1D3F6E;
  text-align: center;
  height: 4.2rem;
}
@media screen and (min-width:768px) {
  .flow .flow-card__title {
    font-size: 3.6rem;
    line-height: 1.38;
    height: 9rem;
  }
}
.flow .flow-card__image {
  margin-bottom: 0.5rem;
}
@media screen and (min-width:768px) {
  .flow .flow-card__image {
    margin-bottom: 2rem;
  }
}
.flow .flow-card__image img {
  aspect-ratio: 275/219;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) {
  .flow .flow-card__image img {
    max-width: 27.9rem;
  }
}
.flow .flow-card__text {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.66;
  color: #70706F;
}
@media screen and (min-width:768px) {
  .flow .flow-card__text {
    font-size: 2.4rem;
    line-height: 1.41;
  }
}

.faq .section-body {
  background: #F7F7F4;
}
.faq__inner {
  height: 100%;
  width: 92.3%;
  margin: auto;
  padding: 3rem 0 9rem;
}
@media screen and (min-width:768px) {
  .faq__inner {
    max-width: 152rem;
    padding: 13.7rem 0 26.5rem;
  }
}
.faq .accordion {
  /* ＋／− アイコン */
  /* スライドパネル */
}
.faq .accordion__item {
  border: 0.1rem solid #AAC3E6;
  border-radius: 1rem;
  background: #AAC3E6;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .faq .accordion__item {
    margin-bottom: 5.2rem;
    border-radius: 2rem;
  }
}
.faq .accordion__item:last-child {
  margin-bottom: 0rem;
}
.faq .accordion__header {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  z-index: 1;
  min-height: 3.8rem;
  padding: 0rem 1rem 0 6rem;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .faq .accordion__header {
    height: 12rem;
    padding: 0rem 4rem 0 19.5rem;
  }
}
.faq .accordion__header[aria-expanded=true] .accordion__icon::after {
  transform: rotate(0deg);
}
.faq .accordion__header::before {
  content: "";
  display: block;
  background: url(../../assets/img/index/faq_arrow_bg.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 5.4rem;
  height: 4.7rem;
}
@media screen and (min-width:768px) {
  .faq .accordion__header::before {
    width: 16.4rem;
    height: 14.3rem;
  }
}
.faq .accordion__title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0em;
  color: #FFFFFF;
}
@media screen and (min-width:768px) {
  .faq .accordion__title {
    font-size: 4rem;
    line-height: 1.25;
  }
}
.faq .accordion__icon {
  position: relative;
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
}
@media screen and (min-width:768px) {
  .faq .accordion__icon {
    width: 4rem;
    height: 4rem;
    flex: 0 0 4rem;
  }
}
.faq .accordion__icon::before, .faq .accordion__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1rem;
  height: 0.1rem;
  background: #fff;
  transition: transform 0.25s ease;
}
@media screen and (min-width:768px) {
  .faq .accordion__icon::before, .faq .accordion__icon::after {
    width: 3rem;
    height: 0.2rem;
  }
}
.faq .accordion__icon::after {
  transform: rotate(90deg);
}
.faq .accordion__panel {
  background: #fff;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.faq .accordion__panel-inner {
  padding: 1rem 2rem 1rem 2rem;
}
@media screen and (min-width:768px) {
  .faq .accordion__panel-inner {
    padding: 4rem 5rem 4rem 9rem;
  }
}
.faq .accordion__panel-inner p {
  font-size: 1.4rem;
  line-height: 1.33;
  font-weight: 400;
  letter-spacing: 0em;
  color: #70706F;
}
@media screen and (min-width:768px) {
  .faq .accordion__panel-inner p {
    font-size: 3rem;
    line-height: 1.33;
  }
}

.news .section-body {
  background: #fff;
}
.news__inner {
  height: 100%;
  width: 92.3%;
  margin: auto;
  padding: 3.4rem 0 8.5rem;
}
@media screen and (min-width:768px) {
  .news__inner {
    max-width: 152rem;
    padding: 12rem 0 22.8rem;
  }
}
.news .news-item {
  background: #F7F7F4;
  padding: 1rem 1rem;
  margin-bottom: 1.7rem;
}
@media screen and (min-width:768px) {
  .news .news-item {
    padding: 2rem 5rem;
    margin-bottom: 5rem;
  }
}
.news .news-item:last-child {
  margin-bottom: 0;
}
.news .news-item__date {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: 0em;
  color: #70706F;
  margin: 0 1rem 0 0;
}
@media screen and (min-width:768px) {
  .news .news-item__date {
    font-size: 3rem;
    line-height: 1.33;
    margin: 0 2rem 0 1rem;
  }
}
.news .news-item__category {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: 0em;
  color: #FFFFFC;
  padding: 0 1rem;
}
@media screen and (min-width:768px) {
  .news .news-item__category {
    font-size: 3rem;
    line-height: 1.33;
  }
}
.news .news-item__title {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: 0em;
  color: #70706F;
  margin-top: 0.1rem;
}
@media screen and (min-width:768px) {
  .news .news-item__title {
    font-size: 4rem;
    line-height: 1.33;
    margin-top: 1.6rem;
  }
}
.news__footer {
  display: flex;
  justify-content: center;
  margin-top: 10rem;
}
@media screen and (min-width:768px) {
  .news__footer {
    margin-top: 20rem;
  }
}
.news__more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28rem;
  height: 6.2rem;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  background: #1D3F6E;
  border: 0.3rem solid #1D3F6E;
  border-radius: 1rem;
  transition: background 0.2s ease, color 0.2s ease;
  cursor: pointer;
}
@media screen and (min-width:768px) {
  .news__more-btn {
    font-size: 3.6rem;
    width: 45rem;
    height: 10rem;
  }
}
.news__more-btn:hover {
  background: #fff;
  color: #1D3F6E;
}

.access {
  background: #fff;
}
.access__inner {
  height: 100%;
  width: 92.3%;
  margin: auto;
  padding: 3rem 0 10rem;
}
@media screen and (min-width:768px) {
  .access__inner {
    max-width: 152rem;
    padding: 27.5rem 0 32rem;
  }
}
.access__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: flex-start;
}
@media screen and (min-width:768px) {
  .access__main {
    grid-template-columns: 1fr 86.8rem;
    gap: 10rem;
  }
}
.access__title {
  font-size: 2.5rem;
  line-height: 3;
  font-weight: 700;
  color: #1D3F6E;
  text-align: center;
  font-family: "Helvetica Neue", "Inter", "Noto Sans", "Arial", sans-serif;
  margin-bottom: 3rem;
}
@media screen and (min-width:768px) {
  .access__title {
    font-size: 6rem;
    line-height: 1;
    text-align: left;
    margin-bottom: 0;
  }
}
.access__name {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.21;
  letter-spacing: 0em;
  color: #707070;
  text-align: center;
  margin-top: 3.2rem;
}
@media screen and (min-width:768px) {
  .access__name {
    font-size: 3rem;
    line-height: 1.33;
    text-align: left;
    margin-top: 18rem;
  }
}
.access__address {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #141212;
  width: 73%;
  margin: 2.3rem auto 0;
}
@media screen and (min-width:768px) {
  .access__address {
    font-size: 2.4rem;
    line-height: 1.41;
    margin-top: 5rem;
    width: 100%;
  }
}
.access__tel {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.38;
  letter-spacing: 0em;
  color: #707070;
  text-align: center;
  margin: 0.5rem auto 0;
  font-family: "Helvetica Neue", "Inter", "Noto Sans", "Arial", sans-serif;
}
@media screen and (min-width:768px) {
  .access__tel {
    font-size: 4rem;
    line-height: 2.4;
    text-align: left;
    margin-top: 3.3rem;
  }
}
.access__tel-number {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media screen and (min-width:768px) {
  .access__tel-number {
    font-size: 6.2rem;
    line-height: 1;
  }
}
.access__hours {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0em;
  color: #707070;
  text-align: center;
}
@media screen and (min-width:768px) {
  .access__hours {
    font-size: 2.4rem;
    line-height: 1.25;
    text-align: left;
  }
}
.access__map {
  height: 100%;
}
.access__map img {
  aspect-ratio: 868/590;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.access__gallery {
  margin-top: 3rem;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .access__gallery {
    margin-top: 4.5rem;
  }
}
.access__gallery-list {
  display: flex;
  gap: 0;
}
@media screen and (min-width:768px) {
  .access__gallery-list {
    gap: 5.5rem;
  }
}
.access__gallery-item {
  text-align: center;
  width: 100%;
}
@media screen and (min-width:768px) {
  .access__gallery-item {
    width: calc((100% - 11rem) / 3);
  }
}
.access__gallery-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:768px) {
  .access__gallery-item img {
    width: 100%;
  }
}

.course-fv {
  position: relative;
  width: 100%;
  background: #1D3F6E;
  overflow: hidden;
}
.course-fv__inner {
  position: relative;
  z-index: 3;
  display: block;
  height: 100%;
  margin: auto;
  min-height: 100%;
  padding: 3rem 0 0;
}
@media screen and (min-width:768px) {
  .course-fv__inner {
    display: grid;
    grid-template-columns: 67rem minmax(0, 1fr);
    height: 100%;
    max-width: 192rem;
    padding: 0 0 6rem 7.8125%;
  }
}
.course-fv__content--left {
  position: relative;
  display: flex;
  flex-direction: column;
}
.course-fv__content--left::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../../assets/img/arrow/anime_arrow_subfv_sp.png) no-repeat center center/cover;
  width: 26rem;
  height: 17.8rem;
  z-index: 3;
  top: 30.6rem;
  right: auto;
  left: -5.5rem;
}
@media screen and (min-width:768px) {
  .course-fv__content--left::before {
    top: 1.5rem;
    right: -28.5rem;
    left: auto;
    background: url(../../assets/img/arrow/anime_arrow_subfv.png) no-repeat center center/cover;
    width: 74.6rem;
    height: 35.5rem;
  }
}
.course-fv__content--right {
  display: none;
}
@media screen and (min-width:768px) {
  .course-fv__content--right {
    position: relative;
    display: block;
    padding-top: 4rem;
  }
}
.course-fv__body {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 0 0 2.2rem 7.7%;
}
@media screen and (min-width:768px) {
  .course-fv__body {
    height: 100%;
    padding: 4rem 4.1rem 2rem 0;
  }
}
.course-fv__body::before {
  display: none;
}
@media screen and (min-width:768px) {
  .course-fv__body::before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(50vw + 50%);
    margin: 0 calc(50% - 50vw);
    z-index: 3;
  }
}
.course-fv__title {
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.21;
  color: #FFFFFF;
  letter-spacing: 0.02em;
  text-align: center;
  z-index: 5;
  padding: 0;
  margin-bottom: 9rem;
}
@media screen and (min-width:768px) {
  .course-fv__title {
    font-size: 7rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-align: left;
    padding: 5rem 0 5.5rem;
    margin-bottom: 0;
  }
}
.course-fv__target {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.41;
  color: #1D3F6E;
  letter-spacing: 0em;
  width: 30rem;
  height: 5.1rem;
  z-index: 5;
  position: absolute;
  top: -3.4rem;
  left: 50%;
  transform: translate(-40%, -50%);
}
@media screen and (min-width:768px) {
  .course-fv__target {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.42;
    height: 10rem;
    width: 60rem;
    margin-bottom: 4rem;
  }
}
.course-fv__target::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(../../assets/img/page-course/target_ribbon.png) no-repeat center center/cover;
  z-index: -1;
}
.course-fv__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.55;
  color: #1D3F6E;
  letter-spacing: 0em;
  z-index: 5;
  padding: 2.3rem 5% 0 0;
}
@media screen and (min-width:768px) {
  .course-fv__text {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.66;
    padding: 0;
  }
}
.course-fv__image {
  position: relative;
  background: #1D3F6E;
  overflow: hidden;
  border-top-left-radius: 8rem;
  height: 100%;
  margin-top: -3rem;
}
@media screen and (min-width:768px) {
  .course-fv__image {
    border-top-left-radius: 8rem;
    margin-top: 0;
  }
}
.course-fv__image::before {
  content: "";
  position: absolute;
  inset: -1px;
  padding: 0.4rem 0 0 0.4rem;
  border-radius: inherit;
  background: linear-gradient(90deg, #FDED37 0%, #E3BA00 20%, #F9F393 40%, #B68601 60%, #F9ED88 80%, #CB7E06 100%);
  z-index: 2;
  /* 中を抜く */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@media screen and (min-width:768px) {
  .course-fv__image::before {
    padding: 0.8rem 0 0 0.8rem;
  }
}
.course-fv__image img {
  height: 35.8rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:768px) {
  .course-fv__image img {
    height: 100%;
  }
}

.course-features .section-body {
  background: #F7F7F4;
}
.course-features__inner {
  height: 100%;
  width: 92.3%;
  margin: auto;
  padding: 3.8rem 0 12.7rem;
}
@media screen and (min-width:768px) {
  .course-features__inner {
    max-width: 152rem;
    padding: 11.1rem 0 22.5rem;
  }
}
.course-features__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.6rem;
  align-items: center;
}
@media screen and (min-width:768px) {
  .course-features__list {
    grid-template-columns: 1fr 1fr;
    gap: 4.3rem 3.5rem;
  }
}
.course-features .course-card {
  position: relative;
  display: flex;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 1rem;
  padding: 1.5rem 1rem 1rem 1.5rem;
  height: auto;
}
@media screen and (min-width:768px) {
  .course-features .course-card {
    border-radius: 3rem;
    padding: 3.3rem 3rem;
    height: 100%;
  }
}
.course-features .course-card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.course-features .course-card__text {
  flex: 1;
}
.course-features .course-card__label {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  -o-object-fit: contain;
     object-fit: contain;
  width: 9.7rem;
}
@media screen and (min-width:768px) {
  .course-features .course-card__label {
    top: 1.1rem;
    left: 1.4rem;
    width: 20rem;
  }
}
.course-features .course-card__title {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.33;
  min-height: 5.8rem;
  color: #1D3F6E;
  background: #E4EDFA;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  z-index: 2;
  overflow: hidden;
  padding-left: 1rem;
}
@media screen and (min-width:768px) {
  .course-features .course-card__title {
    font-size: 3.4rem;
    line-height: 1.35;
    min-height: 11.9rem;
    padding-left: 3rem;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.course-features .course-card__image {
  display: flex;
  align-items: flex-end;
  background: linear-gradient(to bottom, #E4EDFA 0%, #E4EDFA 50%, #fff 50%, #fff 100%);
}
@media screen and (min-width:768px) {
  .course-features .course-card__image {
    padding-top: 1.8rem;
  }
}
.course-features .course-card__image img {
  height: 100%;
  aspect-ratio: 123/120;
  -o-object-fit: contain;
     object-fit: contain;
  min-width: 12.3rem;
  max-width: 12.3rem;
  height: 100%;
}
@media screen and (min-width:768px) {
  .course-features .course-card__image img {
    min-width: 25.1rem;
    aspect-ratio: 251/246;
    height: 24.6rem;
  }
}
.course-features .course-card__text {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.42;
  color: #707070;
  padding: 1.4rem 0 0 1.4rem;
}
@media screen and (min-width:768px) {
  .course-features .course-card__text {
    font-size: 2.4rem;
    line-height: 1.41;
    padding: 2rem 0 0 3rem;
  }
}

.curriculum .section-body {
  background: #FFFFFF;
}
.curriculum__inner {
  height: 100%;
  width: 92.3%;
  margin: auto;
  padding: 1.6rem 0 9rem;
}
@media screen and (min-width:768px) {
  .curriculum__inner {
    max-width: 152rem;
    padding: 7rem 0 25rem;
  }
}
.curriculum__lead {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 2;
  color: #707070;
  text-align: center;
  margin-bottom: 2.6rem;
}
@media screen and (min-width:768px) {
  .curriculum__lead {
    font-size: 4.5rem;
    line-height: 2.9;
    margin-bottom: 7rem;
  }
}
.curriculum__info {
  display: grid;
  grid-template-columns: 24% 1fr;
}
@media screen and (min-width:768px) {
  .curriculum__info {
    grid-template-columns: 40rem 1fr;
  }
}
.curriculum__info dt:first-of-type, .curriculum__info dt:first-of-type + dd {
  border-top: 0.1rem solid #707070;
}
.curriculum__info dt {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2;
  color: #707070;
  text-align: center;
  background: #F7F7F4;
  border-bottom: 0.1rem solid #707070;
  border-left: 0.1rem solid #707070;
}
@media screen and (min-width:768px) {
  .curriculum__info dt {
    font-size: 3.5rem;
    line-height: 2.8;
  }
}
.curriculum__info dd {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.28;
  color: #707070;
  border-right: 0.1rem solid #707070;
  border-bottom: 0.1rem solid #707070;
  padding: 0.4rem 1.2rem;
}
@media screen and (min-width:768px) {
  .curriculum__info dd {
    font-size: 3.5rem;
    line-height: 2.8;
    padding: 0 7rem;
  }
}
.curriculum .accordion {
  margin-top: 2rem;
  margin-bottom: 0;
  /* ＋／− アイコン */
  /* スライドパネル */
}
@media screen and (min-width:768px) {
  .curriculum .accordion {
    margin-top: 10rem;
    margin-bottom: 0;
  }
}
.curriculum .accordion__item {
  border-radius: 2rem;
  background: #AAC3E6;
  margin-bottom: 1rem;
  overflow: hidden;
}
.curriculum .accordion__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width:768px) {
  .curriculum .accordion__item:last-child {
    margin-bottom: 6rem;
  }
}
.curriculum .accordion__header {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  padding: 0rem 1.5rem 0 6rem;
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 2.9rem;
}
@media screen and (min-width:768px) {
  .curriculum .accordion__header {
    padding: 0.9rem 4.2rem 0.9rem 10.5rem;
    height: 12rem;
  }
}
.curriculum .accordion__header[aria-expanded=true] .accordion__icon::after {
  transform: rotate(0deg);
}
.curriculum .accordion__header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3.9rem;
  height: 3.4rem;
  background: url(../../assets/img/page-course/curriculum-schedule_arrow.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .curriculum .accordion__header::before {
    width: 16.4rem;
    height: 14.4rem;
  }
}
.curriculum .accordion__title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0em;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
}
@media screen and (min-width:768px) {
  .curriculum .accordion__title {
    font-size: 4rem;
    line-height: 1.25;
  }
}
.curriculum .accordion__icon {
  position: relative;
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
}
@media screen and (min-width:768px) {
  .curriculum .accordion__icon {
    width: 4rem;
    height: 4rem;
    flex: 0 0 4rem;
  }
}
.curriculum .accordion__icon::before, .curriculum .accordion__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1.4rem;
  height: 0.1rem;
  background: #fff;
  transition: transform 0.25s ease;
}
@media screen and (min-width:768px) {
  .curriculum .accordion__icon::before, .curriculum .accordion__icon::after {
    width: 3rem;
    height: 0.2rem;
  }
}
.curriculum .accordion__icon::after {
  transform: rotate(90deg);
}
.curriculum .accordion__panel {
  background: #F7F7F4;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.curriculum .accordion__panel-inner {
  padding: 1.8rem 1rem 1.8rem;
}
@media screen and (min-width:768px) {
  .curriculum .accordion__panel-inner {
    padding: 6rem 8rem 7.5rem;
  }
}
.curriculum .curriculum-note {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #70706F;
  margin-top: 1.7rem;
}
@media screen and (min-width:768px) {
  .curriculum .curriculum-note {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-top: 5rem;
  }
}
.curriculum .curriculum-schedule {
  overflow-x: auto;
}
.curriculum .curriculum-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 0.1rem solid #707070;
  /* =========================
     列幅コントロール
  ========================= */
  /* =========================
     共通セル
  ========================= */
  /* =========================
     ヘッダー
  ========================= */
  /* =========================
     左列（ターム）
  ========================= */
  /* =========================
     本文セル
  ========================= */
  /* 最終行だけ下線を消す（外枠と二重になるのを防止） */
  /* =========================
     列ごとの背景色（縦一列）
     ※ 1列目はタームなので除外
  ========================= */
  /* 月 */
  /* 火 */
  /* 水 */
  /* 木 */
  /* 金 */
  /* 土 */
}
.curriculum .curriculum-table thead th:first-child,
.curriculum .curriculum-table tbody th {
  width: 30%;
}
.curriculum .curriculum-table thead th:not(:first-child),
.curriculum .curriculum-table tbody td {
  width: 11.6666666667%;
}
@media screen and (min-width:768px) {
  .curriculum .curriculum-table thead th:first-child,
  .curriculum .curriculum-table tbody th {
    width: 29%;
  }
  .curriculum .curriculum-table thead th:not(:first-child),
  .curriculum .curriculum-table tbody td {
    width: 11.8333333333%;
  }
}
.curriculum .curriculum-table th,
.curriculum .curriculum-table td {
  text-align: center;
  vertical-align: middle;
  border-bottom: 0.1rem solid #707070;
  /* 縦線は消す */
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 0.4rem 0.2rem;
}
@media screen and (min-width:768px) {
  .curriculum .curriculum-table th,
  .curriculum .curriculum-table td {
    padding: 2.8rem 1rem;
  }
}
.curriculum .curriculum-table thead th {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #70706F;
  background: #ffffff;
  /* 左上の空白セル */
}
@media screen and (min-width:768px) {
  .curriculum .curriculum-table thead th {
    font-size: 3rem;
    line-height: 1.33;
  }
}
.curriculum .curriculum-table thead th:first-child {
  background: #AAAAA9;
}
.curriculum .curriculum-table tbody th {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.28;
  color: #707070;
  background: #EAEAEA;
}
@media screen and (min-width:768px) {
  .curriculum .curriculum-table tbody th {
    font-size: 3rem;
    line-height: 1.4;
  }
}
.curriculum .curriculum-table tbody th span {
  display: inline-block;
  margin-left: 0;
}
@media screen and (min-width:768px) {
  .curriculum .curriculum-table tbody th span {
    margin-left: 0.5em;
  }
}
.curriculum .curriculum-table tbody td {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.33;
  color: #70706F;
}
@media screen and (min-width:768px) {
  .curriculum .curriculum-table tbody td {
    font-size: 3rem;
    line-height: 1.33;
  }
}
.curriculum .curriculum-table tbody tr:last-child th,
.curriculum .curriculum-table tbody tr:last-child td {
  border-bottom: none;
}
.curriculum .curriculum-table thead th:nth-child(2),
.curriculum .curriculum-table tbody td:nth-child(2) {
  background: #FFFFFF;
}
.curriculum .curriculum-table thead th:nth-child(3),
.curriculum .curriculum-table tbody td:nth-child(3) {
  background: #FAFAFA;
}
.curriculum .curriculum-table thead th:nth-child(4),
.curriculum .curriculum-table tbody td:nth-child(4) {
  background: #FFFFFF;
}
.curriculum .curriculum-table thead th:nth-child(5),
.curriculum .curriculum-table tbody td:nth-child(5) {
  background: #FAFAFA;
}
.curriculum .curriculum-table thead th:nth-child(6),
.curriculum .curriculum-table tbody td:nth-child(6) {
  background: #FFFFFF;
}
.curriculum .curriculum-table thead th:nth-child(7),
.curriculum .curriculum-table tbody td:nth-child(7) {
  background: #FAFAFA;
}

.contact-cta {
  background: #FFFFFF;
}
.contact-cta__inner {
  height: 100%;
  width: 92.3%;
  margin: auto;
  padding: 7rem 0 9rem;
  text-align: center;
}
@media screen and (min-width:768px) {
  .contact-cta__inner {
    max-width: 152rem;
    padding: 22rem 0 23rem;
  }
}
.contact-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28rem;
  height: 6.2rem;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  background: #1D3F6E;
  border: 0.2rem solid #1D3F6E;
  border-radius: 1rem;
  transition: background 0.2s ease, color 0.2s ease;
  cursor: pointer;
}
@media screen and (min-width:768px) {
  .contact-cta__btn {
    font-size: 3.6rem;
    width: 45rem;
    height: 10rem;
  }
}
.contact-cta__btn:hover {
  background: #fff;
  color: #1D3F6E;
}

.sub-fv {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 9.6rem;
  overflow: hidden;
  /* ▼ 表示時 */
}
@media screen and (min-width:768px) {
  .sub-fv {
    height: 40rem;
  }
}
.sub-fv__title {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.21;
  color: #1D3F6E;
  letter-spacing: 0em;
  text-align: center;
  z-index: 5;
}
@media screen and (min-width:768px) {
  .sub-fv__title {
    font-size: 7.3rem;
    font-weight: 700;
    line-height: 1.69;
  }
}
.sub-fv::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.4rem;
  left: -5rem;
  width: 17.2rem;
  height: 7.7rem;
  /* ▼ 初期状態：左下に隠す */
}
@media screen and (min-width:768px) {
  .sub-fv::before {
    width: 74.5rem;
    height: 33.4rem;
    bottom: -5.7rem;
    left: -25rem;
  }
}
.sub-fv--thanks {
  background: url(../../assets/img/contact/thanks/fv_sp.png) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .sub-fv--thanks {
    background: url(../../assets/img/contact/thanks/fv_pc.png) no-repeat center center/cover;
  }
}
.sub-fv--news {
  background: url(../../assets/img/news/fv_sp.png) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .sub-fv--news {
    background: url(../../assets/img/news/fv_pc.png) no-repeat center center/cover;
  }
}
.sub-fv--news::before {
  background: url(../../assets/img/arrow/anime_arrow_new-archive.png) no-repeat center center/cover;
}
.sub-fv--contact-entry {
  background: url(../../assets/img/contact/fv_sp.png) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .sub-fv--contact-entry {
    background: url(../../assets/img/contact/fv_pc.png) no-repeat center center/cover;
  }
}
.sub-fv--contact-entry::before {
  background: url(../../assets/img/arrow/anime_arrow_form.png) no-repeat center center/cover;
}

.contact-thanks {
  position: relative;
  background: #fff;
}
.contact-thanks__inner {
  height: 100%;
  width: 92.3%;
  margin: auto;
  padding: 3rem 0 9rem;
}
@media screen and (min-width:768px) {
  .contact-thanks__inner {
    max-width: 152rem;
    padding: 3rem 0 11.5rem;
  }
}
.contact-thanks__title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.55;
  color: #70706F;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 1.4rem;
}
@media screen and (min-width:768px) {
  .contact-thanks__title {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1.6rem;
  }
}
.contact-thanks__text {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #70706F;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (min-width:768px) {
  .contact-thanks__text {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.41;
  }
}
.contact-thanks__btn-back {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1D3F6E;
  letter-spacing: 0em;
  text-align: center;
  border: 0.1rem solid #1D3F6E;
  border-radius: 1rem;
  width: 21rem;
  height: 4.7rem;
  margin: 5rem auto 0;
  transition: background 0.2s ease, color 0.2s ease;
}
@media screen and (min-width:768px) {
  .contact-thanks__btn-back {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.41;
    width: 45rem;
    height: 10rem;
    margin: 10rem auto 0;
  }
}
.contact-thanks__btn-back:hover {
  background: #1D3F6E;
  color: #fff;
}

.contact-entry {
  position: relative;
  background: #fff;
  /* ---------------------------------------------
     Form Base
  --------------------------------------------- */
}
.contact-entry__inner {
  height: 100%;
  width: 92.3%;
  margin: auto;
  padding: 3rem 0 9rem;
}
@media screen and (min-width:768px) {
  .contact-entry__inner {
    max-width: 152rem;
    padding: 12.5rem 0 23rem;
  }
}
.contact-entry__document {
  margin-bottom: 10rem;
}
@media screen and (min-width:768px) {
  .contact-entry__document {
    margin-bottom: 11rem;
  }
}
.contact-entry__document-title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.55;
  color: #70706F;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 1.4rem;
}
@media screen and (min-width:768px) {
  .contact-entry__document-title {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 4rem;
  }
}
.contact-entry__document-lead {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.71;
  color: #70706F;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 4.5rem;
}
@media screen and (min-width:768px) {
  .contact-entry__document-lead {
    font-size: 2.8rem;
    line-height: 1.35;
    margin-bottom: 6rem;
  }
}
.contact-entry__document-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  color: #fff;
  background: #084800;
  border-radius: 1rem;
  width: 28rem;
  height: 6.2rem;
  margin: auto;
}
@media screen and (min-width:768px) {
  .contact-entry__document-btn {
    font-size: 3.6rem;
    width: 45rem;
    height: 10rem;
  }
}
.contact-entry__title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.55;
  color: #70706F;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width:768px) {
  .contact-entry__title {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 3rem;
  }
}
.contact-entry__lead {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #70706F;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (min-width:768px) {
  .contact-entry__lead {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.41;
    margin-bottom: 7rem;
  }
}
.contact-entry .contact-form {
  width: 100%;
  /* ---------------------------------------------
     Inputs / Select / Textarea
  --------------------------------------------- */
  /* placeholder（通常状態） */
  /* ---------------------------------------------
     Error Message
  --------------------------------------------- */
  /* ---------------------------------------------
     Privacy Checkbox
  --------------------------------------------- */
  /* チェックボックスの見た目をカスタム */
  /* チェックマーク（✓） */
  /* チェックされた時に ✓ を表示 */
  /* 無効状態（JSで付与） */
  /* 共通見た目 */
  /* ---------------------------------------------
     Submit Button
  --------------------------------------------- */
}
.contact-entry .contact-form__row {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 2.3rem;
}
@media screen and (min-width:768px) {
  .contact-entry .contact-form__row {
    grid-template-columns: 1fr 105rem;
    margin-bottom: 5rem;
  }
}
.contact-entry .contact-form__label {
  display: flex;
  align-items: anchor-center;
  gap: 1rem;
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.33;
  color: #70706F;
  width: 100%;
  max-height: 8.4rem;
}
@media screen and (min-width:768px) {
  .contact-entry .contact-form__label {
    font-size: 4rem;
    line-height: 1.33;
  }
}
.contact-entry .contact-form__label .small {
  font-size: 1.4rem;
}
@media screen and (min-width:768px) {
  .contact-entry .contact-form__label .small {
    font-size: 3rem;
  }
}
.contact-entry .contact-form__required, .contact-entry .contact-form__optional {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0.3rem;
  height: 1.5rem;
}
@media screen and (min-width:768px) {
  .contact-entry .contact-form__required, .contact-entry .contact-form__optional {
    font-size: 2.4rem;
    line-height: 1;
    padding: 0 1rem;
    height: 3rem;
  }
}
.contact-entry .contact-form__required {
  color: #980202;
  border: 0.1rem solid #980202;
}
.contact-entry .contact-form__optional {
  color: #AAAAA9;
  border: 0.1rem solid #AAAAA9;
}
.contact-entry .contact-form__field {
  width: 100%;
}
.contact-entry .contact-form__datetime {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.3rem;
}
@media screen and (min-width:768px) {
  .contact-entry .contact-form__datetime {
    gap: 5rem;
  }
}
.contact-entry .contact-form__datetime .contact-form__select {
  height: 100%;
}
.contact-entry .contact-form .confirm__text {
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.33;
  color: #70706F;
  width: 100%;
  max-height: 8.4rem;
}
@media screen and (min-width:768px) {
  .contact-entry .contact-form .confirm__text {
    font-size: 4rem;
    line-height: 1.33;
  }
}
.contact-entry .contact-form .contact-form__input,
.contact-entry .contact-form .contact-form__select,
.contact-entry .contact-form .contact-form__textarea {
  width: 100%;
  background: #fff;
  border: 0.1rem solid #707070;
  border-radius: 0;
  padding: 1rem 1rem;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.33;
  color: #70706F;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (min-width:768px) {
  .contact-entry .contact-form .contact-form__input,
  .contact-entry .contact-form .contact-form__select,
  .contact-entry .contact-form .contact-form__textarea {
    font-size: 4rem;
    line-height: 1.33;
    padding: 1.4rem 2rem;
  }
}
.contact-entry .contact-form .contact-form__textarea {
  height: 12rem;
  resize: vertical;
}
@media screen and (min-width:768px) {
  .contact-entry .contact-form .contact-form__textarea {
    height: 25rem;
  }
}
.contact-entry .contact-form .select-wrap {
  position: relative;
}
.contact-entry .contact-form .select-wrap::before {
  position: absolute;
  top: 50%;
  right: 1.9rem;
  transform: translate(0, -50%);
  content: "";
  display: block;
  background: url(../../assets/img/common/i-select.svg) no-repeat center center/contain;
  width: 1.9rem;
  height: 1.9rem;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .contact-entry .contact-form .select-wrap::before {
    right: 4rem;
    width: 4rem;
    height: 4rem;
  }
}
.contact-entry .contact-form .contact-form__input:focus,
.contact-entry .contact-form .contact-form__select:focus,
.contact-entry .contact-form .contact-form__textarea:focus {
  outline: none;
}
.contact-entry .contact-form__input::-moz-placeholder, .contact-entry .contact-form__textarea::-moz-placeholder {
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.33;
  color: #AAAAA9;
  opacity: 0.5;
}
.contact-entry .contact-form__input::placeholder, .contact-entry .contact-form__textarea::placeholder {
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.33;
  color: #AAAAA9;
  opacity: 0.5;
}
@media screen and (min-width:768px) {
  .contact-entry .contact-form__input::-moz-placeholder, .contact-entry .contact-form__textarea::-moz-placeholder {
    font-size: 4rem;
    line-height: 1.33;
  }
  .contact-entry .contact-form__input::placeholder, .contact-entry .contact-form__textarea::placeholder {
    font-size: 4rem;
    line-height: 1.33;
  }
}
.contact-entry .contact-form__input:focus::-moz-placeholder, .contact-entry .contact-form__textarea:focus::-moz-placeholder {
  color: #AAAAA9;
  opacity: 0.5;
}
.contact-entry .contact-form__input:focus::placeholder, .contact-entry .contact-form__textarea:focus::placeholder {
  color: #AAAAA9;
  opacity: 0.5;
}
.contact-entry .contact-form .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: 0em;
  color: #980202;
  position: absolute;
}
@media screen and (min-width:768px) {
  .contact-entry .contact-form .wpcf7-not-valid-tip {
    font-size: 1.9rem;
  }
}
.contact-entry .contact-form__row--privacy {
  margin-top: 3rem;
  margin-bottom: 4.5rem;
}
@media screen and (min-width:768px) {
  .contact-entry .contact-form__row--privacy {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.contact-entry .contact-form__row--privacy .contact-form__checkbox, .contact-entry .contact-form__row--privacy .contact-form__checkbox a {
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.33;
  color: #70706F;
  width: 100%;
}
@media screen and (min-width:768px) {
  .contact-entry .contact-form__row--privacy .contact-form__checkbox, .contact-entry .contact-form__row--privacy .contact-form__checkbox a {
    font-size: 4rem;
    line-height: 1.33;
  }
}
.contact-entry .contact-form__row--privacy .contact-form__checkbox a {
  text-decoration: underline;
}
.contact-entry .contact-form__privacy-note {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.47;
  color: #70706F;
  margin: 1.5rem 0 1rem;
}
@media screen and (min-width:768px) {
  .contact-entry .contact-form__privacy-note {
    font-size: 2.4rem;
    line-height: 1.16;
    margin: 0;
  }
}
.contact-entry .contact-form__checkbox-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width:768px) {
  .contact-entry .contact-form__checkbox-wrap {
    margin-top: 1.5rem;
  }
}
.contact-entry .contact-form__checkbox input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 2.3rem;
  height: 2.3rem;
  border: 0.1rem solid #707070;
  background: #fff;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
@media screen and (min-width:768px) {
  .contact-entry .contact-form__checkbox input[type=checkbox] {
    width: 3rem;
    height: 3rem;
  }
}
.contact-entry .contact-form__checkbox input[type=checkbox]::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1.8rem;
  border-right: 0.3rem solid #323232;
  /* マーク色 */
  border-bottom: 0.3rem solid #323232;
  transform: rotate(45deg) scale(0);
  top: 0.2rem;
  left: 1rem;
  transition: 0.2s ease;
}
.contact-entry .contact-form__checkbox input[type=checkbox]:checked::after {
  transform: rotate(45deg) scale(1);
}
.contact-entry .contact-form input[type=date].is-invalid {
  background-color: #ffecec;
  border-color: #e60000;
}
.contact-entry .contact-form input[type=date],
.contact-entry .contact-form select {
  cursor: pointer;
}
.contact-entry .contact-form .contact-form__row--submit {
  text-align: center;
  margin-top: 10rem;
}
@media screen and (min-width:768px) {
  .contact-entry .contact-form .contact-form__row--submit {
    margin-top: 15rem;
  }
}
.contact-entry .contact-form .contact-form__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #1D3F6E;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0em;
  width: 28rem;
  height: 6.2rem;
  margin: auto;
  border: 0.1rem solid #1D3F6E;
  border-radius: 1rem;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
@media screen and (min-width:768px) {
  .contact-entry .contact-form .contact-form__submit {
    font-size: 3.6rem;
    width: 45rem;
    height: 10rem;
  }
}
.contact-entry .contact-form .contact-form__submit:hover {
  background: #1D3F6E;
  color: #fff;
}
.contact-entry .contact-form .contact-form__row--confirm-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-top: 10rem;
}
@media screen and (min-width:768px) {
  .contact-entry .contact-form .contact-form__row--confirm-submit {
    margin-top: 15rem;
    gap: 5rem;
  }
}
.contact-entry .contact-form .contact-form__row--confirm-submit .contact-form__submit {
  margin: 0;
}
.contact-entry .contact-form .contact-form__row--confirm-submit .back-btn {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0em;
  width: 10rem;
  height: 6.2rem;
  border-radius: 1rem;
  border: 0.1rem solid #1D3F6E;
  cursor: pointer;
}
@media screen and (min-width:768px) {
  .contact-entry .contact-form .contact-form__row--confirm-submit .back-btn {
    font-size: 3rem;
    width: 15rem;
    height: 10rem;
  }
}

.information-archive {
  background: #fff;
}
.information-archive__inner {
  height: 100%;
  width: 92.3%;
  margin: auto;
  padding: 2rem 0 9rem;
}
@media screen and (min-width:768px) {
  .information-archive__inner {
    max-width: 152rem;
    padding: 9rem 0 27rem;
  }
}
.information-archive .information-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
}
@media screen and (min-width:768px) {
  .information-archive .information-tabs {
    gap: 2rem;
    margin-bottom: 9rem;
  }
}
.information-archive .information-tabs__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  color: #939393;
  border: 0.1rem solid #939393;
  background: #fff;
  min-width: 6.6rem;
  height: 2rem;
  padding: 0 0.5rem;
  cursor: pointer;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  /* active */
  /* hover（PC想定） */
}
@media screen and (min-width:768px) {
  .information-archive .information-tabs__btn {
    font-size: 2.6rem;
    line-height: 1;
    min-width: 15.3rem;
    height: 4rem;
    padding: 0 1rem;
  }
}
.information-archive .information-tabs__btn.is-active {
  color: #fff;
  background: #1D3F6E;
  border-color: #1D3F6E;
}
.information-archive .information-tabs__btn:hover {
  color: #fff;
  background: #1D3F6E;
  border-color: #1D3F6E;
}
.information-archive .information-item {
  background: #F7F7F4;
  padding: 1rem 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width:768px) {
  .information-archive .information-item {
    padding: 2rem 5rem;
    margin-bottom: 3rem;
  }
}
.information-archive .information-item:last-child {
  margin-bottom: 0;
}
.information-archive .information-item__date {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: 0em;
  color: #70706F;
  margin: 0 1rem 0 0;
}
@media screen and (min-width:768px) {
  .information-archive .information-item__date {
    font-size: 3rem;
    line-height: 1.33;
    margin: 0 2rem 0 1rem;
  }
}
.information-archive .information-item__title {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0em;
  color: #70706F;
  margin-top: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.84em;
}
@media screen and (min-width:768px) {
  .information-archive .information-item__title {
    font-size: 4rem;
    line-height: 1.33;
    margin-top: 1.6rem;
    max-height: 3.2em;
  }
}
.information-archive .information-item__category {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0em;
  color: #FFFFFC;
  padding: 0 1rem;
}
@media screen and (min-width:768px) {
  .information-archive .information-item__category {
    font-size: 2.6rem;
    line-height: 1.33;
  }
}
.information-archive .pagination {
  text-align: center;
  margin-top: 4rem;
  /* dots（…）専用 */
}
@media screen and (min-width:768px) {
  .information-archive .pagination {
    margin-top: 15rem;
  }
}
.information-archive .pagination__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
@media screen and (min-width:768px) {
  .information-archive .pagination__list {
    gap: 1rem;
  }
}
.information-archive .pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0em;
  color: #939393;
  border: 0.1rem solid #939393;
  min-width: 3rem;
  height: 3rem;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
@media screen and (min-width:768px) {
  .information-archive .pagination__link {
    font-size: 3rem;
    line-height: 1.33;
    min-width: 5rem;
    height: 5rem;
  }
}
.information-archive .pagination__link:hover {
  color: #fff;
  background: #939393;
  border: 0.1rem solid #939393;
}
.information-archive .pagination__item.is-current .pagination__link {
  color: #fff;
  background: #939393;
  border: 0.1rem solid #939393;
}
.information-archive .pagination__link.dots {
  border: none;
  pointer-events: none;
  background: transparent;
}
.information-archive .pagination__link.dots:hover {
  color: #939393;
  background: transparent;
  border: none;
}

.information-single {
  background: #fff;
}
.information-single__inner {
  height: 100%;
  width: 92.3%;
  margin: auto;
  padding: 5rem 0 9rem;
}
@media screen and (min-width:768px) {
  .information-single__inner {
    max-width: 128rem;
    padding: 10rem 0 27rem;
  }
}
.information-single .information-article__date {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: 0em;
  color: #70706F;
  margin: 0 1rem 0 0;
}
@media screen and (min-width:768px) {
  .information-single .information-article__date {
    font-size: 3rem;
    line-height: 1.33;
    margin: 0 2rem 0 1rem;
  }
}
.information-single .information-article__title {
  display: block;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0em;
  color: #70706F;
  margin: 1rem 0;
}
@media screen and (min-width:768px) {
  .information-single .information-article__title {
    font-size: 4rem;
    line-height: 1.33;
    margin: 1rem 0 1.5rem;
  }
}
.information-single .information-article__category {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0em;
  color: #FFFFFC;
  padding: 0 1rem;
}
@media screen and (min-width:768px) {
  .information-single .information-article__category {
    font-size: 2.6rem;
    line-height: 1.33;
  }
}
.information-single .information-article__thumb {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.information-single .information-articlee__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.information-single .information-article__body {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.41;
  color: #70706F;
  /* マーカー種類を明示 */
  /* ネスト時の見た目（任意） */
  /* 項目間の間隔（任意） */
}
@media screen and (min-width:768px) {
  .information-single .information-article__body {
    font-size: 2.4rem;
    line-height: 1.41;
  }
}
.information-single .information-article__body h1 {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 2;
  margin: 1em 0;
  color: #70706F;
}
@media screen and (min-width:768px) {
  .information-single .information-article__body h1 {
    font-size: 4rem;
    line-height: 2;
    margin: 1.5em 0;
    padding: 0 2.5rem;
  }
}
.information-single .information-article__body h2 {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 2;
  margin: 1em 0;
  color: #70706F;
}
@media screen and (min-width:768px) {
  .information-single .information-article__body h2 {
    font-size: 4rem;
    line-height: 2;
    margin: 1.5em 0;
    padding: 0 2.5rem;
  }
}
.information-single .information-article__body h3 {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
  margin: 1em 0;
  color: #70706F;
}
@media screen and (min-width:768px) {
  .information-single .information-article__body h3 {
    font-size: 3.4rem;
    line-height: 1.35;
    margin: 1.5em 0;
  }
}
.information-single .information-article__body h4,
.information-single .information-article__body h5 {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 2;
  margin: 1em 0;
}
@media screen and (min-width:768px) {
  .information-single .information-article__body h4,
  .information-single .information-article__body h5 {
    font-size: 2.8rem;
    line-height: 2;
    margin: 1.5em 0;
  }
}
.information-single .information-article__body p {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.41;
  color: #70706F;
  margin: 1em 0;
}
@media screen and (min-width:768px) {
  .information-single .information-article__body p {
    font-size: 2.4rem;
    line-height: 1.41;
    margin: 1.5em 0;
  }
}
.information-single .information-article__body a {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 2;
  color: #70706F;
  margin: 1em 0;
  text-decoration: underline;
}
@media screen and (min-width:768px) {
  .information-single .information-article__body a {
    font-size: 1.6rem;
    line-height: 2;
    margin: 1.5em 0;
  }
}
.information-single .information-article__body a:hover {
  text-decoration: none;
}
.information-single .information-article__body ul,
.information-single .information-article__body ol {
  margin: 1em 0;
  padding-left: 1.2em;
  list-style-position: inside;
}
@media screen and (min-width:768px) {
  .information-single .information-article__body ul,
  .information-single .information-article__body ol {
    margin: 1.5em 0;
  }
}
.information-single .information-article__body ul {
  list-style-type: disc;
}
.information-single .information-article__body ol {
  list-style-type: decimal;
}
.information-single .information-article__body ul ul {
  list-style-type: circle;
}
.information-single .information-article__body ul ul ul {
  list-style-type: square;
}
.information-single .information-article__body ol ol {
  list-style-type: lower-alpha;
}
.information-single .information-article__body ol ol ol {
  list-style-type: lower-roman;
}
.information-single .information-article__body li + li {
  margin-top: 0.3em;
}
.information-single .information-article__body li {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 2;
  color: #70706F;
}
@media screen and (min-width:768px) {
  .information-single .information-article__body li {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.information-single .information-article__body table th,
.information-single .information-article__body table td {
  padding: 1em;
}
.information-single .information-article__body img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin-bottom: 1em;
}
@media screen and (min-width:768px) {
  .information-single .information-article__body img {
    margin-bottom: 1.5em;
  }
}
.information-single .information-single__back-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1D3F6E;
  letter-spacing: 0em;
  text-align: center;
  border: 0.1rem solid #1D3F6E;
  border-radius: 1rem;
  width: 21rem;
  height: 4.7rem;
  margin: 8rem auto 0;
  transition: background 0.2s ease, color 0.2s ease;
}
@media screen and (min-width:768px) {
  .information-single .information-single__back-link {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.41;
    width: 45rem;
    height: 10rem;
    margin: 15rem auto 0;
  }
}
.information-single .information-single__back-link:hover {
  background: #1D3F6E;
  color: #fff;
}

section {
  position: relative;
}

.line-gradient {
  position: relative;
}
.line-gradient::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.4rem;
  background: linear-gradient(90deg, #FDED37 0%, #E3BA00 20%, #F9F393 40%, #B68601 60%, #F9ED88 80%, #CB7E06 100%);
  z-index: 5;
}
@media screen and (min-width:768px) {
  .line-gradient::after {
    height: 0.8rem;
  }
}

.section-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10rem;
  overflow: hidden;
  /* ▼ 表示時 */
}
@media screen and (min-width:768px) {
  .section-header {
    height: 40rem;
  }
}
.section-header__title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  color: #1D3F6E;
  text-align: center;
}
@media screen and (min-width:768px) {
  .section-header__title {
    font-size: 5rem;
    line-height: 2.4;
    letter-spacing: 0em;
  }
}
@media screen and (min-width:768px) {
  .section-header__title.ls200 {
    letter-spacing: 0.2em;
  }
}
.section-header::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.4rem;
  left: -5rem;
  width: 17.2rem;
  height: 7.7rem;
  /* ▼ 初期状態：左下に隠す */
}
@media screen and (min-width:768px) {
  .section-header::before {
    width: 74.5rem;
    height: 33.4rem;
    bottom: -5.5rem;
    left: -20rem;
  }
}
.section-header--results {
  background: url(../../assets/img/index/section-header_bg_results_pc.png) no-repeat center center/cover;
}
.section-header--results::before {
  background: url(../../assets/img/arrow/anime_arrow_results.png) no-repeat center center/cover;
}
.section-header--reason {
  background: url(../../assets/img/index/section-header_bg_reason_pc.png) no-repeat center center/cover;
}
.section-header--reason::before {
  background: url(../../assets/img/arrow/anime_arrow_reason.png) no-repeat center center/cover;
}
.section-header--track-record {
  background: url(../../assets/img/index/section-header_bg_track-record_pc.png) no-repeat center center/cover;
}
.section-header--track-record::before {
  background: url(../../assets/img/arrow/anime_arrow_track-record.png) no-repeat center center/cover;
}
.section-header--features {
  background: url(../../assets/img/index/section-header_bg_features_pc.png) no-repeat center center/cover;
}
.section-header--features::before {
  background: url(../../assets/img/arrow/anime_arrow_features.png) no-repeat center center/cover;
}
.section-header--course {
  background: url(../../assets/img/index/section-header_bg_course_pc.png) no-repeat center center/cover;
}
.section-header--course::before {
  background: url(../../assets/img/arrow/anime_arrow_course.png) no-repeat center center/cover;
}
.section-header--voice {
  background: url(../../assets/img/index/section-header_bg_voice_pc.png) no-repeat center center/cover;
}
.section-header--voice::before {
  background: url(../../assets/img/arrow/anime_arrow_voice.png) no-repeat center center/cover;
}
.section-header--flow {
  background: url(../../assets/img/index/section-header_bg_flow_pc.png) no-repeat center center/cover;
}
.section-header--flow::before {
  background: url(../../assets/img/arrow/anime_arrow_flow.png) no-repeat center center/cover;
}
.section-header--faq {
  background: url(../../assets/img/index/section-header_bg_faq_pc.png) no-repeat center center/cover;
}
.section-header--faq::before {
  background: url(../../assets/img/arrow/anime_arrow_faq.png) no-repeat center center/cover;
}
.section-header--news {
  background: url(../../assets/img/index/section-header_bg_news_pc.png) no-repeat center center/cover;
}
.section-header--news::before {
  background: url(../../assets/img/arrow/anime_arrow_news.png) no-repeat center center/cover;
}
.section-header--course-features {
  background: url(../../assets/img/index/section-header_bg_track-record_pc.png) no-repeat center center/cover;
}
.section-header--course-features::before {
  background: url(../../assets/img/arrow/anime_arrow_course-features.png) no-repeat center center/cover;
}
.section-header--curriculum {
  background: url(../../assets/img/index/section-header_bg_course_pc.png) no-repeat center center/cover;
}
.section-header--curriculum::before {
  background: url(../../assets/img/arrow/anime_arrow_curriculum.png) no-repeat center center/cover;
}

.section-header__title[data-aos=fade-up] {
  transform: translate3d(0, 30px, 0);
}

.js-anime-arrow {
  position: relative;
  /* ▼ 表示時 */
}
.js-anime-arrow::before {
  /* ▼ 初期状態：左下に隠す */
  opacity: 0;
  transform: translate(-60px, 60px) scale(0.95);
  transition: opacity 0.6s ease, transform 0.9s ease;
}
.js-anime-arrow.is-unlocked {
  overflow: hidden;
}
.js-anime-arrow.is-show::before {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
@media screen and (max-width:767px) {
  .js-anime-arrow--top.is-unlocked {
    overflow: visible;
  }
  .js-anime-arrow--top::before {
    /* ▼ 初期状態：左下に隠す */
    opacity: 0;
    transform: translate(-100px, 0px) scale(0.95);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
}
.js-anime-arrow--subfv.is-unlocked {
  overflow: visible;
}

.js-anime-arrow--delay-sm::before {
  transition-delay: 0.2s;
}

.js-anime-arrow--delay-md::before {
  transition-delay: 0.4s;
}

.js-anime-arrow--delay-lg::before {
  transition-delay: 0.8s;
}

.js-anime-arrow--delay-lg-custom::before {
  transition-delay: 0.4s;
}
@media screen and (min-width:768px) {
  .js-anime-arrow--delay-lg-custom::before {
    transition-delay: 0.6s;
  }
}

@media screen and (min-width:768px) {
  .sp-inlineblock {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .sp-inlineblock {
    display: none !important;
  }
}

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

@media screen and (max-width:767px) {
  .sp-inlineblocknone {
    display: inline-block !important;
  }
}
@media screen and (min-width:768px) {
  .sp-inlineblocknone {
    display: none !important;
  }
}

@media screen and (max-width:767px) {
  .sp-only {
    display: block !important;
  }
}
@media screen and (min-width:768px) {
  .sp-only {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */