@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

/*----------------------------------
    clamp関数
-----------------------------------*/
/*----------------------------------
    fz-rem関数
-----------------------------------*/
/*----------------------------------
　　    pxをremに変換する関数
-----------------------------------*/
/*----------------------------------
　　    フォントサイズをレスポンシブにするmixin (pxをremに変換)
-----------------------------------*/
/*----------------------------------
使い方
@include responsive-font-size(16px, 24px, 375px, 1366px);
-----------------------------------*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 0px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 70px;
  }
}

body {
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

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

a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; /* 透過度の変化にアニメーションを適用 */
  color: inherit;
}
a:hover {
  opacity: 0.8; /* ホバー時の透過度を設定 */
}

.dib-pc {
  display: inline-block;
}

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

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.l-inner {
  padding-inline: 14px;
  max-width: 538px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1366px;
    padding-inline: clamp(30px, 30px + (173) * (100vw - 768px) / (1366 - 768), 203px);
  }
}

.l-header {
  z-index: 100;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: top 0.3s ease, visibility 0.3s ease;
  transition: top 0.3s ease, visibility 0.3s ease;
}
@media screen and (min-width: 951px) {
  .l-header {
    visibility: hidden;
    top: -72px;
    left: 0;
    width: 100%;
    height: 72px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
}

.c-header__inner {
  position: relative;
  padding-inline: 20px;
  max-width: 375px;
  height: 100%;
  margin-inline: auto;
  display: none;
}
@media screen and (min-width: 951px) {
  .c-header__inner {
    padding-inline: 50px;
    max-width: 1366px;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-logo {
  position: absolute;
  left: 24px;
  width: clamp(130px, 130px + (60) * (100vw - 950px) / (1366 - 950), 190px);
}

.p-header__nav {
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__nav-list {
  margin-left: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(12px, 12px + (14) * (100vw - 950px) / (1366 - 950), 26px);
  margin-left: -10px;
}

.menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333333;
}

.c-header__menu-ja {
  font-size: clamp(0.625rem, 0.0540865385rem + 0.9615384615vw, 0.875rem);
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.l-header__btn-wrapper {
  position: absolute;
  right: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.l-header__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.l-header__button {
  display: block;
  font-size: clamp(0.625rem, 0.0540865385rem + 0.9615384615vw, 0.875rem);
  white-space: nowrap;
  min-width: clamp(60px, 60px + (30) * (100vw - 950px) / (1366 - 950), 90px);
  height: clamp(35px, 35px + (0) * (100vw - 950px) / (1366 - 950), 35px);
  padding-inline: clamp(10px, 10px + (5) * (100vw - 950px) / (1366 - 950), 15px);
  display: grid;
  place-items: center;
  border-radius: 41.5px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.c-drawer-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  position: fixed;
  z-index: 999;
  right: 10px;
  top: 10px;
  opacity: 0.6;
  background-color: #fff;
}
.c-drawer-icon.is-checked .c-drawer-icon__bar1 {
  width: 28px;
  top: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 999;
}
.c-drawer-icon.is-checked .c-drawer-icon__bar2 {
  display: none;
}
.c-drawer-icon.is-checked .c-drawer-icon__bar3 {
  top: 30px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 999;
}
@media screen and (min-width: 951px) {
  .c-drawer-icon {
    display: none;
  }
}

.c-drawer-icon__bar1 {
  position: absolute;
  top: 20px;
  left: 25%;
  width: 28px;
  height: 2px;
  border-radius: 1.5px;
  background: #1a96d5;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}

.c-drawer-icon__bar2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 25%;
  width: 28px;
  height: 2px;
  border-radius: 1.5px;
  background: #1a96d5;
}

.c-drawer-icon__bar3 {
  position: absolute;
  bottom: 20px;
  left: 25%;
  width: 28px;
  height: 1.6px;
  border-radius: 1.5px;
  background: #1a96d5;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}

/*----------------------------------
    drawer
-----------------------------------*/
#js-drawer-content {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateX(100%);
          transform: translateX(100%); /* 初期状態を右側に設定 */
}

.p-drawer-content {
  position: fixed;
  top: 0;
  width: 100dvw;
  height: 100dvh;
  z-index: 90;
  background-color: #fff;
}
@media screen and (min-width: 951px) {
  .p-drawer-content {
    display: none;
  }
}

.c-drawer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 55px;
}

.c-drawer__logo {
  width: 260px;
}

.p-drawer__nav {
  padding-top: 55px;
}

.p-drawer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.c-drawer__menu-ja {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.l-drawer__btn-wrapper {
  padding-top: 50px;
}

.c-drawer-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}

.c-drawer-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  border-radius: 36px;
  padding-inline: 18px 25px;
  min-width: clamp(168px, 168px + (0) * (100vw - 375px) / (950 - 375), 168px);
  height: clamp(72px, 72px + (0) * (100vw - 375px) / (950 - 375), 72px);
}

.c-drawer-btn__icon {
  width: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-drawer-button {
  display: block;
  font-size: clamp(1.125rem, 1.2880434783rem - 0.6956521739vw, 0.875rem);
  white-space: nowrap;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.l-footer {
  background-color: #9cca54;
}

.l-footer__content {
  padding-top: 36px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "title" "image" "bubble";
  row-gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .l-footer__content {
    padding-top: 25px;
    grid-template-columns: auto;
    grid-template-areas: "image title " "image bubble ";
    margin-left: -30px;
    row-gap: 0px;
  }
}

.l-footer__title {
  grid-area: title;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__title {
    padding-top: 16px;
  }
}
.l-footer__title p {
  font-size: 2.1875rem;
  color: #fff;
  letter-spacing: -0.5px;
}
@media screen and (min-width: 768px) {
  .l-footer__title p {
    letter-spacing: -1px;
    font-size: clamp(1.5rem, 0.7142857143rem + 1.6369047619vw, 2.1875rem);
  }
}

.l-footer__img {
  grid-area: image;
  width: 314px;
  justify-self: center;
}

.l-footer__bubble {
  grid-area: bubble;
  text-align: center;
  padding-top: 12px;
}
@media screen and (min-width: 768px) {
  .l-footer__bubble {
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding-top: 10px;
  }
}
.l-footer__bubble p {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 0.8679577465rem + 0.5633802817vw, 1.375rem);
  color: #333333;
  letter-spacing: -1px;
}

.l-footer__btn {
  padding-top: 20px;
  padding-bottom: 42px;
}
@media screen and (min-width: 768px) {
  .l-footer__btn {
    padding-top: 8px;
    padding-bottom: 53px;
  }
}

.l-footer__button {
  font-size: 1.875rem;
}

.l-footer__copyright-wrapper {
  padding-top: 13px;
  padding-bottom: 17px;
  background-color: #004098;
}

.l-footer__copyright-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-inline: 20px;
    max-width: 1366px;
    margin-inline: auto;
  }
}

.l-footer__copyright small {
  color: #fff;
  font-size: 0.75rem;
}

.l-footer__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-left: -15px;
}
@media screen and (min-width: 768px) {
  .l-footer__privacy {
    margin-left: 0px;
    margin-right: 25px;
  }
}
.l-footer__privacy a {
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: -1px;
}

.c-btn {
  display: block;
}

.c-button {
  border-radius: 10px;
  background-color: #1a96d5;
  display: block;
  font-size: 1.375rem;
  font-weight: 700;
  height: clamp(72px, 72px + (0) * (100vw - 375px) / (1366 - 375), 72px);
  display: grid;
  place-items: center;
  color: #fff;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  letter-spacing: -1px;
}

.c-button2 {
  border-radius: 10px;
  background-color: #1a96d5;
  display: block;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -1px;
  height: clamp(84px, 84px + (0) * (100vw - 375px) / (1366 - 375), 84px);
  display: grid;
  place-items: center;
  color: #fff;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}

/*----------------------------------
      <div class="p-mv-btn c-btn">
            <a class="c-button" href="#">会員登録する（無料）</a>
          </div>
-----------------------------------*/
.c-cta-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}
@media screen and (min-width: 768px) {
  .c-cta-btn-wrapper {
    gap: clamp(9px, 9px + (53) * (100vw - 768px) / (1366 - 768), 62px);
  }
}

.c-cta-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  border-radius: 36px;
  padding-inline: 18px 25px;
  min-width: clamp(168px, 168px + (0) * (100vw - 375px) / (950 - 375), 168px);
  height: clamp(72px, 72px + (0) * (100vw - 375px) / (950 - 375), 72px);
}
@media screen and (min-width: 768px) {
  .c-cta-btn {
    min-width: clamp(260px, 260px + (190) * (100vw - 768px) / (1366 - 768), 450px);
    height: clamp(72px, 72px + (11) * (100vw - 768px) / (1366 - 768), 83px);
    gap: clamp(6px, 6px + (10) * (100vw - 768px) / (1366 - 768), 16px);
  }
}

.c-cta-btn__icon {
  width: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-cta-btn__icon {
    width: clamp(25px, 25px + (7) * (100vw - 768px) / (1366 - 768), 32px);
  }
}

.c-cta-button {
  display: block;
  font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
  white-space: nowrap;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-cta-button {
    font-size: clamp(1.125rem, 0.1617892977rem + 2.0066889632vw, 1.875rem);
  }
}

.c-detail-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-detail-button__btn {
  position: relative;
  display: block;
  color: #005bbb; /* テキストの色 */
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -0.5px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  margin-right: 0px;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .c-detail-button__btn {
    line-height: 1.5;
  }
}
.c-detail-button__btn::after {
  content: "";
  display: inline-block;
  margin-left: 8px; /* テキストと矢印の間のスペース */
  margin-left: 5px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #005bbb;
}

.c-scroll-to-top {
  position: fixed;
  z-index: 100;
  bottom: 40px;
  right: 30px;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  visibility: hidden;
}
.c-scroll-to-top__text {
  font-size: 12px;
  margin-bottom: 5px;
  color: #333;
  opacity: 0.7;
}
.c-scroll-to-top__icon {
  opacity: 0.7;
  width: 60px;
  height: 60px;
  background-color: rgba(128, 128, 128, 0.7);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.c-scroll-to-top__icon::after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='19' x2='12' y2='5'%3E%3C/line%3E%3Cpolyline points='5 12 12 5 19 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
}
.c-scroll-to-top:hover .c-scroll-to-top__icon {
  background-color: rgba(128, 128, 128, 0.9);
}

.c-title__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 3px;
}

.c-title__img {
  width: clamp(131px, 131px + (37) * (100vw - 375px) / (1366 - 375), 168px);
}
@media screen and (min-width: 768px) {
  .c-title__img {
    position: absolute;
    top: -10px;
    left: 26px;
  }
}

.c-title {
  font-size: clamp(1.75rem, 1.2769929364rem + 2.0181634712vw, 3rem);
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: -1.5px;
  text-align: center;
  color: #004098;
}

.c-text__wrapper-center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-text__wrapper {
    text-align: center;
  }
}

.c-text {
  font-size: clamp(1.125rem, 1.0303985873rem + 0.4036326942vw, 1.375rem);
  font-weight: 700;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  line-height: 1.6;
}

.p-mv {
  background: url(../img/bg_sp.webp) no-repeat bottom center/cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv {
    background: url(../img/bg_pc.webp) no-repeat bottom center/cover;
  }
}

.p-mv__img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: clamp(375px, 375px + (225) * (100vw - 375px) / (768 - 375), 600px);
}
@media screen and (min-width: 768px) {
  .p-mv__img {
    width: 100%;
  }
}
@media screen and (min-width: 1367px) {
  .p-mv__img {
    width: clamp(1366px, 1366px + (134) * (100vw - 1366px) / (2000 - 1366), 1500px);
  }
}

.p-mv__inner {
  max-width: 430px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-mv__inner {
    max-width: 1366px;
    padding-inline: clamp(30px, 30px + (173) * (100vw - 768px) / (1366 - 768), 203px);
  }
}

.p-mv__content {
  margin-inline: auto;
  padding-top: clamp(74px, 74px + (51) * (100vw - 375px) / (768 - 375), 125px);
  padding-bottom: clamp(16px, 16px + (84) * (100vw - 375px) / (768 - 375), 100px);
  width: clamp(375px, 375px + (25) * (100vw - 375px) / (768 - 375), 400px);
}
@media screen and (min-width: 768px) {
  .p-mv__content {
    padding-top: 90px;
    padding-bottom: 63px;
    width: clamp(600px, 600px + (256) * (100vw - 768px) / (1366 - 768), 856px);
  }
}

/*----------------------------------
    CTA
-----------------------------------*/
.p-cta {
  background: url(../img/cta-bg-sp.webp) no-repeat top center/cover;
}
@media screen and (min-width: 768px) {
  .p-cta {
    background: url(../img/cta-bg-pc.webp) no-repeat top center/cover;
    margin-top: -2px;
  }
}

.p-cta__inner {
  position: relative;
  z-index: 2;
}

.p-cta__title-wrapper {
  padding-top: 22px;
}
@media screen and (min-width: 768px) {
  .p-cta__title-wrapper {
    padding-top: 49px;
  }
}

.p-cta__text-wrapper {
  padding-top: clamp(24px, 24px + (30) * (100vw - 375px) / (768 - 375), 54px);
}
@media screen and (min-width: 768px) {
  .p-cta__text-wrapper {
    padding-top: clamp(48px, 48px + (4) * (100vw - 768px) / (1366 - 768), 52px);
  }
}

.p-cta__btn-wrapper {
  padding-top: clamp(11px, 11px + (39) * (100vw - 375px) / (768 - 375), 50px);
}
@media screen and (min-width: 768px) {
  .p-cta__btn-wrapper {
    padding-top: clamp(48px, 48px + (0) * (100vw - 768px) / (1366 - 768), 48px);
  }
}

/*----------------------------------
    search
-----------------------------------*/
.p-search {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-search {
    padding-top: 82px;
  }
}

.p-search__title-wrapper {
  padding-top: 36px;
}
@media screen and (min-width: 768px) {
  .p-search__title-wrapper {
    padding-top: 42px;
  }
}

.p-search__text-wrapper {
  padding-top: 23px;
}
@media screen and (min-width: 768px) {
  .p-search__text-wrapper {
    padding-top: 37px;
  }
}

.p-search__text2 {
  padding-top: 0px;
  margin-top: -2px;
}
@media screen and (min-width: 768px) {
  .p-search__text2 {
    padding-top: 0;
    margin-top: 0;
  }
}

.p-search__text3 {
  padding-top: 22px;
}
@media screen and (min-width: 768px) {
  .p-search__text3 {
    padding-top: 31px;
  }
}

.p-search__text4 {
  padding-top: 0px;
  margin-top: -2px;
}
@media screen and (min-width: 768px) {
  .p-search__text4 {
    padding-top: 0;
    margin-top: -2px;
  }
}

.p-search__card-wrapper {
  padding-top: 35px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  max-width: 400px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-search__card-wrapper {
    max-width: none;
    padding-top: 56px;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }
}

/*----------------------------------
  card
-----------------------------------*/
.p-search__card {
  border: solid 1px #333333;
  background-color: #fff;
  padding-block: 4px 0px;
}
@media screen and (min-width: 768px) {
  .p-search__card {
    padding-block: 13px 0px;
  }
}

.p-serch__card-speech {
  width: clamp(179px, 179px + (65) * (100vw - 375px) / (1366 - 375), 244px);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-serch__card-speech {
    width: clamp(179px, 179px + (65) * (100vw - 375px) / (1366 - 375), 244px);
    height: clamp(15px, 15px + (5) * (100vw - 375px) / (1366 - 375), 20px);
  }
}
.p-serch__card-speech img {
  width: clamp(179px, 179px + (65) * (100vw - 375px) / (1366 - 375), 244px);
}
@media screen and (min-width: 768px) {
  .p-serch__card-speech img {
    height: clamp(15px, 15px + (5) * (100vw - 375px) / (1366 - 375), 20px);
  }
}

.p-search__cord-comment {
  padding-top: 7px;
  text-align: center;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(0.75rem, 0.6080978809rem + 0.6054490414vw, 1.125rem);
}
@media screen and (min-width: 768px) {
  .p-search__cord-comment {
    padding-top: 14px;
  }
}

.p-search__card-title {
  margin-top: 8px;
  position: relative;
  padding-block: 2px;
  text-align: center;
  font-size: clamp(1.25rem, 1.0607971746rem + 0.8072653885vw, 1.75rem);
}
@media screen and (min-width: 768px) {
  .p-search__card-title {
    margin-top: 10px;
  }
}

.p-search__card-tite__img {
  position: absolute;
  top: -50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
  width: clamp(66px, 66px + (24) * (100vw - 375px) / (1366 - 375), 90px);
}

.p-search__card-title__text {
  color: #fff;
}

.p-search__card-content {
  padding-inline: 17px 23px;
  padding-bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 131px;
}
@media screen and (min-width: 768px) {
  .p-search__card-content {
    padding-inline: clamp(16px, 16px + (7) * (100vw - 768px) / (1366 - 768), 23px);
    min-height: 136px;
    padding-bottom: 12px;
  }
}

.p-search__card-text-wrap {
  padding-top: 9px;
}
@media screen and (min-width: 768px) {
  .p-search__card-text-wrap {
    padding-top: 10px;
  }
}

.p-search__card-text {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  letter-spacing: -0.5px;
}
@media screen and (min-width: 768px) {
  .p-search__card-text {
    font-size: clamp(0.875rem, 0.5539297659rem + 0.6688963211vw, 1.125rem);
  }
}

.p-search__card-detail {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-search__card-detail {
    padding-top: 4px;
    margin-top: auto;
  }
}

.p-search__card-text-small {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-search__card-text-small {
    padding-top: 9px;
  }
}

/*----------------------------------
    /card
-----------------------------------*/
.p-search__btn {
  margin-top: 30px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-search__btn {
    margin-top: 40px;
    margin-bottom: 100px;
  }
}

/*----------------------------------
    feature
-----------------------------------*/
.p-feature {
  background: #f3fbfb;
}

.p-feature__title-wrapper {
  padding-top: 53px;
}
@media screen and (min-width: 768px) {
  .p-feature__title-wrapper {
    padding-top: 105px;
  }
}

.p-feature__title-img {
  width: 333px;
}
@media screen and (min-width: 768px) {
  .p-feature__title-img {
    width: 536px;
  }
}

.p-feature__text-wrapper {
  padding-top: 21px;
}
@media screen and (min-width: 768px) {
  .p-feature__text-wrapper {
    padding-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .p-feature__text {
    letter-spacing: -0.5px;
  }
}

.p-feature__text2 {
  padding-top: 23px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-feature__text2 {
    padding-top: 29px;
    line-height: 1.5;
    letter-spacing: -0.5px;
  }
}

/*----------------------------------
    feature card
-----------------------------------*/
.p-feature__card-wrapper {
  padding-top: 48px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-feature__card-wrapper {
    padding-top: 42px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 951px) {
  .p-feature__card-wrapper {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: clamp(10px, 10px + (10) * (100vw - 950px) / (1366 - 950), 20px);
       -moz-column-gap: clamp(10px, 10px + (10) * (100vw - 950px) / (1366 - 950), 20px);
            column-gap: clamp(10px, 10px + (10) * (100vw - 950px) / (1366 - 950), 20px);
    row-gap: clamp(10px, 10px + (10) * (100vw - 950px) / (1366 - 950), 20px);
  }
}

.p-feature__card {
  padding-top: 44px;
  border: 1px solid #333;
  background-color: #fff;
  position: relative;
  min-height: 415px;
  position: relative;
  max-width: 400px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-feature__card {
    min-height: 466px;
  }
}

.p-feature__card2 {
  min-height: 446px;
}
@media screen and (min-width: 768px) {
  .p-feature__card2 {
    min-height: 466px;
  }
}

.p-feature__card4 {
  min-height: 446px;
}
@media screen and (min-width: 768px) {
  .p-feature__card4 {
    min-height: 466px;
  }
}

.p-feature__card5 {
  min-height: 442px;
}
@media screen and (min-width: 768px) {
  .p-feature__card5 {
    min-height: 466px;
  }
}

.p-feature__card6 {
  min-height: 442px;
}
@media screen and (min-width: 768px) {
  .p-feature__card6 {
    min-height: 466px;
  }
}

.p-feature__card-label {
  position: absolute;
  top: -1px;
  left: -1px;
}

.p-feature__card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-feature__card-title {
  font-size: 1.375rem;
  text-align: center;
  color: #004098;
}

.p-feature__card-img {
  margin-top: 22px;
  width: 292px;
  overflow-x: hidden; /* コンテナの外にはみ出す部分を隠す */
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-feature__card-img {
    width: 292px;
    height: 127px;
  }
}
@media screen and (min-width: 951px) {
  .p-feature__card-img {
    width: clamp(230px, 230px + (24) * (100vw - 950px) / (1366 - 950), 254px);
  }
}
.p-feature__card-img img {
  -o-object-fit: cover;
     object-fit: cover; /* 画像をコンテナに合わせてトリミング */
  -o-object-position: center;
     object-position: center; /* 画像の中央を表示 */
}
@media screen and (min-width: 768px) {
  .p-feature__card-img img {
    height: 127px;
    -o-object-position: 45% center;
       object-position: 45% center;
  }
}

.p-feature__card-text {
  padding-top: 20px;
  padding-inline: 26px;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-feature__card-text {
    padding-top: 19px;
  }
}
@media screen and (min-width: 951px) {
  .p-feature__card-text {
    padding-inline: clamp(15px, 15px + (5) * (100vw - 950px) / (1366 - 950), 20px);
    font-size: clamp(1rem, 0.7145432692rem + 0.4807692308vw, 1.125rem);
  }
}

/*----------------------------------
    experience
-----------------------------------*/
.p-experience {
  background: url(../img/experience-bg-sp.png) no-repeat center center/cover;
  padding-top: 20px;
  padding-bottom: 42px;
}
@media screen and (min-width: 768px) {
  .p-experience {
    background: url(../img/experience-bg-pc.png) no-repeat center center/cover;
    padding-top: 77px;
    padding-bottom: 89px;
  }
}

@media screen and (min-width: 768px) {
  .p-experience__title-wrapper {
    padding-top: 51px;
  }
}

/*----------------------------------
    experience card
-----------------------------------*/
.p-experience__card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-experience__card-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 26px;
  }
}

.p-experience__card {
  border-radius: 20px;
  border: solid 1px #333333;
  background-color: #fff;
  padding-top: 25px;
  padding-inline: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .p-experience__card {
    max-width: 307px;
  }
}

.p-experience__card1 {
  min-height: 324px;
}
@media screen and (min-width: 768px) {
  .p-experience__card1 {
    min-height: clamp(280px, 280px + (44) * (100vw - 768px) / (1366 - 768), 324px);
  }
}

.p-experience__card2 {
  min-height: 305px;
}
@media screen and (min-width: 768px) {
  .p-experience__card2 {
    min-height: clamp(280px, 280px + (44) * (100vw - 768px) / (1366 - 768), 324px);
  }
}

.p-experience__card3 {
  min-height: 298px;
}
@media screen and (min-width: 768px) {
  .p-experience__card3 {
    min-height: clamp(280px, 280px + (44) * (100vw - 768px) / (1366 - 768), 324px);
  }
}

.p-experience__card-img {
  width: 292px;
  overflow-x: hidden; /* コンテナの外にはみ出す部分を隠す */
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-experience__card-img {
    width: clamp(180px, 180px + (74) * (100vw - 768px) / (1366 - 768), 254px);
    height: clamp(90px, 90px + (37) * (100vw - 768px) / (1366 - 768), 127px);
  }
}
.p-experience__card-img img {
  -o-object-fit: cover;
     object-fit: cover; /* 画像をコンテナに合わせてトリミング */
  -o-object-position: center;
     object-position: center; /* 画像の中央を表示 */
}
@media screen and (min-width: 768px) {
  .p-experience__card-img img {
    width: clamp(180px, 180px + (74) * (100vw - 768px) / (1366 - 768), 254px);
    height: clamp(90px, 90px + (37) * (100vw - 768px) / (1366 - 768), 127px);
    -o-object-position: 45% center;
       object-position: 45% center;
  }
}

.p-experience__card-text-wrap {
  padding-top: clamp(13px, 13px + (17) * (100vw - 375px) / (768 - 375), 30px);
  padding-inline: 7px;
}
@media screen and (min-width: 768px) {
  .p-experience__card-text-wrap {
    padding-top: 13px;
  }
}

.p-experience__card-text {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  letter-spacing: -0.5px;
}
@media screen and (min-width: 768px) {
  .p-experience__card-text {
    font-size: clamp(0.875rem, 0.5539297659rem + 0.6688963211vw, 1.125rem);
  }
}

/*----------------------------------
    experience cta btn
-----------------------------------*/
.p-experience__text-wrapper {
  padding-top: 23px;
}
@media screen and (min-width: 768px) {
  .p-experience__text-wrapper {
    padding-top: 18px;
  }
}

.p-experience__text {
  text-align: center;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: clamp(1.0625rem, 0.9442482341rem + 0.5045408678vw, 1.375rem);
  letter-spacing: -0.5px;
  font-weight: 700;
  line-height: 1.5;
}

.p-experience__btn-wrapper {
  padding-top: 19px;
}
@media screen and (min-width: 768px) {
  .p-experience__btn-wrapper {
    padding-top: 46px;
  }
}

/*----------------------------------
    student
-----------------------------------*/
.p-student {
  background: url(../img/bg_gra_sp.webp) no-repeat center center/cover;
  padding-top: 40px;
  padding-bottom: 42px;
}
@media screen and (min-width: 768px) {
  .p-student {
    background: url(../img/bg_gra_pc.webp) no-repeat center center/cover;
    padding-top: 110px;
    padding-bottom: 100px;
  }
}

.p-student__title {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
@media screen and (min-width: 768px) {
  .p-student__title {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.p-student__text-wrapper {
  padding-top: 28px;
}
@media screen and (min-width: 768px) {
  .p-student__text-wrapper {
    padding-top: 42px;
  }
}

.p-student__text2 {
  padding-top: 25px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-student__text2 {
    padding-top: 28px;
    line-height: 1.7;
  }
}

.p-student__text3 {
  padding-top: 26px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-student__text3 {
    padding-top: 28px;
  }
}

/*----------------------------------
    student card
-----------------------------------*/
.p-student__card-wrapper {
  padding-top: 19px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-student__card-wrapper {
    padding-top: 39px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (min-width: 951px) {
  .p-student__card-wrapper {
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: clamp(10px, 10px + (10) * (100vw - 950px) / (1366 - 950), 20px);
       -moz-column-gap: clamp(10px, 10px + (10) * (100vw - 950px) / (1366 - 950), 20px);
            column-gap: clamp(10px, 10px + (10) * (100vw - 950px) / (1366 - 950), 20px);
    row-gap: clamp(10px, 10px + (10) * (100vw - 950px) / (1366 - 950), 20px);
  }
}

.p-student__card {
  padding-top: 21px;
  border: 1px solid #333;
  background-color: #fff;
  position: relative;
  min-height: 339px;
  position: relative;
  max-width: 400px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-student__card {
    width: clamp(310px, 310px + (50) * (100vw - 768px) / (950 - 768), 360px);
  }
}
@media screen and (min-width: 951px) {
  .p-student__card {
    width: clamp(250px, 250px + (57) * (100vw - 950px) / (1366 - 950), 307px);
  }
}

.p-student__card-label {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 305px;
}

.p-student__card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-student__card-img {
  margin-top: 16px;
  width: 292px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-student__card-img {
    width: 254px;
    height: 127px;
  }
}
@media screen and (min-width: 951px) {
  .p-student__card-img {
    width: clamp(230px, 230px + (24) * (100vw - 950px) / (1366 - 950), 254px);
  }
}
.p-student__card-img img {
  -o-object-fit: cover;
     object-fit: cover; /* 画像をコンテナに合わせてトリミング */
  -o-object-position: center;
     object-position: center; /* 画像の中央を表示 */
}
@media screen and (min-width: 768px) {
  .p-student__card-img img {
    height: 127px;
  }
}

@media screen and (min-width: 768px) {
  .p-student__card-content-text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 161px;
    padding-bottom: 10px;
  }
}

.p-student__card-text {
  padding-top: 19px;
  padding-inline: 26px;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-student__card-text {
    padding-top: 19px;
  }
}
@media screen and (min-width: 951px) {
  .p-student__card-text {
    padding-inline: clamp(15px, 15px + (5) * (100vw - 950px) / (1366 - 950), 20px);
    font-size: clamp(1rem, 0.7145432692rem + 0.4807692308vw, 1.125rem);
  }
}

.p-student__card-detail {
  padding-top: 21px;
  margin-left: auto;
  margin-right: 17px;
}
@media screen and (min-width: 768px) {
  .p-student__card-detail {
    padding-top: 0px;
    margin-left: auto;
    margin-right: 17px;
  }
}

.p-student__btn {
  padding-top: 18px;
}
@media screen and (min-width: 768px) {
  .p-student__btn {
    padding-top: 40px;
  }
}

/*----------------------------------
    flow
-----------------------------------*/
.p-flow {
  background-color: #f3fbfb;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-flow {
    padding-top: 112px;
    padding-bottom: 87px;
  }
}

.p-flow__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .p-flow__title-wrapper {
    margin-left: 70px;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__title-wrapper h2 {
    line-height: 1;
  }
}
.p-flow__title-wrapper small {
  font-size: 0.875rem;
  color: #004098;
}
@media screen and (min-width: 768px) {
  .p-flow__title-wrapper small {
    display: inline-block;
  }
}

.p-flow__content {
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .p-flow__content {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-flow__step {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "number title" "image image" "content content" "buttons buttons";
  border-radius: 10px;
  border: solid 2px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-flow__step {
    grid-template-columns: auto 1fr;
    grid-template-areas: "number title image" "number content image" "number buttons image";
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media screen and (min-width: 951px) {
  .p-flow__step {
    grid-template-areas: "number title image" "number content image" "number buttons image";
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.p-flow__step2 {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "number title" "image image" "content content";
  border-radius: 10px;
  border: solid 2px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-flow__step2 {
    grid-template-columns: auto 1fr;
    grid-template-areas: "number content image" "number content image" "number content image";
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media screen and (min-width: 951px) {
  .p-flow__step2 {
    grid-template-areas: "number content image" "number content image" "number content image";
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.p-flow__step-number {
  grid-area: number;
  border-radius: 8px 0 0 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 87px;
  height: 89px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 9px;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .p-flow__step-number {
    gap: 0px;
    border-radius: 8px 0 0 8px;
    padding-top: 0;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: clamp(60px, 60px + (27) * (100vw - 768px) / (1366 - 768), 87px);
    font-size: clamp(0.75rem, 0.2683946488rem + 1.0033444816vw, 1.125rem);
  }
}
.p-flow__step-number p {
  font-size: 1.125rem;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
.p-flow__step-number span {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  display: block;
  font-size: 45px;
  line-height: 0.5;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .p-flow__step-number span {
    padding-top: 6px;
    font-size: clamp(30px, 30px + (15) * (100vw - 768px) / (1366 - 768), 45px);
  }
}

@media screen and (min-width: 768px) {
  .p-flow__step-number1 p {
    margin-top: -44px;
  }
}

@media screen and (min-width: 768px) {
  .p-flow__step-number2 p {
    margin-top: -27px;
  }
}

.p-flow__step-title {
  grid-area: title;
  align-self: center;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-flow__step-title {
    text-align: left;
    -ms-flex-item-align: start;
        align-self: start;
    justify-self: start;
    padding-left: 27px;
    font-size: clamp(1.125rem, 0.8039297659rem + 0.6688963211vw, 1.375rem);
    padding-top: 24px;
  }
}

.p-flow__step-content {
  grid-area: content;
}

.p-flow__step-text {
  padding-top: 20px;
  padding-inline: 26px;
  line-height: 1.5;
  font-size: 1.125rem;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-flow__step-text {
    padding-top: 14px;
    font-size: clamp(0.875rem, 0.5539297659rem + 0.6688963211vw, 1.125rem);
  }
}

.p-flow__step-text2 {
  padding-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .p-flow__step-text2 {
    padding-bottom: 0;
  }
}

.p-flow__step-image {
  grid-area: image;
}

@media screen and (min-width: 768px) {
  .p-flow__step-number {
    grid-area: number;
    align-self: start;
  }
}

@media screen and (min-width: 768px) {
  .p-flow__step-title {
    grid-area: title;
  }
}

.p-flow__step-buttons {
  grid-area: buttons;
}

.p-flow__step-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding-top: 23px;
}
@media screen and (min-width: 768px) {
  .p-flow__step-wrapper {
    padding-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .p-flow__step-content {
    grid-area: content;
  }
}

@media screen and (min-width: 768px) {
  .p-flow__step-image {
    grid-area: image;
    align-self: center;
    width: clamp(240px, 240px + (112) * (100vw - 768px) / (1366 - 768), 352px);
    margin-right: 20px;
    padding-bottom: 22px;
    padding-top: 24px;
  }
}
@media screen and (min-width: 951px) {
  .p-flow__step-image {
    padding-top: 24px;
  }
}
.p-flow__step-image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-flow__step-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21px;
  margin-top: 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .p-flow__step-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: clamp(9px, 9px + (11) * (100vw - 768px) / (1366 - 768), 20px);
    padding-bottom: 0px;
    margin-bottom: clamp(9px, 9px + (11) * (100vw - 768px) / (1366 - 768), 20px);
    margin-left: -16px;
  }
}

.p-flow__step-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 21px;
  padding-inline: 16px;
  background-color: #fdd34e;
  color: #004098;
  padding-block: 8px 10px;
  letter-spacing: 1px;
  display: block;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-flow__step-btn {
    font-size: clamp(0.875rem, 0.5539297659rem + 0.6688963211vw, 1.125rem);
  }
}

.p-flow__step-btn2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 21px;
  padding-inline: 21px;
  background-color: #1a96d5;
  color: #fff;
  padding-block: 8px 10px;
  letter-spacing: 1px;
  text-align: center;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-flow__step-btn2 {
    font-size: clamp(0.875rem, 0.5539297659rem + 0.6688963211vw, 1.125rem);
    letter-spacing: -0.5px;
  }
}

.p-flow__arrow {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 16px solid #a3d5ee;
}
@media screen and (min-width: 768px) {
  .p-flow__arrow {
    margin-right: auto;
    margin-left: 30px;
  }
}

.p-flow__arrow2 {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 16px solid #a3d5ee;
}
@media screen and (min-width: 768px) {
  .p-flow__arrow2 {
    margin-right: auto;
    margin-left: 30px;
  }
}

.p-flow__arrow3 {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 16px solid #88c1de;
}
@media screen and (min-width: 768px) {
  .p-flow__arrow3 {
    margin-right: auto;
    margin-left: 30px;
  }
}

.p-qa {
  padding-top: 42px;
  padding-bottom: 39px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-qa {
    padding-top: 104px;
    padding-bottom: 40px;
  }
}

.p-qa__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-qa__inner {
  padding-left: 15px;
}

.p-qa__nav {
  padding-top: 20px;
  padding-left: 28px;
}

.p-qa__nav2 {
  padding-top: 0px;
  padding-left: 28px;
}
@media screen and (min-width: 768px) {
  .p-qa__nav2 {
    padding-left: 0;
    padding-top: 20px;
    text-align: center;
  }
}

.p-qa__scroll {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  color: #1a96d5;
  letter-spacing: -1px;
}

@media screen and (min-width: 768px) {
  .p-qa__wrapper {
    padding-top: 21px;
  }
}

.swiper-wrapper {
  padding-left: 2px;
  padding-top: 20px;
  padding-bottom: 20px;
}

/*----------------------------------
    qa-card
-----------------------------------*/
.swiper-slide {
  width: 305px !important;
  cursor: -webkit-grab;
  cursor: grab;
}
.swiper-slide:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.p-qa__card {
  position: relative;
  z-index: 1;
  width: 305px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 435px;
  background-color: #fff;
}

.p-qa__card-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-qa__card-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 13px 15px;
  min-height: 104px;
}
.p-qa__card-question p {
  padding-top: 18px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #004098;
}

.p-qa__card-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7px;
  background-color: #f6f6f6;
  padding: 20px 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 331px;
  overflow: hidden;
}

.p-qa__card-q {
  width: 34px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-qa__card-a {
  width: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-qa__card-answer-wrapper {
  height: 264px;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.p-qa__card-answer-text {
  margin: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}

.p-qa__card-answer-more {
  display: none;
}

.p-qa__card-buttons {
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.p-qa__card-readmore,
.p-qa__card-readless {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  padding: 5px 10px;
  font-size: 0.75rem;
}

.p-qa__card-button-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background-image: url(../img/read.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.p-qa__card-button-icon--up {
  -webkit-transform: rotate(180deg) translateY(-25%);
          transform: rotate(180deg) translateY(-25%);
}

.p-qa__card-readless {
  display: none;
}

.p-qa__card.expanded .p-qa__card-answer-text {
  max-height: none;
}

.p-qa__card.expanded .p-qa__card-answer-more {
  display: inline;
}

.p-qa__card.expanded .p-qa__card-readmore {
  display: none;
}

.p-qa__card.expanded .p-qa__card-readless {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-qa__card-answer-more {
  color: #004098;
}

.p-qa__card.expanded .p-qa__card-answer-more {
  display: block;
  padding-top: 10px;
}

.p-qa__card.expanded .p-qa__card-answer-wrapper {
  height: auto;
}

.p-qa__card.expanded {
  height: auto;
}

/*----------------------------------
    cta-2
-----------------------------------*/
.p-cta-2 {
  background: url(../img/cta2-sp.png) no-repeat center center/cover;
  padding-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .p-cta-2 {
    padding-top: 157px;
    background: url(../img/cta2-pc.png) no-repeat center center/cover;
    padding-bottom: 82px;
  }
}

.u-search__card-detail4 {
  padding-top: 14px;
}
@media screen and (min-width: 768px) {
  .u-search__card-detail4 {
    padding-top: 0px;
  }
}

@media screen and (min-width: 768px) {
  .u-search__card-detail6 {
    padding-top: 10px;
  }
}

.u-search__card-detail7 {
  padding-top: 8px;
}
@media screen and (min-width: 768px) {
  .u-search__card-detail7 {
    padding-top: 34px;
  }
}

.u-search__card-detail8 {
  padding-top: 17px;
}
@media screen and (min-width: 768px) {
  .u-search__card-detail8 {
    padding-top: 31px;
  }
}

.u-search__card-text5 {
  padding-inline: 4px;
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

.u-hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-hidden-sp {
    display: inline-block;
  }
}

.u-color-white {
  color: #fff;
}

.u-color-blue {
  color: #1a96d5;
}

.u-color-blue-sp {
  color: #1a96d5;
}
@media screen and (min-width: 768px) {
  .u-color-blue-sp {
    color: #333333;
  }
}

.u-color-link {
  color: #004098;
}

.u-color-text {
  color: #333333;
}

.u-color-light-blue {
  color: #a3d5ee;
}

.u-color-middle-blue {
  color: #acd1e5;
}

.u-color-hv-blue {
  color: #94c7e0;
}

.u-color-last-blue {
  color: #7ebcdc;
}

.u-bg-green {
  background-color: #9cca54;
}

.u-bg-blue {
  background-color: #1a96d5;
}

.u-bg-navy {
  background-color: #004098;
}

.u-bg-sky {
  background-color: #47abdd;
}

.u-bg-deepblue {
  background-color: #3379da;
}

.u-bg-deepgreen {
  background-color: #107c41;
}

.u-bg-red {
  background-color: #c43e1c;
}

.u-bg-yellow {
  background-color: #fdd34e;
}

.u-bg-light-blue {
  background-color: #a3d5ee;
}

.u-bg-middle-blue {
  background-color: #acd1e5;
}

.u-bg-hv-blue {
  background-color: #94c7e0;
}

.u-bg-last-blue {
  background-color: #7ebcdc;
}

.u-raibow {
  background-color: #185abd;
}
.u-raibow::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 66px; /* 緑と赤のバーの合計幅 */
  position: absolute;
  right: 0;
  top: 0;
}
.u-raibow::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 33px; /* 緑のバーの幅 */
  background-color: #007b43; /* 緑色 */
  position: absolute;
  right: 33px; /* 赤のバーの左側に配置 */
  top: 0;
}
.u-raibow::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 33px; /* 赤のバーの幅 */
  background-color: #b22222; /* 赤色 */
  position: absolute;
  right: 0; /* 右端に配置 */
  top: 0;
}

.u-border-light-blue {
  border-color: #a3d5ee;
}

.u-border-middle-blue {
  border-color: #acd1e5;
}

.u-border-hv-blue {
  border-color: #94c7e0;
}

.u-border-last-blue {
  border-color: #7ebcdc;
}

.u-btn-yellow {
  background: #fdd34e;
}

.u-btn-blue {
  background: #1a96d5;
}

.u-kana {
  letter-spacing: -0.1em;
  font-stretch: condensed;
}