@charset "UTF-8";

/* ==========================================
  IMPORT
========================================== */

/* ========== BASE ========== */

/* Sanitize CSS (reset css)
 * ========================================================================== */

*,
::before,
::after {
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ul dl,
dd {
  margin: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

main {
  display: block;
}

nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
  background: none;
  border: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* customize */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  align-items: center;
}

figure {
  margin: 0;
}

/* /Sanitize CSS (reset css)
 * ========================================================================== */

html {
  font-size: clamp(2.5641025641vw, -0.2px + 2.6vw, 2.5641025641vw);
}

/* ========== LAYOUT ========== */

.header .header__inner {
  align-items: center;
  justify-content: space-between;
  display: flex;
  padding: 1.2rem 1.6rem;
  background: #fff;
}

.header .header__aLogo {
  font-size: 0;
}

.header .header__imgLogo--1 {
  width: 5.7rem;
}

.header .header__imgLogo--2 {
  width: 16.8rem;
}

.header .header__imgLogo--3 {
  width: 22.5rem;
}

.header .header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .header__ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .header__imgButton {
  width: 5.5rem;
}

.footer {
  background: #fff;
}

.footer .footer__inner {
  max-width: 100rem;
  padding: 1.2rem 2rem;
}

.footer .footer__menuAttention {
  margin-top: 2.4rem;
  margin-left: 1rem;
  text-indent: -1rem;
}

.footer .footer__relationLink {
  margin-bottom: 4.8rem;
}

.footer .footer__relationLinkImg {
  margin-bottom: 3.2rem;
}

.footer .footer__relationLinkP1 {
  color: #414358;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 140%;
}

.footer .footer__relationLinkButton {
  padding: 1.2rem 3rem;
  border: 0.2rem solid #414358;
  border-radius: 5rem;
  width: 27.9rem;
}

.footer .footer__relationLinkA--2 {
  text-align: center;
}

.footer .footer__nav {
  margin: 1.2rem 0 0.8rem 0;
}

.footer .footer__ul {
  display: flex;
  gap: 1.6rem;
}

.footer .footer__li {
  font-size: 1.2rem;
}

.footer .footer__list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.footer .footer__list li {
  position: relative;
  background: var(--BG-_main, #f4f4f2);
  padding: 1.6rem 2rem;
}

.footer .footer__list li a {
  color: var(--text, #414358);
  font-feature-settings: "palt" on;
  /* label_bold_M */
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
  text-decoration: none;
}

.footer .footer__list li a::after {
  position: absolute;
  top: 25%;
  right: 1.8rem;
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(/common_2025/img/svg/arrowRight--red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.footer .footer__listChild {
  color: var(--text, #414358);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.footer .footer__list .footer__listChild--2 {
  padding-left: 4rem;
}

.footer .footer__list .ul1 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

/* ========== COMPONENTS / MOLECULES ========== */

.c-accordionUl {
  margin-top: 2.4rem;
}

.c-accordionUl__p {
  color: var(--text, #414358);
  font-feature-settings: "pwid" on, "palt" on;
  /* title_SS */
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  margin-bottom: 1.6rem;
}

.c-accordionUl__p2 {
  margin-top: 2.4rem;
}

.c-accordionLi {
  position: relative;
  display: flex;
  align-items: center;
  background: #f4f4f2;
  padding: 1.6rem 2rem;
  margin-bottom: 0.1rem;
}

.c-accordionLi::after {
  position: absolute;
  right: 1.8rem;
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("/common_2025/img/svg/circleAdd--red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.c-accordionLi--first {
  border-radius: 2.4rem 2.4rem 0 0;
}

.c-accordionLi--last {
  border-radius: 0 0 2.4rem 2.4rem;
}

.c-accordionH4 {
  color: #414358;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 130%;
  width: 28rem;
}

.c-accordionH3 {
  color: #414358;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 130%;
  width: 28rem;
}

.c-accordion__li2 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  list-style: none;
  margin-top: -0.1rem;
  background: var(--BG-_main, #f4f4f2);
  color: var(--text, #414358);
  padding: 0 2rem 0;
}

.c-accordion__span--gray {
  color: var(--sub2, #414358);
  font-feature-settings: "palt" on;
  /* text_SS */
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.c-accordion__span--red {
  color: var(--cocha_primary, #e81829);
  font-feature-settings: "palt" on;
  /* text_S */
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.c-accordion__span--black {
  color: var(--text, #414358);
  font-feature-settings: "palt" on;
  /* text_S */
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 21px */
}

.c-cardContent__figure {
  background: #f4f4f2;
  padding: 1.5rem 0.8rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 0.4rem;
  border-radius: 2rem;
}

.c-cardContent__picture {
  flex: 3;
  display: flex;
  justify-content: center;
}

.c-cardContent__figureImg--1 {
  width: 10.6rem;
}

.c-cardContent__figcaption {
  position: relative;
  flex: 6;
}

.c-cardContent__figcaption::after {
  position: absolute;
  right: 0.25rem;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  background: url("/common_2025/img/svg/container--red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.c-cardContent__figcaptionH3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.52rem;
  margin-top: 0.8rem;
}

.c-cardContent__figcaptionP {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.24rem;
  margin-top: 0.5rem;
}

.c-cardContent__figure--2 {
  background: #f6f6f6;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
}

.c-cardContent__picture--2 {
  flex: 5;
  display: flex;
}

.c-cardContent__figcaption--2 {
  position: relative;
  flex: 5;
}

.c-cardContent__figcaption--2::after {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  background: url("/common_2025/img/svg/container--red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.c-cardContent__figcaptionH3--2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 2rem;
}

.c-card3__ul {
  margin-top: 2.4rem;
}

.c-card3__li {
  position: relative;
  display: flex;
  align-items: center;
  background: #f4f4f2;
  padding: 1.6rem 2rem;
  margin-bottom: 0.1rem;
}

.c-card3__li::after {
  position: absolute;
  right: 1.8rem;
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("/common_2025/img/svg/arrowRight--red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.c-card3__li--first {
  border-radius: 2.4rem 2.4rem 0 0;
}

.c-card3__li--last {
  border-radius: 0 0 2.4rem 2.4rem;
}

.c-card3__h4 {
  color: #414358;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 130%;
  width: 28rem;
}

.c-carousel__box {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.c-carousel__track {
  display: flex;
  width: 300%;
  /* 3枚ぶん */
  animation: slide 6s infinite;
  /* 2秒×3枚 = 6秒で1周 */
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-carousel__list {
  width: 100%;
  /* 1枚が表示領域いっぱい */
  flex-shrink: 0;
}

.c-carousel__list img {
  width: 39rem;
}

/* アニメーション: 1.5秒停止 + 0.5秒スライド */

@keyframes slide {
  0%, 25% {
    transform: translateX(0);
  }

  /* 1枚目表示 */
  33%, 58% {
    transform: translateX(-100%);
  }

  /* 2枚目表示 */
  66%, 91% {
    transform: translateX(-200%);
  }

  /* 3枚目表示 */
  100% {
    transform: translateX(0);
  }

  /* 戻る */}

.c-mainNav__top {
  display: flex;
  padding: 2.4rem 2.8rem 3.2rem 2.8rem;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  align-self: stretch;
}

.c-mainNav__p1 {
  color: var(--white, #fff);
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  /* 33.8px */
  font-family: "Rounded Mplus 1c";
}

.c-mainNav {
  padding: 0rem 0 1.6rem 0;
}

.c-mainNav__h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}

.c-mainNav__img1 {
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.2);
}

.c-mainNav__img2 {
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.2);
}

.c-grid3clumn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 0.8rem;
  align-items: center;
  justify-items: center;
}

.c-mainNav__li {
  border-radius: 2.4rem;
}

.c-mainNav__p {
  color: var(--sub2, #414358);
  text-align: center;
  font-family: Inter;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  letter-spacing: -0.504rem;
}

.c-mainNav__span--1 {
  color: var(--sub2, #414358);
  text-align: center;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 130%;
}

.c-mainNav__time {
  color: var(--sub2, #414358);
  text-align: center;
  font-family: Inter;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 130%;
}

.c-requestButton__p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 2.4rem;
  margin: 0 0 1.1rem 0;
  color: #fff;
}

.c-requestButton__a {
  display: flex;
  align-items: center;
  background: #ff1925;
  border-radius: 5rem;
  height: 6.55rem;
  box-shadow: 0 0.2rem 1.2rem 0 rgba(19, 21, 43, 0.07), 0 0.04rem 0.195rem 0 rgba(19, 21, 43, 0.04);
}

.c-requestButton__picture {
  flex: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.c-requestButton__img {
  width: 10rem;
  margin-top: -0.35rem;
}

.c-requestButton__span {
  flex: 6;
  font-size: 2.4rem;
  font-weight: 900;
  vertical-align: sub;
  color: #fff;
}

.c-mainNav__h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}

.c-mainNav__img1 {
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.2);
}

.c-mainNav__img2 {
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.2);
}

.c-grid3clumn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 0.8rem;
  align-items: center;
  justify-items: center;
}

.c-requestButton2__p1 {
  color: var(--white, #fff);
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 1.3rem;
}

.c-requestButton2__a {
  display: flex;
  align-items: center;
  background: #ffe100;
  border-radius: 5rem;
  height: 6.55rem;
  box-shadow: 0 0.2rem 1.2rem 0 rgba(19, 21, 43, 0.07), 0 0.04rem 0.195rem 0 rgba(19, 21, 43, 0.04);
}

.c-requestButton3__a {
  display: flex;
  align-items: center;
  background: #e81829;
  border-radius: 5rem;
  height: 6.55rem;
  box-shadow: 0 0.2rem 1.2rem 0 rgba(19, 21, 43, 0.07), 0 0.04rem 0.195rem 0 rgba(19, 21, 43, 0.04);
}

.c-requestButton3__a p,
.c-requestButton3__a span {
  color: #fff;
}

.c-requestButton3__a--yellow {
  display: flex;
  align-items: center;
  background: #FFE100;
  border-radius: 5rem;
  height: 6.55rem;
  box-shadow: 0 0.2rem 1.2rem 0 rgba(19, 21, 43, 0.07), 0 0.04rem 0.195rem 0 rgba(19, 21, 43, 0.04);
}

.c-requestButton3__a--yellow p,
.c-requestButton3__a--yellow span {
  color: #414358;
}

.c-requestButton2__picture {
  flex: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.c-requestButton2__img {
  width: 8.7rem;
  margin-top: -1.2rem;
}

.c-requestButton2__p {
  flex: 4;
  font-weight: 700;
  font-size: 2.4rem;
  margin: 0 0 1.1rem 0;
  color: #414358;
  text-align: center;
  padding-right: 3.2rem;
  line-height: 130%;
}

.c-requestButton2__span {
  font-size: 1.4rem;
  font-weight: 900;
  vertical-align: sub;
  color: #414358;
  line-height: 130%;
}

.c-modal__serviceFeaturesBoxBaby__aAlignment {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

/* 上半分オーバーレイ */

.modal__overlay--2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -10;
}

.modal__serviceFeaturesBoxBabyInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-modal__serviceFeaturesBoxBabyCnt {
  position: relative;
  background: #fff;
  border-radius: 4.8rem;
  display: flex;
  width: 35.8rem;
  max-width: 58rem;
  padding: 2.4rem 1.6rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
}

.c-modal__serviceFeaturesBoxBabyP {
  color: var(--text, #414358);
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  /* 36.4px */
}

.c-modal__serviceFeaturesBoxBaby2column {
  display: flex;
  width: 32.6rem;
  justify-content: center;
  align-items: flex-start;
  gap: 1.4rem;
}

.c-modal__serviceFeaturesBoxBaby2column img {
  width: 15.4rem;
}

.modal__serviceFeaturesBoxBabyCloseBtn {
  position: absolute;
  top: -5rem;
  right: -0.5rem;
}

/* 初期非表示 */

.c-requestButton__aAlignment {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.c-modal__mainNavCloseBton {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: #0081cc;
}

/* 上半分オーバーレイ */

.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* 下半分コンテンツ */

.c-modal__mainNav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 52rem;
  border-radius: 4.8rem 4.8rem 0 0;
  color: #fff;
  background: #0081cc;
  padding: 1rem;
  overflow-y: auto;
}

.c-modal__mainNavMainNavGrid {
  margin-top: 3.2rem;
}

/* バナーモーダル開始 */

.c-modal__commonBanner .modal_banner {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 9;
}

.c-modal__commonBanner .modal__content_banner {
  background: transparent;
  max-width: 60rem;
  width: 90%;
  border-radius: 4.2rem;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}

.c-modal__commonBanner .modal__close_banner {
  position: absolute;
  top: 0.2rem;
  right: 0.5rem;
  font-size: 3rem;
  cursor: pointer;
  z-index: 99;
  color: #fff;
}

.c-modal__commonBanner .modal__content_banner p {
  color: #464646;
  font-feature-settings: "palt" on;
  /* label_bold_base */
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  line-height: 130%;
  /* 20.8px */
  text-align: center;
  margin-top: 3.5rem;
  margin-bottom: 0.8rem;
}

.c-modal__commonBanner .modal__content_banner_inner {
  background-color: #faf5eb;
}

.c-modal__commonBanner .modal__content_banner_block {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 1rem;
}

.c-modal__commonBanner .modal__content_banner a {
  border-radius: 2.5rem;
  background: #e81829;
  color: #fff;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.8rem;
  /* 100% */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28.5rem;
  height: 5rem;
  margin: 0 auto;
  position: relative;
  margin-bottom: 3.5rem;
}

.c-modal__commonBanner .modal__content_banner a::after {
  content: "";
  background-image: url(../img/arrow_banner.png);
  display: inline-block;
  width: 1rem;
  height: 1.6rem;
  background-size: cover;
  position: absolute;
  right: 2rem;
}

.c-modal__commonBanner {
  /* 1ヶ月から受講OKモーダル */
}

.c-modal__commonBanner .promo__card {
  position: relative;
  margin: 0 auto;
  max-width: 60rem;
  background: #ffe457;
  /* 近い黄色 */
  border: 0.7rem solid #111;
  border-radius: 9.6rem;
  padding: 2.8rem 1.8rem 5rem;
  box-shadow: 0 0.2rem 0 rgba(0, 0, 0, 0.05) inset;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #111;
}

.c-modal__commonBanner {
  /* Badge */
}

.c-modal__commonBanner .promo__badge {
  position: relative;
  display: grid;
  grid-template-columns: 8.6rem 1fr;
  gap: 1.2rem;
  align-items: center;
  margin-bottom: 1.8rem;
  display: flex;
  justify-content: center;
}

.c-modal__commonBanner .promo__badge-main {
  display: grid;
  place-items: center;
  width: 8.6rem;
  height: 8.6rem;
  background: #111;
  color: #fff;
  border-radius: 99.9rem;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
}

.c-modal__commonBanner .promo__badge-sub {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}

.c-modal__commonBanner {
  /* Lead */
}

.c-modal__commonBanner .promo__lead {
  font-weight: 700;
  font-size: 1.6rem;
  margin: 0.8rem 0.4rem 1rem;
}

.c-modal__commonBanner .promo__card p {
  text-align: left;
}

.c-modal__commonBanner {
  /* Title */
}

.c-modal__commonBanner .promo__title {
  margin: 0 0.4rem 1.2rem;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.c-modal__commonBanner .promo__title-num {
  font-size: 7.2rem;
  /* 「1」大きく */
  display: inline-block;
  margin-right: 0.6rem;
  -webkit-text-stroke: 0.2rem #111;
  /* 縁取りで強調（対応外ブラウザは無視） */
  text-stroke: 0.2rem #111;
}

.c-modal__commonBanner .promo__title-strong {
  font-size: 4rem;
}

.c-modal__commonBanner .promo__card p {
  margin-top: 0;
}

.c-modal__commonBanner {
  /* Figure (image) */
}

.c-modal__commonBanner .promo__figure {
  margin: 1.6rem auto 0.8rem;
  background: #fff;
  border-radius: 1.6rem;
  padding: 1.6rem;
  width: calc(100% - 0.8rem);
  border: 0.2rem solid rgba(0, 0, 0, 0.08);
}

.c-modal__commonBanner .promo__figure img {
  display: block;
  width: 100%;
  height: auto;
}

.c-modal__commonBanner {
  /* short note */
}

.c-modal__commonBanner .modal__content_banner .promo__note {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0.6rem 0.4rem 1.4rem;
  margin-bottom: 2.4rem;
  font-weight: 700;
}

.c-modal__commonBanner .promo__box-title {
  font-weight: 700;
  font-size: 1.3rem;
  margin: 0 0 0.8rem;
  margin-bottom: 0;
}

.c-modal__commonBanner .promo__box-list {
  padding: 0;
  list-style: disc;
  font-size: 1.4rem;
  line-height: 1.7;
}

.c-modal__commonBanner .promo__box-list li {
  margin-bottom: 0.6rem;
}

.c-modal__commonBanner .promo__box-link {
  font-size: 1.4rem;
  color: #005bbb;
  text-decoration: underline;
  font-weight: 700;
}

.c-modal__commonBanner .promo__box_tit {
  color: var(--text, #414358);
  font-feature-settings: "palt" on;
  /* text_S */
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 21px */
}

.c-modal__commonBanner .promo__box p span {
  color: #e81829;
}

.c-modal__commonBanner .modal__content_banner .promo__box-list_txt {
  font-size: 1.4rem;
}

.c-modal__commonBanner .promo__accordion-content {
  display: none;
  overflow: hidden;
  transition: max-height 0.3s ease;
  max-height: 0;
}

.c-modal__commonBanner .promo__accordion-content p {
  font-size: 1.4rem;
}

.c-modal__commonBanner .promo__accordion-content.open {
  display: block;
  max-height: 50rem;
  /* 開いたときの高さ（中身に応じて調整） */
}

.c-modal__commonBanner .modal__content_banner .promo__box_blue {
  font-weight: 700;
  color: #1d7fd6;
}

.c-header__hamburgerOverlay__gray--2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* バナーモーダル終了 */

.c-featureScrollBox--2 {
  position: absolute;
  z-index: 10;
  display: flex;
  gap: 0.8rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 1.2rem 0;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  margin-left: 1rem;
  color: #fff;
}

.c-featureScrollBoxFigure--2 {
  display: flex;
  max-width: 28rem;
  padding: 2rem;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  flex-shrink: 0;
  background: #34bbd8;
  margin: 0;
  border-radius: 2.4rem;
}

.c-featureScrollBoxFigcaptionH5--2 {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 130%;
}

.c-featureScrollBoxFigcaptionP--2 {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 150%;
}

.c-header__hamburgerOverlay--sp {
  position: fixed;
  overflow: hidden;
  top: 0;
  z-index: 10;
  width: 100%;
  min-height: 100%;
}

.c-header__hamburgerOverlay__inner--sp {
  position: absolute;
  right: 0;
  overflow-y: auto;
  padding: 0 2rem 2rem 2rem;
  background: #fff;
  width: 100%;
  height: 100%;
}

.c-header__hamburgerOverlay__inner--sp .leftBox p {
  font-weight: 700;
  font-size: 1.6rem;
}

.c-header__hamburgerOverlay__inner--sp .leftBox p span {
  font-weight: 700;
  font-size: 1rem;
}

.c-header__hamburgerOverlay__head--sp {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 0;
  padding: 1.5rem 0 1.5rem 1.5rem;
}

.c-header__hamburgerOverlay__head--sp .puchi__img1 {
  width: 10.8rem;
}

.c-header__hamburgerOverlay__head--sp .top__img1 {
  width: 16.8rem;
}

.c-header__hamburgerOverlay__head--sp .img2 {
  width: 5.5rem;
}

.c-header__hamburgerOverlay__head--sp p {
  font-size: 1.4rem;
  font-weight: 700;
}

.c-header__hamburgerOverlay__body--sp ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.c-header__hamburgerOverlay__body--sp li a:not(.not, .borderBottom_a) {
  position: relative;
  padding: 0.6rem 0 0.6rem 1.2rem;
  font-family: var(--s-font-e1afbd07);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4rem;
  display: flex;
  align-items: center;
  color: #464646;
}

.c-header__hamburgerOverlay__body--sp li .a3 {
  color: #e81829;
  padding: 0.6rem 0 0.6rem 1.2rem;
  font-family: var(--s-font-e1afbd07);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4rem;
  display: flex;
  align-items: center;
}

.border--red {
  display: inline-block;
  min-height: 3.4rem;
  border-left: 0.4rem solid #e81829;
  border-radius: 0.4rem;
  margin-right: 1.8rem;
}

.c-header__hamburgerOverlay__body--sp p {
  color: #464646;
  font-family: var(--s-font-e1afbd07);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4rem;
  padding: 1.2rem 0 1.2rem 3rem;
}

.border {
  display: inline-block;
  min-height: 3.4rem;
  border-left: 0.4rem solid #464646;
  border-radius: 0.4rem;
  margin-right: 1.8rem;
}

.c-header__hamburgerOverlay__body--sp li a:not(.not, .plus)::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 2.8rem;
  width: 1rem;
  height: 1rem;
  background-image: url("/common_2025/img/hb-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 1.8rem;
}

.c-header__hamburgerOverlay__body--sp .plus__child li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 1.2rem;
  width: 1rem;
  height: 1rem;
  background-image: url("/common_2025/img/hb-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 1.8rem;
}

.c-header__hamburgerOverlay__body--sp li .plus::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 2.6rem;
  width: 2rem;
  height: 2rem;
  background-image: url("/common_2025/img/add1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 1.8rem;
}

.borderBottom_li {
  padding-left: 1.2rem;
}

.borderBottom_a {
  border-bottom: 0.1rem solid #d0d0d0;
  position: relative;
  padding: 0.6rem 0 0.6rem 0;
  font-family: var(--s-font-e1afbd07);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4rem;
  display: flex;
  align-items: center;
  color: #464646;
}

.borderBottom_span {
  border-bottom: 0.1rem solid #d0d0d0;
  padding: 0.6rem 0 0.6rem 0;
  font-family: var(--s-font-e1afbd07);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4rem;
  display: flex;
  align-items: center;
  color: #464646;
  width: 33.5rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.c-header__hamburgerOverlay__body--sp .a1 {
  display: flex;
  align-items: center;
  color: #e81829;
  background: yellow;
  border: 0.1rem solid #e81829;
  max-width: 32.5rem;
  margin: 2rem auto;
  padding: 1.2rem 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 1.4rem;
}

.c-header__hamburgerOverlay__body--sp li a .span1 {
  margin-left: 4rem;
}

.c-header__hamburgerOverlay__body--sp .a2 span {
  display: flex;
  align-items: center;
}

.c-header__hamburgerOverlay__body--sp .a2 span::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1.5rem;
  background-image: url("/common_2025/img/hb__smail.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 1.8rem;
}

.plus__child {
  padding: 0 1.5rem 0 1.6rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  list-style: none;
}

.ul2 {
  padding: 0 1.5rem 0 1.6rem;
}

.c-header__hamburgerOverlay__body--sp .plus__child--2 li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 1.2rem;
  width: 1rem;
  height: 1rem;
  background-image: url("/common_2025/img/hb-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 1.8rem;
}

.c-header__hamburgerOverlay__body--sp .nyukai::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 4.5rem;
  width: 2rem;
  height: 2rem;
  background-image: url("/common_2025/img/svg/arrowRight--red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 1.8rem;
}

.c-header__hamburgerOverlay__gray {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.header__leftP {
  color: var(--puchi, #e61f53);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6rem;
}

.modal_banner .box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.header__hbAc .header__ul1 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  list-style: none;
  margin: 0;
}

.c-hero__GradeCharacteristics--1 {
  border-radius: 4rem;
  background: #E81829;
  color: #fff;
}

.c-accordion2__button span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.c-plusIcon::before {
  content: "";
  display: inline-block;
  width: 1.608rem;
  height: 2.29rem;
  margin-left: 1rem;
  background-image: url("/common_2025/img/pulsIcon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: 0.6rem;
}

.c-minusIcon::before {
  content: "";
  display: inline-block;
  width: 1.608rem;
  height: 2.29rem;
  margin-left: 1rem;
  background-image: url("/common_2025/img/minusIcon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 0.6rem;
}

.c-plusIcon--gray::before {
  content: "";
  display: inline-block;
  width: 1.608rem;
  height: 2.29rem;
  margin-left: 1rem;
  background-image: url("/common_2025/img/pulsIcon--gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: 0.6rem;
}

.c-minusIcon--gray::before {
  content: "";
  display: inline-block;
  width: 1.608rem;
  height: 2.29rem;
  margin-left: 1rem;
  background-image: url("/common_2025/img/minusIcon--gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 0.6rem;
}

.c-reason {
  margin-top: 5.6rem;
  margin-bottom: 4rem;
}

.c-reason_inner {
  width: 95%;
  margin: 0 auto;
}

.c-reason_tit {
  padding-left: 2rem;
}

.c-reason_tit_wrap {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  justify-content: flex-start;
}

.c-reason_tit_wrap p,
.c-reason_tit_wrap span {
  color: #00afec;
}

.c-reason_tit_wrap_num {
  color: var(--cocha_primary, #e81829);
  text-align: center;
  /* number_XXL */
  font-family: Inter, sans-serif;
  font-size: 10rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  /* 120px */
  margin: 0;
}

.c-reason_tit_wrap_num--2 {
  text-align: center;
  /* number_XXL */
  font-family: Inter, sans-serif;
  font-size: 10rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  /* 120px */
  margin: 0;
}

.c-reason_tit_wrap_txt {
  color: var(--cocha_primary, #e81829);
  font-feature-settings: "palt" on;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  /* 26.4px */
}

.c-reason_tit_wrap_txt--2 {
  color: var(--pocket_dark, #fdd000);
  /* round_text_base */
  font-family: "Rounded Mplus 1c";
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  /* 33.6px */
}

.c-reason_tit h2 {
  color: var(--text, #414358);
  /* round_text_M */
  font-family: "Rounded Mplus 1c";
  font-size: 3rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  /* 36px */
}

.c-reason_tit2 h2 {
  color: var(--text, #414358);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  /* 52.8px */
}

.c-reason_block {
  max-width: 58rem;
  padding: 3.2rem 2rem 10.8rem 2rem;
  border-radius: 23.2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 100%), #e85298;
  margin-bottom: 4rem;
}

.c-reason_block--2 {
  max-width: 58rem;
  padding: 3.2rem 2rem 10.8rem 2rem;
  border-radius: 23.2rem;
  background: var(--cocha_accent, #ffe100);
  margin-bottom: 4rem;
}

.c-reason_block_tit {
  color: var(--text, #414358);
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  /* 39px */
  margin-bottom: 2rem;
}

.c-reason_block_tit span {
  color: var(--white, #fff);
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  /* 31.2px */
}

.c-reason_block_tit_sub {
  color: var(--cocha_primary, #e81829);
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 93%;
  /* 18.6px */
  display: block;
}

.c-reason_block_tit_sub span {
  color: var(--cocha_primary, #e81829);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 7.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 93%;
  display: block;
}

.c-reason_block_tit2 {
  color: var(--text, #414358);
  font-feature-settings: "palt" on;
  /* text_bold_L */
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 30px */
  margin-top: 1.6rem;
}

.c-reason_block_txt {
  color: var(--text, #414358);
  font-feature-settings: "palt" on;
  /* text_S */
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}

.c-reason_block2 {
  background: var(--cocha_primary, #e81829);
}

.c-reason_block2 h2,
.c-reason_block2 h3,
.c-reason_block2 p,
.c-reason_block2 span {
  color: #fff;
}

.c-reason_block3 {
  background: var(--cocha_blue, #1d7fd6);
}

.c-reason_block3 h2,
.c-reason_block3 h3,
.c-reason_block3 p,
.c-reason_block3 span {
  color: #fff;
}

.c-scrollContainer {
  cursor: grab;
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  margin-left: -1.2rem;
  max-width: 49.9rem;
  margin-right: -2.4rem;
}

.c-scrollContainer__child {
  flex-shrink: 0;
}

.c-scrollContainer__childImg {
  height: 19.3rem;
}

.c-scrollContainer1__ul {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  margin: 2rem 0;
  max-width: 37.25rem;
  margin-right: -1.6rem;
}

.c-scrollContainer1__li {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4rem;
  background: var(--BG_baige, #faf5eb);
  min-width: 7.3rem;
  color: var(--text, #414358);
  font-size: 2rem;
  font-weight: 700;
  line-height: 4.2rem;
  flex-shrink: 0;
  padding: 0 0.95rem;
}

.c-scrollContainer1__li.active {
  background: var(--cocha_accent, #ffe100);
}

.c-secCommitment {
  background: var(--BG-_main, #f7f4ed);
}

.c-secCommitment__h2--red {
  color: var(--cocha_primary, #e81829);
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 120%;
  font-family: "Rounded Mplus 1c";
}

.c-secCommitment__span {
  color: var(--cocha_primary, #e81829);
  font-size: 2.55rem;
  font-weight: 900;
  line-height: 120%;
}

.c-secCommitment__span2 {
  color: var(--text, #414358);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 130%;
}

.c-secCommitment__figcaptionP {
  color: var(--text, #414358);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 130%;
}

.c-accordion2__button {
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
  text-decoration-line: underline;
  text-align: right;
  padding-right: 1.6rem;
}

.c-accordion2__button--2 {
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
  text-decoration-line: underline;
  text-align: left;
  padding-left: 1.6rem;
}

.c-accordion2__dl {
  max-height: 0;
  padding: 0 1.6rem 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  list-style: none;
  margin: 0;
}

.c-accordion2__dl__span--red {
  color: var(--cocha_primary, #e81829);
  font-feature-settings: "palt" on;
  /* text_SS */
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.c-accordion2__dt {
  padding-top: 2rem;
}

.c-accordion2__dd {
  letter-spacing: -0.055rem;
}

.c-accordion2__dd a {
  display: inline;
  text-decoration: underline;
}

.c-secCommitment__h2 {
  color: var(--text, #414358);
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 130%;
}

.c-secCommitment__expertH3 {
  color: var(--text, #414358);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 130%;
}

.c-secCommitment__expertCardBody {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.c-secCommitment__expertP {
  color: var(--text, #414358);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 140%;
  white-space: nowrap;
}

.c-secCommitment__expert--img {
  width: 12rem;
  border-radius: 6rem;
}

.c-accordion2__dl {
  font-feature-settings: "palt" on;
  /* text_SS */
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 16.8px */
}

.c-secExperience__h2 {
  font-size: 3.8rem;
  font-weight: 900;
  font-family: "Rounded Mplus 1c";
}

.c-secExperience__span--red {
  color: #e81829;
  font-size: 2.6rem;
  font-weight: 900;
}

.c-secExperience__teachingMaterialP {
  color: var(--sub2, #414358);
  font-feature-settings: "palt" on;
  /* label_SS */
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 15.6px */
  margin-top: 0.8rem;
}

.c-secExperience__subNav {
  border-radius: 4rem;
  background: var(--cocha_primary, #e81829);
  display: flex;
  padding: 3.2rem 2.4rem;
  flex-direction: column;
  gap: 1.3rem;
}

.c-secExperience__subNavP {
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  color: #fff;
}

.c-secExperience__subNavBtnA {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  margin: 0 auto;
  height: 7rem;
  padding: 0.8rem 1.6rem;
  border-radius: 8rem;
  background: var(--white, #fff);
}

.c-secExperience__subNavBtnSpan {
  color: var(--cocha_primary, #e81829);
  text-align: center;
  font-size: 2.2rem;
  font-weight: 900;
}

.c-secExperience__subNavBtnSpan::after {
  content: "";
  display: inline-block;
  width: 2.17rem;
  height: 2.17rem;
  background-image: url(/common_2025/img/svg/circleRight--red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 5.17rem;
  position: absolute;
  right: 2rem;
  top: 55%;
  transform: translateY(-50%);
}

.c-secFaq__figureImg--1 {
  margin-bottom: 2.4rem;
}

.c-seeFeatureButton {
  margin: 3.2rem 0 1.6rem;
}

.c-seeFeatureButton__a {
  background: #0081cc;
  color: #fff;
  padding: 1.4rem 1.6rem;
  border-radius: 5rem;
}

.c-seeFeatureButton__span {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 130%;
}

/* ========== secInquiry ========== */

.c-secInquiry {
  background: #fff;
}

.c-secInquiry .c-secInquiry__h2 {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 130%;
  margin-bottom: 2.4rem;
}

/* ========== /secInquiry ========== */

/* ========== c-secRelation ========== */

.c-secRelation {
  background: #fff;
}

.c-secRelation .c-secRelation__h2 {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 130%;
  margin-bottom: 2.4rem;
}

/* ========== /c-secRelation ========== */

/* ========== c-secNotice ========== */

.c-secNotice {
  background: #fff;
}

.c-secNotice .c-secNotice__cardli {
  padding: 1.6rem;
  background: #f4f4f2;
  border-radius: 1.6rem;
}

.c-secNotice .c-secNotice__upper {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}

.c-secNotice .c-secNotice__label--1 {
  color: #e81829;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  width: 8.4rem;
  margin-right: 1rem;
  padding: 0 1rem;
  background: #fff;
  border: 0.2rem solid #e81829;
  border-radius: 2rem;
}

.c-secNotice .c-secNotice__cardTime {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 130%;
}

.c-secNotice .c-secNotice__cardSpan {
  font-size: 1.4rem;
  color: #414358;
  font-weight: 400;
  line-height: 130%;
}

.c-secNotice .c-secNotice__cardAllLinkA {
  margin-top: 1.6rem;
  color: #e81829;
  text-align: right;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 130%;
}

.c-secNotice .c-secNotice__cardAllLinkA::after {
  content: "";
  display: inline-block;
  width: 1.35rem;
  height: 1.35rem;
  margin-left: 1.5rem;
  background-image: url("/common_2025/img/svg/launch--red.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

/* ========== /c-secNotice ========== */

.c-snsUl {
  display: flex;
  gap: 1.6rem;
  margin: 4.8rem 0;
}

/* ========== COMPONENTS / ATOMS ========== */

.c-accordion__target {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.c-bg__e7f2fe {
  background: #e7f2fe;
}

.c-bg__00ADEA {
  background: #00adea;
}

.c-bg__34BBD8 {
  background: #34bbd8;
}

.c-bg__3399FF {
  background: #3399ff;
}

.c-bg__0081CC {
  background: #0081cc;
}

.c-bg__39F {
  background: #39f;
}

.c-bg__fff {
  background: #fff;
}

.c-hero__bg {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 0 0 4.8rem 4.8rem;
  height: 65rem;
  width: 100rem;
  margin-top: -0.5rem;
  background: url("/img_2025/pc_x2/heroBg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c-bg__E81829 {
  background-color: #E81829;
}

.c-colorFff {
  color: #fff;
}

.c-colorRed {
  color: #e81829;
}

.c-colorGray {
  color: var(--sub2, #414358);
}

.c-color__pocket {
  color: var(--pocket_dark, #fdd000);
}

.c-color000 {
  color: #000;
}

.c-color__hop {
  color: #00afec;
}

.c-sp {
  display: none !important;
}

.c-flex {
  display: flex;
}

.c-flexCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-blankSpace__pt22 {
  padding-top: 22rem;
}

.c-blankSpace__pt271 {
  padding-top: 27.1rem;
}

.c-blankSpace__pt435 {
  padding-top: 43.5rem;
}

.c-blankSpace__pt430 {
  padding-top: 43rem;
}

.c-blankSpace__pt35 {
  padding-top: 35rem;
}

.c-blankSpace__pt455 {
  padding-top: 45.5rem;
}

.c-blankSpace__pt493 {
  padding-top: 49.3rem;
}

.c-blankSpace__pt400 {
  padding-top: 40rem;
}

.c-blankSpace__pt98 {
  padding-top: 9.8rem;
}

.c-blankSpace__pt30 {
  padding-top: 30rem;
}

.c-flexSb__gap4 {
  align-items: center;
  justify-content: space-between;
  display: flex;
  gap: 0.4rem;
}

.c-flexSb {
  align-items: center;
  justify-content: space-between;
  display: flex;
}

.c-flexSb__gap12 {
  align-items: center;
  justify-content: space-between;
  display: flex;
  gap: 1.2rem;
}

.c-h2--1 {
  font-size: 2.8rem;
  color: #414358;
  font-weight: 900;
  line-height: 130%;
  margin-bottom: 2.4rem;
}

.c-inner {
  max-width: 110rem;
  margin: 0 auto;
}

.c-inner__w358 {
  width: 35.8rem;
  margin: 0 auto;
}

.c-inner__p24 {
  padding: 7.5rem 2.4rem 5.6rem;
}

.c-inner__p32 {
  padding: 3.2rem 0;
}

.c-inner__p175 {
  padding: 7rem 1.75rem 6rem;
}

.c-inner__p2 {
  padding: 5.6rem 2rem 3.2rem;
}

.c-inner__m2 {
  padding: 3.2rem 2rem;
}

.c-inner__p6 {
  padding: 6rem 2.4rem;
}

.c-inner__p4 {
  padding-bottom: 4rem;
}

.c-inner__p24--2 {
  padding: 0 2.4rem;
}

.c-inner__sp16pc29 {
  padding: 0 1.6rem;
}

.c-innerPcScroll--parent {
  position: relative;
}

.c-innerPcScroll--parent .c-innerPcScroll--child {
  max-width: 51rem;
}

.c-marginBottom__8 {
  margin-bottom: 0.8rem;
}

.c-marginBottom__12 {
  margin-bottom: 1.2rem;
}

.c-marginTop__16 {
  margin-top: 1.6rem;
}

.c-marginBottom__16 {
  margin-bottom: 1.6rem;
}

.c-marginBottom__2 {
  margin-bottom: 2rem;
}

.c-marginBottom__1 {
  margin-bottom: 1rem;
}

.c-margin-bottom__20 {
  margin-bottom: 2rem;
}

.c-marginBottom__24 {
  margin-bottom: 2.4rem;
}

.c-marginTop__32 {
  margin-top: 3.2rem;
}

.c-marginBottom__4 {
  margin-bottom: 4rem;
}

.c-marginBottom__155 {
  margin-bottom: 1.55rem;
}

.c-marginTop__15 {
  margin-top: 1.5rem;
}

.c-marginBottom__15 {
  margin-bottom: 1.5rem;
}

.c-padding__16rem {
  padding: 1.6rem;
}

.c-padding__29rem {
  padding: 2.9rem;
}

.c-paddingTop__48 {
  padding-top: 4.8rem;
}

.c-position {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.c-position__sticky {
  height: 60rem;
  position: sticky;
  top: 3rem;
}

.c-width__358 {
  width: 35.8rem;
  margin: 0 auto;
}

.c-width__24rem {
  width: 2.4rem;
}

.c-marginLeft__085rem {
  margin-left: 0.85rem;
}

.c-marginTop__-20 {
  margin-top: -2rem;
}

.is-active--1 {
  display: block !important;
}

.is-inactive--1 {
  display: none !important;
}

.c-inactive {
  display: none !important;
}

.is-imgOff {
  filter: drop-shadow(0 0 1rem rgba(60, 118, 246, 0.6));
}

@media (min-width: 471px) {
  html {
    font-size: clamp(0.9090909091vw, 0px + 0.9vw, 0.9090909091vw);
  }
}

@media screen and (min-width: 471px) {
  .c-carousel__list img {
    width: 51rem;
  }

  .c-mainNav {
    margin-top: 0.8rem;
  }

  .c-mainNav {
    margin-top: 0.8rem;
  }

  .c-header__hamburgerOverlay__inner--sp {
    width: 30%;
    right: 0;
  }

  .c-scrollContainer1__ul {
    max-width: 49.5rem;
  }

  .c-pc {
    display: none !important;
  }

  .c-sp {
    display: block !important;
  }

  .c-inner__sp16pc29 {
    padding: 0 2.9rem;
  }

  .c-innerPcScroll--parent {
    display: flex;
    justify-content: center;
    margin-top: 2.4rem;
  }

  .c-innerPcScroll--child {
    margin: 0.8rem 3.15rem 0;
  }
}