@charset "UTF-8";
/* ===========================================
 * Fonts
 * ===========================================
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
/* ===========================================
 * 関数
 * ===========================================
*/
/* -------------------------------------------
 * breakpoint
*/
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
/* ===========================================
 * 変数
 * ===========================================
*/
/* ===========================================
 * style
 * ===========================================
*/
/* -------------------------------------------
 * all
*/
*, *::before, *::after {
  box-sizing: border-box;
}

/* -------------------------------------------
 * body
*/
body {
  background-image: unset;
}

/* -------------------------------------------
 * header
*/
#header {
  position: relative;
  z-index: 1;
}
#header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  background-color: #c9c4a3;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #header {
    z-index: unset;
    background: unset;
  }
  #header::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #header #header_inner {
    height: auto !important;
  }
}
#header #header_inner .__contact_container {
  position: absolute;
  left: 267px;
  top: 137px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(100% - 267px);
}
#header #header_inner .__contact_container .__catch {
  color: #403A39;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  text-align: left;
}
#header #header_inner .__contact_container .__header_contact .__btn {
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1;
  background-color: #f88c0e;
  border-radius: 999px;
  border: 4px solid #f88c0e;
  width: 300px;
  padding: 0.75em 0;
  transition: background-color 0.3s ease, color 0.3s ease;
}
#header #header_inner .__contact_container .__header_contact .__btn:hover {
  background-color: #FFF;
  color: #f88c0e;
}
@media screen and (max-width: 767px) {
  #header #header_inner .__contact_container {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
  }
  #header #header_inner .__contact_container .__catch {
    padding: 1em 4%;
    font-size: 14px;
    font-weight: 600;
    color: #f88c0e;
  }
  #header #header_inner .__contact_container .__catch br {
    display: none;
  }
  #header #header_inner .__contact_container .__header_contact {
    display: none;
  }
}
#header #header_inner #main_navi {
  top: 200px;
  padding: 25px 0;
}
#header #header_inner #main_navi ul {
  background-image: unset;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  max-width: 860px;
  display: flex;
  justify-content: space-between;
}
#header #header_inner #main_navi li {
  float: none;
  text-indent: unset;
  position: relative;
  flex: 1 1 20%;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.05em;
}
#header #header_inner #main_navi li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 2px;
  background: #e6613b;
}
#header #header_inner #main_navi li::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #e6613b;
  border-bottom: 2px solid #e6613b;
}
#header #header_inner #main_navi li a {
  display: block;
  padding-top: 26px;
  text-decoration: none;
  color: #403A39;
  line-height: 1.4;
  position: relative;
  z-index: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  transition: color 0.3s ease;
  width: auto !important;
  height: auto;
}
#header #header_inner #main_navi li a:hover {
  background-image: unset !important;
  color: #f88c0e;
}
#header #header_inner #main_navi li a:hover::before {
  color: #f88c0e;
}
#header #header_inner #main_navi li a::before {
  content: "";
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.12em;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #403A39;
  transition: color 0.3s ease;
}
#header #header_inner #main_navi #navi01act a,
#header #header_inner #main_navi #navi02act a,
#header #header_inner #main_navi #navi03act a,
#header #header_inner #main_navi #navi04act a,
#header #header_inner #main_navi #navi05act a {
  background: unset;
}
#header #header_inner #main_navi #navi01 a::before,
#header #header_inner #main_navi #navi01act a::before {
  content: "ABOUT US";
}
#header #header_inner #main_navi #navi02 a::before,
#header #header_inner #main_navi #navi02act a::before {
  content: "LESSON";
}
#header #header_inner #main_navi #navi03 a::before,
#header #header_inner #main_navi #navi03act a::before {
  content: "STAFF";
}
#header #header_inner #main_navi #navi04 a::before,
#header #header_inner #main_navi #navi04act a::before {
  content: "PRICE";
}
#header #header_inner #main_navi #navi05 a::before,
#header #header_inner #main_navi #navi05act a::before {
  content: "USERS";
}

/* -------------------------------------------
 * banner
*/
body #main #float_navi {
  width: auto;
  height: auto;
}
body #main #float_navi a {
  width: auto !important;
  display: block;
  writing-mode: vertical-rl;
  text-decoration: none;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1;
  background-color: #f88c0e;
  border: 2px solid #FFF;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  padding: 1.5rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  body #main #float_navi {
    display: none;
  }
}

/* 共通：PCでは非表示 */
.sp-floating-banner {
  display: none; /* 基本は非表示、SPメディアクエリでONにする */
  /* スマホのみ表示（ブレイクポイントはお好みで） */
}
@media screen and (max-width: 767px) {
  .sp-floating-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    padding: 16px 4%;
    box-sizing: border-box;
    /* 初期状態は画面外に隠す */
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
    display: block; /* SPのみ有効 */
    /* JSで付与される表示用クラス */
  }
  .sp-floating-banner .__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: -1;
  }
  .sp-floating-banner .sp-floating-banner__btn {
    display: block;
    width: 100%;
  }
  .sp-floating-banner .sp-floating-banner__btn:active {
    opacity: 0.9;
  }
  .sp-floating-banner.is-visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
}

/* ===========================================
 * TOP
 * ===========================================
*/
/* -------------------------------------------
 * Common
*/
@media screen and (max-width: 767px) {
  #header #header_inner .__contact_container .__catch {
    display: none;
  }
}

#main {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #main {
    margin-bottom: 0;
  }
}

#main p {
  font-family: "Noto Sans JP", sans-serif;
}

section[class^=sec-top-] {
  position: relative;
  z-index: 1;
}
section[class^=sec-top-] .__header_container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 380px;
}
section[class^=sec-top-] .__header_container .__h2_header {
  margin: 0;
  padding: 0;
  padding-top: 100px;
  font-size: 28px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #403A39;
}
section[class^=sec-top-] .__header_container .__en {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  color: #f88c0e;
}
@media screen and (max-width: 767px) {
  section[class^=sec-top-] .__header_container {
    height: 280px;
  }
  section[class^=sec-top-] .__header_container .__h2_header {
    font-size: 5.6vw;
    padding-top: 64px;
  }
  section[class^=sec-top-] .__header_container .__en {
    font-size: 4vw;
  }
}

/* -------------------------------------------
 * First View
*/
#main_visual.clearfix {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
#main_visual.clearfix .__inner {
  margin-left: calc((100vw - 1100px) / 2);
  margin-right: 0;
  margin-bottom: 4rem;
  padding: 0;
  width: calc(100% - (100vw - 1100px) / 2);
  position: relative;
  z-index: 1;
}
#main_visual.clearfix .__inner .__bg {
  padding-left: 10%;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#main_visual.clearfix .__inner .__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #FFF 0%, rgba(255, 255, 255, 0) 60%);
  z-index: 2;
}
#main_visual.clearfix .__inner .__bg img {
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
#main_visual.clearfix .__inner .__content_container {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#main_visual.clearfix .__inner .__content_container p {
  text-align: left;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
#main_visual.clearfix .__inner .__content_container .__catch {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 0.75em;
  padding: 0 0.2em;
  background: linear-gradient(to right, #f88c0e, #febd24);
  color: #FFF;
}
#main_visual.clearfix .__inner .__content_container .__catch.__sp {
  display: none;
}
#main_visual.clearfix .__inner .__content_container .__title {
  font-size: 48px;
  margin-bottom: 0.5em;
  padding: 0 0.2em;
  background-color: #FFF;
}
#main_visual.clearfix .__inner .__content_container .__sub_title {
  font-size: 32px;
  margin-bottom: 0.25em;
  padding: 0 0.2em;
  background-color: #FFF;
}
#main_visual.clearfix .__inner .__content_container .__sub_title .__color {
  color: #f88c0e;
}
#main_visual.clearfix .__inner .__content_container .__btn_container {
  margin-top: 3.2rem;
  display: inline-block;
}
#main_visual.clearfix .__inner .__content_container .__btn_container .__mc {
  width: 100%;
  text-align: center;
  margin-bottom: 0.4rem;
}
#main_visual.clearfix .__inner .__content_container .__btn_container .__btn {
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1;
  background-color: #f88c0e;
  border-radius: 999px;
  border: 4px solid #f88c0e;
  width: 480px;
  padding: 1.2em 0;
  transition: background-color 0.3s ease, color 0.3s ease;
}
#main_visual.clearfix .__inner .__content_container .__btn_container .__btn:hover {
  background-color: #FFF;
  color: #f88c0e;
}
#main_visual.clearfix .__flex_container.__sp {
  display: none;
}
#main_visual.clearfix .__lead {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
  color: #403A39;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  #main_visual.clearfix {
    position: relative;
  }
  #main_visual.clearfix .__inner {
    margin: 0;
    width: 100%;
    height: 72vh;
  }
  #main_visual.clearfix .__inner .__bg {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
  }
  #main_visual.clearfix .__inner .__bg img {
    -o-object-position: 28% center;
       object-position: 28% center;
  }
  #main_visual.clearfix .__inner .__content_container {
    justify-content: flex-start;
  }
  #main_visual.clearfix .__inner .__content_container .__catch.__pc {
    display: none;
  }
  #main_visual.clearfix .__inner .__content_container .__catch.__sp {
    display: inline-block;
    font-size: 4.2vw;
    margin-bottom: 1.5vw;
    padding: 0 0.5em;
  }
  #main_visual.clearfix .__inner .__content_container .__catch.__sp.__top {
    margin-top: 12vw;
  }
  #main_visual.clearfix .__inner .__content_container .__title {
    margin-top: 10vw;
    margin-bottom: 8vw;
    font-size: 8vw;
    background-color: unset;
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.5);
  }
  #main_visual.clearfix .__inner .__content_container .__sub_title {
    font-size: 6vw;
    margin-bottom: 1.5vw;
    background-color: unset;
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.5);
  }
  #main_visual.clearfix .__inner .__content_container .__sub_title .__color {
    position: relative;
  }
  #main_visual.clearfix .__inner .__content_container .__sub_title .__color::before {
    content: "・・・・";
    position: absolute;
    top: -0.8em;
    left: 0;
    color: #f88c0e;
  }
  #main_visual.clearfix .__inner .__content_container .__btn_container {
    display: none;
  }
  #main_visual.clearfix .__flex_container.__sp {
    position: absolute;
    transform: translateY(-80%);
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 4px;
    padding: 0 2%;
    /* 丸いバッジ本体 */
    /* 2つ目の円だけ文字組みを調整 */
  }
  #main_visual.clearfix .__flex_container.__sp .__f_item {
    position: relative;
    width: 33.3333333333%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: linear-gradient(to right, #f88c0e, #febd24);
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #main_visual.clearfix .__flex_container.__sp .__f_item .__small {
    display: block;
    font-size: 12px;
    font-family: "Oswald", "Noto Sans JP", sans-serif;
    letter-spacing: 0;
    line-height: 1.5;
    margin: 0;
    white-space: nowrap;
  }
  #main_visual.clearfix .__flex_container.__sp .__f_item .__content {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    font-family: "Oswald", "Noto Sans JP", sans-serif !important;
    line-height: 1.3;
    letter-spacing: 0.12em;
    color: #FFF;
  }
  #main_visual.clearfix .__flex_container.__sp .__f_item:nth-child(2) .__content {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0.06em;
  }
  #main_visual.clearfix .__lead {
    margin: 0;
    padding: 40px 24px;
    font-size: 5vw;
    background-color: #343E47;
    color: #FFF;
  }
}

/* -------------------------------------------
 * About
*/
.sec-top-about {
  position: relative;
  width: 100%;
  margin: 0;
  padding-bottom: 80px;
  background-color: #F7F7F7;
}
.sec-top-about .__inner {
  width: 100%;
  max-width: 100%;
}
.sec-top-about .__inner .flow-slider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  /* 無限に流れ続けるアニメーション */
}
.sec-top-about .__inner .flow-slider .flow-track {
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  gap: 0; /* 画像間の余白 */
  animation: scroll 25s linear infinite;
  will-change: transform; /* GPU最適化 */
}
.sec-top-about .__inner .flow-slider .flow-track .item {
  flex: 0 0 auto; /* 流れ方向に伸びない */
  width: 20vw; /* 表示枚数に応じて調整 */
  aspect-ratio: 1/1; /* 正方形を維持：モダンCSS */
}
.sec-top-about .__inner .flow-slider .flow-track .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 切り抜きで綺麗に表示 */
  display: block;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  } /* 全体の半分を流し切る */
}
.sec-top-about .__inner .__flex_container {
  display: flex;
  justify-content: center;
  gap: clamp(24px, 2vw, 28px);
  margin-top: -30px;
  padding: 0 0 80px;
  /* 丸いバッジ本体 */
  /* 2つ目の円だけ文字組みを調整 */
  /* 3つ目の円だけ文字組みを調整 */
}
.sec-top-about .__inner .__flex_container .__f_item {
  position: relative;
  width: 230px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(to right, #f88c0e, #febd24);
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec-top-about .__inner .__flex_container .__f_item .__small {
  display: block;
  font-size: 16px;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0;
  white-space: nowrap;
}
.sec-top-about .__inner .__flex_container .__f_item .__content {
  margin: 0;
  font-weight: 700;
  font-size: 38px;
  font-family: "Oswald", "Noto Sans JP", sans-serif !important;
  line-height: 1.3;
  letter-spacing: 0.12em;
  color: #FFF;
}
.sec-top-about .__inner .__flex_container .__f_item:nth-child(2) .__content {
  font-size: 56px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.sec-top-about .__inner .__flex_container .__f_item:nth-child(3) .__small {
  margin-top: -12px;
}
.sec-top-about .__inner .__contents {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.sec-top-about .__inner .__contents .__content {
  font-size: 1rem;
  font-weight: 500;
  color: #403A39;
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  .sec-top-about {
    padding-bottom: 64px;
  }
  .sec-top-about .__inner .flow-slider .flow-track .item {
    width: 33.3333333333vw; /* スマホ表示時は3枚表示 */
  }
  .sec-top-about .__inner .__flex_container.__pc {
    display: none;
  }
  .sec-top-about .__inner .__content {
    padding: 24px 4% 0;
  }
}

/* -------------------------------------------
 * Troubles
*/
.sec-top-troubles {
  padding: 100px 0;
}
.sec-top-troubles::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg-top-troubles.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.2;
  z-index: -2;
}
.sec-top-troubles .__inner .__header_container {
  height: auto;
  justify-content: center;
}
.sec-top-troubles .__inner .__header_container .__h2_header {
  padding: 0;
}
.sec-top-troubles .__inner .__comment_container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
}
.sec-top-troubles .__inner .__comment_container.__bottom {
  padding-top: 40px;
}
.sec-top-troubles .__inner .__comment_container .__item {
  position: relative;
  background: #f88c0e;
  border-radius: 18px;
  padding: 32px 40px;
  line-height: 1.8;
  font-size: 16px;
  width: 500px;
}
.sec-top-troubles .__inner .__comment_container .__item::after {
  content: "";
  position: absolute;
  bottom: -14px;
  right: 60px;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon-comment-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.sec-top-troubles .__inner .__comment_container .__item .__text {
  margin: 0;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
}
.sec-top-troubles .__inner .__catch_container {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 1100px;
  width: 100%;
  margin: 80px auto 0;
}
.sec-top-troubles .__inner .__catch_container .__micro {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #403A39;
  letter-spacing: 0.15em;
}
.sec-top-troubles .__inner .__catch_container .__text {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  color: #403A39;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .sec-top-troubles {
    padding: 64px 0 0;
  }
  .sec-top-troubles .__inner .__comment_container {
    padding: 40px 16px 30px;
    gap: 30px;
  }
  .sec-top-troubles .__inner .__comment_container.__bottom {
    padding-top: 0;
  }
  .sec-top-troubles .__inner .__comment_container.__bottom .__item:nth-child(1)::after {
    right: auto;
    left: 60px;
    transform: scaleX(-1);
  }
  .sec-top-troubles .__inner .__comment_container .__item {
    width: 100%;
    flex: 0 1 100%;
    font-size: 14px;
    padding: 18px 20px;
  }
  .sec-top-troubles .__inner .__catch_container {
    width: auto;
    margin: 0;
    margin-top: 8vw;
    padding: 64px 4%;
    background-color: #FFF;
  }
  .sec-top-troubles .__inner .__catch_container .__micro {
    letter-spacing: 0;
  }
  .sec-top-troubles .__inner .__catch_container .__text {
    font-size: 20px;
    line-height: 1.5;
  }
}

/* -------------------------------------------
 * Program
*/
section.sec-top-programs {
  background-color: #F7F7F7;
  padding-bottom: 100px;
}
section.sec-top-programs .__header_container {
  position: relative;
  z-index: 1;
}
section.sec-top-programs .__header_container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg-top-programs.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -2;
}
section.sec-top-programs .__header_container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7B1E00;
  opacity: 0.7;
  z-index: -1;
}
section.sec-top-programs .__header_container .__h2_header {
  color: #FFF !important;
}
section.sec-top-programs .__header_container .__en {
  color: #FFF !important;
}
section.sec-top-programs .__inner {
  margin-top: -120px;
  position: relative;
  z-index: 2;
}
section.sec-top-programs .__inner .__programs_container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 64px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
section.sec-top-programs .__inner .__programs_container .__item_wrapper {
  position: relative;
  /* カテゴリラベル（左上のオレンジピル） */
}
section.sec-top-programs .__inner .__programs_container .__item_wrapper .__category {
  position: absolute;
  top: 18px;
  left: -8px;
  z-index: 2;
}
section.sec-top-programs .__inner .__programs_container .__item_wrapper .__category .__text {
  background: linear-gradient(135deg, #ff7c2a 0%, #ff4f23 100%);
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  margin: 0;
  padding: 0.5em 0.7em;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.08em;
  position: relative;
}
section.sec-top-programs .__inner .__programs_container .__item_wrapper .__category .__text::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  border-top: solid 4px transparent;
  border-right: solid 8px #E2B9AC;
}
section.sec-top-programs .__inner .__programs_container .__item_wrapper .__item {
  position: relative;
  background-color: #FFF;
  border: 1px solid #E6E6E6;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  /* 画像エリア */
  /* テキストエリア */
}
section.sec-top-programs .__inner .__programs_container .__item_wrapper .__item .__img {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 342/210;
}
section.sec-top-programs .__inner .__programs_container .__item_wrapper .__item .__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.sec-top-programs .__inner .__programs_container .__item_wrapper .__item .__body {
  padding: 18px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
section.sec-top-programs .__inner .__programs_container .__item_wrapper .__item .__body .__sub_title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #403A39;
}
section.sec-top-programs .__inner .__programs_container .__item_wrapper .__item .__body .__title {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
  color: #f88c0e;
  letter-spacing: 0.12em;
}
section.sec-top-programs .__inner .__programs_container .__item_wrapper .__item .__body .__text {
  margin: 0;
  font-size: 12px;
  line-height: 1.8;
  color: #403A39;
}
section.sec-top-programs .__inner .__btn_container {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.sec-top-programs .__inner .__btn_container .__btn {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1;
  background: linear-gradient(to right, #f88c0e, #febd24);
  border-radius: 999px;
  border: 4px solid #F7F7F7;
  overflow: hidden;
  position: relative;
  width: 480px;
  padding: 1.2em 0;
  transition: border 0.3s ease, color 0.3s ease;
  z-index: 1;
}
section.sec-top-programs .__inner .__btn_container .__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #FFF, #FFF);
  border: 4px solid #f88c0e;
  border-radius: 999px;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}
section.sec-top-programs .__inner .__btn_container .__btn:hover::before {
  opacity: 1;
}
section.sec-top-programs .__inner .__btn_container .__btn:hover {
  color: #f88c0e;
}
@media screen and (max-width: 767px) {
  section.sec-top-programs {
    background-color: #423D45;
  }
  section.sec-top-programs .__header_container {
    height: auto;
    padding: 64px 0;
  }
  section.sec-top-programs .__header_container .__h2_header {
    padding-top: 0;
  }
  section.sec-top-programs .__inner {
    margin-top: 0;
    padding: 0 4%;
  }
  section.sec-top-programs .__inner .__programs_container {
    margin-bottom: 40px;
    padding: 40px 0 24px;
    gap: 20px;
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scrollbar-width: auto; /* Firefox */
    scrollbar-color: #f88c0e #eee; /* Firefox */
    position: relative;
  }
  section.sec-top-programs .__inner .__programs_container::-webkit-scrollbar {
    height: 12px; /* スクロールバーを確実に表示 */
  }
  section.sec-top-programs .__inner .__programs_container::-webkit-scrollbar-thumb {
    background: #f88c0e;
  }
  section.sec-top-programs .__inner .__programs_container::-webkit-scrollbar-track {
    background: #eee;
  }
  section.sec-top-programs .__inner .__programs_container .__item_wrapper {
    flex: 0 0 88%;
    scroll-snap-align: start;
  }
  section.sec-top-programs .__inner .__programs_container .__item_wrapper .__item .__body {
    padding: 18px 16px 24px;
  }
}

/* -------------------------------------------
 * Review
*/
section.sec-top-review {
  padding-bottom: 100px;
}
section.sec-top-review .__header_container {
  background: linear-gradient(to right, #f88c0e, #febd24);
}
section.sec-top-review .__header_container .__h2_header {
  color: #FFF !important;
}
section.sec-top-review .__header_container .__en {
  color: #FFF !important;
}
section.sec-top-review .__inner {
  max-width: 1100px;
  background-color: #FFF;
  width: 100%;
  margin: -120px auto 0;
  padding: 80px 56px;
  border-radius: 1.5rem;
}
section.sec-top-review .__inner .__flex_container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
section.sec-top-review .__inner .__flex_container .__img_container {
  flex: 1 0 30%;
}
section.sec-top-review .__inner .__flex_container .__img_container .__img {
  width: 360px;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
}
section.sec-top-review .__inner .__flex_container .__img_container .__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
section.sec-top-review .__inner .__flex_container .__text_container {
  flex: 0 1 70%;
}
section.sec-top-review .__inner .__flex_container .__text_container .__title_container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
section.sec-top-review .__inner .__flex_container .__text_container .__title_container .__title {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  color: #f88c0e;
  letter-spacing: 0;
}
section.sec-top-review .__inner .__flex_container .__text_container .__title_container .__sub_title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  font-family: "Oswald", sans-serif !important;
  color: #AEACAC;
}
section.sec-top-review .__inner .__flex_container .__text_container .__content {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 1em;
}
section.sec-top-review .__inner .__review_container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
  margin-top: 80px;
}
section.sec-top-review .__inner .__review_container .__review {
  position: relative;
  z-index: 1;
  margin-left: 40px;
}
section.sec-top-review .__inner .__review_container .__review::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -25%);
  width: 64px;
  height: 64px;
  background-image: url("../img/icon-good-point.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
section.sec-top-review .__inner .__review_container .__review .__plan {
  margin: 0;
  padding-right: 0.1em;
  font-size: 28px;
  font-weight: 500;
  font-family: "Oswald", sans-serif !important;
  color: #AEACAC;
  line-height: 1;
  text-align: right;
  position: relative;
  z-index: 2;
}
section.sec-top-review .__inner .__review_container .__review .__comment {
  margin-top: -2px;
  background-color: #F7F7F7;
  border: 1px solid #E6E6E6;
  border-radius: 0.5rem;
  padding: 1.25rem 3rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  section.sec-top-review .__header_container {
    height: auto;
    padding: 64px 0;
  }
  section.sec-top-review .__header_container .__h2_header {
    padding-top: 0;
  }
  section.sec-top-review .__inner {
    margin-top: 0;
    padding: 0;
  }
  section.sec-top-review .__inner .__flex_container {
    flex-direction: column;
  }
  section.sec-top-review .__inner .__flex_container .__img_container,
  section.sec-top-review .__inner .__flex_container .__text_container {
    flex: 0 1 100%;
    width: 100%;
  }
  section.sec-top-review .__inner .__flex_container .__img {
    width: 100% !important;
    height: auto;
  }
  section.sec-top-review .__inner .__flex_container .__img img {
    width: 100%;
  }
  section.sec-top-review .__inner .__flex_container .__text_container {
    padding: 0 4%;
  }
  section.sec-top-review .__inner .__flex_container .__text_container .__title_container {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  section.sec-top-review .__inner .__flex_container .__text_container .__title_container .__title {
    font-size: 8vw;
  }
  section.sec-top-review .__inner .__flex_container .__text_container .__title_container .__sub_title {
    width: 100%;
    font-size: 7vw;
    text-align: right;
  }
  section.sec-top-review .__inner .__review_container {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 48px;
    padding: 0 4%;
  }
  section.sec-top-review .__inner .__review_container .__review .__comment {
    margin-top: 0;
    padding: 1.25rem 1.5rem;
    font-size: 14px;
  }
}

/* -------------------------------------------
 * Beginners
*/
.sec-top-beginners {
  padding: 100px 0;
}
.sec-top-beginners::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg-top-beginners.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 1;
  z-index: -1;
}
.sec-top-beginners .__inner {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
.sec-top-beginners .__inner .__header_container {
  height: auto;
  justify-content: center;
}
.sec-top-beginners .__inner .__header_container .__h2_header {
  padding: 0;
  color: #FFF !important;
}
.sec-top-beginners .__inner .__header_container .__en {
  color: #FFF !important;
}
.sec-top-beginners .__inner .__content_container {
  text-align: center;
  margin-top: 48px;
}
.sec-top-beginners .__inner .__content_container .__title {
  font-size: 20px;
  font-weight: 600;
  background-color: #FFF;
  border-radius: 0.5rem;
  padding: 1em 0;
}
.sec-top-beginners .__inner .__content_container .__title br {
  display: none;
}
.sec-top-beginners .__inner .__content_container .__img {
  margin: 2rem 0;
}
.sec-top-beginners .__inner .__content_container .__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec-top-beginners .__inner .__content_container .__lead {
  margin: 2rem 0;
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  position: relative;
  z-index: 1;
}
.sec-top-beginners .__inner .__content_container .__lead br {
  display: block;
}
.sec-top-beginners .__inner .__content_container .__lead::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  filter: blur(18px);
  z-index: -1;
}
.sec-top-beginners .__inner .__content_container .__lead .__sm {
  font-size: 14px;
}
.sec-top-beginners .__inner .__content_container .__btn_container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-top-beginners .__inner .__content_container .__btn_container .__btn {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1;
  background: linear-gradient(to right, #f88c0e, #febd24);
  border-radius: 999px;
  overflow: hidden;
  position: relative;
  width: 480px;
  padding: 1.2em 0;
  transition: border 0.3s ease, color 0.3s ease;
  z-index: 1;
}
.sec-top-beginners .__inner .__content_container .__btn_container .__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #FFF, #FFF);
  border: 4px solid #f88c0e;
  border-radius: 999px;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}
.sec-top-beginners .__inner .__content_container .__btn_container .__btn:hover::before {
  opacity: 1;
}
.sec-top-beginners .__inner .__content_container .__btn_container .__btn:hover {
  color: #f88c0e;
}
@media screen and (max-width: 767px) {
  .sec-top-beginners {
    padding: 64px 0;
  }
  .sec-top-beginners .__inner {
    padding: 0 4%;
  }
  .sec-top-beginners .__inner .__content_container .__title br {
    display: block;
  }
  .sec-top-beginners .__inner .__content_container .__lead br {
    display: block;
  }
}

/* -------------------------------------------
 * Trainers
*/
section.sec-top-trainers .__header_container {
  background-color: #F9F9F9;
}
section.sec-top-trainers .__inner {
  max-width: 1100px;
  width: 100%;
  margin: -120px auto 0;
  padding: 0 2%;
}
section.sec-top-trainers .__inner .__trainer_wrapper {
  display: contents;
}
section.sec-top-trainers .__inner .__trainer_container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  background-color: #FFF;
  border: 1px solid #CECECE;
  border-radius: 1rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 32px 48px;
}
section.sec-top-trainers .__inner .__trainer_container .__img {
  flex: 0 0 160px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
}
section.sec-top-trainers .__inner .__trainer_container .__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
section.sec-top-trainers .__inner .__trainer_container .__text_container {
  flex: 0 1 auto;
}
section.sec-top-trainers .__inner .__trainer_container .__text_container .__name_container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
}
section.sec-top-trainers .__inner .__trainer_container .__text_container .__name_container .__name {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #f88c0e;
  letter-spacing: 0;
}
section.sec-top-trainers .__inner .__trainer_container .__text_container .__name_container .__kana {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  font-family: "Oswald", sans-serif !important;
  color: #AEACAC;
  letter-spacing: 0.02em;
}
section.sec-top-trainers .__inner .__trainer_container .__text_container .__content {
  margin-top: 1rem;
  font-size: 14px;
}
section.sec-top-trainers .__inner .__trainer_container:nth-child(2) {
  margin-top: 32px;
}
section.sec-top-trainers .__inner .__trainer_container:nth-child(2) .__img img {
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (max-width: 767px) {
  section.sec-top-trainers {
    padding-bottom: 64px;
  }
  section.sec-top-trainers::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #FFFFFF 0%, #F0E6E6 100%);
    opacity: 1;
    z-index: -1;
  }
  section.sec-top-trainers .__header_container {
    height: auto;
    padding: 64px 0;
  }
  section.sec-top-trainers .__header_container .__h2_header {
    padding-top: 0;
  }
  section.sec-top-trainers .__inner {
    margin-top: 0;
    padding: 0 4%;
  }
  section.sec-top-trainers .__inner .__trainer_wrapper {
    display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 24px;
    scrollbar-width: auto;
    scrollbar-color: #f88c0e #eee;
  }
  section.sec-top-trainers .__inner .__trainer_wrapper::-webkit-scrollbar {
    height: 6px;
  }
  section.sec-top-trainers .__inner .__trainer_wrapper::-webkit-scrollbar-thumb {
    background: #f88c0e;
    border-radius: 999px;
  }
  section.sec-top-trainers .__inner .__trainer_wrapper::-webkit-scrollbar-track {
    background: #eee;
  }
  section.sec-top-trainers .__inner .__trainer_wrapper .__trainer_container {
    min-width: 640px;
    width: -moz-max-content;
    width: max-content;
    max-width: 800px;
    display: flex;
    gap: 1.5rem;
    padding: 24px 20px;
    /* 必要なら影や角丸も維持 */
    border-radius: 1rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
  }
  section.sec-top-trainers .__inner .__trainer_wrapper .__trainer_container .__text_container .__name_container .__name {
    font-size: 6vw;
  }
  section.sec-top-trainers .__inner .__trainer_wrapper .__trainer_container .__text_container .__name_container .__kana {
    font-size: 5vw;
  }
  section.sec-top-trainers .__inner .__trainer_wrapper .__trainer_container .__text_container .__content {
    font-size: 14px !important;
  }
}

/* -------------------------------------------
 * Map
*/
.sec-top-map {
  padding: 100px 0;
}
.sec-top-map .__inner .__header_container {
  padding-bottom: 40px;
  height: auto;
  justify-content: center;
}
.sec-top-map .__inner .__header_container .__h2_header {
  padding: 0;
}
.sec-top-map .__inner .__flex_container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  background: #FFF;
  border: 20px solid #f88c0e;
  display: flex;
}
.sec-top-map .__inner .__flex_container .__left_container {
  flex: 0 0 32%;
  padding: 32px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec-top-map .__inner .__flex_container .__left_container .__img {
  margin: 0 0 24px;
}
.sec-top-map .__inner .__flex_container .__left_container .__img img {
  display: block;
  max-width: 180px;
  height: auto;
}
.sec-top-map .__inner .__flex_container .__left_container .__company {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}
.sec-top-map .__inner .__flex_container .__left_container .__open dl {
  margin: 0 0 10px;
  display: flex;
  gap: 1rem;
}
.sec-top-map .__inner .__flex_container .__left_container .__open dl dt {
  width: 60px;
  color: #403A39;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.sec-top-map .__inner .__flex_container .__left_container .__open dl dd {
  margin: 0;
  color: #403A39;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.sec-top-map .__inner .__flex_container .__center_container {
  flex: 0 0 32%;
  padding: 32px 36px;
  display: flex;
  align-items: flex-end;
}
.sec-top-map .__inner .__flex_container .__center_container .__address {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #403A39;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.sec-top-map .__inner .__flex_container .__center_container .__address a {
  color: #f88c0e;
  text-decoration: none;
}
.sec-top-map .__inner .__flex_container .__center_container .__address a:hover {
  text-decoration: underline;
}
.sec-top-map .__inner .__flex_container .__center_container .__address .__notice {
  margin-top: 1rem;
  display: block;
}
.sec-top-map .__inner .__flex_container .__right_container {
  flex: 0 0 36%;
  overflow: hidden;
}
.sec-top-map .__inner .__flex_container .__right_container iframe {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sec-top-map {
    margin: 0;
    padding: 64px 0;
  }
  .sec-top-map::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f88c0e;
    opacity: 1;
    z-index: -1;
  }
  .sec-top-map .__inner .__header_container .__h2_header,
  .sec-top-map .__inner .__header_container .__en {
    color: #FFF !important;
  }
  .sec-top-map .__inner .__flex_container {
    flex-direction: column;
  }
  .sec-top-map .__inner .__flex_container .__left_container,
  .sec-top-map .__inner .__flex_container .__center_container,
  .sec-top-map .__inner .__flex_container .__right_container {
    flex: 0 1 100%;
  }
  .sec-top-map .__inner .__flex_container .__left_container .__img img {
    margin: 0 auto;
  }
  .sec-top-map .__inner .__flex_container .__center_container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sec-top-map .__inner .__flex_container .__right_container {
    min-height: 320px;
    margin-top: 40px;
  }
  .sec-top-map .__inner .__flex_container .__right_container iframe {
    height: 50vh !important;
  }
}

/* -------------------------------------------
 * CTA
*/
.sec-top-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg-top-cta.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -2;
}
.sec-top-cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  z-index: -1;
}
.sec-top-cta .__inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
.sec-top-cta .__inner .__lead {
  font-size: 32px;
  font-weight: 700;
  color: #FFF;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.1em;
}
.sec-top-cta .__inner .__lead .__color {
  color: #f88c0e;
}
.sec-top-cta .__inner .__content {
  margin: 2.4em 0;
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}
.sec-top-cta .__inner .__btn_container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sec-top-cta .__inner .__btn_container .__btn {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1;
  background: linear-gradient(to right, #f88c0e, #febd24);
  border-radius: 999px;
  overflow: hidden;
  position: relative;
  width: 480px;
  padding: 1.2em 0;
  transition: border 0.3s ease, color 0.3s ease;
  z-index: 1;
}
.sec-top-cta .__inner .__btn_container .__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #FFF, #FFF);
  border: 4px solid #f88c0e;
  border-radius: 999px;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}
.sec-top-cta .__inner .__btn_container .__btn:hover::before {
  opacity: 1;
}
.sec-top-cta .__inner .__btn_container .__btn:hover {
  color: #f88c0e;
}
.sec-top-cta .__inner.__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec-top-cta {
    padding: 0 4%;
  }
  .sec-top-cta::before {
    background-position: 72% center;
  }
  .sec-top-cta .__inner {
    padding: 64px 0;
  }
  .sec-top-cta .__inner.__pc {
    display: none;
  }
  .sec-top-cta .__inner.__sp {
    display: block;
  }
  .sec-top-cta .__inner .__lead.__top {
    font-size: 6.8vw;
  }
  .sec-top-cta .__inner .__lead.__bottom {
    font-size: 5.6vw;
    margin-top: 1rem;
    position: relative;
    display: inline-block;
  }
  .sec-top-cta .__inner .__lead.__bottom::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background-color: #FFF;
  }
}/*# sourceMappingURL=new-top.css.map */