@charset "utf-8";

/* ====================================================
フォントサイズ
==================================================== */
:root {
  --font-size90: clamp(8rem, 6.58vw, 9rem);
  --font-size75: clamp(6.7rem, 5.49vw, 7.5rem);
  --font-size72: clamp(6.5rem, 5.27vw, 7.2rem);
  --font-size70: clamp(6rem, 5.12vw, 7rem);
  --font-size57: clamp(4.5rem, 4.17vw, 5.7rem);
  --font-size46: clamp(4.2rem, 3.36vw, 4.6rem);
  --font-size45: clamp(4.1rem, 3.29vw, 4.5rem);
  --font-size44: clamp(4rem, 3.22vw, 4.4rem);
  --font-size43: clamp(3.8rem, 3.14vw, 4.3rem);
  --font-size41: clamp(3.5rem, 3vw, 4.1rem);
  --font-size40: clamp(3.3rem, 2.928vw, 4rem);
  --font-size38: clamp(3rem, 2.781vw, 3.8rem);
  --font-size37: clamp(2.9rem, 2.7vw, 3.7rem);
  --font-size36: clamp(2.8rem, 2.65vw, 3.6rem);
  --font-size35: clamp(2.8rem, 2.56vw, 3.5rem);
  --font-size33: clamp(2.75rem, 2.342vw, 3.3rem);
  --font-size32: clamp(2.7rem, 2.342vw, 3.2rem);
  --font-size31: clamp(2.6rem, 2.26vw, 3.1rem);
  --font-size30: clamp(2.2rem, 2.196vw, 3rem);
  --font-size28: clamp(2.1rem, 2.049vw, 2.8rem);
  --font-size27: clamp(2rem, 1.97vw, 2.7rem);
  --font-size26: clamp(1.9rem, 1.9vw, 2.6rem);
  --font-size25: clamp(1.8rem, 1.83vw, 2.5rem);
  --font-size24: clamp(1.8rem, 1.75vw, 2.4rem);
  --font-size23: clamp(1.75rem, 1.68vw, 2.3rem);
  --font-size22: clamp(1.7rem, 1.61vw, 2.2rem);
  --font-size21: clamp(1.6rem, 1.53vw, 2.1rem);
  --font-size20: clamp(1.6rem, 1.46vw, 2rem);
  --font-size19: clamp(1.55rem, 1.39vw, 1.9rem);
  --font-size18: clamp(1.5rem, 1.317vw, 1.8rem);
  --font-size17: clamp(1.5rem, 1.2vw, 1.7rem);
  --font-size16: clamp(1.5rem, 1.171vw, 1.6rem);
  --font-size15: clamp(1.4rem, 1.09vw, 1.5rem);
  --font-size14: clamp(1.3rem, 1.02vw, 1.4rem);
  --font-size13: clamp(1.2rem, 0.95vw, 1.3rem);
  --font-size12: clamp(1.1rem, 0.87vw, 1.2rem);
  --font-size10: clamp(1rem, 0.73vw, 1rem);
}
@media screen and (max-width: 767px) {
  :root {
    --font-size56: min(14.93vw, 5.6rem);
    --font-size50: min(13.33vw, 5rem);
    --font-size49: min(13vw, 4.9rem);
    --font-size42: min(11.2vw, 4.2rem);
    --font-size39: min(10vw, 3.9rem);
    --font-size37: min(9.86vw, 3.7rem);
    --font-size30: min(8vw, 3rem);
    --font-size29: min(7.733vw, 2.9rem);
    --font-size28: min(7.466vw, 2.8rem);
    --font-size27: min(7.2vw, 2.7rem);
    --font-size26: min(6.9vw, 2.6rem);
    --font-size25: min(6.666vw, 2.5rem);
    --font-size24: min(6.4vw, 2.4rem);
    --font-size23: min(6.133vw, 2.3rem);
    --font-size22: min(5.86vw, 2.2rem);
    --font-size21: min(5.6vw, 2.1rem);
    --font-size20: min(5.333vw, 2rem);
    --font-size19: min(5.06vw, 1.9rem);
    --font-size18: min(4.8vw, 1.8rem);
    --font-size17: min(4.5vw, 1.7rem);
    --font-size16: min(4.26vw, 1.6rem);
    --font-size15: min(4vw, 1.5rem);
    --font-size14: min(3.73vw, 1.4rem);
    --font-size13: min(3.46vw, 1.3rem);
    --font-size12: min(3.2vw, 1.2rem);
    --font-size11: min(2.96vw, 1.1rem);
    --font-size10: min(2.666vw, 1rem);
  }
}

/* ==================================================== */

/*  基本
/* ==================================================== */
html,
body {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}
body {
  position: relative;
  font-family: "M PLUS 1p", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Helvetica Neue", Arial, Meiryo, "メイリオ", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.9px;
  color: #272724;

  -webkit-font-smoothing: antialiased;
}
body.active {
  /*ハンバーガーメニューを開いたら背景固定*/
  position: fixed;
  width: 100%;
}
main {
  display: block;
}
main figure {
  margin: 0;
}
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
a:hover {
  transition: opacity 0.3s ease;
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  a a[href^="tel"] {
    pointer-events: none;
  }
  a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
img {
  width: 100%;
  height: auto;
}
img[src$=".svg"] {
  /*IEでimgタグのsrcにsvgを指定した時に崩れる防止*/
  width: 100%;
  height: auto;
}
sup {
  position: relative;
  top: -0.1em;
  font-size: 70%;
  vertical-align: top;
}
sub {
  position: relative;
  bottom: -0.1em;
  font-size: 70%;
  vertical-align: bottom;
}

/* ==================================================== */

/*  全ページ共通（common）クラス
/* ==================================================== */
.flex {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flexbox;
  display:    -moz-flexbox;
  display:     -ms-flexbox;
  display: -webkit-flex;
  display:    -moz-flex;
  display:         flex;

  -js-display: flex;
}
.c-pc-only {
  display: inline-block !important;
}
.c-tab-only {
  display: none !important;
}
.c-sp-only {
  display: none !important;
}
.c-tab-over {
  display: inline-block !important;
}
.c-tab-less {
  display: none !important;
}
.c-tab-not {
  display: inline-block !important;
}
.clear {
  clear: both !important;
}
.c-justify {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-pc-only {
    display: none !important;
  }
  .c-tab-only {
    display: inline-block !important;
  }
  .c-sp-only {
    display: none !important;
  }
  .c-tab-over {
    display: inline-block !important;
  }
  .c-tab-less {
    display: inline-block !important;
  }
  .c-tab-not {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .c-pc-only {
    display: none !important;
  }
  .c-tab-only {
    display: none !important;
  }
  .c-sp-only {
    display: inline-block !important;
  }
  .c-tab-over {
    display: none !important;
  }
  .c-tab-less {
    display: inline-block !important;
  }
  .c-tab-not {
    display: inline-block !important;
  }
}

/* ==================================================== */

/*  全ページ共通レイアウト
/* ==================================================== */
/*header*/
header {
  position: fixed;
  top: 0;
  z-index: 997;
  width: 100%;
  margin: 0 auto;
  transition: all 0.8s cubic-bezier(0.19, 0, 0.18, 1);
}
header .l-header-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 28px 2.49vw 0 3.29vw;
  transition: all 0.8s cubic-bezier(0.19, 0, 0.18, 1);
}
header .l-header-area .logo {
  position: relative;
  z-index: 5;
  width: 31.13vw;
  max-width: 428px;
  margin-right: auto;
  transition: all 0.8s cubic-bezier(0.19, 0, 0.18, 1);
}
header .l-header-area .logo a {
  display: block;
}
header .l-header-area .logo a p {
  margin-bottom: 5px;
  font-size: min(0.878vw, 1.2rem);
  white-space: nowrap;
  letter-spacing: 0.4px;
}
header .l-header-area .header-nav {
  padding-top: 1px;
}
header .l-header-area .header-nav .nav-parent ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  font-weight: 700;
}
header .l-header-area .header-nav .nav-parent ul > li {
  padding: 0 18px 19px;
  font-size: var(--font-size16);
  cursor: pointer;
  transition: all 0.8s cubic-bezier(0.19, 0, 0.18, 1);
}
header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent a {
  padding-bottom: 20px;
}
header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child {
  position: absolute;
  top: 107px;
  right: 25px;
  z-index: 991;
  display: none;
  width: 87.84%;
  max-width: 1200px;
  margin: auto;
  padding: 36px min(3%, 37px) 45px;
  border-radius: 25px;
  box-shadow: 0 0 6px rgb(0 0 0 / 16%);
  background-color: #fff;
}
header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  gap: 3%;
}
header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex a:hover {
  text-decoration: none;
  color: #272724;
  opacity: 0.7;
}
header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .course-box {
  width: 64.2%;
}
header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .course-box h3 {
  margin-bottom: 20px;
  font-size: var(--font-size18);
  font-weight: 700;
}
header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .course-box h3:before {
  display: inline-block;
  width: 21px;
  height: 20px;
  margin: 0 17px 3px 0;
  background-image: url(../img/common/icon_header_course.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .course-box .course-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

  gap: 20px 15px;
}
header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .course-box .course-list .course-contents {
  border-radius: 15px;
  background-color: #f7f8f8;
}
header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .course-box .course-list .course-contents:first-child,
header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .course-box .course-list .course-contents:last-child {
  width: 43%;
}
header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .course-box .course-list .course-contents:nth-child(2) {
  flex: 1;
}
header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .course-box .course-list .course-contents a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 17px 14px;

  gap: 15px;
}
header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .course-box .course-list .course-contents figure {
  width: 8.7vw;
  max-width: 119.85px;
}
header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .course-box .course-list .course-contents .txt {
  flex: 1;
}
header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .course-box .course-list .course-contents .txt .cate {
  display: inline-block;
  margin-bottom: 3px;
  padding: 6px 7px;
  border-radius: 15px;
  background-color: #038c33;
  font-size: var(--font-size13);
  line-height: 1;
  color: #fff;
}
header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .course-box .course-list .course-contents:nth-child(2) .txt .cate {
  background-color: #fcc200;
}
header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .course-box .course-list .course-contents:nth-child(3) .txt .cate {
  background-color: #ec4949;
}
header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .course-box .course-list .course-contents .txt h2 {
  margin-bottom: 7px;
  font-size: var(--font-size20);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: normal;
  color: #038c33;
}
header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .course-box .course-list .course-contents:nth-child(2) .txt h2 {
  color: #f48e05;
}
header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .course-box .course-list .course-contents:nth-child(3) .txt h2 {
  color: #d71718;
}
header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .course-box .course-list .course-contents .txt p {
  font-size: var(--font-size14);
  font-weight: normal;
  line-height: 1.4;
}
header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .course-box .course-list .course-contents .txt span {
  font-size: var(--font-size12);
  color: #484848;
}

header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .special-box {
  flex: 1;
}
header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .special-box h3 {
  margin-bottom: 23px;
  font-size: var(--font-size18);
  font-weight: 700;
}
header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .special-box h3:before {
  display: inline-block;
  width: 21.25px;
  height: 21.25px;
  margin: 0 8px 3px 0;
  background-image: url(../img/common/icon_header_special.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .special-box .special-contents {
  padding: 0 3.5px 27px;
  border-radius: 15px;
  background-color: #f7f4fa;
}
header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .special-box .special-contents figure {
  margin-bottom: 14px;
}
header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .special-box .special-contents .special-txt {
  padding: 0 min(8%, 29px);
}
header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .special-box .special-contents .special-txt .flex {
  justify-content: flex-start;
  margin-bottom: 7px;

  gap: 7px;
}
header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .special-box .special-contents .special-txt .flex span {
  display: inline-block;
  padding: 6px 7px;
  border-radius: 15px;
  background-color: #8367ab;
  font-size: var(--font-size13);
  line-height: 1;
  color: #fff;
}
header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .special-box .special-contents .special-txt h4 {
  margin-bottom: 4px;
  font-size: var(--font-size22);
  font-weight: bold;
  color: #3b1e87;
}
header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .special-box .special-contents .special-txt p {
  font-size: var(--font-size14);
  font-weight: normal;
  line-height: 1.5;
}
header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child.open {
  display: block;
}
header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .menu_parent__wrapper .menu_parent:after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 0 2px 8px;
  background-image: url(../img/common/icon_h_plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .menu_parent__wrapper.open .menu_parent:after {
  background-image: url(../img/common/icon_h_minus.svg);
}

header .l-header-area .header-nav .nav-parent ul > li.sp-only-nav,
header .l-header-area .header-nav .nav-parent .header-sns-box,
header .l-header-area .header-nav .nav-parent .header-sp-sub {
  display: none;
}
header .l-header-area .header-nav .nav-parent .nav-sub > li {
  padding: 0 13px 12px;
  font-size: var(--font-size14);
}
/* hover */
header .l-header-area .header-nav .nav-parent li a:hover {
  text-decoration: underline;
  color: #f06634;
  opacity: 1;
}
header .l-header-area .header-nav .nav-parent ul > li .menu_parent__wrapper .menu_parent:hover {
  text-decoration: underline;
  color: #f06634;
}

header .l-header-area .header-nav .header-hamburger {
  display: none;
}
header .l-header-area .experience-btn {
  position: relative;
  width: 13%;
  max-width: 142.52px;
  height: 68px;
}
header .l-header-area .experience-btn figure {
  position: absolute;
  top: 11px;
  right: -27px;
  width: 59.96px;
  margin: auto;
}
header .l-header-area .experience-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  border: solid 3px #fff;
  border-radius: 34px;
  box-shadow: 4px 6px rgb(0 0 0 / 16%);
  background-color: #f06634;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
header .l-header-area .experience-btn span {
  display: block;
  font-size: var(--font-size12);
}
header .l-header-area .experience-btn p {
  font-size: var(--font-size19);
}
/* hover */
header .l-header-area .experience-btn a:hover {
  animation: pulsation 0.7s forwards;
  opacity: 1;
}
@keyframes pulsation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

/* スクロール時 */
header.show {
  background-color: #fff;
}
header.show .l-header-area {
  padding: 21px 2.49vw 0 3.29vw;
}
header.show .l-header-area .logo {
  width: 22.52vw;
  max-width: 307.7px;
  padding-top: 8px;
}
header.show .l-header-area .header-nav .nav-parent .nav-sub > li {
  padding: 0 13px 13px;
}
header.show .l-header-area .header-nav .nav-parent ul > li {
  padding: 0 17.5px 15px;
}
header.show .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child {
  top: 99px;
}

@media (max-width: 1200px) {
  header .l-header-area .logo {
    width: 27.18vw;
  }
}
@media (max-width: 1024px) {
  header {
    position: relative;
  }
  header .l-header-area {
    position: relative;
    z-index: 4;
    padding: 13px 0 12px 5.6vw;
  }
  header .l-header-area .logo {
    width: 120.07px;
  }
  header .l-header-area .logo a p {
    display: none;
  }
  header .l-header-area .header-nav .nav-parent {
    display: none;
  }
  header .l-header-area .header-nav .nav-parent ul {
    display: block;
    margin-bottom: 39px;
  }
  header .l-header-area .header-nav .nav-parent ul.nav-sub {
    display: none;
  }
  header .l-header-area .header-nav .nav-parent ul > li {
    display: block !important;
    padding: 0;
    border-bottom: solid 1px #fff;
    font-size: 1.6rem;
  }
  header .l-header-area .header-nav .nav-parent ul > li a {
    position: relative;
    display: block;
    padding: 19px 0;
  }
  header .l-header-area .header-nav .nav-parent ul > li a::after {
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 0;
    display: inline-block;
    width: 21.81px;
    height: 20.81px;
    margin: auto;
    background-image: url(../img/common/icon_hover_arrow_01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    content: "";
    transition: 0.3s ease-in-out;
  }
  header .l-header-area .header-nav .nav-parent ul > li.sp-only-nav {
    display: block;
  }
  header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent a {
    padding: 10px 0 0;
  }
  header .l-header-area .header-nav .nav-parent li a:hover,
  header .l-header-area .header-nav .nav-parent ul > li .menu_parent__wrapper .menu_parent:hover {
    text-decoration: none;
    color: #272724;
  }
  header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .menu_parent__wrapper .menu_parent {
    position: relative;
    padding: 19px 0;
  }
  header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .menu_parent__wrapper .menu_parent:after {
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 0;
    display: inline-block;
    width: 20.81px;
    height: 20.81px;
    margin: auto;
    transition: 0.3s ease-in-out;
  }
  header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 20px;
    padding: 23px 15px 25px;
    border-radius: 12px;
    box-shadow: none;
    background-color: rgb(255 255 255 / 52%);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex {
    flex-direction: column;

    gap: 19px;
  }
  header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .course-box {
    flex: 1;
    width: 100%;
  }
  header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .course-box h3 {
    margin-bottom: 14px;
    font-size: var(--font-size13);
  }
  header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .course-box h3:before {
    width: 15.48px;
    height: 14.57px;
    margin: 0 9px 2px 4px;
  }
  header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .special-box h3 {
    margin-bottom: 10px;
    font-size: var(--font-size13);
  }
  header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .special-box h3:before {
    width: 18.56px;
    height: 18.56px;
    margin: 0 9px 2px 4px;
  }
  header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .course-box .course-list {
    flex-direction: column;

    gap: 6px;
  }
  header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .course-box .course-list .course-contents {
    width: 100% !important;
    border-radius: 10px;
    background-color: #fff;
  }
  header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .course-box .course-list .course-contents a {
    display: block;
    padding: 17px 10px;
  }
  header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .course-box .course-list .course-contents a::after,
  header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .special-box .special-contents a::after {
    right: 13px;
  }
  header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .course-box .course-list .course-contents .txt {
    display: flex;
    align-items: center;

    gap: 7px;
  }
  header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .course-box .course-list .course-contents .txt .cate,
  header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .special-box .special-contents .special-txt .flex span {
    margin-bottom: 0;
    padding: 6px 7px;
    font-size: 10px;
    font-size: var(--font-size10);
    font-weight: normal;
    letter-spacing: normal;
  }
  header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .course-box .course-list .course-contents .txt h2,
  header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .special-box .special-contents .special-txt h4 {
    flex: 1;
    margin: 0;
    font-size: var(--font-size15);
  }
  header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .course-box .course-list .course-contents figure,
  header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .course-box .course-list .course-contents .txt p,
  header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .course-box .course-list .course-contents .txt span,
  header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .special-box .special-contents figure,
  header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .special-box .special-contents .special-txt p {
    display: none;
  }
  header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .special-box .special-contents {
    display: block;
    padding: 0;
    border-radius: 10px;
    background-color: #fff;
  }
  header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .special-box .special-contents a {
    padding: 10px 10px;
  }

  header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .special-box .special-contents .special-txt {
    padding: 0;

    gap: 9px;
  }
  header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .special-box .special-contents .special-txt .flex {
    flex-direction: inherit;
    margin-bottom: 0;

    gap: 3px;
  }
  header .l-header-area .header-nav .nav-parent ul > li.header-nav-parent .header-nav-child .flex .special-box .special-contents .special-txt h4 {
    margin-top: 6px;
    padding-left: 5px;
  }

  header .l-header-area .header-nav .nav-parent .header-sns-box {
    display: flex;
    justify-content: center;
    margin-bottom: 46px;

    gap: 20px;
  }
  header .l-header-area .header-nav .nav-parent .header-sns-box > div {
    width: 16.5vw;
    max-width: 62px;
  }
  header .l-header-area .header-nav .nav-parent .header-sp-sub {
    display: block;
    max-width: 310px;
    margin: auto;
    text-align: center;
  }
  header .l-header-area .header-nav .nav-parent .header-sp-sub p {
    font-size: var(--font-size13);
  }
  header .l-header-area .header-nav .nav-parent .header-sp-sub a {
    display: block;
    height: 58px;
    margin-bottom: 14px;
    padding: 17px 5px 19px;
    border-radius: 12px;
    background-color: #fcf8bf;
    font-size: var(--font-size16);
    font-weight: bold;
  }
  header .l-header-area .header-nav .nav-parent .header-sp-sub a:before {
    display: inline-block;
    width: 19.5px;
    height: 15.66px;
    margin: 0 11px 2px 0;
    background-image: url(../img/common/icon_mail_02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    content: "";
  }
  header .l-header-area .header-nav .nav-parent .header-sp-sub a.line-btn:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 11px 2px 0;
    background-image: url(../img/common/icon_line.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    content: "";
  }
  header .l-header-area .header-nav .nav-parent .header-sp-sub a.tell-btn {
    border: solid 1px #fff;
    background-color: #f7ed53;
    font-size: var(--font-size14);
    letter-spacing: normal;
  }
  header .l-header-area .header-nav .nav-parent .header-sp-sub a.tell-btn:before {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 0 9px 2px 0;
    background-image: url(../img/common/icon_iphone.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    content: "";
  }

  header .l-header-area .experience-btn {
    width: 121.64px;
    height: 48.83px;
    margin-right: 85px;
  }
  header .l-header-area .experience-btn a {
    align-content: flex-start;
    padding-left: 23px;
    border: 0;
  }
  header .l-header-area .experience-btn figure {
    top: -2px;
    right: -22px;
  }
  header .l-header-area .experience-btn span {
    font-size: 9px;
  }
  header .l-header-area .experience-btn p {
    font-size: var(--font-size15);
  }
  header .l-header-area .header-nav .header-hamburger {
    position: fixed;
    top: 27px;
    right: 26px;
    z-index: 998;
    display: block;
    width: 22px;
    height: 20px;
  }
  header .l-header-area .header-nav .header-hamburger:after {
    position: absolute;
    top: -14px;
    right: -14px;
    z-index: -1;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    box-shadow: 0 0 6px rgb(0 0 0 / 16%);
    background-color: #fff;
    content: "";
  }
  header .l-header-area .header-nav .header-hamburger span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #272724;
    -webkit-transition: 0.5s;
            transition: 0.5s;
  }
  header .l-header-area .header-nav .header-hamburger span:first-of-type {
    top: 0;
  }
  header .l-header-area .header-nav .header-hamburger span:nth-of-type(2) {
    top: 50%;
  }
  header .l-header-area .header-nav .header-hamburger span:last-of-type {
    top: 100%;
  }

  /* active */
  header .l-header-area .header-nav.active {
    display: block;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  header .l-header-area .header-nav.active li {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
  header .l-header-area .header-nav .nav-parent.active {
    position: fixed;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 0 8.266% 110px;
    background-color: #f5e829;
  }
  header .l-header-area .header-nav .header-hamburger.active span:first-of-type {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header .l-header-area .header-nav .header-hamburger.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .l-header-area .header-nav .header-hamburger.active span:last-of-type {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .active header .l-header-area .logo {
    position: fixed;
    top: 13.2px;
    left: 5.6vw;
    z-index: 999;
  }
  .active header .l-header-area .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 990;
    overflow-y: scroll;
    width: 100%;
    height: 100vh;
    padding: 120px 0 0;
    background-color: #f5e829;
  }
  .active header .l-header-area .header-nav .nav-parent ul > li a {
    display: block;
  }
  .active header .l-header-area .header-nav .nav-parent ul > li.nav a:after {
    display: inline-block;
    width: 16.49px;
    height: 12.41px;
    margin: 8px 0 0 0;
    background-image: url(../img/common/arrow_02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    content: "";
  }
  /* show */
  header.show .l-header-area {
    padding: 15px 2.49vw 10px 3.29vw;
  }
}

/*footer*/
footer {
  position: relative;
  z-index: 990;
}
footer .footer-sub {
  width: 100%;
  padding: 70px 0 45px;
  background-color: #f7ed53;
}
footer .footer-sub h3 {
  margin-bottom: 55px;
  font-size: var(--font-size30);
  font-weight: 700;
  text-align: center;
}
footer .footer-sub .flex {
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer .footer-sub .flex .footer-sub-cont {
  width: 30.24%;
  height: 196px;
  padding: 18px 0 24px;
  border-radius: 15px;
  background-color: #fff;
  text-align: center;
}
footer .footer-sub .flex .footer-sub-cont span {
  display: block;
  margin-bottom: 9px;
  font-size: var(--font-size14);
  font-weight: 700;
  line-height: 1.45;
  color: #a5a5a5;
}
footer .footer-sub .flex .footer-sub-cont p {
  margin-bottom: 12px;
  font-size: var(--font-size18);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: normal;
}
footer .footer-sub .flex .footer-sub-cont a {
  display: block;
  width: 76.77%;
  height: 66px;
  margin: auto;
  border-radius: 36px;
  box-shadow: 5px 5px rgb(0 0 0 / 16%);
  background-color: #f06634;
  font-size: var(--font-size16);
  font-weight: 700;
  line-height: 66px;
  color: #fff;
}
footer .footer-sub .flex .footer-sub-cont_l {
  margin: 0 4.195% 0 2.439%;
}
footer .footer-sub .flex .footer-sub-cont_l a {
  background-color: #8367ab;
}
footer .footer-sub .flex .footer-sub-list {
  width: 245px;
  margin-bottom: 13px;
  text-align: center;
}
footer .footer-sub .flex .footer-sub-list li {
  position: relative;
  margin-bottom: 16px;
  font-size: var(--font-size16);
  font-weight: bold;
}
footer .footer-sub .flex .footer-sub-list li:nth-child(2):after {
  position: absolute;
  top: 18px;
  left: 19px;
  display: inline-block;
  width: 15.66px;
  height: 15.66px;
  background-image: url(../img/common/icon_mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
footer .footer-sub .flex .footer-sub-list li:nth-child(3):after {
  position: absolute;
  top: 14px;
  left: 32px;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../img/common/icon_line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
footer .footer-sub .flex .footer-sub-list li a {
  display: block;
  padding: 13px 0 13px 17px;
  border-radius: 24px;
  background-color: #fcf8bf;
}
footer .footer-sub .flex .footer-sub-list li:first-child {
  margin-bottom: 20px;
  font-weight: normal;
}
footer .footer-sub .flex .footer-sub-list li:last-child {
  margin-bottom: 0;
}
footer .footer-index {
  /* padding: 95px 15.95vw 0; */
  padding: 64px 0 0;
  background-color: #f5e829;
}
footer .footer-index > .flex {
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 930px;
  margin: auto;

  gap: 101px;
}
footer .footer-index .flex .footer-logo .sns-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;

  gap: 20px;
}
footer .footer-index .flex .footer-logo .sns-box li {
  width: 62px;
}
footer .footer-index .flex .footer-logo .sns-box li a {
  display: block;
}
footer .footer-index .flex .footer-logo .sns-box li figure {
  width: 100%;
  min-width: auto;
  max-width: none;
}
footer .footer-index .flex .footer-logo .footer-nav {
  margin-top: 58px;
}
footer .footer-index .flex .footer-logo .footer-nav .flex ul:first-child {
  margin-right: 85px;
}
footer .footer-index .flex .footer-logo .footer-nav .flex ul li {
  margin-bottom: 13px;
  font-size: var(--font-size14);
  font-weight: normal;
}
footer .footer-index .flex .footer-logo .footer-nav .flex ul li.footer-nav-tlt {
  margin-bottom: 17px;
  padding-bottom: 15px;
  border-bottom: solid 1px #d0b149;
  font-size: var(--font-size14);
  font-weight: bold;
  line-height: 1;
}
footer .footer-index .flex .footer-logo a {
  display: block;
}
footer .footer-index .flex .footer-logo p {
  margin-bottom: 8px;
  font-size: min(0.878vw, 1.2rem);
  white-space: nowrap;
  letter-spacing: 0.3px;
}
footer .footer-index .flex .footer-logo figure {
  width: 29.46vw;
  min-width: 288px;
  max-width: 402.52px;
}
footer .footer-index .flex .contact-box {
  display: block;
  flex: 1;
  margin-top: 5px;
}
footer .footer-index .flex .contact-box h4 {
  margin-bottom: 9px;
  font-size: var(--font-size20);
  font-weight: bold;
}
footer .footer-index .flex .contact-box .contact-box-txt {
  margin-bottom: 19px;
  font-size: var(--font-size15);
}
footer .footer-index .flex .contact-box .footer-sp-sub {
  display: block;
  text-align: center;
}
footer .footer-index .flex .contact-box .footer-sp-sub p {
  font-size: var(--font-size13);
}
footer .footer-index .flex .contact-box .footer-sp-sub a {
  display: block;
  height: 58px;
  margin-bottom: 14px;
  padding: 17px 5px 19px;
  border-radius: 12px;
  background-color: #fcf8bf;
  font-size: var(--font-size16);
  font-weight: bold;
}
footer .footer-index .flex .contact-box .footer-sp-sub a:before {
  display: inline-block;
  width: 19.5px;
  height: 15.66px;
  margin: 0 11px 2px 0;
  background-image: url(../img/common/icon_mail_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
footer .footer-index .flex .contact-box .footer-sp-sub a.line-btn:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 11px 2px 0;
  background-image: url(../img/common/icon_line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
footer .footer-index .flex .contact-box .footer-sp-sub a.tell-btn {
  border: solid 1px #fff;
  background-color: #f7ed53;
  font-size: var(--font-size14);
  letter-spacing: normal;
}
footer .footer-index .flex .contact-box .footer-sp-sub a.tell-btn:before {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 0 9px 2px 0;
  background-image: url(../img/common/icon_iphone.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}

footer .footer-index .footer-bottom ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 134px 0 20px;

  gap: 26px;
}
footer .footer-index .footer-bottom ul li {
  font-size: var(--font-size13);
  color: #4b4b4b;
}
footer .footer-index .footer-bottom ul li a[href*=".pdf"]:after {
  display: none;
}
footer .footer-index .footer-bottom .copyright {
  margin-bottom: 44px;
  font-size: var(--font-size13);
  text-align: center;
  letter-spacing: normal;
  color: #4b4b4b;
}
footer .footer-index .footer-bottom figure {
  width: 55.82vw;
  max-width: 762.63px;
  margin: auto;
}
@media (max-width: 1024px) {
  footer .footer-sub h3 {
    margin-bottom: 33px;
  }
  footer .footer-sub .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;

    gap: 15px;
  }
  footer .footer-sub .flex .footer-sub-cont {
    width: 45%;
    height: auto;
  }
  footer .footer-sub .flex .footer-sub-cont_l {
    margin: 0;
  }
  footer .footer-sub .flex .footer-sub-list {
    margin: 20px auto 0;
  }
  footer .footer-index {
    padding: 53px 5.3% 0;
  }
  footer .footer-index .flex .footer-logo {
    width: 50%;
  }
  footer .footer-index .flex .footer-logo .footer-nav {
    margin-right: 0;
  }
  footer .footer-index > .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    gap: 20px;
  }
  footer .footer-index .flex .footer-logo p {
    font-size: var(--font-size13);
  }
  footer .footer-index .flex .footer-logo .footer-nav .flex ul:first-child {
    margin-right: 5%;
  }
  footer .footer-index .footer-bottom ul {
    margin: 80px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-sub {
    padding: 43px 0 66px;
  }
  footer .footer-sub h3 {
    font-size: var(--font-size20);
  }
  footer .footer-sub .flex {
    display: block;
  }
  footer .footer-sub .flex .footer-sub-cont {
    width: 100%;
    margin-bottom: 25px;
    padding: 22px 14% 29px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  }
  footer .footer-sub .flex .footer-sub-cont span {
    margin-bottom: 14px;
  }
  footer .footer-sub .flex .footer-sub-cont p {
    margin-bottom: 16px;
    font-size: var(--font-size16);
    line-height: 1.6;
  }
  footer .footer-sub .flex .footer-sub-cont_l p {
    font-size: var(--font-size18);
  }
  footer .footer-sub .flex .footer-sub-cont a {
    width: 100%;
    height: 53px;
    line-height: 53px;
  }
  footer .footer-sub .flex .fo oter-sub-list {
    margin-top: 38px;
  }
  footer .footer-sub .flex .footer-sub-list li {
    font-size: var(--font-size15);
  }
  footer .footer-index > .flex {
    display: block;
  }
  footer .footer-index .flex .footer-logo {
    width: 100%;
    margin-bottom: 45px;
  }
  footer .footer-index .flex .footer-logo p {
    margin-bottom: 6px;
    font-size: var(--font-size12);
    text-align: center;
    white-space: normal;
  }
  footer .footer-index .flex .footer-logo figure {
    width: 69.86vw;
    min-width: auto;
    margin: auto;
  }
  footer .footer-index .flex .footer-logo .sns-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    gap: 17px;
  }
  footer .footer-index .flex .footer-logo .footer-nav .flex {
    gap: 45px;
  }
  footer .footer-index .flex .footer-logo .footer-nav .flex ul {
    width: calc(100% / 2);
    margin: 0 !important;
  }
  footer .footer-index .flex .footer-logo .footer-nav .flex ul li.footer-nav-tlt {
    font-size: var(--font-size12);
  }
  footer .footer-index .flex .footer-logo .footer-nav .flex ul li {
    margin-bottom: 10px;
    font-size: var(--font-size12);
    letter-spacing: normal;
  }
  footer .footer-index .flex .contact-box {
    text-align: center;
  }
  footer .footer-index .flex .contact-box h4 {
    font-size: var(--font-size18);
  }
  footer .footer-index .flex .contact-box .footer-sp-sub {
    width: 85.6%;
    margin: auto;
  }
  footer .footer-index .footer-bottom ul {
    margin: 54px 0 45px;

    gap: 18px;
  }
  footer .footer-index .footer-bottom .copyright {
    margin-bottom: 54px;
    font-size: var(--font-size11);
  }
  footer .footer-index .footer-bottom figure {
    width: 100%;
  }
}

/* ====================================================
page-contents
==================================================== */
.page-contents {
  padding-top: 107px;
  background-color: #f5e829;
}
@media (max-width: 1024px) {
  .page-contents {
    padding-top: 0;
  }
}
/* ====================================================
inner
==================================================== */
.inner {
  max-width: 1105px; /* 1025 */
  margin: 0 auto;
  padding: 0 40px;
}
.max-inner {
  max-width: 1385px; /* 1305 */
  margin: 0 auto;
  padding: 0 40px;
}
.med-inner {
  max-width: 1205px; /* 1125 */
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .inner,
  .max-inner,
  .med-inner {
    padding: 0 5.3%;
  }
}
/* ====================================================
コンテンツヘッダー
==================================================== */
.cmn-header {
  padding: 43px 0 56px;
  background-image: url(../img/common/cmn_header_bg.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
.cmn-header .flex {
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cmn-header .flex h1 {
  position: relative;
  font-size: var(--font-size41);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.4px;
}
.cmn-header .flex h1 span {
  display: block;
  font-size: var(--font-size21);
  letter-spacing: normal;
  color: #727272;
}
.cmn-header .flex figure {
  width: 60.48%;
  max-width: 620px;
}
.cmn-header .flex figure img {
  border: solid 6px #fff;
  border-radius: 40px;
}
@media screen and (max-width: 1024px) {
  .cmn-header {
    padding: 45px 0;
    background-position: right;
    background-size: cover;
  }
  .cmn-header .med-inner {
    text-align: center;
  }
  .cmn-header .flex {
    display: inline-flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;

    justify-items: center;
  }
  .cmn-header .flex figure {
    width: 100%;
    margin-bottom: 26px;
  }
  .cmn-header .flex h1 {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cmn-header {
    padding: 45px 0 30px;
    background-image: url(../img/common/cmn_header_bg_sp.webp);
    background-position: 94%;
  }
  .cmn-header .flex h1 {
    font-size: var(--font-size27);
  }
  .cmn-header .flex h1 span {
    font-size: var(--font-size16);
  }
  .cmn-header .flex figure img {
    border-radius: 25px;
  }
}
/* ====================================================
コンテンツヘッダー アンカーリンク
==================================================== */
.cmn-header .anchor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 64px;

  gap: 35px;
}
.cmn-header .anchor-list li {
  position: relative;
  width: 233px;
  height: 54px;
  font-size: var(--font-size16);
  font-weight: bold;
  line-height: 52px;
  text-align: center;
}
.cmn-header .anchor-list li a:after {
  position: absolute;
  top: 0;
  right: 23px;
  bottom: 0;
  display: inline-block;
  width: 11.93px;
  height: 9.71px;
  margin: auto;
  background-image: url(../img/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
  transition: all 0.3s;
}
.cmn-header .anchor-list li a {
  display: block;
  width: 100%;
  height: 100%;
  border: solid 2px #f5e829;
  border-radius: 30px;
  background-color: #fff;
  color: #272724;
  transition: all 0.3s;
}
/* hover */
.cmn-header .anchor-list li a:hover {
  background-color: #f06634;
  color: #fff;
  transform: scale(1.05);
  opacity: 1;
}
.cmn-header .anchor-list li a:hover:after {
  background-image: url(../img/common/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .cmn-header .anchor-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    margin-top: 32px;

    gap: 10px;
  }
  .cmn-header .anchor-list li {
    position: relative;
    width: 50%;
    max-width: 200px;
    height: 39px;
    font-size: var(--font-size13);
    font-weight: normal;
    line-height: 35px;
    letter-spacing: normal;
  }
  .cmn-header .anchor-list li a:after {
    right: 11px;
    width: 12px;
    height: 9px;
  }
}
/* ====================================================
まずは体験してみよう！
==================================================== */
.cover-color {
  position: relative;
  background-color: #f7f8f8;
}
.cover-color:after {
  position: absolute;
  top: -50px;
  display: inline-block;
  width: 100%;
  height: 100px;
  margin: auto;
  background-color: #f7f8f8;
  content: "";
}
.cmn-try {
  position: relative;
  z-index: 333;
  width: 100%;
  padding: 60px 0 80px;
  border-radius: 70px 70px 0 0;
  background-color: #f7ed53;
}
.cmn-try h2 {
  margin-bottom: 38px;
  font-size: var(--font-size31);
  font-weight: bold;
  text-align: center;
}
.cmn-try h2 span {
  display: block;
  padding-top: 16px;
  font-size: var(--font-size16);
  font-weight: normal;
  line-height: 1;
}
.cmn-try .flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  gap: 4.9%;
}
.cmn-try .flex a {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 39.51%;
  max-width: 405px;
  height: 106px;
  padding-top: 21px;
  border: #f06634;
  border-radius: 53px;
  background-color: #f06634;
  text-align: center;
  color: #fff;
}
.cmn-try .flex a:hover {
  animation: pulsation 0.7s forwards;
}
@keyframes pulsation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.cmn-try .flex a:last-child {
  background-color: #fff;
  color: #272724;
}
.cmn-try .flex a span {
  font-size: var(--font-size15);
}
.cmn-try .flex a p {
  position: relative;
  padding-top: 3px;
  font-size: 2.2rem;
  font-weight: bold;
}
.cmn-try .flex a:first-child p:before {
  display: inline-block;
  width: 28.53px;
  height: 29.18px;
  margin: 0 11px 5px 0;
  background-image: url(../img/common/icon_try_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.cmn-try .flex a:last-child p:before {
  display: inline-block;
  width: 37.16px;
  height: 33.49px;
  margin: 0 11px 5px 0;
  background-image: url(../img/common/icon_try_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
@media screen and (max-width: 1024px) {
  .cmn-try .flex a {
    width: 50%;
  }
  .cmn-try .flex a {
    height: 97px;
    padding-top: 18px;
  }
  .cmn-try .flex a p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .cmn-try {
    width: 100%;
    padding: 59px 0 20px;
    border-radius: 40px 40px 0 0;
  }
  .cmn-try h2 {
    margin-bottom: 30px;
    font-size: var(--font-size25);
    line-height: 1;
  }
  .cmn-try h2 span {
    padding-top: 20px;
    font-size: var(--font-size14);
    line-height: 1.6;
  }
  .cmn-try .flex {
    display: block;
  }
  .cmn-try .flex a {
    display: block;
    width: 92.5%;
    height: 73px;
    margin: auto;
    margin-bottom: 25px;
    padding-top: 7px;
    letter-spacing: normal;
  }
  .cmn-try .flex a span {
    font-size: var(--font-size12);
    font-weight: bold;
  }
  .cmn-try .flex a p {
    padding-top: 0;
    font-size: var(--font-size17);
  }
  .cmn-try .flex a:first-child p:before {
    width: 6.55vw;
    max-width: 24.58px;
    height: auto;
    margin: 0 10px 2px 0;

    aspect-ratio: 1 / 1.022;
  }
  .cmn-try .flex a:last-child p:before {
    width: 7.6vw;
    max-width: 28.85px;
    height: auto;
    margin: 0 10px 2px 0;

    aspect-ratio: 1 / 0.901;
  }
  /* .cmn-try .flex a:first-child p:before,
  .cmn-try .flex a:last-child p:before {
    display: none;
  } */
}
/* ====================================================
アコーディオン Q&A
==================================================== */
.faq-contents .inner {
  display: flex;
  flex-direction: column;
  max-width: 980px;

  gap: 35px;
}
.faq-summary {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 18px 35px 18px 27px;
  border-radius: 0 15px 15px 15px;
  background-color: #f7f8f8;
  cursor: pointer;
}
.faq-summary p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  font-size: var(--font-size17);
  font-weight: bold;
}
.faq-summary p span {
  margin-right: 24px;
  font-size: var(--font-size28);
  color: #ffc400;
}
.faq-summary::-webkit-details-marker {
  display: none;
}
.faq-content {
  width: calc(100% - 97px);
  margin-left: auto;
  padding-right: 57px;
  letter-spacing: normal;
}
.faq-content .faq-txt {
  padding-top: 35px;
  padding-bottom: 50px;
}
.faq-content .faq-txt p {
  font-size: var(--font-size16);
  line-height: 2;
}
/* ＋ - アイコン */
.plus-icon {
  position: relative;
  width: 12.77px;
  height: 14px;
}
.plus-icon:after {
  position: absolute;
  top: 0;
  right: -11px;
  bottom: 0;
  z-index: 1;
  width: 30.9px;
  height: 30.9px;
  margin: auto;
  border: solid 2px #fff;
  border-radius: 50px;
  background-color: #272724;
  content: "";
}
.plus-icon span {
  position: absolute;
  z-index: 4;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.4s;
}
.plus-icon span:nth-of-type(1) {
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}
.plus-icon span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
/* ＋ - 切り替え */
.plus-icon.active span:nth-of-type(1) {
  display: none;
}
.plus-icon.active span:nth-of-type(2) {
  top: 2px;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.plus-icon.active span:nth-of-type(1) {
  top: 2px;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.plus-icon.active span:nth-of-type(2) {
  top: 2px;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  .faq-summary {
    padding: 15px 35px 15px 27px;
  }
  .faq-content {
    margin: 0 auto;
    padding-right: 0;
  }
  .faq-summary p {
    font-size: var(--font-size15);
  }
  .faq-summary p span {
    margin-right: 0;
  }
  .faq-content .faq-txt {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .faq-content .faq-txt p {
    font-size: var(--font-size15);
  }
}
@media screen and (max-width: 767px) {
  .faq-contents .inner {
    gap: 15px;
  }
  .faq-summary {
    padding: 12px 23px 12px 10px;
  }
  .faq-summary p {
    width: calc(100% - 24px);
  }
  .faq-summary p span {
    font-size: var(--font-size22);
  }
  .faq-content {
    width: calc(100% - 97px);
  }
  .faq-content .faq-txt p {
    font-size: var(--font-size14);
    line-height: 1.8;
  }
  .plus-icon:after {
    right: -9px;
    width: 27px;
    height: 27px;
  }
}
/* ====================================================
オンライン教室 online-contents
==================================================== */
.online-contents {
  background-color: #fff;
}
.online-contents h2 {
  margin-bottom: 80px;
  font-size: var(--font-size40);
  font-weight: bold;
  text-align: center;
}
.online-contents h2 span {
  display: block;
  margin-bottom: 20px;
  font-size: var(--font-size16);
  font-weight: normal;
}
/* hover */
.online-contents a:hover figure {
  animation: floatUp 0.8s forwards;
}
@keyframes floatUp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .online-contents .inner {
    padding: 0;
  }
  .online-contents h2 {
    margin-bottom: 30px;
    font-size: var(--font-size27);
  }
  .online-contents h2 span {
    margin-bottom: 8px;
    font-size: var(--font-size15);
  }
  .online-contents figure {
    width: 100%;
    margin: auto;
  }
}

/* ====================================================
スクロールアニメーション
==================================================== */
.scr {
  transition: opacity 0.3s ease-in-out,
  transform 0.3s ease-in-out,
  -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.scr.scr-on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
/* ====================================================
ホバーアニメーション
==================================================== */
/* テキストカラーが左から変化するアニメーション */
.h-txtlink {
  position: relative;
  background: linear-gradient(to right, #f06634 50%, #272724 50%) 100%;
  background-clip: text;
  background-size: 200% 100%;
  font-size: var(--font-size16);
  font-weight: bold;
  color: transparent;
  transition: background-position 0.3s cubic-bezier(0.22, 0, 0.32, 0.99);
}
.h-txtlink svg {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-left: 16px;
}
.h-txtlink:after {
  display: inline-block;
  width: 27vw;
  max-width: 36.9px;
  margin: 0 0 1px 15px;
  background-image: url(../img/common/icon_hover_arrow_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
  transition: 0.3s ease-in-out;

  aspect-ratio: 1 / 1;
}
.h-txtlink:hover {
  background-position: 0 100%;
  transition: background-position 0.3s cubic-bezier(0.22, 0, 0.32, 0.99);
  opacity: 1;
}
.h-txtlink:hover:after {
  background-image: url(../img/common/icon_hover_arrow_03.svg);
}
@media screen and (max-width: 767px) {
  .h-txtlink {
    font-size: var(--font-size15);
  }
  .h-txtlink:after {
    width: 36.9px;
    height: 36.9px;
    margin: 0 0 1px 12px;
  }
  @supports (-moz-appearance: none) {
    .h-txtlink::after {
      transform: translate(-8px, 0px);
    }
  }
}

/* ボタン */
.btn-link {
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}
.btn-link li a {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  padding: 0 38px;
  border: solid 1px #272724;
  border-radius: 30px;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  color: #272724;
  transition: 0.3s ease-in-out;
}
.btn-link li a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #272724;
  content: "";
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transform: scale(0, 1);
  transform-origin: left top;
}
.btn-link li a::after {
  display: inline-block;
  width: 29.05px;
  height: 29.05px;
  margin: 0 0 2px 10px;
  background-image: url(../img/common/icon_hover_arrow_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
  transition: 0.3s ease-in-out;
}
.btn-link li a:hover {
  color: #fff;
  opacity: 1;
}
.btn-link li a:hover::before {
  transform: scale(1, 1);
}
.btn-link li a:hover::after {
  background-image: url(../img/common/icon_hover_arrow_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.btn-link a[href*=".pdf"]::after {
  display: inline-block;
  width: 21.59px;
  height: 26.53px;
  margin: 0 0 2px 20px;
  background-image: url(../img/common/cmn_icon_pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
  transition: 0.3s ease-in-out;
}
.btn-link a:hover[href*=".pdf"]::after {
  background-image: url(../img/common/cmn_icon_pdf_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .btn-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .btn-link {
    gap: 11px;
  }
  .btn-link li {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
  .btn-link li a {
    padding: 0;
    font-size: var(--font-size14);
    line-height: 52px;
  }
  .btn-link li a::after {
    width: 22px;
    height: 22px;
  }
  .btn-link a[href*=".pdf"]::after {
    width: 4.2vw;
    max-width: 16px;
    height: auto;
    margin: 0 0 1px 10px;

    aspect-ratio: 1 / 1.25;
  }
}
/* ====================================================
ページナビ
==================================================== */
.wp-pagenavi-box {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  margin: auto;

  gap: 10px 0;
}
.wp-pagenavi .pages,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: none;
}
.wp-pagenavi .page {
  display: inline-block;
  margin: auto 16px;
  border: none !important;
  font-size: var(--font-size18);
  font-weight: bold;
  line-height: 44px;
  text-align: center;
  letter-spacing: normal;
  transition: 0.3s ease-out;
}
.wp-pagenavi .page:hover {
  color: #f06634;
  opacity: 1;
}
.wp-pagenavi .current {
  display: inline-block;
  width: 44px;
  margin: auto 7px;
  padding: 0 !important;
  border: solid 1px #f06634;
  border: none !important;
  border-radius: 50px;
  background-color: #f06634;
  font-size: var(--font-size18);
  font-weight: bold;
  line-height: 44px;
  text-align: center;
  letter-spacing: normal;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi-box {
    padding-top: 45px;
  }
  .wp-pagenavi .current {
    width: 34px;
    margin: auto 2px;
    font-size: var(--font-size16);
    line-height: 34px;
  }
  .wp-pagenavi .page {
    font-size: var(--font-size16);
    line-height: 34px;
  }
}
/* ====================================================
404エラー
==================================================== */
.error .contents-area {
  padding: 120px 0 180px;
  border-radius: 70px 70px 0 0;
  background-color: #fff;
}
.error .guidance {
  text-align: center;
}
.error .guidance p {
  margin-bottom: 1em;
}
.error .btn-link {
  margin-top: 80px;
}
.error .btn-link a {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 300px;
  margin: 0 auto;
  padding: 0 38px;
  border: solid 1px #272724;
  border-radius: 30px;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  color: #272724;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .error .contents-area {
    padding: 40px 0 0;
  }
  .error .guidance {
    padding: 0 2em 3em;
  }
  .error .btn-link {
    margin-top: 40px;
  }
  .error .btn-link a {
    width: 90%;
    padding: 0 5%;
  }
}

/* ====================================================
アイコン
==================================================== */
a[href*=".pdf"]:after {
  display: inline-block;
  width: 21.59px;
  height: 26.53px;
  margin: 0 0 2px 8px;
  background-image: url(../img/common/cmn_icon_pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}

a[href$=".xlsx"]:after,
a[href$=".xls"]:after {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin: 0 0 2px 8px;
  background-image: url(../img/common/icon_excel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}

a[href$=".doc"]:after,
a[href$=".docx"]:after {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin: 0 0 2px 8px;
  background-image: url(../img/common/icon_word.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
