@charset "UTF-8";
/*
Theme Name: 学研CAIスクール 稲沢駅西校テーマ
Theme URI: https://g-inazawaekinishi.com
Description: 学研CAIスクール 稲沢駅西校
Version: 1.0.0
Author: 学研CAIスクール 稲沢駅西校
*/

main {
  padding-top: 100px;
  background-color: #FFF;
}

.t_color01 {
  color: #009843;
}

.t_color02 {
  color: #f79623;
}

.t_color03 {
  color: #3C7DE6;
}

.t_font01 {
  font-family: "Oswald", sans-serif;
}

.w-content {
  padding-left: 20px;
  padding-right: 20px;
}

.w-1440 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
}

.w-1100 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
}

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

@media screen and (min-width:768px) {
  .spver {
    display: none;
  }
}

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

@media screen and (min-width:768px) {
  a:hover {
    opacity: .7;
  }
}

/* Loading */
.loading {
  width: 100%;
  height: 100vh;
  background:
    url('./images/g-load_bg-lt.png') left top / 120px no-repeat,
    url('./images/g-load_bg-rt.png') right top / 120px no-repeat,
    url('./images/g-load_bg-lb.png') left bottom / 120px no-repeat,
    url('./images/g-load_bg-rb.png') right bottom / 120px no-repeat;
  background-color: #fff;
  position: fixed;
  z-index: 999;
  top: 0;
}

.loading_inner {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.loading_box {
  transition: 0.4s;
  text-align: center;
}

body.is-show .loading_box {
  transform: translateY(0.625em);
}

.loading_logo {
  width: 50%;
  margin: 0 auto 3rem;
  max-width: 362px;
}

.loading_visual {
  position: relative;
  width: 100%;
  height: 50px;
}

.loading_bar {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #009843;
}

.loading_move-wrapper {
  display: block;
  width: 90%;
  margin: auto;
  position: relative;
}

.loading_move {
  position: absolute;
  top: -11.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateX(-50%);
}

.loading_circle {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #009843;
}

.loading_percent {
  color: #009843;
}

@media screen and (max-width: 767px) {
  .loading_move-wrapper {
    width: 80%;
  }
}


/* Scroll Animetion */
.js-fade {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
  will-change: opacity, transform;
}

body.is-show .js-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js-fade.js-paint {
  clip-path: inset(0 100% 0 0);
  opacity: 1;
  transform: translateY(0);
}

body.is-show .js-fade.js-paint.is-visible {
  animation: paint-action 2s ease-out forwards;
}

@keyframes paint-action {
  0% {
    clip-path: inset(0 100% 0 0);
  }

  100% {
    clip-path: inset(0 0 0 0);
  }
}


.delay-100 {
  transition-delay: 0.1s;
}

.delay-200 {
  transition-delay: 0.2s;
}

.delay-300 {
  transition-delay: 0.3s;
}

.delay-400 {
  transition-delay: 0.4s;
}

.delay-500 {
  transition-delay: 0.5s;
}

.delay-600 {
  transition-delay: 0.6s;
}

/* header */
.header_box {
  transition: all .4s ease-out;
}

.nav_unshown {
  display: none;
}

@media screen and (min-width: 1220px) {
  header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
  }

  header .header_box div.logo a:hover {
    opacity: 0.7;
  }

  header .header_box .header_nav,
  header .header_box .header_nav nav {
    height: 100%;
  }

  .header_nav nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  /* ナビゲーション配置 */
  .header_nav nav .nav_left a {
    display: block;
    max-width: 215px;
    padding: 15px 30px;
  }

  #nav_drawer,
  header .sp_header_logo,
  header .sp_header_tel {
    display: none;
  }

  header .header_box {
    width: 100%;
    background-color: #fff;
  }

  .header_nav nav .nav_right {
    width: auto;
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .header_nav nav .nav_right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    text-align: center;
  }

  .header_nav nav .nav_right ul li {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }

  .header_nav nav .nav_right ul li a {
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    gap: 5px;
  }

  .header_nav nav .nav_right ul li a:hover {
    color: #F79623;
    opacity: 1;
  }

  .header_nav nav .nav_right ul li a .icon svg {
    max-width: 32px;
    max-height: 32px;
  }

  .header_nav nav .nav_right ul.link_texts {
    padding: 10px 0;
  }

  .header_nav nav .nav_right ul.link_btns {
    gap: 0;
  }

  .header_box>div nav .link_btns li {
    width: 150px;
  }

  .header_box>div nav .link_btns li a {
    width: 100%;
    height: 100px;
    color: #fff;
  }

  .header_box>div nav .link_btns li.mail a {
    background-color: #F79623;
  }

  .header_box>div nav .link_btns li.recruit a {
    background-color: #009843;
  }

  .header_box>div nav .link_btns li a .icon svg {
    max-width: 50px;
    max-height: 35px;
  }

  .header_box>div nav .link_btns li a:hover {
    opacity: 0.7;
    color: #fff;
  }
}

@media screen and (max-width: 1219px) {
  header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
  }

  .header_box {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background-color: #fff;
  }

  header .sp_header_logo a {
    display: block;
    width: 105px;
    padding: 8px 12px;
  }

  header .sp_header_tel {
    position: absolute;
    right: 64px;
    display: flex;
    flex-wrap: wrap;
    gap: 0 5px;
  }

  header .sp_header_tel a img {
    width: 36px;
  }

  .overflow__hidden header {
    transition: all 0s;
  }

  .overflow__hidden header .sp_header_logo {
    display: none;
  }

  /* ドロワーメニュー */
  div.header_nav {
    display: none;
  }

  #nav_drawer {
    display: inherit;
  }

  header div#nav_drawer nav {
    height: 100vh;
    position: fixed;
    padding: 60px 20px 0;
    z-index: 100;
  }

  header #nav_drawer nav ul li {
    padding: 0;
    text-align: left;
  }

  header #nav_drawer nav ul.nav_content_top li a {
    display: block;
    padding: 10px;
    font-size: 0.875rem;
    line-height: 40px;
    border-bottom: 1px solid #009843;
    position: relative;
    color: #009843;
  }

  header #nav_drawer nav ul.nav_content_top li:last-child a {
    border-bottom: 0;
  }

  /* メニューの矢印アイコン */
  header #nav_drawer nav ul.nav_content_top li a::after {
    content: "";
    background-image: url("./images/icon_arrow_menu.png");
    width: 24px;
    height: 24px;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
  }

  /* ハンバーガーボタン(開閉ボタン) */
  #nav_open {
    position: fixed;
    z-index: 1000;
    top: 4px;
    right: 16px;
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }

  #nav_open span,
  #nav_open span::before,
  #nav_open span::after {
    position: absolute;
    display: block;
    width: 40px;
    height: 1px;
    border-radius: 3px;
    background: #1C1C1C;
    content: "";
  }

  #nav_open span {
    top: 12px;
    right: 0;
  }

  #nav_open span::before {
    top: 8px;
  }

  #nav_open span::after {
    top: 17px;
  }

  /* ボタンアクティブ時(×印) */
  #nav_content {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    overflow-y: auto;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background: #FFF;
    text-align: center;
    pointer-events: none;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 0;
  }

  #nav_content ul {
    margin: auto;
  }

  #nav_content li {
    padding: 10px;
    text-align: center;
    display: block;
  }

  #nav_content.active {
    opacity: 1;
    pointer-events: auto;
    overflow: scroll;
  }

  #nav_open.active {
    background-color: transparent;
  }

  #nav_open.active span {
    transform: rotate(45deg);
    width: 28px;
    top: 25px;
    right: 16px;
    transition: transform 1s;
    background: #343434;
  }

  #nav_open.active span::before {
    background: #343434;
    transform: rotate(90deg);
    top: 0px;
    width: 28px;
  }

  #nav_open.active span::after {
    content: none;
    opacity: 0;
  }

  /* 下部リンクボタン */
  #nav_content ul.sp_link_button {
    margin: 56px auto 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px 0;
    justify-content: flex-start;
  }

  #nav_content ul.sp_link_button li {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .sp_link_button li.line,
  .sp_link_button li.mail,
  .sp_link_button li.recruit {
    width: 200px;
  }

  .sp_link_button li.line a,
  .sp_link_button li.mail a,
  .sp_link_button li.recruit a {
    width: 100%;
    height: 60px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    background-color: #343434;
  }

  .sp_link_button li.line a {
    background-color: #009843;
  }

  .sp_link_button li.mail a {
    background-color: #f79623;
  }

  .sp_link_button li.recruit a {
    background-color: #3C7DE6;
  }

  .sp_link_button li.line img,
  .sp_link_button li.mail img,
  .sp_link_button li.recruit img {
    height: auto;
    display: block;
  }

  .sp_link_button li.line .icon img {
    width: 33px;
  }

  .sp_link_button li.mail .icon img {
    width: 34px;
  }

  .sp_link_button li.recruit .icon img {
    width: 22px;
  }
}

/* TOP */
.fv {
  position: relative;
  width: 100%;
  height: 50vw;
  overflow: hidden;
}

.fv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./images/g-fv_bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 1;
}

.fv_text01 {
  position: absolute;
  top: -1%;
  right: 2%;
  opacity: 0;
  z-index: 2;
}

.fv_text01 img {
  width: 65vw;
  height: auto;
}

.is-show .fv_text01 {
  animation: fv-slideInRight 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
}

.fv_img01 {
  position: absolute;
  bottom: -3%;
  left: -5%;
  opacity: 0;
  z-index: 2;
}

.fv_img01 img {
  width: 55vw;
  height: auto;
}

.is-show .fv_img01 {
  animation: fv-slideInLeft 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
}

.fv_text02 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 2;
}

.fv_text02 img {
  width: 48vw;
  height: auto;
}

.is-show .fv_text02 {
  animation: fv-fadeIn 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1.5s forwards;
}

@keyframes fv-slideInRight {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fv-slideInLeft {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fv-fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


/* ボタン */
.formbtn {
  text-align: center;
  position: relative;
}

div.button_section {
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.more_btn,
.formbtn .wpcf7-submit,
.formbtn .wpcf7-previous {
  cursor: pointer;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #009843;
  border: 1px solid #009843;
  color: #fff;
  text-decoration: none;
  padding: 15px;
  position: relative;
  width: 100%;
  max-width: 400px;
  font-family: "Noto Sans JP", sans-serif;
  transition: .4s;
}

.more_btn_icon {
  width: 32px;
  height: 0;
  border-top: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  transition: .4s;
}

.more_btn_icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: .4s;
}

.formbtn::before {
  width: 32px;
  height: 0;
  border-top: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  transition: .4s;
  display: block;
  z-index: 1;
}

.formbtn::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 21px;
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: .4s;
  z-index: 1;
}

.formbtn.prev::before {
  left: 5.4%;
}

.formbtn.prev::after {
  left: 21px;
  transform: translateY(-50%) rotate(320deg);
}


.more_btn:hover,
.formbtn .wpcf7-submit:not(:disabled):hover,
.formbtn .wpcf7-previous:not(:disabled):hover {
  opacity: 1;
  background-color: #fff !important;
  color: #009843;
}

.more_btn:hover .more_btn_icon,
.formbtn .wpcf7-submit:not(:disabled):hover .more_btn_icon,
.formbtn .wpcf7-previous:not(:disabled):hover .more_btn_icon,
.more_btn:hover .more_btn_icon::after,
.formbtn .wpcf7-submit:not(:disabled):hover .more_btn_icon::after,
.formbtn .wpcf7-previous:not(:disabled):hover .more_btn_icon::after {
  border-color: #009843;
}

.formbtn .wpcf7-submit,
.formbtn .wpcf7-previous {
  background-color: #1c1c1c;
  border: 1px solid #1c1c1c;
}

.formbtn .wpcf7-submit:not(:disabled):hover,
.formbtn .wpcf7-previous:not(:disabled):hover {
  color: #1c1c1c;
}

.formbtn .wpcf7-submit:not(:disabled):hover::before,
.formbtn .wpcf7-previous:not(:disabled):hover::before,
.formbtn .wpcf7-submit:not(:disabled):hover::after,
.formbtn .wpcf7-previous:not(:disabled):hover::after {
  border-color: #1c1c1c;
}

.more_btn.bg_blue {
  background-color: #3C7DE6;
  border-color: #3C7DE6;
}

.more_btn.bg_blue:hover {
  color: #3C7DE6;
}

.more_btn.bg_blue:hover .more_btn_icon,
.more_btn.bg_blue:hover .more_btn_icon::after {
  border-color: #3C7DE6;
}

.more_btn.bg_orange {
  background-color: #f79623;
  border-color: #f79623;
}

.more_btn.bg_orange:hover {
  color: #f79623;
}

.more_btn.bg_orange:hover .more_btn_icon,
.more_btn.bg_orange:hover .more_btn_icon::after {
  border-color: #f79623;
}

.more_btn.bg_white {
  background-color: #fff;
  border-color: #1e1e1e;
  color: #1e1e1e;
}

.more_btn.bg_white .more_btn_icon,
.more_btn.bg_white .more_btn_icon::after {
  border-color: #1e1e1e;
}

.more_btn.bg_white:hover {
  background-color: #1e1e1e !important;
  color: #fff;
}

.more_btn.bg_white:hover .more_btn_icon,
.more_btn.bg_white:hover .more_btn_icon::after {
  border-color: #fff;
}

.more_btn.bg_black {
  background-color: #1c1c1c;
  border-color: #1c1c1c;
}

.more_btn.bg_black:hover {
  color: #1c1c1c;
}

.more_btn.bg_black:hover .more_btn_icon,
.more_btn.bg_black:hover .more_btn_icon::after {
  border-color: #1c1c1c;
}

.formbtn .wpcf7-submit:disabled,
.formbtn .wpcf7-previous:disabled {
  opacity: 0.5;
}

.banner_block {
  margin-top: 100px;
}

.banner_img {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
}

.section_title::after {
  display: block;
  content: '';
  margin-top: 15px;
  width: 100px;
  height: 2px;
  background-color: #fff;
}

.main_title_jp {
  text-align: center;
}

.main_title_jp::after {
  display: block;
  content: '';
  width: 100px;
  height: 3px;
  background-color: #1c1c1c;
  border: none;
  margin: 25px auto 50px;
}

.main_title_jp.t_color01::after {
  background-color: #009843;
}

.main_title_jp.t_color02::after {
  background-color: #f79623;
}

.main_title_jp.t_color03::after {
  background-color: #3C7DE6;
}

/* セクション全体のベース */
.top-news {
  background-image: url("./images/g-top-news-bg.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 125px;
  padding-bottom: 125px;
}

.top-news .top-news__date,
.top-news .top-news__title {
  color: #fff;
}

.top-news .section_title {
  color: #fff;
  text-align: center;
}

.top-news .section_title::after {
  margin-left: auto;
  margin-right: auto;
}

.top-news__more {
  text-align: center;
}

.top-news__inner {
  padding: 0 60px;
  /* 矢印が外側にくるよう調整 */
  position: relative;
}

/* スライドカード全体 */
.top-news__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* 画像エリア（デザインの薄い黄色背景） */
.top-news__img {
  aspect-ratio: 16 / 9;
  background-color: #fffef0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 15px;
}

.top-news__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* メタ情報（タグと日付） */
.top-news__meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.top-news__tag {
  display: inline-block;
  color: #fff;
  padding: 1px 15px 2px;
  font-weight: bold;
  line-height: 1.6;
}

.top-news__date {
  color: #666;
}

/* タイトル */
.top-news__title {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  margin: 0;
  /* 2行で省略する場合 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

/* Swiper矢印のカスタマイズ（緑のサークル） */
.top-news__prev,
.top-news__next {
  width: 44px;
  height: 44px;
  border: 2px solid #009843;
  border-radius: 50%;
  color: #009843;
  background: #fff;
  top: 35% !important;
  transition: 0.4s;
}

.top-news__prev::after,
.top-news__next::after {
  font-size: 18px;
  font-weight: bold;
}

.top-news__prev:hover,
.top-news__next:hover {
  color: #fff;
  background: #009843;
}

/* 矢印を外側へ配置 */
.top-news__prev {
  left: 0;
}

.top-news__next {
  right: 0;
}


/* --- Top Intro Section --- */
.top-intro {
  padding: 100px 0;
  text-align: center;
  background-image: url("./images/top-intro-bg.jpg");
  background-size: cover;
  background-position: top center;
}

/* ヘッダー部分（ロゴとメインコピー） */
.top-intro__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.top-intro__logo-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
}

.top-intro__logo {
  width: 220px;
  height: auto;
}

.top-intro__suffix {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
}

.top-intro__main-copy {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
}

/* マーカー線設定 */
.marker-60 {
  background: linear-gradient(transparent 70%, rgba(247, 150, 35, 0.6) 0);
  display: inline-block;
}


/* --- レスポンシブ調整 --- */
@media screen and (max-width: 767px) {
  .top-intro {
    padding: 40px 0;
  }

  .top-intro__logo-row {
    gap: 5px;
  }

  .top-intro__logo {
    width: 180px;
  }

  .top-intro__suffix {
    font-size: 20px;
  }

  .top-intro__main-copy {
    font-size: 20px;
    line-height: 1.5;
  }

  .top-intro__body {
    font-size: 15px;
    text-align: left;
  }
}

/* --- Top Problem Section --- */
.top-problem {
  padding: 100px 0;
  background-image: url("./images/top-problem-bg.jpg");
  background-size: cover;
  background-position: top center;
  text-align: center;
  position: relative;
}

.top-problem::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #4d443d transparent transparent transparent;
}

.top-problem__title {
  font-size: 32px;
  margin-bottom: 60px;
  color: #fff;
  line-height: 1.6;
  position: relative;
}

.top-problem__title::before {
  display: block;
  content: "";
  position: absolute;
  background-image: url("./images/g-problem-deco.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 68px;
  height: 101px;
  top: -15%;
  left: 75%;
}

.top-problem__title .marker-80 {
  font-weight: 700;
}

.marker-80 {
  background: linear-gradient(transparent 70%, rgba(247, 150, 35, 0.8) 0);
  display: inline-block;
  padding: 0 4px;
}

/* 3つのボックス並び */
.top-problem__list {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.top-problem__item {
  flex: 1;
  background-color: #fff;
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-problem__item p {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}

/* --- レスポンシブ調整 --- */
@media screen and (max-width: 767px) {
  .top-problem {
    padding: 50px 0;
  }

  .top-problem__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
	
	.top-problem__title .marker-80 {
		background: none;
	}

  .top-problem__list {
    flex-direction: column;
    /* スマホでは縦並び */
    gap: 15px;
  }

  .top-problem__item {
    padding: 30px 15px;
  }

  .top-problem__item p {
    font-size: 20px;
  }
}


/* --- Top Points Section --- */
.top-points {
  background-image:
    url('./images/g-load_bg-lt.png'),
    url('./images/g-load_bg-rb.png'),
    url('./images/g-green-sq.png'),
    url('./images/g-green-sq.png'),
    url('./images/top-points-bg.jpg');
  background-position:
    0% 0%,
    100% 100%,
    95% 5%,
    -2% 85%,
    top center;
  background-size:
    140px 140px,
    140px 140px,
    8vw 9vw,
    13vw 14vw,
    100% auto;
  background-repeat:
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    repeat;
  padding-top: 125px;
  padding-bottom: 125px;
}

/* 導入テキスト */
.top-points__intro {
  text-align: center;
}

.top-points__intro-sub {
  font-size: 24px;
  margin-bottom: 25px;
}

.top-points__intro-main {
  font-size: 36px;
  font-weight: 700;
  border-bottom: 3px solid #009843;
}

/* 白背景のメインエリア */
.top-points__content {
  padding: 100px 0 60px;
}

/* 見出し（吹き出し風） */
.top-points__title {
  background: #fff;
  color: #009843;
  width: fit-content;
  margin: 0 auto 70px;
  padding: 10px 60px;
  font-size: 36px;
  font-weight: 700;
  border: 3px solid #009843;
  position: relative;
}

.top-points__title::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 18px 18px 0 18px;
  border-color: #009843 transparent transparent transparent;
}

.top-points__title::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 14px 14px 0 14px;
  border-color: #fff transparent transparent transparent;
}

/* ポイント各項目 */
.top-points__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.top-points__item {
  background: #fff;
  display: flex;
  align-items: stretch;
}

.top-points__item.is-reverse {
  flex-direction: row-reverse;
}

.top-points__item-text {
  flex: 1;
  padding: 30px 40px;
}

.top-points__item-num {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.top-points__item-num span {
  font-size: 64px;
  line-height: 1;
  font-weight: 500;
  margin-left: 5px;
}

.top-points__item-ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.top-points__item-img {
  width: 42%;
}

.top-points__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-points__outro-arrow {
  width: 35%;
  margin: 0 auto 60px;
}

.top-points__outro {
  text-align: center;
}

.top-points__outro-logo {
  max-width: 543px;
  margin: 0 auto 20px;
}

.top-points__outro-msg {
  font-size: 32px;
  font-weight: bold;
  display: inline-block;
  border-bottom: 3px solid #009843;
  margin-bottom: 50px;
}

/* --- レスポンシブ --- */
@media screen and (max-width: 767px) {
  .top-points__intro-main {
    font-size: 20px;
  }

  .top-points__title {
    font-size: 20px;
    padding: 10px 20px;
  }

  .top-points__item,
  .top-points__item.is-reverse {
    flex-direction: column-reverse;
    /* スマホは画像を上に */
  }

  .top-points__item-img {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
  }

  .top-points__item-text {
    padding: 25px;
  }

  .top-points__item-ttl {
    font-size: 18px;
  }

  .top-points__outro-msg {
    font-size: 24px;
  }
}

/* --- Top Strength Section --- */
.top-strength {
  background-image:
    url('./images/g-kado_blue-lt.png'),
    url('./images/g-kado_blue-rb.png'),
    url('./images/g-blue-sq01.png'),
    url('./images/g-blue-sq02.png'),
    url('./images/top-strength-bg.jpg');
  background-position:
    0% 0%,
    100% 100%,
    104% 8%,
    -5% 90%,
    top center;
  background-size:
    140px 140px,
    140px 140px,
    17vw 17vw,
    16vw 16vw,
    100% auto;
  background-repeat:
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    repeat;
  padding-top: 125px;
  padding-bottom: 125px;
  text-align: center;
}

.top-strength .section_title {
  margin-bottom: 100px;
}

.top-strength .section_title::after {
  background-color: #3C7DE6;
  margin-left: auto;
  margin-right: auto;
}

.top-strength__intro p {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
}

.top-strength__subintro {
  margin-bottom: 100px;
}


/* グリッド全体 */
.top-strength__grid {
  text-align: left;
}

/* 各アイテムの基本スタイル */
.strength-item {
  background: #fff;
  padding: 30px;
}

.strength-item__label {
  font-weight: bold;
  display: flex;
  line-height: 1.2;
  flex-direction: column;
  gap: 5px;
  flex-shrink: 0;
}

.strength-item__label span {
  font-size: 48px;
  line-height: 1;
  font-weight: 500;
}

.strength-item__label::after {
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #3C7DE6;
  margin-top: 5px;
}

.strength-item__mainttl {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}

.strength-item__ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}

/* FEATURE 01 (横長) */
.strength-item--main {
  display: flex;
  margin-bottom: 25px;
  padding: 50px 80px;
  gap: 50px;
  align-items: center;
}

.strength-item--main .strength-item__img {
  width: 45%;
}

.strength-item--main .strength-item__body {
  width: 55%;
}

.strength-item--main .strength-item__mainttl {
  align-items: center;
}

.strength-item--main .strength-item__ttl {
  font-size: 34px;
}

/* FEATURE 02-04 (3カラム) */
.strength-sub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.strength-sub-grid .strength-item__body {
  padding-top: 20px;
}

/* 共通画像スタイル */
.strength-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.strength__more {
  margin-top: 75px;
}

/* --- レスポンシブ --- */
@media screen and (max-width: 767px) {
  .top-strength {
    padding: 50px 0;
  }

  .top-strength__intro {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .strength-item--main {
    flex-direction: column;
  }

  .strength-item--main .strength-item__img,
  .strength-item--main .strength-item__body {
    width: 100%;
  }

  .strength-item--main .strength-item__body {
    padding: 25px;
  }

  .strength-sub-grid {
    grid-template-columns: 1fr;
    /* スマホは縦1列 */
    gap: 20px;
  }

  .strength-sub-grid .strength-item__body {
    height: auto;
  }
}

/* --- Top Course Section --- */
.top-course {
  background-image:
    url('./images/g-kado_white-lt.png'),
    url('./images/g-kado_white-rb.png'),
    url('./images/g-white-sq01.png'),
    url('./images/g-white-sq02.png'),
    url('./images/top-course-bg.jpg');
  background-position:
    0% 0%,
    100% 100%,
    104% 8%,
    -5% 90%,
    top center;
  background-size:
    140px 140px,
    140px 140px,
    17vw 17vw,
    15vw 15vw,
    100% auto;
  background-repeat:
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    repeat;
  padding-top: 125px;
  padding-bottom: 125px;
  text-align: center;
}

.top-course .section_title {
  color: #fff;
}

.top-course .section_title::after {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.top-course__intro {
  margin-bottom: 100px;
}

.top-course__intro-sub {
  font-size: 32px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-top: 75px;
  margin-bottom: 30px;
}

.top-course__intro-txt {
  color: #fff;
}

/* 3カラムリスト */
.top-course__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.top-course__item {
  background-color: #fff;
  transition: transform 0.3s ease;
}

.top-course__img {
  width: 100%;
  aspect-ratio: 16 / 10;
  /* 画像のアスペクト比を統一 */
}

.top-course__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.top-course__name {
  margin: 0;
  padding: 20px 10px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.top-course__more {
  margin-top: 75px;
}

/* --- レスポンシブ --- */
@media screen and (max-width: 767px) {
  .top-course {
    padding: 50px 0;
  }

  .top-course__intro-sub {
    font-size: 18px;
    line-height: 1.4;
  }

  .top-course__intro-txt {
    font-size: 14px;
  }

  .top-course__list {
    gap: 5px;
  }

  .top-course__name {
    font-size: 18px;
    padding: 5px;
  }
}

/* --- Top Message & Profile Section --- */
.top-message {
  background-image:
    url('./images/g-kado_aisatsu-lt.png'),
    url('./images/g-kado_aisatsu-rb.png'),
    url('./images/g-blue-sq02.png');
  background-position:
    0% 0%,
    100% 100%,
    95% 6%;
  background-size:
    800px auto,
    800px auto,
    15vw 15vw;
  background-repeat: no-repeat;
  background-color: #e5efff;
  padding-top: 125px;
  padding-bottom: 125px;
}

.top-message .section_title {
  margin-bottom: 150px;
}

.top-message .section_title::after {
  background-color: #3C7DE6;
}


.top-message__hero {
  padding: 100px 0;
  position: relative;
  overflow: visible;
}

.top-message__flex {
  display: flex;
  align-items: center;
  position: relative;
}

.top-message__box {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px 50px;
  width: 52%;
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.top-message__copy {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 30px;
}

.top-message__copy::after {
  display: block;
  content: '';
  margin-top: 25px;
  width: 100px;
  height: 2px;
  background-color: #3C7DE6;
}

.top-message__intro-txt {
  margin-bottom: 30px;
}

.top-message__position {
  font-weight: 700;
}

.top-message__name {
  font-size: 24px;
  font-weight: 700;
}

/* 写真部分 */
.top-message__img {
  width: 62%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.top-message__img img {
  width: 100%;
  height: auto;
  display: block;
}

.top-profile {
  padding: 50px;
  background-color: #fff;
  margin-top: 100px;
  position: relative;
}

.top-profile__ttl {
  font-size: 24px;
}

.top-profile__txt {
  margin-top: 10px;
  text-align: justify;
}

.top-profile__more {
  position: absolute;
  width: 93%;
  text-align: right;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
}

/* --- レスポンシブ --- */
@media screen and (max-width: 767px) {
  .top-message__hero {
    padding: 40px 0;
  }

  .top-message__flex {
    flex-direction: column-reverse;
    /* スマホでは写真を上に */
  }

  .top-message__box {
    width: 100%;
    padding: 30px 20px;
    margin-top: -30px;
    /* 写真と少し被らせる */
  }

  .top-message__copy {
    font-size: 22px;
  }

  .top-message__img {
    position: static;
    width: 100%;
    transform: none;
  }

  .top-message__img img {
    transform: none;
  }

  .top-profile {
    padding: 50px 0;
  }
}

.top-cta {
  margin-top: -4vw;
}

.top-case {
  background-image:
    url('./images/g-kado_case-lt.png'),
    url('./images/g-white-sq01.png'),
    url('./images/top-case-bg.jpg');
  background-position:
    0% 0%,
    14% 4%,
    top center;
  background-size:
    740px auto,
    12vw 12vw,
    100% auto;
  background-repeat:
    no-repeat,
    no-repeat,
    repeat;
  padding-top: 125px;
  padding-bottom: 125px;
}

.top-case .section_title {
  color: #fff;
  text-align: center;
  margin-bottom: 100px;
}

.top-case .section_title::after {
  margin-left: auto;
  margin-right: auto;
}

.top-case__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 75px;
}

.top-case__links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-case__more {
  flex: 1;
  text-align: center;
}

/* --- Top Voice Section --- */
.top-voice {
  background-image:
    url('./images/g-kado_voice-lt.png'),
    url('./images/g-kado_voice-rb.png');
  background-position:
    2% 2vw,
    98% calc(100% - 2vw);
  background-size:
    160px auto,
    160px auto;
  background-repeat: no-repeat;
  background-color: #E2FFEF;
  padding-top: 125px;
  padding-bottom: 125px;
}

.top-voice .section_title {
  text-align: center;
  margin-bottom: 100px;
}

.top-voice .section_title::after {
  margin-left: auto;
  margin-right: auto;
  background-color: #009843;
}

.top-voice__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.top-voice__item {
  background-color: #fff;
  padding: 35px 60px;
  display: flex;
  align-items: center;
  gap: 60px;
}

/* アイコン */
.top-voice__icon {
  width: 245px;
  flex-shrink: 0;
}

.top-voice__icon img {
  width: 100%;
  height: auto;
}

/* テキスト部分 */
.top-voice__body {
  flex: 1;
}

.top-voice__ttl {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 5px;
}

.top-voice__sub {
  border-bottom: 2px solid #009843;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.top-voice__txt p {
  font-weight: 700;
}

/* --- レスポンシブ --- */
@media screen and (max-width: 767px) {
  .top-voice {
    padding: 50px 0;
  }

  .top-voice__item {
    flex-direction: column;
    /* スマホではアイコンを上に */
    padding: 30px 20px;
    gap: 20px;
    text-align: center;
  }

  .top-voice__icon {
    width: 120px;
  }

  .top-voice__ttl {
    font-size: 20px;
  }

  .top-voice__txt {
    font-size: 14px;
    text-align: left;
    /* 長文は左寄せ */
  }
}


.faq {
  background-image:
    url('./images/g-kado_faq-lt.png'),
    url('./images/g-kado_faq-rb.png');
  background-position:
    2% 2vw,
    98% calc(100% - 2vw);
  background-size:
    160px auto,
    160px auto;
  background-repeat: no-repeat;
  background-color: #E5EFFF;
  padding-top: 125px;
  padding-bottom: 125px;
}

.top-faq__more {
  margin-top: 50px;
  text-align: center;
}

.faq .section_title {
  text-align: left;
}

.faq .section_title::after {
  background-color: #3C7DE6;
}

.faq_header {
  text-align: center;
  margin-bottom: 80px;
}

.faq_list {
  margin: 0 auto;
  display: grid;
  gap: 30px 0;
  grid-template-columns: 1fr;
  position: relative;
}

.faq_list dl dt {
  position: relative;
  cursor: pointer;
  padding: 40px 70px 40px 35px;
}

.faq_list dl dt p {
  font-weight: 700;
}

.faq_list dl dt p:before {
  content: "Q";
  width: 44px;
  font-size: 20px;
  font-weight: 400;
  background-color: #1E1E1E;
  color: #fff;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: -75px;
  top: 0;
}

.faq_list dl dt p,
.faq_list dl dd p {
  position: relative;
  margin-left: 75px;
}

.faq_list dl dt::before,
.faq_list dl dt::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 35px;
  width: 31px;
  height: 2px;
  background-color: #1E1E1E;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease;
}

.faq_list dl dd p:before {
  content: "A";
  width: 44px;
  font-size: 20px;
  font-weight: 400;
  background-color: #3C7DE6;
  display: inline-block;
  margin-right: 30px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: -75px;
  top: 0;
}

.faq_list dl dd {
  display: none;
  padding: 0 35px 45px;
}

.faq_list dl {
  background-color: #fff;
  margin: 0;
}

.faq_list dl dt::after {
  transform: rotate(90deg) translateY(-50%);
}

.faq_list dl dt.active::before {
  transform: rotateZ(180deg) translateY(-50%);
  height: 2px;
}

.faq_list dl dt.active::after {
  transform: rotateZ(360deg) translateY(-50%);
  height: 0px;
}

.faq_btn {
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width:767px) {
  .faq_list {
    margin: 40px auto;
    display: grid;
    gap: 30px 0;
    grid-template-columns: 1fr;
  }

  .faq_list dl dt {
    position: relative;
    cursor: pointer;
    padding: 20px 15px;
  }

  .faq_list dl dt p:before {
    content: "Q";
    padding: 0 0 3px;
    width: 35px;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: -55px;
    top: 0;
  }

  .faq_list dl dt p,
  .faq_list dl dd p {
    position: relative;
    margin-left: 55px;
    padding-top: 4px;
    padding-right: 25px;
  }

  .faq_list dl dt::before,
  .faq_list dl dt::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 15px;
    width: 20px;
    height: 2px;
    background-color: #1E1E1E;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
  }

  .faq_list dl dt::after {
    transform: rotate(90deg) translateY(-50%);
    top: 49.9%;
    right: 16px;
  }

  .faq_list dl dd p:before {
    content: "A";
    padding: 0 0 3px;
    width: 35px;
    display: inline-block;
    margin-right: 30px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: -55px;
    top: 0;
  }

  .faq_list dl dd {
    display: none;
    padding: 0 15px 20px;
  }
}

/* --- Top Access Section --- */
.top-access {
  background-image:
    url('./images/g-kado_orange-rt.png'),
    url('./images/g-kado_orange-lb.png');
  background-position:
    100% 0%,
    0% 100%;
  background-size:
    140px auto,
    140px auto;
  background-repeat: no-repeat;
  background-color: #FFF6EC;
  padding-top: 125px;
  padding-bottom: 125px;
}

.top-access .section_title {
  text-align: center;
  margin-bottom: 100px;
}

.top-access .section_title::after {
  margin-left: auto;
  margin-right: auto;
  background-color: #f79623;
}

.top-access__info {
  margin: 0 auto 100px;
  border-top: 1px solid #989898;
  max-width: 650px;
}

.top-access__row {
  display: flex;
  margin: 0;
  padding: 25px;
  border-bottom: 1px solid #989898;
  align-items: center;
}

.top-access__label {
  width: 150px;
  font-weight: bold;
  flex-shrink: 0;
  font-size: 24px;
}

.top-access__data {
  margin: 0;
  flex: 1;
  font-size: 20px;
  font-weight: bold;
}

/* 写真並び */
.top-access__photos {
  display: flex;
  gap: 40px;
  margin-bottom: 100px;
}

.top-access__photo {
  flex: 1;
}

.top-access__photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Google Map */
.top-access__map {
  width: 100%;
  line-height: 0;
  /* 下の隙間消し */
  filter: grayscale(20%);
  /* 少しデザインに馴染ませる場合 */
}

.top-access__map iframe {
  width: 100%;
  height: 450px;
}

/* --- レスポンシブ --- */
@media screen and (max-width: 767px) {
  .top-access {
    padding: 50px 0;
  }

  .top-access__row {
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
    font-size: 16px;
  }

  .top-access__label {
    width: 100%;
  }

  .top-access__photos {
    gap: 10px;
  }

  .top-access__map iframe {
    height: 300px;
  }
}

/* ============================================
フッター（共通・レイアウト）
============================================ */

/* --- フッター本体 --- */
.l-footer {
  width: 100%;
  background: #009843;
  color: #fff;
  padding-top: 150px;
  position: relative;
  z-index: 1;
}

/* --- コンテンツ配置 --- */
.l-footer__inner {
  padding-bottom: 100px;
  position: relative;
}

/* ============================================
お問い合わせバナー
============================================ */

/* --- バナー配置 --- */
.p-footer-contact {
  display: flex;
  width: 100%;
  background-color: #fff;
}

/* --- 各アイテムの共通設定 --- */
.p-footer-contact__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 10px;
  transition: all 0.3s ease;
  text-align: center;
  background-color: #fff;
  position: relative;
}

.p-footer-contact__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 70%;
  background-color: #1e1e1e;
}

.p-footer-contact__item:last-child {
  margin-right: 0;
}

/* --- アイコンボックス --- */
.p-footer-contact__icon {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}

.p-footer-contact__icon img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

/* --- ラベル・数値テキスト --- */
.p-footer-contact__label {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.4;
}

.p-footer-contact__val {
  display: block;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.02em;
}

/* --- 個別カラー設定 (通常時) --- */
.p-footer-contact__item.-phone {
  color: #3C7DE6;
  z-index: 3;
}

.p-footer-contact__item.-email {
  color: #f79623;
  z-index: 2;
}

.p-footer-contact__item.-line {
  color: #009843;
  z-index: 1;
}

/* ============================================
フッターメインコンテンツ
============================================ */

/* --- メインレイアウト --- */
.p-footer-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
  margin-top: 75px;
}

/* --- 会社情報 --- */
.p-footer-main__logo {
  max-width: 155px;
  margin-bottom: 15px;
}

.p-footer-main__address {
  font-weight: 700;
  color: #fff;
}

/* --- ナビゲーション --- */
.p-footer-main__nav {
  display: flex;
  gap: 60px;
  justify-content: center;
}

.p-footer-main__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-footer-main__list a {
  color: #fff;
  font-weight: 700;
}

/* --- トップへ戻るボタン --- */
.p-footer-main__scroll {
  position: absolute;
  bottom: 100px;
  right: 3px;
}

.p-footer-main__scroll a img {
  width: 110px;
  transition: transform 1s;
}

.p-footer-main__scroll a:hover img {
  transform: rotate(360deg);
}

/* ============================================
フッターボトム
============================================ */

/* --- ボトムレイアウト --- */
.p-footer-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 0 50px;
  border-bottom: 2px solid #fff;
}

.p-footer-bottom__company {
  font-size: 14px;
  font-weight: 700;
  margin-left: 2px;
}

.p-footer-bottom__company a {
  display: flex;
  align-items: center;
  gap: 5px;
}

.p-footer-bottom__copy {
  margin-left: auto;
}

.p-footer-bottom__copy p {
  font-weight: 700;
  color: #fff;
}

.p-footer-bottom__sns img {
  width: 47px;
}

/* ============================================
レスポンシブ対応
============================================ */
@media screen and (max-width: 1420px) {
  .p-footer-main__scroll a img {
    width: 80px;
  }

  .p-footer-main__scroll {
    bottom: 10px;
    right: 0;
  }
}

@media screen and (max-width: 1099px) {

  .l-footer {
    width: 100%;
    padding-top: 60px;
  }

  .p-footer-bottom {
    padding: 50px 0;
  }

  .p-footer-contact__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    padding: 30px 10px;
  }

  .p-footer-contact__icon {
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
  }

  .p-footer-contact__label {
    font-size: 16px;
  }

  .p-footer-contact__val {
    font-size: 28px;
  }

  .p-footer-main {
    flex-direction: column;
    gap: 30px;
    margin-top: 50px;
  }

  .p-footer-main__nav {
    gap: 20px;
    align-items: flex-start;
  }

  .p-footer-main__list {
    gap: 10px;
  }

  .p-footer-main__scroll {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 9;
  }

  .p-footer-main__scroll a img {
    width: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-contact {
    flex-direction: column;
  }

  .p-footer-contact__item:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 2px;
    background-color: #1e1e1e;
  }

  .p-footer-main__scroll {
    position: fixed;
    bottom: 8.5%;
    z-index: 9;
  }

  .p-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .p-footer-bottom__company,
  .p-footer-bottom__copy {
    margin-left: 0;
  }
}

/* --- Floating CTA --- */
.floating-cta {
  position: fixed;
  top: 120px;
  left: 20px;
  width: 115px;
  z-index: 10;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* 閉じるボタン（黒丸に×） */
.floating-cta__close {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 30px;
  height: 30px;
  background-color: #000;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
  padding: 0;
}

/* ホバー時に少し大きくする */
.floating-cta__close:hover {
  transform: scale(1.2);
}

/* ×印の作成 */
.floating-cta__close span {
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #fff;
}

.floating-cta__close span:nth-child(1) {
  transform: rotate(45deg);
}

.floating-cta__close span:nth-child(2) {
  transform: rotate(-45deg);
}

/* CTA画像 */
.floating-cta__link {
  display: block;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  line-height: 0;
}

.floating-cta__link img {
  width: 100%;
  height: auto;
}

/* 閉じた時のクラス */
.floating-cta.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* スマホでのサイズ調整（必要に応じて） */
@media screen and (max-width: 767px) {
  .floating-cta {
    width: 100px;
    top: 15px;
    left: 15px;
  }
}



/* --- 子ページ共通ヘッダー --- */
.sub-header {
  position: relative;
  height: 700px;
  display: flex;
  align-items: center;
  overflow: hidden;
  /* 画像のはみ出し防止 */
  background-color: #1e1e1e;
  /* 読み込み前の保険 */
}

/* pictureタグをセクションいっぱいに広げる */
.sub-header__bg,
.sub-header__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Figma指定のレイヤーを重ねる専用のdiv */
.sub-header__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  /* Figmaのコードをここに集約 */
  background:
    linear-gradient(90deg, rgba(0, 152, 67, 0.61) 29.18%, rgba(0, 50, 22, 0.00) 69.62%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
}

/* コンテンツをレイヤーより上に配置 */
.sub-header__inner {
  position: relative;
  z-index: 3;
  width: 100%;
  margin-bottom: 250px;
}

.sub-header__title {
  color: #fff;
  font-size: 96px;
  font-weight: bold;
}

.sub-header__breadcrumbs ol {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 10px;
}

.sub-header__breadcrumbs ol li {
  font-weight: 700;
  color: #fff;
}

.sub-header__breadcrumbs ol .separator {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
}


/* スマホ調整 */
@media screen and (max-width: 767px) {
  .sub-header {
    height: 180px;
  }

  .sub-header__title {
    font-size: 24px;
  }
}


/* --- プライバシーポリシー --- */
.sub-privacy_lead {
  margin-bottom: 60px;
}

.sub-privacy_section {
  margin-bottom: 50px;
}

.sub-privacy_heading {
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
}

.sub-privacy_list {
  margin-top: 15px;
  padding-left: 1.5em;
}

.sub-privacy_list li {
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 10px;
}

.sub-privacy_contact_info {
  margin-top: 30px;
}

.sub-privacy_content {
  padding: 125px 0;
}


/* --- お問い合わせフォーム --- */
.sub-contact_header {
  text-align: center;
}

.sub-contact_text {
  font-size: 20px;
}

.sub-contact_text span {
  text-decoration: underline;
}

.sub-contact_content {
  padding: 125px 0;
}

.sub-contact_header {
  text-align: center;
  margin-bottom: 100px;
}

.sub-contact_btn {
  text-align: center;
  margin: 30px auto;
}


.sub-link_tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 80px;
  list-style: none;
  padding: 0;
}

.sub-link_tabs li {
  flex: 1;
}

.sub-link_tab {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background-color: #1c1c1c;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  transition: background-color 0.3s, opacity 0.3s;
}

.link-color01 .sub-link_tab,
.cat_manager .sub-link_tab {
  background-color: #009843;
}

.link-color02 .sub-link_tab,
.cat_you .sub-link_tab {
  background-color: #f79623;
}

.link-color03 .sub-link_tab,
.cat_news .sub-link_tab {
  background-color: #3C7DE6;
}

.sub-link_tab::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-2px) rotate(45deg);
}

@media (max-width: 767px) {
  .sub-link_tabs {
    flex-direction: column;
    gap: 10px;
  }

  .sub-link_tab {
    font-size: 16px;
    height: 50px;
  }
}

@media (max-width: 767px) {
  .sub-link_tabs {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 50px;
  }

  .sub-link_tab {
    font-size: 16px;
    height: 50px;
  }
}


/* --- よくある質問 --- */
.sub-faq_faq {
  background-color: #E2FFEF;
  padding: 125px 0;
}

.sub-faq_faq .sub-link_tabs {
  margin-bottom: 150px;
}

.sub-faq_faqblock {
  padding-top: 50px;
}

.sub-faq_faqsubttl {
  margin-top: 25px;
  font-size: 24px;
  font-weight: 700;
}

.sub-faq_faqsubttl::after {
  display: block;
  content: '';
  width: 100px;
  height: 3px;
  background-color: #1c1c1c;
  border: none;
  margin: 5px 0 40px;
}

.sub-faq_faqsubttl.t_color01::after {
  background-color: #009843;
}

.sub-faq_faqsubttl.t_color02::after {
  background-color: #f79623;
}

#apply .faq_list dl dd p::before {
  background-color: #009843;
}

#recruit .faq_list dl dd p::before {
  background-color: #f79623;
}

/* --- Sub Flow Section --- */
.sub-faq_flow {
  padding: 125px 0;
  background-image: url('./images/sub-faq-flow-bg.jpg');
  background-size: 100% auto;
  background-position: top center;
}

.sub-faq_faq_header {
  margin-bottom: 75px;
}

.flow-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  /* ステップ間の間隔 */
}

.flow-item {
  display: flex;
  gap: 30px;
}

/* 左側の番号と垂直線 */
/* 左側の番号と垂直線（修正版） */
.flow-item__left {
  position: relative;
  display: flex;
  justify-content: center;
  width: 60px;
  flex-shrink: 0;
}

/* 垂直線の長さを可変にする */
.flow-item:not(:last-child) .flow-item__left::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  height: calc(100% + 50px);
  width: 2px;
  background-color: #007bc7;
  z-index: 1;
}

.flow-item__num-box {
  width: 60px;
  height: 60px;
  border: 2px solid #007bc7;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

.flow-item__num-box .t_font01 {
  font-size: 32px;
  font-weight: 500;
  color: #3C7DE6;
}

/* 中央のテキスト部分 */
.flow-item__content {
  flex: 1;
  margin-right: 30px;
}

.flow-item__ttl {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.6;
}

/* 右側の画像 */
.flow-item__img {
  width: 45%;
  flex-shrink: 0;
}

.flow-item__img img {
  width: 100%;
  height: auto;
  display: block;
}

/* --- レスポンシブ --- */
@media screen and (max-width: 767px) {
  .sub-faq_flow {
    padding: 50px 0;
  }

  .flow-item {
    flex-direction: column;
    gap: 15px;
  }

  .flow-item__left {
    width: auto;
    justify-content: flex-start;
  }

  .flow-item:not(:last-child) .flow-item__left::after {
    display: none;
    /* スマホでは線を消すか、横に配置し直す */
  }

  .flow-item__img {
    width: 100%;
    order: -1;
    /* スマホでは画像をタイトルの上に */
    margin-bottom: 10px;
  }

  .flow-item__ttl {
    font-size: 20px;
  }

  .flow-item__content {
    margin-right: 0;
  }
}


/* --- 求人情報ページ 共通 --- */

.sub-recruit_intro {
  padding: 125px 0;
  background-image:
    url('./images/g-kado_voice-lt.png'),
    url('./images/g-kado_voice-rb.png'),
    url('./images/sub-faq-flow-bg.jpg');
  background-position:
    2% 2vw,
    98% calc(100% - 440px),
    top center;
  background-size:
    160px auto,
    160px auto,
    100% auto;
  background-repeat:
    no-repeat,
    no-repeat,
    repeat;
  text-align: center;
}

.sub-recruit_intro-copy {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 40px;
}

.sub-recruit_intro-txt {
  margin-bottom: 100px;
}

.sub-recruit_intro-txt p {
  margin-bottom: 40px;
}

.sub-recruit_intro-subtext {
  margin-top: 100px;
  margin-bottom: 20px;
}

.sub-recruit_intro-subtext span {
  font-weight: 700;
  border-bottom: 1px solid #009843;
}

.sub-recruit_sep {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.sub-recruit_sep-inner {
  width: 100%;
}

.sub-recruit_sep-item {
  width: 322px;
  height: 243px;
  margin: 0 30px;
  transform: translate3d(0px, 0, 0) scale(0.8) !important;
  transition: transform 0.4s ease, opacity 0.4s ease, box-shadow 0.4s ease;
  overflow: hidden;
  z-index: 1;
}

.sub-recruit_sep-img {
  width: 100%;
  height: 100%;
}

.sub-recruit_sep-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide-prev.sub-recruit_sep-item,
.swiper-slide-next.sub-recruit_sep-item {
  transform: translate3d(0px, 0, 0) scale(1) !important;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .sub-recruit_sep-item {
    width: 7.8rem;
    height: 5.9rem;
    margin: 0 0.5rem;
  }
}


/* 2. 募集要項セクション */
.sub-recruit_req {
  background-image:
    url('./images/g-load_bg-rt.png'),
    url('./images/g-load_bg-lb.png'),
    url('./images/g-green-sq01.png'),
    url('./images/g-green-sq02.png');
  background-position:
    100% 0%,
    0% 100%,
    -2% 8%,
    104% 90%;
  background-size:
    140px 140px,
    140px 140px,
    10vw 10vw,
    14vw 14vw;
  background-repeat:
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat;
  padding-top: 125px;
  padding-bottom: 125px;
  background-color: #E2FFEF;
}

.recruit-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #E2FFEF;
}

.recruit-table th,
.recruit-table td {
  padding: 20px 25px;
  border: 3px solid #E2FFEF;
}

.recruit-table th {
  width: 25%;
  background-color: #009843;
  color: #fff;
  font-weight: bold;
  text-align: left;
  font-size: 20px;
}

.recruit-table td {
  background-color: #fff;
  border-bottom: 3px solid #E2FFEF;
}

.recruit-table ul li {
  list-style: disc inside;
}


/* 3. 講師の声セクション */
.sub-recruit_voice {
  background-image:
    url('./images/g-kado_orange-rt.png'),
    url('./images/g-kado_orange-lb.png'),
    url('./images/g-orange-sq02.png'),
    url('./images/g-orange-sq02.png');
  background-position:
    100% 0%,
    0% 100%,
    -2% 8%,
    97% 95%;
  background-size:
    140px 140px,
    140px 140px,
    15vw 15vw,
    12vw 12vw;
  background-repeat:
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat;
  padding-top: 125px;
  padding-bottom: 125px;
  background-color: #FFF6EC;
}

.recruit-voice__list {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.recruit-voice__item {
  display: flex;
  align-items: center;
  gap: 70px;
}

.recruit-voice__item.is-reverse {
  flex-direction: row-reverse;
}

.recruit-voice__name {
  text-align: center;
  margin-top: 10px;
}

.recruit-voice__img {
  width: 265px;
  background-color: #ccc;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.recruit-voice__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit-voice__body {
  flex: 1;
}

.recruit-voice__ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

/* 4. Entryセクション */
.sub-recruit_entry {
  padding: 125px 0;
  background-image: url('./images/r-entry-bg.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
}

.recruit-entry__inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.recruit-entry__title {
  font-size: 180px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #fff;
}

.recruit-entry__sub {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}

.recruit-entry__txt {
  font-size: 20px;
  color: #fff;
}

.recruit-entry__tel {
  flex: 1;
  text-align: right;
}

.recruit-entry__tel__apply {
  margin-bottom: 30px;
}


.recruit-entry__tel__apply .more_btn {
  background-color: #fff;
  border-color: #009843;
  color: #009843;
}

.recruit-entry__tel__apply .more_btn .more_btn_icon,
.recruit-entry__tel__apply .more_btn .more_btn_icon::after {
  border-color: #009843;
}

.recruit-entry__tel__apply .more_btn:hover {
  color: #fff;
  background-color: #009843 !important;
}

.recruit-entry__tel__apply .more_btn:hover .more_btn_icon,
.recruit-entry__tel__apply .more_btn:hover .more_btn_icon::after {
  border-color: #fff;
}

.recruit-entry__tel__tel .more_btn {
  font-size: 32px;
  padding: 5px 60px 8px 15px;
}

.recruit-entry__tel__tel .more_btn .icon {
  filter: brightness(0) invert(1);
  transition: 0.4s;
  width: 35px;
  display: inline-block;
  line-height: 1.2;
}

.recruit-entry__tel__tel .more_btn:hover .icon {
  filter: none;
}


/* 5. 応募の流れセクション */
.sub-recruit_flow {
  background-image:
    url('./images/g-kado_blue-lt.png'),
    url('./images/g-kado_blue-rb.png');
  background-position: 0% 0%, 100% 100%;
  background-size: 140px 140px, 140px 140px;
  background-repeat: no-repeat, no-repeat;
  padding-top: 125px;
  padding-bottom: 125px;
  background-color: #E5EFFF;
}

.sub-recruit_flow .main_title_jp {
  text-align: left;
}

.sub-recruit_flow .main_title_jp::after {
  margin-left: 0;
}

.recruit-flow__intro {
  text-align: left;
  margin-bottom: 60px;
  font-size: 20px;
}

.recruit-flow__steps {
  margin: 0 auto;
}

.recruit-flow__step {
  background-color: #fff;
  border: 3px solid #3C7DE6;
  /* 青の枠線 */
  padding: 50px;
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  margin-bottom: 50px;
  /* 矢印のスペース */
}

/* 下向きの矢印（最後のステップ以外） */
.recruit-flow__step:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 20px solid #3C7DE6;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}

.step-icon {
  width: 100px;
  flex-shrink: 0;
}

.step-icon img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  object-position: center;
}

.step-text h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.step-text p {
  margin: 0;
}

/* --- レスポンシブ --- */
@media screen and (max-width: 767px) {
  .sub-recruit_intro-copy {
    font-size: 22px;
  }

  .recruit-table th,
  .recruit-table td {
    display: block;
    width: 100%;
  }

  .recruit-table th {
    padding: 15px;
  }

  .recruit-voice__item,
  .recruit-voice__item.is-reverse {
    flex-direction: column;
    gap: 20px;
  }

  .recruit-voice__img {
    width: 100%;
  }

  .recruit-entry__inner {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .recruit-entry__title {
    font-size: 40px;
  }

  .recruit-flow__step {
    flex-direction: column;
    text-align: center;
    padding: 25px 20px;
  }
}


/* --- 合格・成績アップ実績 --- */
/* ============================
  1. 合格実績
============================ */
.sub-zisseki_pass {
  padding: 125px 0;
  background-image:
    url('./images/g-kado_voice-lt.png'),
    url('./images/g-kado_voice-rb.png'),
    url('./images/g-green-sq01.png'),
    url('./images/g-green-sq02.png'),
    url('./images/sub-faq-flow-bg.jpg');
  background-position:
    2% 2vw,
    98% calc(100% - 2vw),
    -4% 94%,
    96% 6%,
    top center;
  background-size:
    160px auto,
    160px auto,
    11vw 11vw,
    14vw 14vw,
    100% auto;
  background-repeat:
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    repeat;
}

#gokaku {
  padding-top: 50px;
}

.zisseki-pass__box {
  background-color: #fff;
  padding: 5px;
  border: 10px solid #009843;
}

.zisseki-pass__inner {
  border: 5px solid #009843;
  padding: 15px;
}

.zisseki-pass__dot {
  border: 15px dotted #009843;
  padding: 80px 30px;
}

.zisseki-pass__group {
  margin-bottom: 75px;
}

.zisseki-pass__group:last-child {
  margin-bottom: 0;
}

.zisseki-pass__heading {
  font-size: 40px;
  font-weight: bold;
  border-bottom: 2px solid #009843;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

/* リストを複数列に分ける */
.zisseki-pass__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* PCは4列 */
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.zisseki-pass__list li {
  font-size: 24px;
  position: relative;
  padding-left: 25px;
  font-weight: 700;
}

.zisseki-pass__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #1c1c1c;
}

/* ============================
  2. 成績アップ事例
============================ */
.sub-zisseki_up {
  background-image:
    url('./images/g-kado_orange-rt.png'),
    url('./images/g-kado_orange-lb.png'),
    url('./images/sub-zisseki_up-bg.jpg');
  background-position:
    100% 0%,
    0% 100%,
    top center;
  background-size:
    140px auto,
    140px auto,
    100% auto;
  background-repeat:
    no-repeat,
    no-repeat,
    repeat;
  padding-top: 125px;
  padding-bottom: 125px;
}

.zisseki-up__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 画像を3列で配置 */
  gap: 30px;
}

.zisseki-up__item img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  /* 画像に軽い影 */
}

/* ============================
  3. 生徒の声（スライダー）
============================ */
.sub-zisseki_voice {
  background-image:
    url('./images/g-kado_seito-rt.png'),
    url('./images/g-kado_seito-lb.png'),
    url('./images/top-strength-bg.jpg');
  background-position:
    100% 0%, 0% 100%, top center;
  background-size:
    800px auto, 800px auto, 100% auto;
  background-repeat: no-repeat, no-repeat, repeat;
  background-color: #e5efff;
  padding-top: 125px;
  padding-bottom: 125px;
  overflow: hidden;
}

/* ============================================================
   実績ボイススライダー（Swiper）
   ============================================================ */

/* 1. スライダー全体のコンテナ */
.zisseki-voice__slider.swiper {
  width: 100%;
  padding: 60px 0;
  /* ナビゲーションが上下に余裕を持って動けるよう調整 */
  overflow: visible;
  /* 左右を突き抜けさせてチラ見せさせるために必須 */
  position: relative;
}

/* 2. スライド自体の設定 */
.zisseki-voice__slider .swiper-slide {
  width: 100%;
  /* JSの slidesPerView: 'auto' と連動 */
  max-width: 830px;
  /* 真ん中のスライドの最大幅 */
  transition: opacity 0.3s ease;
  /* 透過の切り替わりをスムーズに */
}

/* 3. アクティブ（中央）以外のスライドを半透明にする */
.zisseki-voice__slider .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.5;
}

/* 4. スライドの内側の白い箱（デザインの再現） */
.voice-slide__inner {
  background: #fff;
  border: 3px solid #3C7DE6;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px 50px 50px;
}

/* 画像エリア */
.voice-slide__img {
  padding-bottom: 40px;
}

.voice-slide__img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* テキストエリア（区切り線付き） */
.voice-slide__text {
  border-top: 1px solid #3C7DE6;
  padding-top: 40px;
  margin-top: auto;
}

.voice-slide__text p {
  font-size: 24px;
  margin: 0;
  text-align: left;
}

/* 5. ナビゲーション（100pxの隙間の中心に配置） */
.voice-nav.swiper-button-prev,
.voice-nav.swiper-button-next {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #3C7DE6;
  border-radius: 50%;
  color: #3C7DE6;
  z-index: 100;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  /* 垂直方向のみ中央揃え */
  transition: 0.4s;
}

/* アイコン（矢印）のサイズ */
.voice-nav::after {
  font-size: 20px;
  font-weight: bold;
}

/* 【重要】隙間の中心(465px地点)に配置 */
/* calc(50% - 465px) で中心から左(右)へ、translateXで自身の幅の半分を調整 */
.swiper-button-prev.voice-nav {
  left: calc(50% - 465px);
  transform: translateX(-50%) translateY(-50%);
}

.swiper-button-next.voice-nav {
  right: calc(50% - 465px);
  transform: translateX(50%) translateY(-50%);
}

/* ホバー時の挙動 */
.voice-nav:hover {
  background: #3C7DE6;
  color: #fff;
}

.swiper-navigation-icon {
  width: 10px !important;
}

/* ============================================================
   レスポンシブ対応
   ============================================================ */

/* 画面幅が1050px以下になると、ボタンが画面外に出るのを防ぐために固定位置へ */
@media screen and (max-width: 1050px) {
  .swiper-button-prev.voice-nav {
    left: 20px;
    transform: translateY(-50%);
  }

  .swiper-button-next.voice-nav {
    right: 20px;
    transform: translateY(-50%);
  }
}

/* スマホ対応 */
@media screen and (max-width: 767px) {
  .zisseki-voice__slider.swiper {
    padding: 0;
  }

  .zisseki-voice__slider .swiper-slide {
    max-width: 85%;
  }

  .voice-nav {
    width: 40px;
    height: 40px;
  }

  .voice-nav::after {
    font-size: 16px;
  }

  /* スマホでは隙間がなくなるため、スライド上に少し被せる */
  .swiper-button-prev.voice-nav {
    left: 25px;
  }

  .swiper-button-next.voice-nav {
    right: 25px;
  }

  .voice-slide__text p {
    font-size: 18px;
  }

  .voice-slide__inner {
    padding: 20px 30px 30px;
  }

  .voice-slide__img {
    padding-bottom: 20px;
  }

  .voice-slide__text {
    padding-top: 20px;
  }

}

.sub-zisseki .top-voice {
  background-image:
    url('./images/g-kado_voice-lt.png'),
    url('./images/g-kado_voice-rb.png'),
    url('./images/top-points-bg.jpg');
  background-position: 5% 5%, 95% 95%, top center;
  background-size: 10vw auto, 10vw auto, 100% auto;
  background-repeat: no-repeat, no-repeat, repeat;
}

/* --- 共通レイアウト --- */
/* ==================================================
   共通・基本設定
================================================== */
.sub-price_lepton,
.sub-price_sokudoku {
  padding-top: 125px;
  padding-bottom: 125px;
  text-align: center;
}

.sub-price_lepton {
  background-image:
    url('./images/g-green-sq01.png'),
    url('./images/g-green-sq02.png'),
    url('./images/top-points-bg.jpg');
  background-position: 3% 92%, 90% 16%, top center;
  background-size: 11vw auto, 15vw auto, 100% auto;
  background-repeat: no-repeat, no-repeat, repeat;
}

.sub-price_sokudoku {
  background-image:
    url('./images/g-kado_sokudoku-rt.png'),
    url('./images/g-kado_sokudoku-lb.png'),
    url('./images/sub-zisseki_up-bg.jpg');
  background-position: 100% 0%, 0% 100%, top center;
  background-size: 800px auto, 800px auto, 100% auto;
  background-repeat: no-repeat, no-repeat, repeat;
}

#elem {
  padding-top: 50px;
}

.sub-price_lepton-logo {
  max-width: 320px;
  margin: 0 auto;
}

.sub-price_lepton-logo::after {
  display: block;
  content: '';
  width: 100px;
  height: 3px;
  background-color: #009843;
  border: none;
  margin: 25px auto 75px;
}

.lepton-about-box,
.sokudoku-about-box {
  padding: 100px 60px;
  background-color: #fff;
  position: relative;
  margin: 150px auto 75px;
}

/* 吹き出しタイトル共通 */
.both-about-box__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}

.lepton-about-box__title,
.sokudoku-about-box__title {
  background: #fff;
  color: #009843;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 60px;
  font-size: 36px;
  font-weight: 700;
  border: 3px solid #009843;
  position: relative;
}

.lepton-about-box__title::before,
.sokudoku-about-box__title::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 18px 18px 0 18px;
  border-color: #009843 transparent transparent transparent;
}

.lepton-about-box__title::after,
.sokudoku-about-box__title::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 14px 14px 0 14px;
  border-color: #fff transparent transparent transparent;
}


/* PC：横並びレイアウト */
.lepton-about-content,
.sokudoku-about-content {
  display: flex;
  flex-direction: row;
  /* PCメイン */
  align-items: center;
  gap: 40px;
}

.lepton-about-content__img,
.sokudoku-about-content__img {
  width: 42%;
  flex-shrink: 0;
}

.lepton-about-content__img img,
.sokudoku-about-content__img img {
  width: 100%;
  height: auto;
}

.lepton-about-content__text,
.sokudoku-about-content__text {
  width: 58%;
  text-align: justify;
}

.lepton-about-content__ttl,
.sokudoku-about-content__ttl {
  font-size: 24px;
  font-weight: 700;
}

/* ボタン共通 */
.both-about-box__btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  width: 100%;
}

/* 料金エリア共通 */
.lepton-price-area,
.sokudoku-price-area {
  color: #fff;
  padding-top: 60px;
}

.lepton-price-area__title,
.sokudoku-price-area__title {
  font-size: 24px;
  font-weight: 700;
  padding-left: 25px;
  border-left: 3px solid;
  margin-bottom: 40px;
  text-align: left;
}

.lepton-price-cards,
.sokudoku-price-cards {
  display: flex;
  flex-direction: row;
  /* PCメイン */
  justify-content: center;
  gap: 30px;
  margin-bottom: 20px;
}

.lepton-price-card,
.sokudoku-price-card {
  width: 100%;
  text-align: center;
  max-width: 550px;
}

.lepton-price-card__head,
.sokudoku-price-card__head {
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  padding: 15px 0;
}

.lepton-price-card__body,
.sokudoku-price-card__body {
  background-color: #ffffff;
  padding: 40px 20px;
}

.lepton-price-card__price,
.sokudoku-price-card__price {
  font-weight: bold;
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 1;
  margin-bottom: 10px;
}

.lepton-price-card__price .num,
.sokudoku-price-card__price .num {
  font-size: 64px;
}

.lepton-price-card__price .unit,
.sokudoku-price-card__price .unit {
  font-size: 20px;
  margin-left: 5px;
}

.lepton-price-notes,
.sokudoku-price-notes {
  list-style: none;
  padding: 0;
  text-align: left;
}

.sokudoku-price-notes {
  max-width: 550px;
  margin: 0 auto;
}

/* ==================================================
   Lepton 固有色 (Green: #009a44)
================================================== */
.lepton-about-box__title {
  border-color: #009a44;
  color: #009a44;
}

.lepton-about-box__title::before {
  border-top-color: #009a44;
}

.lepton-about-content__ttl {
  color: #009a44;
}

.lepton-price-area__title {
  border-left-color: #009a44;
}

.lepton-price-card__head {
  background-color: #009a44;
}

.lepton-price-card__price,
.lepton-price-card__tax {
  color: #009a44;
}

/* ==================================================
   速読 固有色 (Orange: #f39800)
================================================== */
.sokudoku-about-box__title {
  border-color: #f39800;
  color: #f39800;
}

.sokudoku-about-box__title::before {
  border-top-color: #f39800;
}

.sokudoku-about-content__ttl {
  color: #f39800;
}

.sokudoku-price-area__title {
  border-left-color: #f39800;
}

.sokudoku-price-card__head {
  background-color: #f39800;
}

.sokudoku-price-card__price,
.sokudoku-price-card__tax {
  color: #f39800;
}

/* ==================================================
   モバイル対応 (767px以下)
================================================== */
@media screen and (max-width: 767px) {

  .lepton-about-content,
  .sokudoku-about-content,
  .lepton-price-cards,
  .sokudoku-price-cards {
    flex-direction: column;
    gap: 20px;
  }

  .lepton-about-content__img,
  .sokudoku-about-content__img,
  .lepton-about-content__text,
  .sokudoku-about-content__text {
    width: 100%;
  }

  .lepton-price-card__price .num,
  .sokudoku-price-card__price .num {
    font-size: 48px;
  }

  .lepton-about-box__title,
  .sokudoku-about-box__title {
    padding: 10px 20px;
    font-size: 16px;
  }

  .lepton-about-box__title::before,
  .sokudoku-about-box__title::before {
    bottom: -12px;
    border-width: 12px 12px 0 12px;
  }

  .lepton-about-box__title::after,
  .sokudoku-about-box__title::after {
    bottom: -9px;
    border-width: 10px 10px 0 10px;
  }



}


/* ==================================================
   各学部共通レイアウト (小学・中学・高校)
================================================== */
.sub-price_elem,
.sub-price_middle,
.sub-price_high {
  padding: 125px 0;
}

/* --- 背景色設定 --- */
.bg-elem {
  background-image:
    url('./images/g-kado_blue-rt.png'),
    url('./images/g-kado_blue-lb.png'),
    url('./images/top-strength-bg.jpg');
  background-position: 100% 0%, 0% 100%, top center;
  background-size: 140px 140px, 140px 140px, 100% auto;
  background-repeat: no-repeat, no-repeat, repeat;
}

.bg-mid {
  background-image:
    url('./images/g-green-sq02.png'),
    url('./images/g-green-sq02.png'),
    url('./images/top-points-bg.jpg');
  background-position: -4% 10%, 104% 90%, top center;
  background-size: 14vw auto, 14vw auto, 100% auto;
  background-repeat: no-repeat, no-repeat, repeat;
}

.bg-high {
  background-image:
    url('./images/g-kado_orange-lt.png'),
    url('./images/g-kado_orange-rb.png'),
    url('./images/sub-zisseki_up-bg.jpg');
  background-position: 0% 0%, 100% 100%, top center;
  background-size: 140px 140px, 140px 140px, 100% auto;
  background-repeat: no-repeat, no-repeat, repeat;
}

/* --- 概要ブロック（対象・科目） --- */
.course-intro-box {
  display: flex;
  margin-bottom: 75px;
  gap: 50px;
}

.course-intro-info {
  width: 100%;
}

.course-intro-img {
  width: 100%;
}

.course-intro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course-dl {
  margin-bottom: 15px;
}

.course-dl dt,
.course-dl dd {
  padding: 12px 15px;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  text-align: center;
}

.course-dl dt {
  color: #fff;
}

.course-dl dt:not(:first-child) {
  margin-top: 20px;
}

.course-dl dd {
  background: #fff;
}

.course-note {}

/* --- ポイントタイトル（枠線デザイン） --- */
.point-title-wrap {
  text-align: center;
  margin: 40px 0;
}

.point-title {
  background: #fff;
  color: #009843;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 60px;
  font-size: 36px;
  font-weight: 700;
  border: 3px solid #009843;
  position: relative;
}

.point-title::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 18px 18px 0 18px;
  border-color: #009843 transparent transparent transparent;
}

.point-title::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 14px 14px 0 14px;
  border-color: #fff transparent transparent transparent;
}

/* --- 料金・時間割 共通 --- */
.course-price-area,
.course-timetable-area {
  margin-top: 50px;
}

.course-sec-title {
  font-size: 24px;
  font-weight: 700;
  padding-left: 25px;
  border-left: 3px solid;
  margin-bottom: 40px;
  text-align: left;
}

/* --- 料金カード --- */
.course-price-cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
  margin-bottom: 20px;
}

.course-price-card {
  width: 100%;
  text-align: center;
  max-width: 550px;
}

.course-price-card__head {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 0;
  line-height: 1.6;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.course-price-card__body {
  background-color: #fff;
  padding: 40px 20px;
}

.course-price-card__body.is-split {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.split-item {
  text-align: center;
}

.split-label {
  display: block;
  margin-bottom: 8px;
  border: 1px solid;
}

.price-val {
  font-weight: bold;
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 1;
  margin-bottom: 10px;
}

.price-val .num {
  font-size: 64px;
}

.price-val .unit {
  font-size: 20px;
  margin-left: 5px;
}

.price-val .tax {
  font-size: 13px;
}

.course-notes {
  list-style: none;
  padding: 0;
  text-align: left;
}

/* --- 時間割テーブル --- */
.table-scroll {
  overflow-x: auto;
  /* スマホではみ出す場合は横スクロール */
}

.timetable {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  border-collapse: separate;
  border-spacing: 3px;
  table-layout: fixed;
}

.bgnone {
  background-color: transparent !important;
}

.timetable th,
.timetable td {
  padding: 12px;
  font-weight: 700;
}

.timetable td {
  background-color: #fff;
}

.timetable thead th {
  color: #fff;
}

.timetable tbody th {
  background: #989898;
  color: #fff;
}

/* ==================================================
   カラーバリエーション (クラスで色を制御)
================================================== */
/* 小学部 (Blue: #3C7DE6) */
.text-elem .point-title {
  border-color: #3C7DE6;
  color: #3C7DE6;
}

.text-elem .point-title::before {
  border-top-color: #3C7DE6;
}

.border-elem {
  border-color: #3C7DE6;
}

.bg-elem-dark {
  background-color: #3C7DE6;
}

.text-elem {
  color: #3C7DE6;
}

.border-left-elem {
  border-left-color: #3C7DE6;
}

.table-elem thead th {
  background-color: #3C7DE6;
}

/* 中学部 (Green: #009843) */
.border-mid {
  border-color: #009843;
}

.bg-mid-dark {
  background-color: #009843;
}

.text-mid {
  color: #009843;
}

.border-left-mid {
  border-left-color: #009843;
}

.table-mid thead th {
  background-color: #009843;
}

/* 大学受験部 (Orange: #f79623) */
.text-high .point-title {
  border-color: #f79623;
  color: #f79623;
}

.text-high .point-title::before {
  border-top-color: #f79623;
}

.border-high {
  border-color: #f79623;
}

.bg-high-dark {
  background-color: #f79623;
}

.text-high {
  color: #f79623;
}

.border-left-high {
  border-left-color: #f79623;
}

.table-high thead th {
  background-color: #f79623;
}

/* ============================
  スライダーの設定（中央1100px、左右見切れ）
============================ */
.price-slider-wrapper {
  position: relative;
  width: 100%;
  /* w-1100の制限を受けず画面幅いっぱいに */
  margin-bottom: 60px;
}

.js-price-slider {
  width: 100%;
  padding: 20px 0;
  /* 影などが切れないように余白 */
}

.js-price-slider .swiper-slide {
  /* PC時は1100px固定、スマホ時は画面の90% */
  width: 1100px;
  max-width: 90vw;
  opacity: 0.4;
  /* 左右の見切れているスライドは薄くする */
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* 中央のアクティブなスライド */
.js-price-slider .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

/* スライドの中身（左：画像、右：テキスト） */
.price-slide__inner {
  display: flex;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
  /* 高さを揃える */
}

.price-slide__img {
  width: 42%;
  flex-shrink: 0;
}

.price-slide__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.price-slide__text {
  width: 58%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.price-slide__label {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  display: inline-block;
}

.price-slide__label span {
  font-size: 64px;
  display: inline-block;
  margin-left: 10px;
  line-height: 1;
  font-weight: 500;
}

.price-slide__ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.6;
}

.price-slide__desc {}

/* ナビゲーション（白丸＋矢印） */
.price-nav {
  background-color: #fff;
  border: 1px solid #3C7DE6;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: -30px;
  /* 縦の中央 */
  transition: 0.4s;
  color: #3C7DE6;
}

.price-nav:hover {
  background: #3C7DE6;
  color: #fff;
}

.price-nav::after {
  font-size: 20px;
  font-weight: bold;
}

.sub-price_middle .price-nav {
  border: 1px solid #009843;
  color: #009843;
}

.sub-price_middle .price-nav:hover {
  background: #009843;
  color: #fff;
}

.sub-price_high .price-nav {
  border: 1px solid #f79623;
  color: #f79623;
}

.sub-price_high .price-nav:hover {
  background: #f79623;
  color: #fff;
}

/* 中央スライド（1100px）の左右に配置するための計算 */
/* 50%（画面中央）から550px（スライドの半分）ずらした位置 */
.price-slider-wrapper .swiper-button-prev {
  left: calc(50% - 630px);
}

.price-slider-wrapper .swiper-button-next {
  right: calc(50% - 630px);
}

/* --- レスポンシブ --- */
@media screen and (max-width: 1200px) {

  /* 画面幅が1100px以下になったら矢印を画面端へ寄せる */
  .price-slider-wrapper .swiper-button-prev {
    left: 10px;
  }

  .price-slider-wrapper .swiper-button-next {
    right: 10px;
  }
}

@media screen and (max-width: 767px) {

  .price-slide__inner {
    flex-direction: column-reverse;
  }

  .price-slide__img,
  .price-slide__text {
    width: 100%;
  }

  .price-slide__text {
    padding: 30px 20px;
  }

  .price-slide__ttl {
    font-size: 20px;
  }

  .price-nav {
    width: 40px;
    height: 40px;
  }

  .price-nav::after {
    font-size: 16px;
  }
}



/* --- 共通タイトル --- */
.sub-about_title {
  text-align: center;
  margin-bottom: 50px;
}

/* ============================
  1. 導入セクション
============================ */
.sub-about_intro {
  padding: 125px 0;
  background-image: url('./images/top-points-bg.jpg');
  background-size: 100% auto;
  background-position: top center;
}

.sub-about_phil {
  padding: 100px 0;
  background-image: url('./images/sub-about_phil-bg.jpg');
  background-size: cover;
  background-position: center;
}

.sub-about_phil__inner {
  text-align: center;
  background-color: #fff;
  padding: 50px;
  position: relative;
}

.sub-about_phil__inner::before {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url('./images/qu-up.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -25px;
  left: 5%;
}

.sub-about_phil__inner::after {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url('./images/qu-bottom.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -25px;
  right: 5%;
}

.sub-about_intro .top-problem {
  background: #009843;
  transform: translateY(-30px);
  margin-bottom: 100px;
  padding: 30px 20px;
}

.sub-about_intro .top-problem::before {
  border-color: #009843 transparent transparent transparent;
}

.sub-about_intro .top-problem__title::before {
  content: none;
}

.sub-aboutintro__logo-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
  border-bottom: 2px solid #009843;
  padding-bottom: 15px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.sub-aboutintro__logo {
  width: 320px;
  height: auto;
}

.sub-aboutintro__suffix {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
}

.sub-aboutintro__text {
  text-align: center;
}

.sub-about #strength {
  padding-top: 75px;
}

/* セクション全体のラッパー */
.sub-about-strength-sec {}

.sub-about-strength-sec img {
  vertical-align: bottom;
}

/* カード共通スタイル */
.sub-about-strength-item {
  background-color: #fff;
  margin-bottom: 30px;
}

.sub-about-strength-body {
  padding: 25px;
}

.sub-about-strength-item-title {
  font-size: 22px;
  font-weight: bold;
  color: #009e4d;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.sub-about-strength-num {
  font-size: 48px;
  font-weight: 700;
  margin-right: 15px;
  line-height: 1;
}

.sub-about-strength-num::after {
  display: block;
  content: '';
  width: 30px;
  margin-top: 10px;
  height: 2px;
  background-color: #009e4d;
}


/* 特徴 01 (フルサイズ) */
.sub-about-strength-item.is-full .sub-about-strength-imgs {
  display: flex;
}

.sub-about-strength-item.is-full .sub-about-strength-imgs img {
  width: 50%;
  object-fit: cover;
}

/* グリッドレイアウト (特徴02〜07) */
.sub-about-strength-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 75px;
}

/* 特徴画像の比率統一 */
.sub-about-strength-img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

/* スマホ対応 (レスポンシブ) */
@media (max-width: 767px) {
  .sub-about-strength-grid {
    grid-template-columns: 1fr;
  }

  .sub-about-strength-item.is-full .sub-about-strength-imgs {
    flex-direction: column;
  }

  .sub-about-strength-item.is-full .sub-about-strength-imgs img {
    width: 100%;
  }
}

/* セクション全体 */
.sub-about-profile {
  padding: 125px 0;
  background-image:
    url('./images/g-kado_orange-rt.png'),
    url('./images/g-kado_orange-lt.png'),
    url('./images/sub-zisseki_up-bg.jpg');
  background-position: 100% 0%, 0% 0%, top center;
  background-size: 140px auto, 140px auto, 100% auto;
  background-repeat: no-repeat, no-repeat, repeat;
}

.sub-about-profile-sec img {
  vertical-align: bottom;
  filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
}

.sub-about-profile-inner {
  display: flex;
  gap: 50px;
  margin-bottom: 50px;
}

/* 左カラム */
.sub-about-profile-left {
  width: 50%;
}

.sub-about-profile-main-img {
  width: 100%;
  margin-bottom: 30px;
}

.sub-about-profile-message p {
  margin-bottom: 20px;
}

.sub-about-profile-signature {
  text-align: right;
  font-size: 24px;
  font-weight: bold;
  color: #f79623;
  /* オレンジ系の色 */
  margin-top: 40px;
  line-height: 1.5;
}

.sub-about-profile-title {
  font-size: 24px;
}

/* 右カラム */
.sub-about-profile-right {
  width: 50%;
  background-color: #fff;
  padding: 45px;
}

.sub-about-profile-box {
  margin-bottom: 40px;
}

.sub-about-profile-heading {
  display: inline-block;
  background-color: #f79623;
  /* オレンジ系の背景色 */
  color: #fff;
  font-weight: bold;
  padding: 6px 40px;
  margin-bottom: 15px;
}

.sub-about-profile-box-content p {}

.sub-about-profile-box-content a {
  text-decoration: underline;
}

.sub-about-profile-box-content.is-center {
  text-align: center;
}

.sub-about-profile-book-img {
  max-width: 150px;
  margin-bottom: 10px;
}


/* メディアリスト */
.sub-about-profile-media-list {
  display: flex;
  gap: 20px;
  text-align: center;
}


.sub-about-profile-media-item img {
  margin-bottom: 10px;
}


/* スマホ対応 (レスポンシブ) */
@media (max-width: 767px) {
  .sub-about-profile-inner {
    flex-direction: column;
    gap: 40px;
  }

  .sub-about-profile-left,
  .sub-about-profile-right {
    width: 100%;
  }
}



/* セクション全体 */
.sub-about-koushi {
  background-image:
    url('./images/g-kado_blue-lt.png'),
    url('./images/g-kado_blue-rb.png'),
    url('./images/g-blue-sq01.png'),
    url('./images/g-blue-sq02.png'),
    url('./images/top-strength-bg.jpg');
  background-position:
    0% 0%,
    100% 100%,
    -5% 94%,
    95% 3%,
    top center;
  background-size:
    140px auto,
    140px auto,
    12vw auto,
    12vw auto,
    100% auto;
  background-repeat:
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    repeat;
  padding: 125px 0;
}

/* 3カラムグリッド */
.sub-about-koushi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
}

/* 画像と縦文字のラップ */
.sub-about-koushi-img-wrap {
  display: flex;
  margin-bottom: 25px;
}

/* 縦文字 (Teacher XX) */
.sub-about-koushi-en {
  writing-mode: vertical-lr;
  color: #3C7DE6;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-right: 15px;
}

/* 画像エリア */
.sub-about-koushi-img {
  flex: 1;
}

.sub-about-koushi-img img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

/* 名前と科目のヘッダーエリア */
.sub-about-koushi-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 15px;
}

.sub-about-koushi-name {
  font-size: 24px;
  font-weight: bold;
  border-left: 3px solid #3C7DE6;
  /* 青い縦線 */
  padding-left: 10px;
  line-height: 1.2;
  margin: 0;
}

.sub-about-koushi-subject {}

/* キャッチコピー */
.sub-about-koushi-catch {
  color: #3C7DE6;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* 本文テキスト */
.sub-about-koushi-text p {}

/* スマホ対応 (レスポンシブ) */
@media (max-width: 767px) {
  .sub-about-koushi-grid {
    grid-template-columns: 1fr;
  }
}

.sub-about .top-access {
  background-image: url('./images/top-points-bg.jpg');
  background-position: top center;
  background-size: 100% auto;
  background-repeat: repeat;
}



/* Layout */
.txt_left {
  text-align: left;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.left {
  margin-left: 0;
  margin-right: auto;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.right {
  margin-left: auto;
  margin-right: 0;
}

.items_center {
  align-items: center;
}

.items_end {
  align-items: flex-end;
}


/* Blog */

.blog {
  padding: 125px 0;
}

@media screen and (min-width:768px) {
  .blog {
    padding: 75px 0;
  }

  .blog_section .two_col {
    display: grid;
    grid-template-columns: auto auto;
    gap: 0 70px;
  }
}

@media screen and (min-width:768px) {
  .blog_section .two_col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
}

.blog_section .content {
  max-width: initial;
  margin: 0 0 0 5.57%;
}

.faq_page .faq_list {
  margin-bottom: 175px;
}

.faq_page .faq_list:last-child {
  margin-bottom: 0;
}

.faq_page section.faq .content {
  max-width: 1100px;
}

.faq_page section.faq_content {
  background-color: #FFEED8;
}

.faq_page section.faq_content .content {
  max-width: 1100px;
}

/* blog */
@media screen and (min-width:1200px) {
  .blog_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px 30px;
    width: 100%;
  }
}

@media screen and (min-width:768px) and (max-width:1199px) {
  .blog_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3px;
    margin: 100px auto 0;
    width: 100%;
  }
}

@media screen and (min-width:768px) {
  section.blog .content {
    padding-bottom: 150px;
  }

  .blog_list {
    margin: 0 auto;
  }

  .blog_list>.blog_box {
    position: relative;
  }

  .blog_box .blog_info {
    width: 100%;
  }

  .sub_top .blog_list {
    margin: 80px auto 120px;
  }

  .blog_detail .single_content {
    margin: 80px auto 0;
    padding-bottom: 80px;
  }

  .single_page_link {
    margin: 100px auto 0;
  }

  .single_page_link {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    gap: 0 25px;
  }

  ul.category_link_list,
  ul.inner_link_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 34px;
    margin: 0 auto;
  }

  ul.page-numbers {
    width: 100%;
    margin: 100px auto 0;
    text-align: center;
  }

  .single_page_link .prev_single {
    text-align: right;
  }

  .single_page_link .next_single {
    text-align: left;
  }
}

@media screen and (max-width:767px) {
  section.blog .content {
    padding-bottom: 150px;
  }

  .blog_list {
    margin: 100px auto 0;
  }

  .blog_list>.blog_box {
    height: auto;
    position: relative;
  }

  .blog_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px 0;
    margin: 0 auto 0;
    width: 100%;
    padding-top: 20px;
  }

  .blog_box .blog_info {
    width: 100%;
    padding: 15px 0;
  }

  .sub_top .blog_list {
    margin: 40px auto 60px;
  }

  .single_page_link {
    margin: 50px auto 0;
  }

  .single_page_link {
    display: grid;
    grid-template-columns: .6fr 1fr .6fr;
    justify-content: space-between;
    align-items: center;
  }

  .blog_detail .single_content {
    margin: 40px auto 0;
    padding-bottom: 40px;
  }

  ul.category_link_list,
  ul.inner_link_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px 0;
    margin: 0 auto 90px;
  }

  ul.page-numbers {
    width: 100%;
    margin: 50px auto 0;
    text-align: center;
  }

  .single_page_link .prev_single a.more_size,
  .single_page_link .next_single a.more_size {
    font-size: .875rem;
  }

  .single_page_link .prev_single {
    text-align: left;
  }

  .single_page_link .next_single {
    text-align: right;
  }
}

section.blog .content {
  max-width: 1100px;
}

.blog_list>.blog_box a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  text-decoration: none;
}

.blog_list>.blog_box a .img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  width: 100%;
  z-index: 1;
}

.blog_list>.blog_box a .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.single_thumbnail .img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  width: 100%;
}

.single_thumbnail .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog p.date,
.blog_section p.date {
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  color: #BFBFBF;
}

.blog p.category,
.blog_section p.category {
  background-color: #1c1c1c;
  color: #fff;
  text-align: center;
  padding: 8px 24px;
  display: inline-block;
  margin-right: 10px;
  font-weight: 700;
  line-height: 1;
}

.blog p.category.cat_news,
.blog_section p.category.cat_news,
.blog p.category.cat_news,
.top-news__tag.cat_news {
  background-color: #3C7DE6;
}

.blog p.category.cat_manager,
.blog_section p.category.cat_manager,
.blog p.category.cat_manager,
.top-news__tag.cat_manager {
  background-color: #009843;
}

.blog p.category.cat_you,
.blog_section p.category.cat_you,
.blog p.category.cat_you,
.top-news__tag.cat_you {
  background-color: #f79623;
}

.blog h2.blog_title {
  font-weight: 700;
  margin: 15px auto 30px;
  line-height: 1;
}

.blog_box .blog_info p.blog_title {
  font-weight: 700;
  margin: 15px auto 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.blog_box .blog_info p.blog_description {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.blog_detail {
  margin: 30px auto 0;
}

.single_page_link .prev_single a,
.single_page_link .next_single a {
  font-weight: 700;
}

.single_page_link .prev_single a:hover,
.single_page_link .next_single a:hover {
  opacity: 1;
  color: #f79623;
}

.single_page_link p.button {
  margin: 0 auto;
}

.single_page_link p.button a:after,
.single_page_link p.button a:hover:after {
  content: none;
}

.back_singlelists {
  text-align: center;
}

ul.page-numbers li {
  display: inline-block;
  margin-right: 5px;
}

ul.page-numbers li .page-numbers.current {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 35px;
  display: block;
  width: 35px;
  height: 35px;
  background-color: #009843;
}

ul.page-numbers li a {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 35px;
  display: block;
  width: 35px;
  height: 35px;
  background-color: #fff;
  border: 1px solid #1c1c1c;
}

ul.page-numbers li .prev.page-numbers,
ul.page-numbers li .next.page-numbers {}

.blog_detail .single_content {
  border-bottom: 2px solid #1f1f1f;
}

.blog_detail .single_content p {
  margin-bottom: 20px;
}

ul.category_link_list li a,
ul.inner_link_list li a {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  width: 100%;
  display: block;
  background-color: #E54667;
  border: 1px solid #E54667;
  position: relative;
}

ul.inner_link_list li a:hover,
ul.category_link_list li a:hover,
ul.category_link_list li a.cat_news:hover {
  background-color: #fff;
  color: #E54667;
}

ul.category_link_list li a.black {
  background-color: #000;
  border: 1px solid #000;
}

ul.category_link_list li a.cat_works {
  background-color: #005CAC;
  border: 1px solid #005CAC;
}

ul.category_link_list li a.cat_blog {
  background-color: #E54667;
  border: 1px solid #E54667;
}

ul.category_link_list li a:after,
ul.inner_link_list li a:after {
  content: "";
  display: block;
  width: 18.5px;
  height: 10.5px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 13px;
}

.top-news__slider {
  margin: 70px auto;
  padding: 0 60px;
}

/* Contact Page */
@media screen and (min-width:768px) {
  .contact_detail {
    margin: 100px auto 0;
    max-width: 1100px;
  }

  .contact_detail p.contact_notice {
    text-align: center;
  }

  .contact_detail table.contact_table tr {
    display: grid;
    gap: 0 5;
    grid-template-columns: .5fr 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact_detail table.contact_table tr:first-child th {
    border-bottom: none;
    padding: 20px 0 25px;
  }

  .contact_detail table.contact_table.confirm_table tr:first-child th,
  .contact_detail table.contact_table.confirm_table tr:first-child td {
    padding: 0 0 30px;
  }

  .contact_detail table.contact_table tr:first-child td {
    border-bottom: none;
    padding: 0 0 25px;
  }

  .contact_detail table.contact_table tr th {
    padding: 45px 0 25px;
  }

  .contact_detail table.contact_table.confirm_table tr th,
  .contact_detail table.contact_table.confirm_table tr td {
    padding: 30px 0;
  }

  .contact_detail table.contact_table tr td {
    border-bottom: none;
    padding: 25px 0;
  }

  .contact_detail table.contact_table tr td.cityfield {
    padding: 0;
  }

  .contact_detail table.contact_table tr th {
    justify-content: space-between;
  }

  .contact_detail table.contact_table {
    width: 100%;
    margin: 0 auto 30px;
  }

  .confirm_button {
    margin: 0 auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    gap: 0 30px;
  }

  .wpcf7-form-control-wrap input[type="text"],
  .wpcf7-form-control-wrap input[type="email"],
  .wpcf7-form-control-wrap input[type="tel"],
  .wpcf7-form-control-wrap textarea,
  .wpcf7-form-control-wrap ::placeholder {
    line-height: 1;
  }

  .button_section p.submit_button {
    margin: 50px auto 0;
    width: 100%;
    max-width: 400px;
  }

  .confirm_button .button_section p.submit_button {
    margin: 0 auto 0;
  }
}

@media screen and (max-width:767px) {
  .contact_detail {
    margin: 47px auto 0;
    max-width: 767px;
  }

  .contact_detail p.contact_notice {
    text-align: left;
  }

  .contact_detail table.contact_table tr:first-child {
    margin-top: 0;
  }

  .contact_detail table.contact_table tr {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .contact_detail table.contact_table tr.blankth {
    margin-top: 0;
    padding-bottom: 0;
  }

  .contact_detail table.contact_table tr.blankthbefore {
    padding-bottom: 0;
  }

  .contact_detail table.contact_table tr:first-child th,
  .contact_detail table.contact_table tr:first-child td {
    border-bottom: none;
    padding: 0 0 10px;
  }

  .contact_detail table.contact_table tr th,
  .contact_detail table.contact_table tr td {
    border-bottom: none;
    padding: 10px 0;
  }

  .contact_detail table.contact_table tr.blankth th {
    padding: 0;
  }

  .contact_detail table.contact_table tr th span {
    margin-left: 10px;
  }

  .contact_detail table.contact_table {
    width: 100%;
    margin: 60px auto 0;
  }

  .confirm_button {
    display: block;
    margin: 40px auto 0;
  }

  .confirm_button .button_section {
    margin: 20px auto !important;
  }

  .previous_button input {
    width: calc(100% - 40px);
  }

  .wpcf7-form-control-wrap ::placeholder {
    line-height: 1.5;
  }

  .button_section p.submit_button {
    margin: 50px auto 0;
  }

  .confirm_button .button_section p.submit_button {
    margin: 0 auto 0;
  }

}

section.contact .subpage_title {
  max-width: initial;
}

section .content table.contact_table tr td {
  width: 100%;
}

.contact_detail table.contact_table tr th {
  font-weight: 700;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  line-height: 1;
}

.contact_detail table.contact_table.confirm_table tr th {
  font-size: 18px;
  line-height: 1.5;
}

.contact_detail table.contact_table.confirm_table tr td {
  font-size: 18px;
  line-height: 1.5;
}

.contact_detail table.contact_table tr th span {
  background-color: #f79623;
  color: #fff;
  text-align: center;
  padding: 4px 1px;
  width: 54px;
  display: inline-block;
  margin-left: 20px;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="date"],
.wpcf7-form-control-wrap textarea {
  border: 1px solid #FFFAE5;
  padding: 22px 30px;
  font-size: 18px;
  width: calc(100% - 80px);
  background-color: #FFFAE5;
  border-radius: 2px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
}

.postcodefield .wpcf7-form-control-wrap input[type="text"] {
  max-width: 200px;
}

.wpcf7-form-control-wrap ::placeholder {
  color: #777;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}

.wpcf7-form-control-wrap .wpcf7-acceptance input[type="checkbox"] {
  display: none;
  width: initial;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.wpcf7-radio .wpcf7-list-item {
  margin: 0 40px 0 0;
}

.wpcf7-list-item-label,
.wpcf7-list-item-label a {
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
}

.wpcf7-list-item-label a {
  text-decoration: underline;
}

.wpcf7-list-item-label a:hover {
  text-decoration: none;
}

.wpcf7-list-item-label span.required {
  background-color: #f79623;
  color: #fff;
  text-align: center;
  padding: 4px 1px;
  width: 54px;
  display: inline-block;
  margin-left: 20px;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
}

.wpcf7-radio .wpcf7-list-item:last-child {
  margin: 0;
}

.wpcf7-acceptance .wpcf7-list-item {
  display: block;
  line-height: 1;
}

.wpcf7-acceptance .wpcf7-list-item+.wpcf7-list-item {
  margin-top: 8px;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  height: 20px;
  line-height: 20px;
  padding-left: 30px;
  display: inline-block;
}

.wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #B3B3B3;
  border-radius: 20px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 1px;
  box-sizing: border-box;
}

.wpcf7-acceptance input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #f79623;
  position: absolute;
  left: 3px;
  top: 4px;
  border-radius: 50%;
}

.wpcf7-radio input[type="radio"] {
  opacity: 0;
  position: absolute;
}

.wpcf7-radio .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}

.wpcf7-radio .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #B3B3B3;
  border-radius: 100%;
  content: "";
  width: 20px;
  height: 20px;
  margin-bottom: auto;
  margin-right: 10px;
  margin-top: auto;
}

.wpcf7-radio input[type="radio"]:checked+.wpcf7-list-item-label::before {
  background-color: #f79623;
  box-shadow: inset 0 0 0 3px #fff;
}

div.button_section {
  display: block;
  text-align: center;
}

div.button_section:first-child {
  margin: 50px 0 0 auto;
}

div.button_section:last-child {
  margin: 50px auto 0 0;
}

div.button_section p.button {
  margin: 15px 0 0;
}

p.accept {
  text-align: center;
}

.wpcf7-spinner {
  width: 0;
  height: 0;
  margin: 0;
}

table.contact_table.confirm_table tr {
  border-bottom: 2px solid #B3B3B3;
}

/* button */
@media screen and (min-width:768px) {

  p.submit_button,
  p.previous_button {
    position: relative;
    display: inline-block;
  }

  p.submit_button:hover,
  p.submit_button input:hover,
  p.previous_button:hover,
  p.previous_button input:hover {
    cursor: pointer;
  }

  p.submit_button:hover input {
    opacity: 1;
  }

  p.button.margin {
    margin: 60px auto 40px;
  }

  .wpcf7-form-control.wpcf7-radio {
    padding: 15px 0;
    display: block;
  }
}

@media screen and (max-width:767px) {
  p.submit_button input {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    transition: text-shadow 0.3s;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
  }

  p.previous_button input {
    background-color: #000;
    border: 1px solid #000;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    transition: text-shadow 0.3s;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .button.white a {
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
  }

  p.submit_button,
  p.previous_button {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .button a:after {
    transition: .3s ease;
  }

  p.submit_button:hover,
  p.submit_button input:hover,
  p.previous_button:hover,
  p.previous_button input:hover {
    cursor: pointer;
  }

  p.submit_button:hover input {
    opacity: 1;
  }

  p.button.margin {
    margin: 60px auto 40px;
  }
}

/* 追従CTA */
.cta_sticky-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9;
  width: 320px;
  transition: opacity 0.3s ease;
}

.cta_sticky-image {
  width: 100%;
  height: auto;
  display: block;
}

.close-btn {
  position: absolute;
  bottom: 69%;
  left: -10px;
  width: 25px;
  height: 25px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1024px) {
  .cta_sticky-container {
    width: 260px;
  }
}

@media (max-width: 500px) {
  .cta_sticky-container {
    width: 94%;
    bottom: 5px;
    right: 3%;
  }

  .close-btn {
    bottom: 56%;
    left: -2%;
  }
}


/* 下部固定ナビゲーションのコンテナ */
.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: none;
  z-index: 9;
}

.nav-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  gap: 8px;
  transition: opacity 0.3s;
}

.nav-btn:active {
  opacity: 0.7;
}

.nav-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.btn-call {
  background-color: #F1B93B;
}

.btn-contact {
  background-color: #f79623;
}

.btn-line {
  background-color: #3C7DE6;
}

@media (max-width: 767px) {
  .bottom-nav {
    display: flex;
  }
}

@media (max-width: 380px) {
  .nav-btn {
    font-size: 13px;
    gap: 4px;
  }

  .nav-icon {
    width: 20px;
    height: 20px;
  }
}


/* レスポンシブ */
@media screen and (max-width:1440px) {
  main {
    padding-top: 90px;
  }

  .header_nav nav .nav_left a {
    max-width: 160px;
    padding: 15px;
  }

  .header_nav nav .nav_right {
    gap: 20px;
  }

  .header_nav nav .nav_right ul li a {
    letter-spacing: 0.03em;
  }

  .header_nav nav .nav_right ul li a .icon svg {
    max-width: 28px;
    max-height: 25px;
  }

  .header_box>div nav .link_btns li {
    width: 130px;
  }

  .header_nav nav .nav_right ul {
    gap: 20px;
  }
}

@media screen and (max-width:1440px) {
  .strength-item--main {
    padding: 30px;
  }

  .strength-item--main .strength-item__ttl {
    font-size: 24px;
  }

  .strength-item__ttl {
    font-size: 18px;
  }

  .price-slider-wrapper .swiper-button-prev {
    left: calc(50% - 580px);
  }

  .price-slider-wrapper .swiper-button-next {
    right: calc(50% - 580px);
  }
}

@media screen and (max-width:1219px) {
  main {
    padding-top: 48px;
  }

  .section_title {
    font-size: 48px;
  }

  .top-points__intro-main {
    font-size: 28px;
  }

  .strength-item--main {
    padding: 20px;
  }

  .strength-item {
    padding: 20px;
  }

  .sub-header__title {
    font-size: 64px;
  }

  .sub-about-profile-inner {
    flex-direction: column;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .sub-about-profile-left,
  .sub-about-profile-right {
    width: 100%;
  }

  .sub-about-koushi-grid {
    gap: 50px;
  }

  .zisseki-pass__heading {
    font-size: 28px;
  }

  .zisseki-pass__list li {
    font-size: 18px;
  }

  .recruit-entry__title {
    font-size: 90px;
  }

  .recruit-entry__sub {
    font-size: 32px;
  }

  .recruit-entry__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .recruit-entry__tel {
    width: 100%;
    text-align: left;
  }

  .price-slider-wrapper .swiper-button-prev {
    left: calc(50% - 480px);
  }

  .price-slider-wrapper .swiper-button-next {
    right: calc(50% - 480px);
  }
}

@media screen and (max-width:1024px) {
  .sub-link_tabs {
    gap: 15px;
  }

  .sub-about-koushi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .blog_title_jp {
    font-size: 22px;
  }

  .blog_header {
    margin-bottom: 50px;
  }

  .blog_meta {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .blog_tag {
    font-size: 16px;
    width: 130px;
  }

  .blog_item_title {
    font-size: 18px;
  }

  .blog_slider_container {
    width: 100%;
    margin-bottom: 50px;
  }

  .more_btn,
  .formbtn .wpcf7-submit,
  .formbtn .wpcf7-previous {
    font-size: 16px;
    padding: 12px;
  }

  .blog_btn {
    flex-basis: auto;
  }

  .sub-link_tabs {
    grid-template-columns: repeat(2, 1fr);
  }

  .faq {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .faq_header {
    margin-bottom: 50px;
  }

  .faq_title_jp {
    font-size: 32px;
    margin-bottom: 5px;
  }

  .sub-contact_text {
    font-size: 16px;
  }

  .floating-cta {
    top: auto;
    bottom: 80px;
    width: 135px;
  }

  .floating-cta__close {
    width: 25px;
    height: 25px;
  }

  .floating-cta__close span {
    width: 12px;
    height: 2px;
  }

  .sub-header__title {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .sub-header {
    height: 400px;
  }

  .sub-header__inner {
    margin-bottom: 150px;
  }

  .section_title {
    font-size: 32px;
  }

  .sub-zisseki_pass {
    padding: 75px 0;
    background-size: 50px auto, 50px auto, 11vw 11vw, 14vw 14vw, 100% auto;
  }

  #gokaku {
    padding-top: 20px;
  }

  .zisseki-pass__box,
  .zisseki-pass__inner,
  .zisseki-pass__dot {
    background-color: transparent;
    padding: 0;
    border: 0;
  }

  .zisseki-pass__list li {
    font-size: 11px;
    padding-left: 15px;
  }

  .zisseki-pass__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .zisseki-pass__heading {
    font-size: 20px;
  }

  .sub-zisseki_up {
    padding: 75px 0;
    background-size: 50px auto, 50px auto, 100% auto;
  }

  .zisseki-up__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .sub-zisseki_voice {
    padding: 75px 0;
    background-size: 80% auto, 80% auto, 100% auto;
  }

  .top-voice {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .sub-zisseki .top-voice {
    background-position: 20px 20px, calc(100% - 20px) calc(100% - 20px), top center;
    background-size: 50px auto, 50px auto, 100% auto;
  }

  .top-voice .section_title {
    text-align: center;
    margin-bottom: 50px;
  }

  .sub-privacy_content {
    padding: 75px 0;
  }

  .sub-privacy_lead {
    margin-bottom: 40px;
  }

  .sub-privacy_section {
    margin-bottom: 40px;
  }

  .sub-faq_faq {
    padding: 75px 0;
  }

  .sub-faq_faq .sub-link_tabs {
    margin-bottom: 75px;
  }

  .sub-faq_faq_header {
    margin-bottom: 0;
  }

  .sub-faq_faqblock {
    padding-top: 0;
  }

  .sub-recruit_intro {
    padding: 75px 0;
    background-position: 20px 20px, calc(100% - 20px) calc(100% - 20px), top center;
    background-size: 50px auto, 50px auto, 100% auto;
  }

  .sub-recruit_intro-subtext {
    margin-top: 75px;
  }

  .sub-recruit_intro-txt {
    margin-bottom: 50px;
    text-align: left;
  }

  .sub-recruit_req {
    background-size: 50px auto, 50px auto, 10vw 10vw, 14vw 14vw;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .sub-recruit_voice {
    background-size: 50px auto, 50px auto, 15vw 15vw, 12vw 12vw;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .recruit-voice__list {
    gap: 50px;
  }

  .recruit-voice__img {
    max-width: 200px;
  }

  .sub-recruit_entry {
    padding: 75px 0;
  }

  .recruit-entry__title {
    font-size: 60px;
  }

  .recruit-entry__sub {
    font-size: 22px;
  }

  .recruit-entry__txt {
    font-size: 16px;
    text-align: left;
  }

  .recruit-entry__tel {
    text-align: center;
  }

  .sub-recruit_flow {
    background-size: 50px auto, 50px auto;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .recruit-flow__intro {
    text-align: left;
    margin-bottom: 40px;
    font-size: 16px;
  }

  .sub-price_lepton,
  .sub-price_sokudoku {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .sub-price_lepton-logo {
    max-width: 220px;
  }

  .lepton-about-box,
  .sokudoku-about-box {
    padding: 60px 20px;
    margin: 75px auto 50px;
  }

  .lepton-price-card__body,
  .sokudoku-price-card__body {
    background-color: #ffffff;
    padding: 20px;
  }

  .lepton-price-area__title,
  .sokudoku-price-area__title {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .sub-price_sokudoku {
    background-size: 80% auto, 80% auto, 100% auto;
  }

  .lepton-about-box__title,
  .sokudoku-about-box__title {
    border-width: 2px;
  }

  .sub-price_elem,
  .sub-price_middle,
  .sub-price_high {
    padding: 75px 0;
  }

  .bg-elem {
    background-size: 50px auto, 50px auto, 100% auto;
  }

  .course-intro-box {
    margin-bottom: 75px;
    gap: 0;
    flex-direction: column-reverse;
  }

  .point-title::before {
    bottom: -12px;
    border-width: 12px 12px 0 12px;
  }

  .point-title::after {
    bottom: -9px;
    border-width: 10px 10px 0 10px;
  }

  .point-title {
    border-width: 2px;
    padding: 10px 20px;
    font-size: 18px;
    width: 100%;
  }

  .point-title-wrap {
    margin: 20px 0;
  }

  .price-slider-wrapper .swiper-button-prev {
    left: 10px;
  }

  .price-slider-wrapper .swiper-button-next {
    right: 10px;
  }

  .price-slide__label span {
    font-size: 48px;
    margin-left: 6px;
  }

  .course-price-cards {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }

  .course-price-card__body {
    padding: 20px;
  }

  .price-val .num {
    font-size: 48px;
  }

  .timetable {
    table-layout: auto;
  }

  .timetable th,
  .timetable td {
    padding: 5px;
  }

  .course-dl dt,
  .course-dl dd {
    font-size: 16px;
  }

  .sub-about_phil__inner {
    padding: 50px 20px;
  }

  .sub-aboutintro__logo-row {
    flex-direction: column;
    align-items: center;
  }

  .sub-aboutintro__logo {
    width: 220px;
  }

  .sub-aboutintro__suffix {
    font-size: 20px;
  }

  .sub-about-strength-grid {
    gap: 0;
    margin-bottom: 20px;
  }

  .top-case__links {
    flex-direction: column;
    gap: 20px;
  }

  .top-case__more {
    width: 100%;
  }

  .sub-about_intro {
    padding: 75px 0;
  }

  .sub-about-profile {
    padding: 75px 0;
    background-size: 50px auto, 50px auto, 100% auto;
  }

  .sub-about-profile-signature,
  .sub-about-profile-title {
    font-size: 20px;
  }

  .sub-about-profile-right {
    padding: 30px 20px;
  }

  .top-cta {
    margin-top: -10vw;
  }

  .sub-about-koushi {
    background-size: 50px auto, 50px auto, 12vw auto, 12vw auto, 100% auto;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
    padding: 75px 0;
  }

  .sub-about-koushi-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .sub-about-koushi-catch {
    font-size: 20px;
  }

  .top-access__row {
    text-align: center;
  }

  .top-access__label {
    font-size: 22px;
  }

  .top-access__data {
    font-size: 18px;
  }

  .top-access__info {
    margin: 0 auto 50px;
    border-top: 0;
  }

  .top-access__row {
    margin: 0;
    padding: 15px;
    border-bottom: 0;
  }

  .top-access__photos {
    margin-bottom: 50px;
  }


  .top-news {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .top-problem__title::before {
    width: 38px;
    height: 41px;
    top: -16%;
    left: 85%;
  }

  .top-points {
    background-size: 50px auto, 50px auto, 8vw 9vw, 13vw 14vw, 100% auto;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .top-problem__item {
    padding: 20px 15px;
  }

  .top-points__intro-sub {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .top-points__intro-main {
    font-size: 26px;
    border-bottom: 0;
  }

  .top-points__content {
    padding: 50px 0;
  }

  .top-points__title {
    margin: 0 auto 30px;
  }

  .top-points__list {
    gap: 20px;
  }

  .top-points__item-num span {
    font-size: 42px;
  }

  .top-strength {
    background-size: 50px auto, 50px auto, 17vw 17vw, 16vw 16vw, 100% auto;
  }

  .top-strength .section_title {
    margin-bottom: 50px;
  }

  .top-strength__intro p {
    margin-bottom: 30px;
    font-size: 21px;
  }

  .top-strength__subintro {
    margin-bottom: 50px;
  }

  .strength-item--main .strength-item__body {
    padding: 0;
  }

  .strength-item--main {
    gap: 20px;
  }

  .strength-item__txt {
    display: none;
  }

  .strength-item--main .strength-item__ttl {
    font-size: 18px;
  }

  .strength-item__label {
    font-size: 13px;
  }

  .strength-item__label span {
    font-size: 42px;
  }

  .strength__more {
    margin-top: 50px;
  }

  .top-course {
    background-size: 50px auto, 50px 140px, 17vw 17vw, 15vw 15vw, 100% auto;
  }

  .top-course__intro-sub {
    margin-top: 50px;
    border: 0;
  }

  .top-course__intro {
    margin-bottom: 50px;
  }

  .top-course__more {
    margin-top: 50px;
  }

  .top-message {
    background-size: 80% auto, 0% auto, 15vw 15vw;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .top-message__hero {
    padding: 0;
  }

  .top-message .section_title {
    margin-bottom: 50px;
  }

  .top-message__box {
    background-color: transparent;
    margin-top: 0;
    box-shadow: none;
  }

  .top-profile {
    margin-top: 0;
    padding: 20px;
  }

  .top-profile__more {
    position: static;
    transform: none;
    margin-top: 30px;
    width: 100%;
  }

  .top-case {
    background-position: 0% 0%, 14% 4%, top center;
    background-size: 80% auto, 12vw 12vw, 100% auto;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .top-case .section_title {
    margin-bottom: 50px;
  }

  .top-case__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-bottom: 50px;
  }

  .top-voice {
    background-size: 50px auto, 50px auto;
  }

  .faq {
    background-size: 50px auto, 50px auto;
  }

  .top-access .section_title {
    margin-bottom: 50px;
  }

  .top-access {
    background-size: 50px auto, 50px auto;
  }

  .top-case__links {
    padding: 0 20px;
    margin-top: 30px;
  }

  .sub-about-profile-book-img {
    max-width: 120px;
  }

  .price-val .num {
    font-size: 38px;
  }

  .timetable th,
  .timetable td {
    font-size: 12px;
  }

  .sub-contact_content {
    padding: 75px 0;
  }

  .swiper-navigation-icon {
    width: 6px !important;
  }

  .top-news__prev,
  .top-news__next {
    width: 30px;
    height: 30px;
    top: 35% !important;
  }

  .top-news__slider {
    margin: 50px auto;
    padding: 0 40px;
  }

  .top-news__title {
    font-size: 14px;
  }

  .top-news__tag {
    font-size: 12px;
  }

  .top-news__date {
    font-size: 14px;
  }

  .loading {
    background-size: 50px auto;
  }

  .top-points__outro-logo {
    max-width: 255px;
    margin: 0 auto 20px;
  }

  .top-points__outro-arrow {
    margin: 0 auto 40px;
    width: 105px;
  }

  .top-strength__next,
  .top-strength__prev {
    border: 1px solid #3C7DE6;
    border-radius: 50%;
    background-color: #fff;
    transition: 0.4s;
    color: #3C7DE6;
    width: 30px;
    height: 30px;
  }

  .top-strength__next:hover,
  .top-strength__prev:hover {
    background: #3C7DE6;
    color: #fff;
  }

  .sub-about .top-strength__next,
  .sub-about .top-strength__prev {
    border: 1px solid #009843;
    color: #009843;
  }

  .sub-about .top-strength__next:hover,
  .sub-about .top-strength__prev:hover {
    background: #009843;
    color: #fff;
  }

  .top-strength__next {
    left: 0;
  }

  .js-top-strength-slider {
    padding: 0 15px;
  }

  .strength-item {
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
  }

  .strength-item__img {
    aspect-ratio: 16 / 9;
  }

  .strength-item__mainttl {
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 20px;
    margin-bottom: 0;
  }

  .strength-item__label {
    flex-direction: row;
    align-items: flex-end;
    border-bottom: 1px solid #3C7DE6;
    padding-bottom: 8px;
  }

  .strength-item__label.t_color01 {
    border-bottom: 1px solid #009843;
  }

  .strength-item__label::after {
    content: none;
  }

  .strength-item__ttl {
    font-size: 20px;
    text-align: left;
  }

  .top-voice__next,
  .top-voice__prev {
    border: 1px solid #009843;
    border-radius: 50%;
    background-color: #fff;
    transition: 0.4s;
    color: #009843;
    width: 30px;
    height: 30px;
  }

  .top-voice__next:hover,
  .top-voice__prev:hover {
    background: #009843;
    color: #fff;
  }

  .js-top-voice-slider {
    padding: 0 15px;
  }

  .top-voice__hd {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .top-voice__ttl {
    text-align: left;
  }

  .top-voice__sub {
    border: 0;
    text-align: left;
    padding-bottom: 10px;
  }

  .bg-high {
	background-size: 50px auto, 50px auto, 100% auto;
}

.recruit-entry__tel__tel .more_btn {
	font-size: 24px;
}

.recruit-entry__tel__tel .more_btn .icon {
	width: 26px;
}

.voice-nav.swiper-button-prev, .voice-nav.swiper-button-next {
  width: 35px;
  height: 35px;
}

}

@media screen and (max-width:500px) {
  .fv {
    height: 100vh;
  }

  .fv_bg {
    background-image: url("./images/g-fv_bg-sp.jpg");
  }

  .fv_text01 {
    top: 2%;
    right: 5vw;
  }

  .fv_text01 img {
    width: 90vw;
  }

  .fv_img01 {
    bottom: 0;
    left: -20vw;
  }

  .fv_img01 img {
    width: 120vw;
    height: auto;
  }

  .fv_text02 {
    bottom: auto;
    top: 52vw;
    right: 5vw;
  }

  .fv_text02 img {
    width: 50vw;
    height: auto;
  }

  .top-news__inner {
    padding: 0;
    position: relative;
  }

  .sub-contact_header {
    margin-bottom: 50px;
  }

  .main_title_jp::after {
    margin: 20px auto 40px;
  }

  .sub-link_tabs {
    grid-template-columns: repeat(1, 1fr);
  }

  .swiper-button-prev.voice-nav {
    left: 5px;
  }

  .swiper-button-next.voice-nav {
    right: 5px;
  }

  .top-intro__main-copy {
    font-size: 14px;
  }

  .top-intro__suffix {
    font-size: 15px;
  }

  .top-intro__logo {
    width: 120px;
  }

  .top-problem__title {
    font-size: 22px;
  }

  .top-message__box {
    padding: 30px 0;
  }

  .top-voice__icon {
    width: 80px;
  }

  .top-voice__ttl {
    font-size: 14px;
  }

  .top-intro__header {
    margin-bottom: 25px;
  }

  .sub-about-profile-heading {
    padding: 3px 40px;
  }

  .top-access__row {
    padding: 10px 0;
    gap: 0;
  }

  .price-nav {
    width: 30px;
    height: 30px;
  }

  .sub-about-strength-text {
    font-size: 14px;
  }

  .strength-item__label span {
    font-size: 35px;
  }

  .course-timetable-note {
	font-size: 13px;
}

}