@charset "UTF-8";
/* ========================================
基盤設定（html / body）
======================================== */
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 16px;
}

@media (min-width: 769px) and (max-width: 1280px) {
  html {
    font-size: 1.0666666667vw;
  }
}
body {
  overflow-x: hidden;
  font-family: "fot-udkakugo-large-pr6n", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.4;
  color: #303235;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  overflow-wrap: break-word;
  word-break: break-all;
}

/* ========================================
タイポグラフィ
======================================== */
h2,
h3,
h4,
h5 {
  line-height: 1.2;
}

/* ========================================
リンク
======================================== */
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}

@media (hover: hover) and (pointer: fine) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: text;
  }
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    text-decoration-skip-ink: inherit;
  }
}

/* ========================================
個別上書き
======================================== */
@media screen and (max-width: 1280px) {
  body {
    animation: none !important;
    -webkit-animation: none !important;
  }
}
html {
  scroll-behavior: auto !important;
}

picture:not([class]) {
  display: contents;
}

/* ========================================
ユーティリティ
======================================== */
@media screen and (max-width: 768px) {
  .u-hidden-sp {
    display: none !important;
  }
}

@media screen and (min-width: 769px), print {
  .u-hidden-pc {
    display: none !important;
  }
}
.u-ff-en {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
}

.u-fw-bold {
  font-weight: 800;
}

/* ========================================
レイアウト
======================================== */
.l-contents {
  overflow: hidden;
}

.l-container {
  width: 80rem;
  margin: 0 auto;
  overflow: initial;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .l-container {
    width: calc(100% - 10.2564102564vw);
  }
}

/* ========================================
ヘッダー
======================================== */
.l-header {
  width: 80rem;
  margin: 0 auto;
  position: absolute;
  top: 1.5625rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-header {
    width: 100%;
    top: 0;
    padding-top: 6.4102564103vw;
  }
}

@media screen and (max-width: 768px) {
  .l-header__inner {
    z-index: 1000;
    margin: 0 0 0 5.1282051282vw;
  }
}

.l-header__logo {
  width: 10rem;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 24.358974359vw;
  }
}

.l-header__login {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__login {
    display: block;
    margin-right: 20vw;
    z-index: 1000;
  }
  .l-header__login a {
    font-size: 3.5897435897vw;
  }
}

/* ========================================
グローバルナビ
======================================== */
.p-nav {
  margin-right: 5.625rem;
}
@media screen and (max-width: 768px) {
  .p-nav {
    width: 100%;
    height: 110vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
    padding-top: 17.9487179487vw;
    display: none;
    margin-right: 0;
  }
}

.p-nav__items {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-nav__items {
    display: block;
    margin: 0 5.1282051282vw;
  }
}

.p-nav__item {
  margin-left: 1.5625rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-nav__item {
    margin-left: 0;
  }
  .p-nav__item:last-child {
    display: none;
  }
  .p-nav__item + .p-nav__item {
    border-top: 1px solid #D5D7DA;
  }
  .p-nav__item > a {
    display: block;
    padding: 5.1282051282vw 0;
    font-size: 3.5897435897vw;
  }
}

/* ========================================
ハンバーガーボタン
======================================== */
#p-nav-toggle {
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  #p-nav-toggle {
    position: absolute;
    right: 3.8461538462vw;
    top: 3.8461538462vw;
    width: 12.8205128205vw;
    height: 12.8205128205vw;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    cursor: pointer;
  }
  #p-nav-toggle span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 16px;
    left: 0;
    width: 4.8717948718vw;
    height: 0.5128205128vw;
    margin: auto;
    border-radius: 1px;
    background: #28325A;
    transition: all 0.25s ease-in-out;
  }
  #p-nav-toggle span:nth-child(1) {
    top: 6.9230769231vw;
  }
  #p-nav-toggle span:nth-child(2) {
    bottom: 0;
  }
  #p-nav-toggle span:nth-child(3) {
    bottom: 3.0769230769vw;
  }
  #p-nav-toggle.-js-opened span:nth-child(1) {
    top: 5.1282051282vw;
    transform: rotate(45deg);
  }
  #p-nav-toggle.-js-opened span:nth-child(2) {
    display: none;
  }
  #p-nav-toggle.-js-opened span:nth-child(3) {
    margin-bottom: auto;
    bottom: -1.0256410256vw;
    height: 0.5128205128vw;
    transform: rotate(-45deg);
  }
}

/* ========================================
フッター（_layouts/common_footer.blade.php）
======================================== */
.c-footer {
  --wp--preset--color--base: #ffffff;
  --wp--preset--color--contrast: #000000;
  --wp--preset--font-family--avenir-next-or-arial: "Avenir Next", Arial, sans-serif;
}

.c-footer__inner {
  max-width: 1240px;
  margin-inline: auto;
}

/* ========================================
汎用パーツ
======================================== */
.c-cap {
  color: #6D7785;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-cap {
    font-size: 2.0512820513vw;
    line-height: 1.5;
  }
}

.c-list-dot__item {
  padding-left: 1.1em;
  position: relative;
}
.c-list-dot__item:before {
  width: 3px;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0.4em;
  border-radius: 50%;
  background: #303235;
  content: "";
}

/* ========================================
アコーディオン
======================================== */
.c-acd__item {
  position: relative;
  width: 60.75rem;
  margin: 0 auto;
  border: 1px solid #169EDD;
  border-radius: 0.625rem;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .c-acd__item {
    width: 100%;
    border-radius: 2.5641025641vw;
  }
}
.c-acd__item:before, .c-acd__item:after {
  position: absolute;
  top: 3.125rem;
  right: 1.875rem;
  width: 1.625rem;
  height: 0.1875rem;
  background-color: #303235;
  content: "";
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .c-acd__item:before, .c-acd__item:after {
    top: 7vw;
    right: 5.1282051282vw;
    width: 3.8461538462vw;
    height: 0.7692307692vw;
  }
}
.c-acd__item:after {
  transform: rotate(90deg);
}
.c-acd__item + .c-acd__item {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-acd__item + .c-acd__item {
    margin-top: 5.1282051282vw;
  }
}
.c-acd__item.open:before, .c-acd__item.stay:before {
  transform: rotate(180deg);
}
.c-acd__item.open:after, .c-acd__item.stay:after {
  opacity: 0;
}
.c-acd__item.stay.open:after {
  transform: rotate(-90deg);
  opacity: 1;
}
.c-acd__item.stay .c-acd__item-cont {
  display: block;
}

.c-acd__item-btn {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 3.75rem;
  padding: 0.9375rem 1.875rem;
  line-height: 1.3;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-acd__item-btn {
    min-height: 15.3846153846vw;
    padding: 2.5641025641vw 10.2564102564vw 2.5641025641vw 3.8461538462vw;
    font-size: 4.6153846154vw;
  }
}

.c-acd__item-btn-ico {
  width: 4.875rem;
  aspect-ratio: 1;
  margin: 0 0.625rem 0 0;
}
@media screen and (max-width: 768px) {
  .c-acd__item-btn-ico {
    width: 12.8205128205vw;
    margin: 0 2.5641025641vw 0 0;
  }
}
.c-acd__item-btn-ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-acd__item-btn-txt {
  font-weight: 700;
  font-size: 1.4375rem;
}
@media screen and (max-width: 768px) {
  .c-acd__item-btn-txt {
    font-size: 1.125rem;
  }
}
.c-acd__item-btn-txt span {
  color: #169EDD;
}

.c-acd__item-cont {
  display: none;
  padding: 0 1.875rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .c-acd__item-cont {
    padding: 0 5.1282051282vw 5.1282051282vw;
  }
}
.c-acd__item-cont a {
  color: #0044CC;
  text-decoration: underline;
}
.c-acd__item-cont a[target=_blank]:after {
  display: inline-block;
  width: 0.9em;
  aspect-ratio: 1;
  margin: 0 0.1875rem -0.1em;
  background: url(../images/ico_link01.svg) center/contain no-repeat;
  content: "";
}

.c-acd__ttl {
  margin: 3.125rem 0 0.625rem;
  color: #169EDD;
  font-weight: 700;
  font-size: 1.4375rem;
}
@media screen and (max-width: 768px) {
  .c-acd__ttl {
    margin: 10.2564102564vw 0 2.5641025641vw;
    font-size: 4.6153846154vw;
  }
}
.c-acd__ttl:first-child {
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .c-acd__ttl:first-child {
    margin-top: 5.1282051282vw;
  }
}

.c-acd__lead {
  margin: 0 0 1.25rem;
  color: #6D7785;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .c-acd__lead {
    margin: 0 0 5.1282051282vw;
    font-size: 3.5897435897vw;
  }
}

/* ---------- 3カラム ---------- */
.c-acd__col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .c-acd__col3 {
    grid-template-columns: 1fr;
    gap: 5.1282051282vw;
  }
}

.c-acd__col3-item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-acd__col3-item {
    min-height: 28.2051282051vw;
  }
}

@media screen and (max-width: 768px) {
  .c-acd__col3-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 28.2051282051vw;
    aspect-ratio: 1;
  }
  .c-acd__col3-img img {
    width: 100%;
    height: 100%;
    border-radius: 2.5641025641vw;
    object-fit: cover;
    object-position: center;
  }
}

.c-acd__col3-ttl {
  margin: 0.9375rem 0 0;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .c-acd__col3-ttl {
    margin: 0 0 0 32.0512820513vw;
    font-size: initial;
    letter-spacing: 0;
  }
}

.c-acd__col3-txt {
  margin: 0.625rem 0 0;
  color: #6D7785;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .c-acd__col3-txt {
    margin: 1.2820512821vw 0 0 32.0512820513vw;
    font-size: 3.5897435897vw;
    letter-spacing: 0;
  }
}

.c-acd__col3-cap {
  display: block;
  margin: 0.625rem 0 0;
}
@media screen and (max-width: 768px) {
  .c-acd__col3-cap {
    margin: 2.5641025641vw 0 0;
  }
}

/* ========================================
メインビジュアル / ヒーロー
======================================== */
@media screen and (max-width: 768px) {
  .p-mv__bg {
    background: url(../images/bg_mv_sp.png) center top/cover no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__bg .p-hero,
  .p-mv__bg .c-cta {
    background: none;
  }
}

.p-hero {
  display: block;
  position: relative;
  background: url(../images/bg_hero01.png) center top/auto 100% no-repeat;
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: overlay;
}
@media screen and (max-width: 768px) {
  .p-hero {
    background: url(../images/bg_hero01_sp.png) left bottom/cover no-repeat;
  }
}

.p-hero__txt {
  position: relative;
  padding: 6.875rem 0 2.5rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-hero__txt {
    padding: 26.1538461538vw 0 5.1282051282vw;
  }
}

.p-hero__catch {
  width: 46.875rem;
}
@media screen and (max-width: 768px) {
  .p-hero__catch {
    width: 100%;
  }
}

.p-hero__name {
  width: 30rem;
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-hero__name {
    width: 63.0769230769vw;
    margin: 5.3846153846vw 0 0;
  }
}

.p-hero__ico {
  width: 9.625rem;
  position: absolute;
  left: 31.25rem;
  top: 19.375rem;
}
@media screen and (max-width: 768px) {
  .p-hero__ico {
    width: 28.9743589744vw;
    position: static;
    margin: 12.8205128205vw 0 0;
  }
}

.p-hero__ico-cap {
  text-align: center;
  margin: 0.625rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-hero__ico-cap {
    margin: 1.2820512821vw 0 0;
  }
}

.p-hero__ambassador {
  position: absolute;
  width: 35rem;
  left: calc(50% + 6.25rem);
  top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-hero__ambassador {
    width: 94.8717948718vw;
    left: auto;
    right: 0;
    top: 51.2820512821vw;
  }
}

@media screen and (max-width: 768px) {
  .p-hero__ambassador-img {
    width: 100%;
    aspect-ratio: 1/0.83;
  }
  .p-hero__ambassador-img img {
    object-fit: cover;
    object-position: left top;
    width: 138%;
    height: 138%;
  }
}

.p-hero__ambassador-name {
  color: #6D7785;
  position: absolute;
  top: 23.75rem;
  right: 8.75rem;
  font-size: 0.6875rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-hero__ambassador-name {
    top: 60.2564102564vw;
    right: 5.2564102564vw;
    font-size: 2.5641025641vw;
  }
}
.p-hero__ambassador-name span {
  font-size: 150%;
}
@media screen and (max-width: 768px) {
  .p-hero__ambassador-name span {
    font-size: 100%;
  }
}

.p-hero__obi {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: 46.875rem auto;
  gap: 0.9375rem 1.875rem;
  align-items: flex-end;
  padding: 1.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-hero__obi {
    grid-template-columns: 1fr;
    gap: 2.5641025641vw;
    padding: 5.1282051282vw;
  }
}
.p-hero__obi:before {
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #FFF;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-hero__obi:before {
    width: 100%;
    border-radius: 2.5641025641vw;
  }
}

.p-hero__obi-cap {
  grid-column: 1/3;
}
@media screen and (max-width: 768px) {
  .p-hero__obi-cap {
    grid-column: auto;
  }
}

/* ========================================
CTA
======================================== */
.c-cta {
  background: #FFF url(../images/bg_cta01.png) center top/auto 100% no-repeat;
  padding: 4.375rem 0;
}
@media screen and (max-width: 768px) {
  .c-cta {
    padding: 12.8205128205vw 0 5.1282051282vw;
    background: #FFF url(../images/bg_cta01_sp.png) left top/cover no-repeat;
  }
}
.c-cta .l-container {
  display: grid;
  grid-template-columns: 43.25rem auto;
  gap: 1.875rem 3.125rem;
}
@media screen and (max-width: 768px) {
  .c-cta .l-container {
    display: block;
  }
}

.c-cta__catch {
  text-align: center;
  grid-column: 1/3;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-cta__catch {
    text-align: left;
  }
}
.c-cta__catch:before, .c-cta__catch:after {
  display: block;
  position: absolute;
  content: "";
}
.c-cta__catch:before {
  width: 15.75rem;
  aspect-ratio: 252/216;
  left: 1.25rem;
  top: -2.1875rem;
  background: url(../images/img_cta01.png) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .c-cta__catch:before {
    display: none;
  }
}
.c-cta__catch:after {
  width: 19.5rem;
  aspect-ratio: 312/170;
  right: 0;
  top: -1.25rem;
  background: url(../images/img_cta02.png) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .c-cta__catch:after {
    width: 39.7435897436vw;
    aspect-ratio: 4/3.3;
    right: -5.1282051282vw;
    top: -2.5641025641vw;
    background-size: auto 100%;
    background-position: left center;
  }
}

.c-cta__catch-label {
  background: #169EDD;
  color: #FFF;
  display: inline-block;
  padding: 0 0.625rem;
  font-size: 2.25rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-cta__catch-label {
    font-size: 4.6153846154vw;
  }
}

.c-cta__catch-ttl {
  font-size: 2.375rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-cta__catch-ttl {
    font-size: 5.8974358974vw;
    margin: 2.5641025641vw 0 0;
    line-height: 1.2;
  }
}
.c-cta__catch-ttl > span {
  font-size: 120%;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .c-cta__catch-ttl > span {
    font-size: 132%;
  }
}
.c-cta__catch-ttl > span > span {
  font-size: 120%;
}
@media screen and (max-width: 768px) {
  .c-cta__catch-ttl > span > span {
    font-size: 132%;
  }
}

.c-cta__catch-due-date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #F04E79;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-cta__catch-due-date {
    gap: 0.5128205128vw;
    margin-top: 4.1025641026vw;
    font-size: 4.6153846154vw;
  }
}
.c-cta__catch-due-date::before, .c-cta__catch-due-date::after {
  content: "";
  display: inline-block;
  width: 0.0625rem;
  height: 1.75rem;
  border-left: 2px solid #F04E79;
}
@media screen and (max-width: 768px) {
  .c-cta__catch-due-date::before, .c-cta__catch-due-date::after {
    height: 5.1282051282vw;
  }
}
.c-cta__catch-due-date::before {
  transform: rotate(-30deg);
}
@media screen and (max-width: 768px) {
  .c-cta__catch-due-date::before {
    margin-right: 2.5641025641vw;
  }
}
.c-cta__catch-due-date::after {
  transform: rotate(30deg);
  margin-right: 0.25rem;
}
@media screen and (max-width: 768px) {
  .c-cta__catch-due-date::after {
    margin-left: 2.5641025641vw;
  }
}

.c-cta__catch-count-down {
  font-size: 2.5rem;
  font-weight: 700;
  color: #F04E79;
  text-align: center;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .c-cta__catch-count-down {
    font-size: 6.4102564103vw;
    padding-bottom: 0;
  }
}

.c-cta__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .c-cta__items {
    grid-template-columns: 37.6923076923vw auto;
    gap: 2.5641025641vw;
    margin: 4.1025641026vw 0 0;
  }
}

.c-cta__item {
  background: #FFF;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0.9375rem 0.625rem;
  position: relative;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-cta__item {
    padding: 3.8461538462vw 0;
  }
}
.c-cta__item + .c-cta__item:before {
  width: 2.375rem;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  background: url(../images/ico_plus01.svg) center/contain no-repeat;
  content: "";
  left: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-cta__item + .c-cta__item:before {
    width: 7.6923076923vw;
    left: -5.1282051282vw;
  }
}

.c-cta__item-ttl {
  font-weight: 700;
  font-size: 1.625rem;
}
@media screen and (max-width: 768px) {
  .c-cta__item-ttl {
    letter-spacing: 0;
  }
}

.c-cta__item-txt {
  font-weight: 800;
  color: #F04E79;
}
@media screen and (max-width: 768px) {
  .c-cta__item-txt {
    text-align: center;
    line-height: 1.1;
  }
}

@media screen and (max-width: 768px) {
  .c-cta__item--01 .c-cta__item-ttl {
    font-size: 3.8461538462vw;
  }
}
.c-cta__item--01 .c-cta__item-txt {
  font-size: 2.75rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-cta__item--01 .c-cta__item-txt {
    font-size: 8.9743589744vw;
    line-height: 1.2;
  }
}
.c-cta__item--01 .c-cta__item-txt span {
  font-size: 120%;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-cta__item--01 .c-cap {
    margin: 1.2820512821vw 0 0;
  }
}

@media screen and (max-width: 768px) {
  .c-cta__item--02 .c-cta__item-ttl {
    font-size: 4.6153846154vw;
  }
}
.c-cta__item--02 .c-cta__item-txt {
  font-size: 3.875rem;
  letter-spacing: -0.04em;
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-cta__item--02 .c-cta__item-txt {
    font-size: 8.4615384615vw;
    line-height: 1.1;
  }
}
.c-cta__item--02 .c-cta__item-txt span.u-fw-bold {
  font-size: 145%;
  line-height: 1;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  .c-cta__item--02 .c-cta__item-txt span.u-fw-bold {
    font-size: 260%;
  }
}
@media screen and (max-width: 768px) {
  .c-cta__item--02 .c-cta__item-txt span.par {
    position: absolute;
    top: 2.5641025641vw;
    left: 28.2051282051vw;
  }
}
.c-cta__item--02 .c-cta__item-caption {
  margin: 0 0.625rem;
}
.c-cta__item--02 .c-cta__item-caption-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0 0.125rem;
}

.c-cta__item-caption.c-cap {
  font-size: 0.875rem;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  .c-cta__item-caption.c-cap {
    font-size: 2.5641025641vw;
    letter-spacing: -0.02em;
  }
}

@media screen and (max-width: 768px) {
  .c-cta__btns {
    margin: 7.6923076923vw 0 0;
  }
}

.c-cta__btn-premium a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #FFF;
  background: #F04E79;
  border-radius: 6.25rem;
  font-size: 2rem;
  font-weight: 700;
  padding: 1.875rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-cta__btn-premium a {
    font-size: 5.1282051282vw;
    padding: 0.7692307692vw 7.6923076923vw 3.8461538462vw;
  }
}
.c-cta__btn-premium a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  animation: shine 5s ease-in-out infinite;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  opacity: 0;
}
.c-cta__btn-premium a:after {
  width: 0.625rem;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  right: 3.125rem;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg) translateY(-50%);
  content: "";
}
@media screen and (max-width: 768px) {
  .c-cta__btn-premium a:after {
    width: 2.5641025641vw;
    right: 7.6923076923vw;
  }
}
.c-cta__btn-premium .c-cap {
  color: #FFF;
  position: absolute;
  bottom: 0.9375rem;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-cta__btn-premium .c-cap {
    bottom: 1.5384615385vw;
  }
}

@keyframes shine {
  80% {
    transform: translateX(-100%);
    opacity: 0;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
.c-cta__btn-free {
  text-align: center;
  margin: 1.25rem 0 0;
}
@media screen and (max-width: 768px) {
  .c-cta__btn-free {
    margin: 5.1282051282vw 0 0;
  }
}
.c-cta__btn-free a {
  display: inline-block;
  border-bottom: 2px dotted #303235;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-cta__btn-free a {
    font-size: 3.5897435897vw;
  }
}

.c-cta--2026-autumn .l-container {
  display: block;
}
.c-cta--2026-autumn .c-cta__benefit {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 2rem;
  margin: 1rem 1rem 0;
}
@media screen and (max-width: 768px) {
  .c-cta--2026-autumn .c-cta__benefit {
    flex-direction: column;
    margin: 0;
  }
}
.c-cta--2026-autumn .c-cta__benefit-group {
  width: calc(50% + 2rem);
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-cta--2026-autumn .c-cta__benefit-group {
    width: 100%;
  }
}
.c-cta--2026-autumn .c-cta__btns {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .c-cta--2026-autumn .c-cta__btns {
    width: 100%;
  }
}
.c-cta--2026-autumn .c-cta__benefit-additional {
  position: relative;
  margin-top: 2rem;
  background: #fff;
  border-radius: 0.625rem;
  padding: 2.25rem 1rem 1rem;
  border: 1px solid #169EDD;
}
@media screen and (max-width: 768px) {
  .c-cta--2026-autumn .c-cta__benefit-additional {
    padding: 8.2051282051vw 4.1025641026vw 9.2307692308vw;
  }
}
.c-cta--2026-autumn .c-cta__benefit-additional-ttl {
  color: #169EDD;
  font-size: 1.25rem;
  font-weight: 700;
  height: 2.5rem;
  border-radius: 1.25rem;
  border: 1px solid #169EDD;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  position: absolute;
  top: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  white-space: nowrap;
  width: max-content;
}
.c-cta--2026-autumn .c-cta__benefit-additional-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 1rem;
}
.c-cta--2026-autumn .c-cta__benefit-additional-thumbnail {
  width: 75px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-cta--2026-autumn .c-cta__benefit-additional-thumbnail {
    width: 25.641025641vw;
  }
}
.c-cta--2026-autumn .c-cta__item--02 .c-cta__item-txt {
  display: flex;
  align-items: flex-end;
  column-gap: 0.25rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .c-cta--2026-autumn .c-cta__item--02 .c-cta__item-txt {
    column-gap: 0;
  }
}
.c-cta--2026-autumn .c-cta__item--02 .c-cta__item-txt-first-order {
  width: 2.5rem;
  font-size: 1.125rem;
  display: flex;
  letter-spacing: 0.04em;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-cta--2026-autumn .c-cta__item--02 .c-cta__item-txt-first-order {
    width: 5.1282051282vw;
    font-size: 3.8461538462vw;
    line-height: 1;
  }
}
.c-cta--2026-autumn .c-cta__item--02 .c-cta__item-txt-value {
  font-size: 4.375rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-cta--2026-autumn .c-cta__item--02 .c-cta__item-txt-value {
    font-size: 17.9487179487vw;
  }
}
.c-cta--2026-autumn .c-cta__item--02 .c-cta__item-txt-unit {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.c-cta--2026-autumn .c-cta__benefit-additional-detail {
  position: relative;
}
.c-cta--2026-autumn .c-cta__benefit-additional-detail-image {
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .c-cta--2026-autumn .c-cta__benefit-additional-detail-image {
    padding-bottom: 0;
  }
}
.c-cta--2026-autumn .c-cta__benefit-additional-caption {
  position: absolute;
  bottom: 1.75rem;
  right: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-cta--2026-autumn .c-cta__benefit-additional-caption {
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 3.0769230769vw;
  }
}

/* ========================================
追従CTA
======================================== */
.p-fixedCta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  padding: 1.25rem 0;
  background: #FFF;
  box-shadow: 0 -0.625rem 0.9375rem rgba(48, 50, 53, 0.1);
  transition: opacity 0.6s ease, transform 0.6s ease;
  opacity: 1;
  transform: translateY(0);
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .p-fixedCta {
    padding: 2.5641025641vw 0;
  }
}
.p-fixedCta.show {
  opacity: 0;
  transform: translateY(100%);
}
.p-fixedCta .l-container {
  display: grid;
  grid-template-columns: 45.625rem auto;
  align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-fixedCta .l-container {
    grid-template-columns: 1fr;
    gap: 2.5641025641vw;
  }
}

.p-fixedCta__txt {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-fixedCta__txt {
    text-align: center;
  }
}

.p-fixedCta__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #FFF;
  background: #F04E79;
  border-radius: 6.25rem;
  font-size: 1.9375rem;
  font-weight: 700;
  padding: 0.9375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-fixedCta__btn a {
    font-size: 4.6153846154vw;
    padding: 2.0512820513vw;
  }
}
.p-fixedCta__btn a:before, .p-fixedCta__btn a:after {
  pointer-events: none;
}
.p-fixedCta__btn a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  animation: shine 5s ease-in-out infinite;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  opacity: 0;
}
.p-fixedCta__btn a:after {
  width: 0.8125rem;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  right: 3.125rem;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg) translateY(-50%);
  content: "";
}
@media screen and (max-width: 768px) {
  .p-fixedCta__btn a:after {
    width: 2.5641025641vw;
    right: 7.6923076923vw;
  }
}

.p-fixedCta__caption {
  margin-top: 0.625rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-fixedCta__caption {
    text-align: center;
  }
}

.p-fixedCta__caption.c-cap {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-fixedCta__caption.c-cap {
    font-size: 2.5641025641vw;
  }
}

/* ========================================
キャンペーンスケジュール
======================================== */
.p-schedule {
  width: 80rem;
  margin: 3.75rem auto 0;
  overflow: initial;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-schedule {
    width: calc(100% - 10.2564102564vw);
    margin: 12.3076923077vw auto 0;
  }
}
.p-schedule .l-inner {
  display: flex;
  flex-direction: column;
  border-radius: 0.625rem;
  background: #FFF;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
  padding: 2.5rem 1.25rem 1.25rem;
  margin: 0 1rem 0;
}
@media screen and (max-width: 768px) {
  .p-schedule .l-inner {
    margin: 0;
  }
}
.p-schedule .p-schedule__title {
  font-size: 2.04375rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0;
  color: #303235;
}
@media screen and (max-width: 768px) {
  .p-schedule .p-schedule__title {
    font-size: 5.641025641vw;
  }
}
.p-schedule .p-schedule__title .p-schedule__title--strong {
  font-size: 2.628125rem;
  font-weight: 800;
  margin-left: -0.656875rem;
}
@media screen and (max-width: 768px) {
  .p-schedule .p-schedule__title .p-schedule__title--strong {
    font-size: 6.6666666667vw;
    margin-left: -2.0512820513vw;
  }
}
.p-schedule .p-schedule__title .p-schedule__subject--marker {
  margin-left: -0.656875rem;
}
@media screen and (max-width: 768px) {
  .p-schedule .p-schedule__title .p-schedule__subject--marker {
    margin-left: -2.0512820513vw;
  }
}
.p-schedule .p-schedule__subtitle {
  display: flex;
  width: 384px;
  padding: 0;
  height: 2.33625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 1.168125rem;
  background: #169EDD;
  margin: 0 auto;
  color: #FFF;
  font-size: 1.314375rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-schedule .p-schedule__subtitle {
    width: 100%;
    font-size: 4.2205128205vw;
  }
}
.p-schedule .p-schedule__main {
  width: 650px;
  margin: 0 auto;
  padding: 1.46rem 0;
}
@media screen and (max-width: 768px) {
  .p-schedule .p-schedule__main {
    width: 100%;
  }
}
.p-schedule .p-schedule__main--table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}
.p-schedule .p-schedule__main--table .p-schedule__title-catch {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .p-schedule .p-schedule__main--table .p-schedule__title-catch {
    justify-content: center;
  }
}
.p-schedule .p-schedule__main--table .p-schedule__title-catch-item {
  width: 4.7rem;
  height: 4.7rem;
  display: flex;
  flex-direction: column;
  margin-right: 2.33625rem;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #FF6392;
  border-radius: 50%;
  row-gap: 0.3rem;
}
@media screen and (min-width: 1280px) {
  .p-schedule .p-schedule__main--table .p-schedule__title-catch-item {
    width: 3.925rem;
    height: 3.925rem;
    display: flex;
    row-gap: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-schedule .p-schedule__main--table .p-schedule__title-catch-item {
    width: 15vw;
    height: 15vw;
    margin-right: 0;
    row-gap: 0.5vw;
  }
}
.p-schedule .p-schedule__main--table .p-schedule__title-catch-text {
  display: block;
  color: #FF6392;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.075rem;
}
@media screen and (min-width: 1280px) {
  .p-schedule .p-schedule__main--table .p-schedule__title-catch-text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-schedule .p-schedule__main--table .p-schedule__title-catch-text {
    font-size: 4.5vw;
  }
}
.p-schedule .p-schedule__main--table th {
  border-spacing: 0;
}
.p-schedule .p-schedule__main--table tbody th,
.p-schedule .p-schedule__main--table tbody td {
  height: 4.08875rem;
  border-top: 1px solid #e0e0e0;
  padding: 1.095rem 0;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-schedule .p-schedule__main--table td {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-schedule .p-schedule__main--table tbody td {
    height: 14.358974359vw;
  }
}
.p-schedule .p-schedule__main--table .label-base {
  color: #303235;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.075rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-schedule .p-schedule__main--table .label-base {
    font-size: 4.1025641026vw;
    letter-spacing: -0.1025641026vw;
    line-height: 1;
  }
}
.p-schedule .p-schedule__main--table .due-date-text {
  background: #fff;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  margin: 0.25rem 0 0;
  letter-spacing: -0.01375rem;
}
.p-schedule .p-schedule__main--table .label-disable {
  opacity: 0.5;
}
.p-schedule .p-schedule__main--table .label-catch {
  font-weight: 700;
  color: #F04E79;
  font-size: 0.87625rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12px;
  gap: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-schedule .p-schedule__main--table .label-catch {
    font-size: 2.5641025641vw;
    gap: 2.5641025641vw;
  }
}
.p-schedule .p-schedule__main--table .label-catch::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  border-left: 1px solid #F04E79;
  transform: rotate(-30deg);
}
.p-schedule .p-schedule__main--table .label-catch::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  border-left: 1px solid #F04E79;
  transform: rotate(30deg);
  margin-right: 4px;
}
.p-schedule .p-schedule__main--table .label-catch-percent {
  font-weight: 700;
  color: #F04E79;
  font-size: 1.825625rem;
  line-height: 1.1;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-schedule .p-schedule__main--table .label-catch-percent {
    font-size: 5.3846153846vw;
    letter-spacing: -0.1282051282vw;
  }
}
.p-schedule .p-schedule__main--table .col-discount {
  border-right: 1px solid #e0e0e0;
}
@media screen and (max-width: 768px) {
  .p-schedule .p-schedule__main--table .col-discount {
    padding: 0;
    width: 6.1538461538vw;
    text-align: center;
  }
}
.p-schedule .p-schedule__main--table .col-phase-header {
  border-radius: 0.625rem 0.625rem 0 0;
  height: 72px;
}
@media screen and (max-width: 768px) {
  .p-schedule .p-schedule__main--table .col-phase-header {
    height: 21.5384615385vw;
  }
}
.p-schedule .p-schedule__main--table .col-phase-header .col-phase {
  padding: 0 1.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-schedule .p-schedule__main--table .col-phase-header .col-phase {
    padding: 3.5897435897vw 0 0;
    justify-content: flex-start;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-schedule .p-schedule__main--table .col-phase-header .due-date-text {
    font-size: 3.0769230769vw;
    letter-spacing: -0.1025641026vw;
    line-height: 1.1;
    width: auto;
    height: auto;
    margin: 2.5641025641vw 0 0;
    padding: 1.0256410256vw 2.0512820513vw;
    border-radius: 5.1282051282vw;
  }
}
.p-schedule .p-schedule__main--table .col-phase-first {
  width: 240px;
  background-color: #eef4f9;
  padding: 0;
  border-spacing: 10px;
}
@media screen and (max-width: 768px) {
  .p-schedule .p-schedule__main--table .col-phase-first {
    width: 27.6923076923vw;
  }
}
.p-schedule .p-schedule__main--table .col-phase-first .col-phase {
  border-right: 2px solid #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-schedule .p-schedule__main--table .col-phase-first .col-phase {
    border-right: 1px solid #fff;
  }
}
.p-schedule .p-schedule__main--table .col-phase-second {
  width: 240px;
  background-color: #f6f6f6;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-schedule .p-schedule__main--table .col-phase-second {
    width: 25.641025641vw;
  }
}
.p-schedule .p-schedule__main--table .col-phase-second .col-phase {
  border-left: 2px solid #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-schedule .p-schedule__main--table .col-count {
    width: 14.358974359vw;
  }
}
@media screen and (max-width: 768px) {
  .p-schedule .p-schedule__main--table .col-count .label-base {
    font-size: 3.5897435897vw;
    letter-spacing: -0.2564102564vw;
  }
}
.p-schedule .p-schedule__tips {
  position: relative;
  background-color: #fdf0f5;
  width: 650px;
  margin: 20px auto 0;
  border-radius: 8px;
  padding: 35px 0 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-schedule .p-schedule__tips {
    width: 100%;
  }
}
.p-schedule .p-schedule__tips--icon {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fdf0f5;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-schedule .p-schedule__tips--title {
  color: #F04E79;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-schedule .p-schedule__tips--title {
    font-size: 4.6153846154vw;
    line-height: 1.4;
  }
}
.p-schedule .p-schedule__tips--description {
  padding: 0 1.46rem 0;
  color: #303235;
  text-align: center;
  font-size: 1.0225rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 1.168125rem;
}
@media screen and (max-width: 768px) {
  .p-schedule .p-schedule__tips--description {
    margin-top: 5.1282051282vw;
    font-size: 3.5897435897vw;
    padding: 0 5.1282051282vw 0;
    text-align: left;
  }
}

/* ========================================
お悩み
======================================== */
.p-worry {
  position: relative;
  padding: 3.125rem 0 6.875rem;
  background: rgba(48, 50, 53, 0.5);
}
@media screen and (max-width: 768px) {
  .p-worry {
    padding: 12.8205128205vw 0 46.1538461538vw;
  }
}
.p-worry:before {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/bg_worry01.png) center top/auto 100% no-repeat;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-worry:before {
    background-image: url(../images/bg_worry01_sp.png);
    background-size: cover;
  }
}

.p-worry__catch {
  color: #ffffff;
  text-align: center;
  font-size: 2.375rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-worry__catch {
    font-size: 5.641025641vw;
  }
}
.p-worry__catch:after {
  width: 3.75rem;
  aspect-ratio: 60/66;
  display: block;
  position: absolute;
  top: 1.25rem;
  right: 12.5rem;
  background: url(../images/ico_worry01.png) center/contain no-repeat;
  content: "";
}
@media screen and (max-width: 768px) {
  .p-worry__catch:after {
    width: 11.7948717949vw;
    top: -5.1282051282vw;
    right: 0;
  }
}
.p-worry__catch span {
  background: #303235;
  display: inline-block;
  padding: 0 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-worry__catch span {
    padding: 1.2820512821vw 2.5641025641vw;
  }
}
.p-worry__catch span:nth-child(n+2) {
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-worry__catch span:nth-child(n+2) {
    margin-top: 2.5641025641vw;
  }
}

.p-worry__checklist {
  background: #E5E7EB;
  border-radius: 0.625rem;
  padding: 1.875rem;
  margin: 3.125rem 43% 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-worry__checklist {
    border-radius: 2.5641025641vw;
    padding: 5.1282051282vw;
    margin: 7.6923076923vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-worry__checklist:before {
    width: 12.3076923077vw;
    aspect-ratio: 1/0.8;
    display: block;
    position: absolute;
    top: 100%;
    left: 15.3846153846vw;
    background: url(../images/ico_worry02.png) center bottom/100% auto no-repeat;
    content: "";
  }
}
.p-worry__checklist li {
  position: relative;
  padding-left: 2.5rem;
  font-size: 1.4375rem;
  letter-spacing: 0;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-worry__checklist li {
    padding-left: 7.6923076923vw;
    font-size: 3.5897435897vw;
  }
}
.p-worry__checklist li:before {
  width: 1.75rem;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff url(../images/ico_check01.svg) center/75% auto no-repeat;
  content: "";
}
@media screen and (max-width: 768px) {
  .p-worry__checklist li:before {
    width: 5.1282051282vw;
  }
}
.p-worry__checklist li + li {
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-worry__checklist li + li {
    margin-top: 5.1282051282vw;
  }
}
.p-worry__checklist li span {
  font-weight: 700;
  background: linear-gradient(transparent 70%, #C0C0C0 70%);
}

/* ========================================
解決
======================================== */
.p-solution {
  background: #ffffff url(../images/bg_solution01.png) center top/auto 100% no-repeat;
  padding: 6.25rem 0 8.75rem;
  margin: -3.75rem 0 0;
  clip-path: polygon(0 0, calc(50% - 6.25rem) 0, 50% 3.75rem, calc(50% + 6.25rem) 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .p-solution {
    background: #ffffff url(../images/bg_solution01_sp.png) center 25.641025641vw/100% auto no-repeat;
    padding: 23.0769230769vw 0 20.5128205128vw;
    margin: -17.9487179487vw 0 0;
    clip-path: polygon(50% 17.9487179487vw, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}

.p-solution__catch {
  text-align: center;
}

.p-solution__catch-label {
  background: #303235;
  color: #ffffff;
  display: inline-block;
  font-size: 2rem;
  padding: 0 0.9375rem 0 1.25rem;
  border-radius: 3.125rem;
  margin: 0 0 0.625rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-solution__catch-label {
    font-size: 4.6153846154vw;
    padding: 1.2820512821vw 5.1282051282vw;
    margin: 0 0 1.2820512821vw;
  }
}

.p-solution__catch-ttl {
  font-size: 1.9375rem;
}
@media screen and (max-width: 768px) {
  .p-solution__catch-ttl {
    font-size: 5.1282051282vw;
    line-height: 1.6;
  }
}
.p-solution__catch-ttl span {
  font-size: 158%;
  font-weight: 800;
  color: #169EDD;
}
.p-solution__catch-ttl span.dot {
  background: top right/1em 0.3em repeat-x;
  background-image: url(../images/ico_dot01.svg);
  padding-top: 1.4125rem;
}
@media screen and (max-width: 768px) {
  .p-solution__catch-ttl span.dot {
    padding-top: 2.5641025641vw;
  }
}

.p-solution__box {
  background: #E7F0F7;
  border-radius: 0.625rem;
  padding: 2.8125rem;
  margin: 3.125rem 42% 0 0;
}
@media screen and (max-width: 768px) {
  .p-solution__box {
    border-radius: 2.5641025641vw;
    padding: 5.1282051282vw;
    margin: 51.2820512821vw 0 0;
  }
}

.p-solution__box-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 1.625rem;
}
@media screen and (max-width: 768px) {
  .p-solution__box-ttl {
    font-size: 6.4102564103vw;
  }
}
.p-solution__box-ttl span {
  color: #169EDD;
  font-weight: 800;
}
.p-solution__box-ttl span.name {
  font-size: 120%;
}
.p-solution__box-ttl span.case {
  font-size: 170%;
  line-height: 1;
}
.p-solution__box-ttl span.case .u-ff-en {
  font-size: 110%;
  line-height: 1;
}

.p-solution__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9375rem;
  margin: 1.875rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-solution__items {
    gap: 2.5641025641vw;
    margin: 7.6923076923vw 0 0;
  }
}

.p-solution__item {
  background: #ffffff;
  border-radius: 0.625rem;
  padding: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-solution__item {
    border-radius: 2.5641025641vw;
    padding: 5.1282051282vw 0;
  }
}

.p-solution__item-ico {
  width: 5.625rem;
  aspect-ratio: 1;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-solution__item-ico {
    width: 15.3846153846vw;
  }
}
.p-solution__item-ico img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.p-solution__item-ttl {
  font-size: 1.4375rem;
  font-weight: 700;
  margin: 0.625rem 0 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-solution__item-ttl {
    font-size: 4.1025641026vw;
    letter-spacing: 0;
  }
}

.p-solution__item-txt {
  font-size: 1.125rem;
  color: #4B5563;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-solution__item-txt {
    font-size: 3.0769230769vw;
    letter-spacing: 0;
    margin: 1.2820512821vw 0 0;
  }
}

/* ========================================
選ばれる理由
======================================== */
.p-reason {
  background: #ffffff url(../images/bg_reason01.png) center top/auto 100% no-repeat;
  padding: 4.375rem 0 6.875rem;
  margin: -3.75rem 0 0;
  clip-path: polygon(0 0, calc(50% - 6.25rem) 0, 50% 3.75rem, calc(50% + 6.25rem) 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .p-reason {
    background-image: url(../images/bg_reason01_sp.png);
    background-size: cover;
    padding: 12.8205128205vw 0;
    margin: -7.6923076923vw 0 0;
    clip-path: polygon(0 0, 41.0256410256vw 0, 50% 7.6923076923vw, 58.9743589744vw 0, 100% 0, 100% 100%, 0 100%);
  }
}

.p-reason__ttl {
  font-size: 2.375rem;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-reason__ttl {
    font-size: 7.1794871795vw;
    line-height: 1.1;
  }
}
.p-reason__ttl span {
  color: #169EDD;
}
.p-reason__ttl span span {
  font-size: 180%;
  line-height: 1;
  position: relative;
  bottom: -0.1875rem;
}

.p-reason__lead {
  margin: 0.625rem 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-reason__lead {
    margin: 5.1282051282vw 0 0;
    font-size: initial;
  }
}

.p-reason__items {
  counter-reset: listnum;
  margin: 4.375rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-reason__items {
    margin: 7.6923076923vw 0 0;
  }
}

.p-reason__item + .p-reason__item {
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-reason__item + .p-reason__item {
    margin-top: 12.8205128205vw;
  }
}

.p-reason__item--01 .p-reason__ttlbox:before {
  background: url(../images/bg_reason02.png) center top/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .p-reason__item--01 .p-reason__ttlbox:before {
    background: url(../images/bg_reason02_sp.png) center top/100% auto no-repeat;
    aspect-ratio: 780/400;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__item--01 .p-reason__ttlbox:after {
    top: 48.7179487179vw;
  }
}
.p-reason__item--01 .p-reason__acd {
  margin-top: 3.125rem;
}

.p-reason__item--02 .p-reason__ttlbox:before {
  background: url(../images/bg_reason03.png) center top/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .p-reason__item--02 .p-reason__ttlbox:before {
    background: url(../images/bg_reason03_sp.png) center top/100% auto no-repeat;
    aspect-ratio: 780/380;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__item--02 .p-reason__ttlbox:after {
    top: 47.4358974359vw;
  }
}

.p-reason__item--03 .p-reason__ttlbox:before {
  background: url(../images/bg_reason04.png) center top/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .p-reason__item--03 .p-reason__ttlbox:before {
    background: url(../images/bg_reason04_sp.png) center top/100% auto no-repeat;
    aspect-ratio: 780/390;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__item--03 .p-reason__ttlbox:after {
    top: 48.7179487179vw;
  }
}
.p-reason__item--03 .p-reason__ttlbox span.adjust {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-reason__item--03 .p-reason__ttlbox span.adjust {
    font-size: 5.641025641vw;
  }
}

.p-reason__ttlbox {
  position: relative;
  z-index: 0;
  background: #ffffff;
  padding: 3.125rem;
  box-shadow: 0 0.625rem 0.9375rem rgba(48, 50, 53, 0.1);
}
@media screen and (max-width: 768px) {
  .p-reason__ttlbox {
    background: none;
    padding: 0;
    box-shadow: none;
  }
}
.p-reason__ttlbox:before {
  display: block;
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + 2.8125rem);
}
@media screen and (max-width: 768px) {
  .p-reason__ttlbox:before {
    position: static;
    width: 100vw;
    height: auto;
    margin: 0 0 7.6923076923vw -5.1282051282vw;
  }
}
.p-reason__ttlbox:after {
  counter-increment: listnum;
  content: counter(listnum, decimal-leading-zero);
  color: #169EDD;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 3.125rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-reason__ttlbox:after {
    font-size: 17.9487179487vw;
    left: -1.2820512821vw;
  }
}

.p-reason__ttlbox-catch {
  font-size: 3.1875rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-reason__ttlbox-catch {
    font-size: 8.2051282051vw;
  }
}
.p-reason__ttlbox-catch span:not([class]) {
  color: #169EDD;
}
.p-reason__ttlbox-catch img {
  width: 10.75rem;
  display: inline-block;
  position: relative;
  top: -0.5rem;
}
@media screen and (max-width: 768px) {
  .p-reason__ttlbox-catch img {
    width: 25.641025641vw;
    top: -1.2820512821vw;
  }
}

.p-reason__ttlbox-txt {
  color: #4B5563;
  margin: 1.25rem 0 0;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-reason__ttlbox-txt {
    margin: 2.5641025641vw 0 0;
    font-size: initial;
  }
}

@media screen and (max-width: 768px) {
  .p-reason__points {
    overflow: visible;
    margin: 7.6923076923vw 0 0;
  }
}

@media screen and (max-width: 768px) {
  .p-reason__point {
    height: auto;
  }
}

.p-reason__point-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin: 4.375rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-reason__point-wrap {
    display: flex;
    gap: 0;
    margin: 0;
  }
}

.p-reason__point-inner {
  height: 100%;
  border: 1px solid #D5D7DA;
  border-radius: 0.625rem;
  padding: 0 1.25rem 1.25rem;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-reason__point-inner {
    border-radius: 2.5641025641vw;
    padding: 0 3.8461538462vw 3.8461538462vw;
  }
}

.p-reason__point-img {
  margin: 0 -1.25rem;
}
@media screen and (max-width: 768px) {
  .p-reason__point-img {
    margin: 0 -3.8461538462vw;
  }
}
.p-reason__point-img img {
  border-radius: 0.625rem 0.625rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-reason__point-img img {
    border-radius: 2.5641025641vw 2.5641025641vw 0 0;
  }
}

.p-reason__point-ttl {
  font-size: 1.4375rem;
  font-weight: 700;
  margin: 1.25rem 0 0;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-reason__point-ttl {
    margin: 3.8461538462vw 0 0;
    font-size: initial;
  }
}

.p-reason__point-txt {
  color: #6D7785;
  letter-spacing: 0;
  margin: 0.625rem 0 0;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-reason__point-txt {
    font-size: 3.5897435897vw;
    margin: 1.2820512821vw 0 0;
  }
}

.p-reason__point-cap {
  margin: 0.625rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-reason__point-cap {
    margin: 1.2820512821vw 0 0;
  }
}

.p-reason .swiper-pagination {
  position: static;
}
@media screen and (max-width: 768px) {
  .p-reason .swiper-pagination {
    margin-top: 2.5641025641vw;
  }
}

.p-reason__acd-txt {
  color: #6D7785;
  font-size: 1rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-reason__acd-txt {
    font-size: 3.5897435897vw;
    margin-top: 5.1282051282vw;
  }
}
.p-reason__acd-txt a {
  color: #0044CC;
  text-decoration: underline;
}
.p-reason__acd-txt p + p {
  margin-top: 0.9375rem;
}

.p-reason__acd-box--01 {
  display: grid;
  grid-template-columns: 20.625rem auto;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-reason__acd-box--01 {
    display: block;
  }
}

/* ========================================
選ばれる理由 / 料金例
======================================== */
.p-reason__example {
  margin: 4.375rem 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-reason__example {
    margin: 12.8205128205vw 0 0;
  }
}

.p-reason__example-ttl {
  width: 47.5rem;
  border-top: 1px solid #169EDD;
  border-bottom: 1px solid #169EDD;
  padding: 1.25rem 0;
  margin: 1.25rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-reason__example-ttl {
    width: 100%;
    padding: 5.1282051282vw 0;
    margin-top: 5.1282051282vw;
  }
}

.p-reason__example-label {
  font-size: 1.4375rem;
  font-weight: 700;
  color: #ffffff;
  background: #169EDD;
  display: inline-block;
  padding: 0.3125rem 1.875rem;
  border-radius: 0.625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-reason__example-label {
    font-size: 4.6153846154vw;
    padding: 1.2820512821vw 7.6923076923vw;
    border-radius: 2.5641025641vw;
  }
}
.p-reason__example-label:before {
  width: 0.625rem;
  aspect-ratio: 1;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  border: 0.625rem solid transparent;
  border-top: 0.625rem solid #169EDD;
  content: "";
}
@media screen and (max-width: 768px) {
  .p-reason__example-label:before {
    width: 2.5641025641vw;
    border-width: 2.5641025641vw;
  }
}

.p-reason__example-catch img {
  width: 27.75rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-reason__example-catch img {
    width: 100%;
  }
}

.p-reason__example-cap {
  margin: 0.625rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-reason__example-cap {
    margin: 2.5641025641vw 0 0;
  }
}

.p-reason__example-imgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
  counter-reset: listnum;
  margin: 1.875rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-reason__example-imgs {
    grid-template-columns: 1fr;
    gap: 3.8461538462vw;
    margin: 5.1282051282vw 0 0;
  }
}

.p-reason__example-img {
  background: #ffffff;
  padding: 1.875rem;
  border-radius: 0.625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-reason__example-img {
    padding: 5.1282051282vw;
    border-radius: 2.5641025641vw;
  }
}
.p-reason__example-img--border {
  border: 1px solid #D5D7DA;
}
@media screen and (max-width: 768px) {
  .p-reason__example-img img + img {
    margin-top: 3.8461538462vw;
  }
}

@media screen and (max-width: 768px) {
  .p-reason__example-img-sp-discount {
    margin-top: 2.5641025641vw;
  }
}

.p-reason__example-ico {
  width: 2.8125rem;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  background: #169EDD;
  font-size: 1.125rem;
  line-height: 1;
  position: absolute;
  top: -0.625rem;
  left: -0.625rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-reason__example-ico {
    width: 9.2307692308vw;
    top: -1.2820512821vw;
    left: -1.2820512821vw;
    font-size: 3.5897435897vw;
  }
}
.p-reason__example-ico:after {
  counter-increment: listnum;
  content: counter(listnum);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-reason__example-ico:after {
    font-size: 4.358974359vw;
  }
}

/* ========================================
選ばれる理由 / お問い合わせダイヤル
======================================== */
.p-reason__cta {
  background: url(../images/bg_reason05.png) center/cover no-repeat;
  border-radius: 0.625rem;
  padding: 2.5rem 3.125rem 1.875rem;
  position: relative;
  margin: 4.375rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-reason__cta {
    background-image: url(../images/bg_reason05_sp.png);
    border-radius: 2.5641025641vw;
    padding: 10.2564102564vw 5.1282051282vw 7.6923076923vw;
  }
}

.p-reason__cta-label {
  font-size: 1.4375rem;
  font-weight: 700;
  display: inline-block;
  color: #ffffff;
  background: #6D7785;
  padding: 0.3125rem 1.25rem;
  border-radius: 0.625rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-reason__cta-label {
    padding: 1.2820512821vw 5.1282051282vw;
    border-radius: 2.5641025641vw;
    font-size: initial;
    min-width: 14em;
  }
}

.p-reason__cta-tels {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-reason__cta-tels {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5641025641vw;
  }
}

.p-reason__cta-tel {
  cursor: pointer;
}
.p-reason__cta-tel a {
  font-size: 2.1875rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-reason__cta-tel a {
    font-size: 5.1282051282vw;
  }
}
.p-reason__cta-tel a:before {
  display: inline-block;
  margin-right: 0.3125rem;
  content: "";
}
.p-reason__cta-tel.free a:before {
  background: url(../images/ico_phone01.svg) center/contain no-repeat;
  width: 1.9375rem;
  aspect-ratio: 1;
  margin-bottom: -0.1875rem;
}
@media screen and (max-width: 768px) {
  .p-reason__cta-tel.free a:before {
    width: 4.6153846154vw;
    margin-bottom: -0.7692307692vw;
  }
}
.p-reason__cta-tel.area a:before {
  background: url(../images/ico_phone02.svg) center/contain no-repeat;
  width: 1.5rem;
  aspect-ratio: 20/30;
  margin-bottom: -0.4375rem;
}
@media screen and (max-width: 768px) {
  .p-reason__cta-tel.area a:before {
    width: 4.6153846154vw;
    margin-bottom: -1.2820512821vw;
  }
}

.p-reason__cta-time {
  color: #4B5563;
  font-size: 0.9375rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-reason__cta-time {
    font-size: 3.0769230769vw;
  }
}

.p-reason__cta-links {
  display: flex;
  gap: 2.5rem;
  margin: 0.625rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-reason__cta-links {
    gap: 5.1282051282vw;
    margin: 2.5641025641vw 0 0;
  }
}

.p-reason__cta-link {
  color: #374151;
  font-size: 0.9375rem;
  border-bottom: 1px dotted #303235;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-reason__cta-link {
    font-size: 2.8205128205vw;
    letter-spacing: 0;
  }
}

/* ========================================
会員プラン / オプション / 取扱いアイテム
======================================== */
.p-plan {
  background: #E7F0F7;
  padding: 4.375rem 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-plan {
    padding: 12.8205128205vw 0;
  }
}
.p-plan:before {
  width: 40.625rem;
  height: 20.4375rem;
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 5rem);
  background: url(../images/bg_plan01.png) right top/contain no-repeat;
  content: "";
  z-index: -1;
}
@supports (background-image: url(../images/bg_plan01.webp)) {
  .p-plan:before {
    background-image: url(../images/bg_plan01.webp);
  }
}
@media screen and (max-width: 768px) {
  .p-plan:before {
    width: 100vw;
    height: 83.5897435897vw;
    left: 0;
    background: url(../images/bg_plan01_sp.png) center top/100% auto no-repeat;
  }
  @supports (background-image: url(../images/bg_plan01_sp.webp)) {
    .p-plan:before {
      background-image: url(../images/bg_plan01_sp.webp);
    }
  }
}

/* ========================================
見出し / リード
======================================== */
.p-plan__ttl {
  font-size: 2.5625rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-plan__ttl {
    font-size: 6.1538461538vw;
    text-align: left;
  }
}
.p-plan__ttl span {
  color: #169EDD;
  font-weight: 900;
}
.p-plan__ttl span span {
  font-size: 150%;
  position: relative;
  bottom: -0.1875rem;
  line-height: 1;
}

.p-plan__lead {
  margin: 0.625rem 0 0;
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-plan__lead {
    margin: 2.5641025641vw 0 0;
    text-align: left;
    font-size: initial;
  }
}

/* ========================================
プラン切替タブ
======================================== */
.p-plan__tab {
  margin: 3.125rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-plan__tab {
    margin: 7.6923076923vw 0 0;
  }
}

.p-plan__tab-btns {
  display: grid;
  grid-template-columns: repeat(2, 23.125rem);
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-plan__tab-btns {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-plan__tab-btn {
  text-align: center;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.25rem;
  height: 5.625rem;
  border: 2px solid #169EDD;
  position: relative;
  box-shadow: 0 0.625rem 0.9375rem rgba(48, 50, 53, 0.1);
}
@media screen and (max-width: 768px) {
  .p-plan__tab-btn {
    font-size: 3.5897435897vw;
    height: 15.3846153846vw;
    letter-spacing: 0;
  }
}
.p-plan__tab-btn:after {
  width: 0.625rem;
  aspect-ratio: 1;
  border-bottom: 2px solid #303235;
  border-right: 2px solid #303235;
  transform: rotate(45deg);
  margin: 0 0 0.1875rem 0.625rem;
  content: "";
}
@media screen and (max-width: 768px) {
  .p-plan__tab-btn:after {
    width: 2.0512820513vw;
    margin: 0 0 0.7692307692vw 2.5641025641vw;
  }
}
.p-plan__tab-btn:first-child {
  border-radius: 0.625rem 0 0 0.625rem;
}
.p-plan__tab-btn:last-child {
  border-radius: 0 0.625rem 0.625rem 0;
}
.p-plan__tab-btn.active {
  background: #169EDD;
  color: #ffffff;
  font-weight: 700;
}
.p-plan__tab-btn.active:before {
  width: 0.875rem;
  aspect-ratio: 1;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  border: 0.875rem solid transparent;
  border-top: 0.875rem solid #169EDD;
  content: "";
}
@media screen and (max-width: 768px) {
  .p-plan__tab-btn.active:before {
    width: 2.5641025641vw;
    border-width: 2.5641025641vw;
  }
}
.p-plan__tab-btn.active:after {
  border-bottom-color: #ffffff;
  border-right-color: #ffffff;
}

.p-plan__tab-btn-label {
  background: #F04E79;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  border-radius: 1.875rem;
  padding: 0.3125rem 0.625rem 0.5rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-plan__tab-btn-label {
    font-size: 3.5897435897vw;
    padding: 1.2820512821vw 2.5641025641vw 2.0512820513vw;
  }
}

.p-plan__tab-conts {
  margin: 3.125rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-plan__tab-conts {
    margin: 7.6923076923vw 0 0;
  }
}

.p-plan__tab-cont {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-plan__tab-cont {
    grid-template-columns: 1fr;
    gap: 5.1282051282vw;
  }
}
.p-plan__tab-cont.active {
  display: grid;
}

/* ========================================
プラン比較表
======================================== */
.p-plan__tbl {
  background: #ffffff;
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-plan__tbl {
    border-radius: 2.5641025641vw;
  }
}

.p-plan__tbl-ttl {
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 1.4375rem;
  border-radius: 0.625rem 0.625rem 0 0;
  padding: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-plan__tbl-ttl {
    font-size: initial;
    border-radius: 2.5641025641vw 2.5641025641vw 0 0;
    padding: 2.5641025641vw;
  }
}

.p-plan__tbl-detail {
  padding: 0.3125rem 1.25rem;
  display: grid;
  grid-template-columns: 10.375rem auto;
}
@media screen and (max-width: 768px) {
  .p-plan__tbl-detail {
    padding: 2.5641025641vw 3.8461538462vw;
    grid-template-columns: 25.641025641vw auto;
  }
}
.p-plan__tbl-detail dt,
.p-plan__tbl-detail dd {
  border-bottom: 1px solid #D5D7DA;
  letter-spacing: 0.02em;
  min-height: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-plan__tbl-detail dt,
  .p-plan__tbl-detail dd {
    letter-spacing: 0;
  }
}
.p-plan__tbl-detail dt:last-of-type,
.p-plan__tbl-detail dd:last-of-type {
  border: none;
}
.p-plan__tbl-detail dt {
  padding: 0.3125rem 0;
  color: #6D7785;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-plan__tbl-detail dt {
    padding: 1.2820512821vw 0;
    font-size: 3.0769230769vw;
    display: flex;
    align-items: center;
  }
}
.p-plan__tbl-detail dd {
  padding: 0.3125rem 0 0.3125rem 0.625rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-plan__tbl-detail dd {
    padding: 1.2820512821vw 0 1.2820512821vw 1.2820512821vw;
    font-size: 3.0769230769vw;
    line-height: 1.4;
  }
}
.p-plan__tbl-detail dd span {
  font-weight: 700;
  font-size: 1.25rem;
}
.p-plan__tbl-detail dd span.p-plan__tbl-detail-caption {
  font-weight: normal;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-plan__tbl-detail dd span {
    font-size: 3.8461538462vw;
  }
  .p-plan__tbl-detail dd span.p-plan__tbl-detail-caption {
    font-size: 2.0512820513vw;
    line-height: 1.5;
  }
}

.p-plan__tbl.other .p-plan__tbl-ttl {
  background: #6D7785;
}

.p-plan__tbl.lenet .p-plan__tbl-ttl {
  background: #169EDD;
}
.p-plan__tbl.lenet .p-plan__tbl-detail dd span {
  color: #169EDD;
}
.p-plan__tbl.lenet .p-plan__tbl-detail dd span.p-plan__tbl-detail-caption {
  color: #6D7785;
}

/* ========================================
オプション
======================================== */
.p-plan__option {
  margin: 3.125rem 0 0;
}

.p-plan__option-head {
  margin: 0 0 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-plan__option-head {
    margin: 0 0 5.1282051282vw;
  }
}

.p-plan__option-caption {
  text-align: center;
  font-size: 0.625rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-plan__option-caption {
    margin-top: 2.0512820513vw;
    font-size: 2.5641025641vw;
  }
}

.p-plan__option-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 1.625rem;
  position: relative;
  color: #000;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-plan__option-ttl {
    font-size: 5.1282051282vw;
    line-height: normal;
  }
}
.p-plan__option-ttl:before, .p-plan__option-ttl:after {
  background-color: #000;
  border-radius: 5px;
  content: "";
  height: 4rem;
  width: 1px;
  position: absolute;
  top: 0.9375rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-plan__option-ttl:before, .p-plan__option-ttl:after {
    height: 12.8205128205vw;
    top: 2.5641025641vw;
  }
}
.p-plan__option-ttl:before {
  transform: rotate(-25deg);
  left: calc(50% - 10.625rem);
}
@media screen and (max-width: 768px) {
  .p-plan__option-ttl:before {
    left: calc(50% - 33.3333333333vw);
  }
}
.p-plan__option-ttl:after {
  transform: rotate(25deg);
  left: calc(50% + 10.625rem);
}
@media screen and (max-width: 768px) {
  .p-plan__option-ttl:after {
    left: calc(50% + 33.3333333333vw);
  }
}
.p-plan__option-ttl span {
  color: #169EDD;
  font-size: 120%;
}
.p-plan__option-ttl .p-plan__option-ttl-discount-price {
  color: #FF6392;
  font-size: 120%;
}

.p-plan .c-acd__col3-img {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-plan .c-acd__col3-img {
    position: absolute;
  }
}
.p-plan .c-acd__col3-img img {
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-plan .c-acd__col3-img img {
    border-radius: 2.5641025641vw;
  }
}
.p-plan .c-acd__col3-img-label {
  background: #F04E79;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 0.625rem 0 0.3125rem 0;
  padding: 0.125rem 0.3125rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-plan .c-acd__col3-img-label {
    font-size: 3.0769230769vw;
  }
}
.p-plan .c-acd__col3-img-label-secondary {
  background: #169EDD;
}
.p-plan .c-acd__col3-ttl span {
  font-weight: 400;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-plan .c-acd__col3-ttl span {
    font-size: 0.875rem;
  }
}
.p-plan .c-acd__col3-ttl .p-plan__option-ttl-discount-price {
  color: #FF6392;
  font-weight: 600;
}

/* ========================================
取扱いアイテム
======================================== */
.p-plan__items {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 0.625rem 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-plan__items {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5641025641vw;
    letter-spacing: 0.04em;
  }
}
.p-plan__items + * {
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-plan__items + * {
    margin-top: 5.1282051282vw;
  }
}

.p-plan__item-name {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.3;
  margin: 0.1875rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-plan__item-name {
    font-size: 3.0769230769vw;
  }
}

/* ========================================
取扱いできないもの
======================================== */
.p-plan__impossible {
  color: #6D7785;
}
.p-plan__impossible p,
.p-plan__impossible .c-list-dot__item {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-plan__impossible p,
  .p-plan__impossible .c-list-dot__item {
    font-size: 3.5897435897vw;
  }
}
.p-plan__impossible .c-cap {
  margin: 1.25rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-plan__impossible .c-cap {
    margin: 5.1282051282vw 0 0;
  }
}

.p-plan__impossible-ttl {
  font-size: 1.125rem;
  margin: 1.25rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-plan__impossible-ttl {
    font-size: 3.5897435897vw;
    margin: 5.1282051282vw 0 0;
  }
}

/* ========================================
料金シミュレーター
======================================== */
.p-price {
  padding: 4.375rem 0 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-price {
    padding: 12.8205128205vw 0 0;
  }
}
.p-price:before {
  width: 40.625rem;
  height: 20.4375rem;
  display: block;
  position: absolute;
  top: 0;
  left: 43%;
  background: url(../images/bg_price01.png) right top/contain no-repeat;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-price:before {
    width: 57.4358974359vw;
    height: 49.2307692308vw;
    left: auto;
    right: 0;
    background-image: url(../images/bg_price01_sp.png);
  }
}

/* 見出し
======================================== */
.p-price__ttl {
  font-size: 2.5rem;
  width: 60.75rem;
  margin: 0 auto;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-price__ttl {
    font-size: 7.1794871795vw;
    width: auto;
    letter-spacing: 0;
  }
}
.p-price__ttl .c-cap {
  margin: 1.25rem 0 0;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-price__ttl .c-cap {
    margin: 0.5128205128vw 0 0;
    font-size: 2.5641025641vw;
  }
}

.p-price__ttl-bld {
  color: #169EDD;
}

/* シミュレーター（アコーディオンの上書き）
======================================== */
.p-price__sim {
  margin: 4.375rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-price__sim {
    margin: 7.6923076923vw 0 0;
  }
}

.p-price .c-acd__item-btn-ico {
  width: 3rem;
}
@media screen and (max-width: 768px) {
  .p-price .c-acd__item-btn-ico {
    width: 10.7692307692vw;
  }
}
.p-price .c-acd__item-btn-txt {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-price .c-acd__item-btn-txt {
    font-size: 1.125rem;
  }
}
.p-price .c-acd__item-btn-txt span {
  font-size: 1.625rem;
}
@media screen and (max-width: 768px) {
  .p-price .c-acd__item-btn-txt span {
    font-size: 1.125rem;
  }
}
.p-price .c-acd__item-cont {
  display: block;
}
.p-price .c-acd__col3 {
  padding: 1.5625rem 0;
}
@media screen and (max-width: 768px) {
  .p-price .c-acd__col3 {
    gap: 5.1282051282vw;
  }
}
.p-price .c-acd__col3-item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-price .c-acd__col3-item {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    min-height: 14.8717948718vw;
  }
}
.p-price .c-acd__col3-img {
  position: absolute;
  left: 0;
  width: 8rem;
  height: 8rem;
}
@media screen and (max-width: 768px) {
  .p-price .c-acd__col3-img {
    position: static;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-price .c-acd__col3-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.p-price .c-acd__col3-txtbox {
  width: 8rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-price .c-acd__col3-txtbox {
    width: 35.641025641vw;
    margin-left: 4.1025641026vw;
  }
}
.p-price .c-acd__col3-ttl {
  margin: 0 0 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-price .c-acd__col3-ttl {
    font-size: 3.5897435897vw;
  }
}
.p-price .c-acd__col3-price {
  color: #6D7785;
  font-size: 1.125rem;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-price .c-acd__col3-price {
    font-size: 3.0769230769vw;
  }
}
.p-price .c-acd__col3-box {
  width: 8rem;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  flex-flow: row;
}
@media screen and (max-width: 768px) {
  .p-price .c-acd__col3-box {
    width: 24.8717948718vw;
    margin-left: 0;
  }
}
.p-price .c-acd__col3-num {
  width: 2.375rem;
  text-align: center;
  font-weight: 700;
}
.p-price .c-acd__col3-num_reduce,
.p-price .c-acd__col3-num_add {
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  position: relative;
  font-size: 1.25rem;
  cursor: pointer;
}
.p-price .c-acd__col3-num_reduce::before,
.p-price .c-acd__col3-num_add::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  background: #F3F4F6;
  border-radius: 3.125rem;
  width: 100%;
  height: 100%;
  z-index: -5;
}
.p-price .c-acd__item-lead {
  text-align: center;
  margin-bottom: 0.9375rem;
}

/* 会員プラン選択
======================================== */
.p-price__sim-plan-ttl {
  font-size: 1.4375rem;
  margin-bottom: 0.9375rem;
  font-weight: 700;
}

.p-price__sim-plan-select {
  display: flex;
  justify-content: space-between;
}
.p-price__sim-plan-select li {
  margin: 0;
  position: relative;
  width: 49%;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-price__sim-plan-select li {
    width: 48%;
  }
}
.p-price__sim-plan-select li input[type=radio] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.75rem;
  margin: auto 0;
  z-index: 10;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 0.625rem;
  vertical-align: sub;
}
.p-price__sim-plan-select li input[type=radio]:checked + label {
  color: #169EDD;
  border: 1px solid #169EDD;
  background: #F5FBFF;
  font-weight: 700;
}
.p-price__sim-plan-select li label {
  text-align: center;
  position: relative;
  padding: 0.9375rem 0;
  display: block;
  border-radius: 0.625rem;
  font-size: 1.25rem;
  background-color: #ffffff;
  border: 1px solid #D1D5DB;
  color: #4B5563;
}
@media screen and (max-width: 768px) {
  .p-price__sim-plan-select li label {
    padding: 5.1282051282vw 0;
    font-size: 3.5897435897vw;
  }
}

/* 試算結果
======================================== */
.p-price__result {
  border-radius: 0.625rem;
  margin-top: 1.5625rem;
  background-color: #F3F4F6;
  padding: 3.125rem 3.4375rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-price__result {
    padding: 5.1282051282vw;
    font-size: 3.5897435897vw;
  }
}
.p-price__result .c-cap + .c-cap {
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-price__result .c-cap + .c-cap {
    margin-top: 1.0256410256vw;
  }
}

.p-price__result-balloon {
  max-width: 20rem;
  background-color: #169EDD;
  color: #ffffff;
  font-size: 1.4375rem;
  position: relative;
  text-align: center;
  border-radius: 3.125rem;
  padding: 0.9375rem;
  font-weight: 700;
  margin: 0 auto 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-price__result-balloon {
    max-width: 52.0512820513vw;
    padding: 2.5641025641vw;
    font-size: 3.5897435897vw;
    margin: 0 auto 6.6666666667vw;
  }
}
.p-price__result-balloon::after {
  content: "";
  position: absolute;
  bottom: -0.875rem;
  background: #169EDD;
  width: 1.125rem;
  height: 0.974278575rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-price__result-balloon::after {
    width: 3.3333333333vw;
    height: 2.8867513333vw;
    bottom: -2.8205128205vw;
  }
}

.p-price__result-balloon-caption {
  display: block;
  color: #ffffff;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-price__result-balloon-caption {
    font-size: 2.0512820513vw;
    line-height: 1.5;
  }
}

.p-price__result-subtotal,
.p-price__result-discount,
.p-price__result-deliver-fee,
.p-price__result-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.625rem;
}
.p-price__result-subtotal dt,
.p-price__result-subtotal dd,
.p-price__result-discount dt,
.p-price__result-discount dd,
.p-price__result-deliver-fee dt,
.p-price__result-deliver-fee dd,
.p-price__result-total dt,
.p-price__result-total dd {
  font-weight: 700;
}
.p-price__result-subtotal dt,
.p-price__result-discount dt,
.p-price__result-deliver-fee dt,
.p-price__result-total dt {
  font-size: 1.625rem;
}
@media screen and (max-width: 768px) {
  .p-price__result-subtotal dt,
  .p-price__result-discount dt,
  .p-price__result-deliver-fee dt,
  .p-price__result-total dt {
    font-size: 3.0769230769vw;
  }
}
.p-price__result-subtotal dd,
.p-price__result-discount dd,
.p-price__result-deliver-fee dd,
.p-price__result-total dd {
  font-size: 1.4375rem;
}
@media screen and (max-width: 768px) {
  .p-price__result-subtotal dd,
  .p-price__result-discount dd,
  .p-price__result-deliver-fee dd,
  .p-price__result-total dd {
    font-size: 3.0769230769vw;
  }
}

@media screen and (max-width: 768px) {
  .p-price__result-subtotal dd,
  .p-price__result-discount dd {
    font-size: 3.8461538462vw;
  }
  .p-price__result-subtotal dd .p-price__result-price,
  .p-price__result-discount dd .p-price__result-price {
    font-size: 5.3846153846vw;
  }
}

.p-price__result-discount dt,
.p-price__result-discount dd {
  color: #DC2626;
}

.p-price__result-deliver-fee {
  border-bottom: 1px solid #D5D7DA;
  padding-bottom: 0.3125rem;
}
.p-price__result-deliver-fee dd {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-price__result-deliver-fee dd {
    font-size: 3.0769230769vw;
  }
}
.p-price__result-deliver-fee dd .p-price__result-price {
  font-size: 1.9375rem;
}
@media screen and (max-width: 768px) {
  .p-price__result-deliver-fee dd .p-price__result-price {
    font-size: 3.8461538462vw;
  }
}

.p-price__result-total {
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-price__result-total dt {
    font-size: 3.8461538462vw;
  }
}
@media screen and (max-width: 768px) {
  .p-price__result-total dd {
    font-size: 3.5897435897vw;
  }
}
.p-price__result-total dd .p-price__result-price {
  font-size: 2.25rem;
}
@media screen and (max-width: 768px) {
  .p-price__result-total dd .p-price__result-price {
    font-size: 5.3846153846vw;
  }
}

.p-price__result-price {
  font-size: 1.9375rem;
}

.p-price__result-notice-ttl {
  font-weight: 700;
  color: #DC2626;
  font-size: 1.4375rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-price__result-notice-ttl {
    font-size: 2.5641025641vw;
    margin-bottom: 2.5641025641vw;
  }
}

/* プラン紹介リード
======================================== */
.p-price__lead {
  margin: 4.375rem auto 0;
  width: 60.75rem;
  padding: 0 0 27.625rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-price__lead {
    margin: 7.6923076923vw 0 0;
    padding: 0 0 71.7948717949vw;
    width: auto;
  }
}
.p-price__lead:after {
  width: 100%;
  aspect-ratio: 760/400;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/bg_price02.png) center bottom/contain no-repeat;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-price__lead:after {
    width: 100vw;
    aspect-ratio: 390/350;
    left: -5.1282051282vw;
    background-image: url(../images/bg_price02_sp.png);
  }
}

.p-price__lead-ttl {
  font-size: 2.25rem;
}
@media screen and (max-width: 768px) {
  .p-price__lead-ttl {
    font-size: 7.1794871795vw;
  }
}
.p-price__lead-ttl span {
  background: #F04E79;
  color: #ffffff;
  display: inline-block;
  padding: 0.1875rem 0.625rem;
  font-weight: 700;
  margin: 0.3125rem 0;
}

.p-price__lead-txt {
  margin: 1.875rem 0 0;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-price__lead-txt {
    font-size: initial;
    margin: 5.1282051282vw 0 0;
  }
}
.p-price__lead-txt p + p {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-price__lead-txt p + p {
    margin-top: 5.1282051282vw;
  }
}
.p-price__lead-txt p span {
  color: #169EDD;
  font-weight: 700;
}

/* ========================================
お客様の声
======================================== */
.p-voice {
  padding: 4.375rem 0;
}
@media screen and (max-width: 768px) {
  .p-voice {
    padding: 12.8205128205vw 0;
  }
}

.p-voice__ttl {
  text-align: center;
  font-weight: 700;
  font-size: 2.5625rem;
}
@media screen and (max-width: 768px) {
  .p-voice__ttl {
    font-size: 5.1282051282vw;
  }
}
.p-voice__ttl span {
  color: #169EDD;
}
@media screen and (max-width: 768px) {
  .p-voice__ttl span {
    font-size: 160%;
  }
}

.p-voice__slide {
  overflow: visible;
  margin: 3.125rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-voice__slide {
    margin: 7.6923076923vw 0 0;
  }
}

.p-voice .swiper-pagination {
  position: static;
  margin: 1.25rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-voice .swiper-pagination {
    margin: 5.1282051282vw 0 0;
  }
}

.p-voice .swiper-pagination-bullet {
  background-color: rgba(109, 119, 133, 0.3);
  opacity: 1;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-voice .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

.p-voice .swiper-pagination-bullet-active {
  background-color: #169EDD;
}

.p-voice__item {
  width: 26.375rem;
  box-sizing: border-box;
  height: auto;
  border: 1px solid #169EDD;
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-voice__item {
    border-radius: 2.5641025641vw;
  }
}

.p-voice__item-inner {
  position: relative;
  height: 100%;
  padding: 3.75rem 1.875rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-voice__item-inner {
    padding: 12.8205128205vw 5.1282051282vw 5.1282051282vw;
  }
}

.p-voice__item-img {
  width: 9.625rem;
  position: absolute;
  top: -1.875rem;
  left: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-voice__item-img {
    width: 30.7692307692vw;
    top: -3.8461538462vw;
    left: 5.1282051282vw;
  }
}

.p-voice__item-name {
  margin-left: 10rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-voice__item-name {
    margin-left: 35.8974358974vw;
    font-size: 3.5897435897vw;
  }
}
.p-voice__item-name span {
  display: block;
  margin: 0.3125rem 0 0;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-voice__item-name span {
    margin: 0;
    font-size: 3.0769230769vw;
    letter-spacing: 0;
  }
}

.p-voice__item-ttl {
  color: #169EDD;
  font-weight: 700;
  font-size: 1.4375rem;
  margin: 1.25rem 0 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-voice__item-ttl {
    font-size: 4.6153846154vw;
    margin: 7.6923076923vw 0 0;
  }
}

.p-voice__item-txt {
  color: #6D7785;
  font-size: 1.125rem;
  margin: 1.25rem 0 0;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-voice__item-txt {
    font-size: 3.5897435897vw;
    margin: 5.1282051282vw 0 0;
  }
}

/* ========================================
アンバサダーメッセージ
======================================== */
.p-ambassador {
  background: #F3F4F6;
  padding: 4.375rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-ambassador {
    padding: 12.8205128205vw 0;
  }
}

.p-ambassador-img {
  position: absolute;
  width: 34.875rem;
  top: 0;
  left: calc(50% + 6.25rem);
}
@media screen and (max-width: 768px) {
  .p-ambassador-img {
    width: 53vw;
    left: auto;
    right: 0;
    aspect-ratio: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-ambassador-img img {
    width: 130%;
    height: 130%;
    object-fit: cover;
    object-position: left top;
  }
}

.p-ambassador-img-name {
  position: absolute;
  top: 9.375rem;
  left: -1.25rem;
  transform: translateX(-100%);
  color: #6D7785;
  font-size: 1.125rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-ambassador-img-name {
    top: auto;
    bottom: 2.5641025641vw;
    left: 0;
    font-size: 3.0769230769vw;
  }
}
.p-ambassador-img-name span {
  color: initial;
  font-size: 170%;
  font-weight: 700;
  line-height: 1.2;
}

.p-ambassador__ttl {
  font-size: 2.5625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-ambassador__ttl {
    font-size: 5.1282051282vw;
  }
}
.p-ambassador__ttl span {
  background: #303235;
  color: #ffffff;
  display: inline-block;
  padding: 0.3125rem 0.625rem 0.5rem;
  margin: 0.3125rem 0;
}
@media screen and (max-width: 768px) {
  .p-ambassador__ttl span {
    padding: 1.2820512821vw 2.5641025641vw 2.0512820513vw;
    margin: 1.2820512821vw 0;
  }
}

.p-ambassador__lead {
  margin: 3.125rem 0 0;
  line-height: 1.7;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-ambassador__lead {
    margin: 7.6923076923vw 0 0;
  }
}
.p-ambassador__lead img {
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-ambassador__lead img {
    border-radius: 2.5641025641vw;
  }
}

.p-ambassador__lead-ttl {
  font-weight: 700;
  font-size: 1.625rem;
  color: #169EDD;
  margin: 3.125rem 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-ambassador__lead-ttl {
    font-size: 4.6153846154vw;
    margin: 7.6923076923vw 0 5.1282051282vw;
  }
}

@media screen and (max-width: 768px) {
  .p-ambassador__lead-txt p {
    font-size: 3.3333333333vw;
    line-height: 1.65;
    letter-spacing: 0.075em;
  }
}
.p-ambassador__lead-txt p + p {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-ambassador__lead-txt p + p {
    margin-top: 5.1282051282vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ambassador__lead-txt br {
    display: none;
  }
}

.p-ambassador__lead--01 {
  margin-right: 35.625rem;
}
@media screen and (max-width: 768px) {
  .p-ambassador__lead--01 {
    margin: 25.641025641vw 0 0;
    font-size: 3.5897435897vw;
  }
}

.p-ambassador__lead--02 img {
  float: left;
  width: 16.25rem;
  margin: 0 1.875rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-ambassador__lead--02 img {
    width: 46.1538461538vw;
    margin: 0 5.1282051282vw 5.1282051282vw 0;
  }
}

.p-ambassador .c-cap {
  margin: 1.875rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-ambassador .c-cap {
    margin: 5.1282051282vw 0 0;
  }
}

/* ========================================
訴求（No.1調査 / メディア掲載）
======================================== */
.p-appeal {
  background: #ffffff url(../images/bg_appeal01.png) center top/auto 100% no-repeat;
  padding: 4.375rem 0;
}
@media screen and (max-width: 768px) {
  .p-appeal {
    background-image: url(../images/bg_appeal01_sp.png);
    background-size: 100% auto;
    padding: 12.8205128205vw 0;
  }
}

.p-appeal__catch {
  text-align: center;
  margin: 3.125rem 0 0;
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-appeal__catch {
    font-size: 1rem;
    margin: 7.6923076923vw 0 0;
    line-height: 1.3;
  }
}
.p-appeal__catch span.name {
  color: #169EDD;
  font-size: 175%;
}
.p-appeal__catch span.case {
  color: #169EDD;
  font-size: 260%;
  font-weight: 800;
}
.p-appeal__catch span.case .u-ff-en {
  font-size: 110%;
  line-height: 1;
}
.p-appeal__catch span.bld {
  font-size: 150%;
  color: #000;
}

.p-rank__ttl {
  text-align: center;
  font-size: 1.9375rem;
}
@media screen and (max-width: 768px) {
  .p-rank__ttl {
    font-size: 5.1282051282vw;
    line-height: 1.6;
  }
}
.p-rank__ttl span.label {
  background: #169EDD;
  color: #ffffff;
  display: inline-block;
  padding: 0 0.625rem;
  font-size: 2.25rem;
  margin: 0 0.625rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-rank__ttl span.label {
    padding: 0 2.5641025641vw;
    font-size: 5.8974358974vw;
    margin: 0 1.2820512821vw;
  }
}
.p-rank__ttl span.bld {
  font-weight: 700;
  color: #000;
}

.p-rank__items {
  box-shadow: 0 0.625rem 0.9375rem rgba(48, 50, 53, 0.1);
  padding: 1.875rem;
  background: #ffffff;
  border-radius: 0.625rem;
  width: 60.75rem;
  margin: 3.125rem auto 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-rank__items {
    padding: 5.1282051282vw;
    border-radius: 2.5641025641vw;
    width: auto;
    margin: 7.6923076923vw 0 0;
  }
}
.p-rank__items .c-cap {
  margin: 1.25rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-rank__items .c-cap {
    margin: 2.5641025641vw 0 0;
  }
}

.p-rank__item + .p-rank__item {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-rank__item + .p-rank__item {
    margin-top: 2.5641025641vw;
  }
}

.p-media {
  margin: 4.375rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-media {
    margin: 12.8205128205vw 0 0;
  }
}

.p-media__ttl {
  text-align: center;
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-media__ttl {
    font-size: 6.6666666667vw;
  }
}
.p-media__ttl span {
  color: #169EDD;
}

.p-media__img {
  width: 45.625rem;
  margin: 1.25rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-media__img {
    width: 100%;
    margin: 5.1282051282vw auto 0;
  }
}
.p-media__img img {
  filter: drop-shadow(0 0.625rem 0.625rem rgba(48, 50, 53, 0.1));
}
.p-media__img .c-cap {
  text-align: right;
  padding: 0 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-media__img .c-cap {
    padding: 0 7.6923076923vw;
  }
}

.p-media__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
  margin: 1.875rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-media__items {
    grid-template-columns: 1fr;
    gap: 3.8461538462vw;
    margin: 7.6923076923vw 0 0;
  }
}

.p-media__item {
  box-shadow: 0 0.625rem 0.9375rem rgba(48, 50, 53, 0.1);
  padding: 1.25rem;
  background: #ffffff;
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-media__item {
    padding: 5.1282051282vw;
    border-radius: 2.5641025641vw;
  }
}

.p-media__tv {
  position: relative;
}

.p-media__tv-name {
  width: 9.125rem;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.125rem;
  text-align: center;
  letter-spacing: 0;
  background: #169EDD;
  color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: -0.625rem;
  left: -0.625rem;
}
@media screen and (max-width: 768px) {
  .p-media__tv-name {
    width: 25.641025641vw;
    font-size: 3.3333333333vw;
    top: -2.5641025641vw;
    left: -2.5641025641vw;
  }
}
.p-media__tv-name span {
  font-size: 185%;
  font-weight: 500;
  line-height: 1;
}

.p-media__history-ttl {
  font-weight: 700;
  text-align: center;
  font-size: 1.4375rem;
}
@media screen and (max-width: 768px) {
  .p-media__history-ttl {
    font-size: 4.1025641026vw;
  }
}

.p-media__history-list {
  margin: 0.625rem 0 0;
  display: grid;
  grid-template-columns: 11em auto;
  justify-content: space-between;
  gap: 0.9375rem 0;
}
@media screen and (max-width: 768px) {
  .p-media__history-list {
    margin: 3.8461538462vw 0 0;
    gap: 2.5641025641vw 0;
  }
}
.p-media__history-list dt,
.p-media__history-list dd {
  letter-spacing: 0;
  font-size: 1.125rem;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .p-media__history-list dt,
  .p-media__history-list dd {
    font-size: 3.5897435897vw;
  }
}
.p-media__history-list dd {
  color: #6D7785;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-media__history-list dd {
    font-size: 3.0769230769vw;
  }
}

/* ========================================
ご利用ステップ
======================================== */
.p-step {
  background: #E7F0F7;
  padding: 4.375rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-step {
    padding: 12.8205128205vw 0 0;
  }
}

.p-step__ttl {
  text-align: center;
  color: #000;
  font-size: 2.5625rem;
}
@media screen and (max-width: 768px) {
  .p-step__ttl {
    font-size: 5.1282051282vw;
  }
}
.p-step__ttl > span {
  color: #169EDD;
}
@media screen and (max-width: 768px) {
  .p-step__ttl > span {
    font-size: 150%;
  }
}
.p-step__ttl > span span {
  font-size: 150%;
}
@media screen and (max-width: 768px) {
  .p-step__ttl > span span {
    font-size: 142%;
  }
}

.p-step__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125rem;
  counter-reset: listnum;
  margin: 3.125rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-step__items {
    grid-template-columns: 1fr;
    gap: 10.2564102564vw;
    margin: 7.6923076923vw 0 0;
  }
}

.p-step__item {
  background: #ffffff;
  border-radius: 0.625rem;
  padding: 1.25rem 1.25rem 1.25rem 11.875rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-step__item {
    border-radius: 2.5641025641vw;
    padding: 5.1282051282vw 5.1282051282vw 5.1282051282vw 38.4615384615vw;
    min-height: 33.3333333333vw;
  }
}
.p-step__item:before {
  counter-increment: listnum;
  content: counter(listnum, decimal-leading-zero);
  width: 4rem;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  background: #169EDD;
  line-height: 1;
  position: absolute;
  top: -0.625rem;
  left: -0.625rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.4375rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-step__item:before {
    width: 9.7435897436vw;
    top: -2.5641025641vw;
    left: -2.5641025641vw;
    font-size: 4.6153846154vw;
  }
}

.p-step__item + .p-step__item:after {
  content: "";
  position: absolute;
  width: 0.625rem;
  aspect-ratio: 1;
  box-sizing: border-box;
  border: 0.625rem solid transparent;
  border-left: 0.625rem solid #169EDD;
  border-right: none;
  top: 50%;
  left: -1.875rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-step__item + .p-step__item:after {
    width: 2.5641025641vw;
    border: 2.5641025641vw solid transparent;
    border-top: 2.5641025641vw solid #169EDD;
    border-bottom: none;
    top: auto;
    bottom: calc(100% + 2.0512820513vw);
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-step__item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 10.375rem;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-step__item-img {
    width: 33.3333333333vw;
  }
}
.p-step__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.625rem 0 0 0.625rem;
}

.p-step__item-ttl {
  font-weight: 700;
  font-size: 1.4375rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-step__item-ttl {
    font-size: 4.6153846154vw;
    letter-spacing: 0.04em;
  }
}

.p-step__item-txt {
  margin: 0.625rem 0 0;
  color: #6D7785;
  font-size: 0.9375rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-step__item-txt {
    font-size: initial;
  }
}

.p-step__catch {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.875rem;
  margin: 1.875rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-step__catch {
    flex-direction: column;
    gap: 2.5641025641vw;
    margin: 7.6923076923vw 0 0;
  }
}

.p-step__catch-ttl {
  font-size: 1.9375rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-step__catch-ttl {
    font-size: 5.1282051282vw;
    text-align: center;
    letter-spacing: 0.04em;
  }
}
.p-step__catch-ttl span {
  background: #303235;
  background: linear-gradient(to right, #2497D6, #37BCEB);
  color: #ffffff;
  display: inline-block;
  padding: 0.3125rem 0.625rem 0.5rem;
  margin: 0.3125rem 0;
}
@media screen and (max-width: 768px) {
  .p-step__catch-ttl span {
    padding: 1.2820512821vw 2.5641025641vw 2.0512820513vw;
    margin: 1.2820512821vw 0;
  }
}

.p-step__catch-img {
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .p-step__catch-img {
    width: 60.2564102564vw;
    margin: 0 auto;
  }
}

/* ========================================
品質管理責任者からのメッセージ
======================================== */
.p-admin {
  padding: 4.375rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-admin {
    padding: 12.8205128205vw 0;
  }
}

.p-admin__img {
  position: absolute;
  width: 32.5rem;
  top: 0;
  left: calc(50% + 6.25rem);
}
@media screen and (max-width: 768px) {
  .p-admin__img {
    width: 48vw;
    left: auto;
    right: 0;
    aspect-ratio: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-admin__img img {
    width: 130%;
    height: 130%;
    object-fit: cover;
    object-position: left top;
  }
}

.p-admin__ttl {
  font-size: 2.5625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-admin__ttl {
    font-size: 5.1282051282vw;
  }
}
.p-admin__ttl span {
  background: #303235;
  color: #ffffff;
  display: inline-block;
  padding: 0.3125rem 0.625rem 0.5rem;
  margin: 0.3125rem 0;
}
@media screen and (max-width: 768px) {
  .p-admin__ttl span {
    padding: 1.2820512821vw 2.5641025641vw 2.0512820513vw;
    margin: 1.2820512821vw 0;
  }
}

.p-admin__lead {
  margin: 3.125rem 0 0;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-admin__lead {
    margin: 12.8205128205vw 0 2.5641025641vw;
  }
}

.p-admin__lead-ttl {
  font-weight: 700;
  font-size: 1.625rem;
  color: #169EDD;
  margin: 0 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-admin__lead-ttl {
    font-size: 4.6153846154vw;
    margin: 0 0 5.1282051282vw;
  }
}

.p-admin__lead-txt p {
  color: #6D7785;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-admin__lead-txt p {
    font-size: 3.5897435897vw;
    letter-spacing: 0.075em;
  }
}
.p-admin__lead-txt p + p {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-admin__lead-txt p + p {
    margin-top: 5.1282051282vw;
  }
}
@media screen and (max-width: 768px) {
  .p-admin__lead-txt br {
    display: none;
  }
}

.p-admin__profile {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-admin__profile {
    gap: 2.5641025641vw;
  }
}

.p-admin__profile-name {
  color: #6D7785;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-admin__profile-name {
    font-size: 3.5897435897vw;
  }
}
.p-admin__profile-name span {
  color: #000;
  font-size: 128%;
  line-height: 1.3;
}

.p-admin__profile-img {
  width: 9.625rem;
}
@media screen and (max-width: 768px) {
  .p-admin__profile-img {
    width: 33.3333333333vw;
  }
}

/* ========================================
よくいただくご質問
======================================== */
.p-faq {
  background: #F3F4F6;
  padding: 4.375rem 0;
}
@media screen and (max-width: 768px) {
  .p-faq {
    padding: 12.8205128205vw 0;
  }
}

.p-faq__ttl {
  color: #000;
  font-size: 2.5625rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-faq__ttl {
    font-size: 5.1282051282vw;
  }
}
.p-faq__ttl span {
  color: #169EDD;
}
@media screen and (max-width: 768px) {
  .p-faq__ttl span {
    font-size: 160%;
  }
}

.p-faq__items {
  margin: 3.125rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-faq__items {
    margin: 7.6923076923vw 0 0;
  }
}

.p-faq__item {
  background: #ffffff;
  border-radius: 0.625rem;
  margin: 0 auto;
  width: 60.75rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-faq__item {
    border-radius: 2.5641025641vw;
    width: auto;
  }
}
.p-faq__item:before, .p-faq__item:after {
  position: absolute;
  content: "";
  top: 1.875rem;
  right: 1.875rem;
  width: 1rem;
  height: 0.125rem;
  background-color: #303235;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .p-faq__item:before, .p-faq__item:after {
    top: 6.1538461538vw;
    right: 3.8461538462vw;
    width: 3.0769230769vw;
  }
}
.p-faq__item:after {
  transform: rotate(90deg);
}
.p-faq__item + .p-faq__item {
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-faq__item + .p-faq__item {
    margin-top: 2.5641025641vw;
  }
}
.p-faq__item.open:before, .p-faq__item.stay:before {
  transform: rotate(180deg);
}
.p-faq__item.open:after, .p-faq__item.stay:after {
  opacity: 0;
}
.p-faq__item.stay.open:after {
  transform: rotate(-90deg);
  opacity: 1;
}
.p-faq__item.stay .p-faq__item-cont {
  display: block;
}
.p-faq__item .c-cap {
  margin: 0.625rem 0 0;
  font-size: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-faq__item .c-cap {
    margin: 2.5641025641vw 0 0;
    font-size: 2.8205128205vw;
  }
}

.p-faq__item-btn:before,
.p-faq__item-cont:before {
  position: absolute;
  left: 1.625rem;
  top: 1.3125rem;
  width: 1.625rem;
  aspect-ratio: 1/0.9;
  display: block;
  content: "";
}
@media screen and (max-width: 768px) {
  .p-faq__item-btn:before,
  .p-faq__item-cont:before {
    top: 4.358974359vw;
    left: 3.8461538462vw;
    width: 4.6153846154vw;
  }
}

.p-faq__item-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  padding: 1.25rem 3.125rem 1.25rem 4rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-faq__item-btn {
    padding: 3.8461538462vw 10.2564102564vw;
    font-size: 3.5897435897vw;
  }
}
.p-faq__item-btn:before {
  background: url(../images/ico_faq01.svg) center/contain no-repeat;
}

.p-faq__item-cont {
  padding: 1.25rem 1.875rem 1.875rem 4rem;
  display: none;
  position: relative;
  color: #6D7785;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-faq__item-cont {
    padding: 3.8461538462vw 3.8461538462vw 3.8461538462vw 10.2564102564vw;
    font-size: 3.5897435897vw;
  }
}
.p-faq__item-cont:before {
  background: url(../images/ico_faq02.svg) center/contain no-repeat;
}
.p-faq__item-cont:after {
  width: calc(100% - 2.5rem);
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #D5D7DA;
  content: "";
}
@media screen and (max-width: 768px) {
  .p-faq__item-cont:after {
    width: calc(100% - 7.6923076923vw);
  }
}
.p-faq__item-cont a {
  color: #0044CC;
  text-decoration: underline;
}

.p-faq__item-txt:nth-child(n+2) {
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-faq__item-txt:nth-child(n+2) {
    margin-top: 2.5641025641vw;
  }
}
.p-faq__item-txt p + p {
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-faq__item-txt p + p {
    margin-top: 2.5641025641vw;
  }
}

/* ========================================
ご注意事項
======================================== */
.p-caution {
  padding: 4.375rem 0;
}
@media screen and (max-width: 768px) {
  .p-caution {
    padding: 12.8205128205vw 0;
  }
}

.p-caution__ttl {
  font-weight: 700;
  color: #000;
  text-align: center;
  font-size: 2.5625rem;
}
@media screen and (max-width: 768px) {
  .p-caution__ttl {
    font-size: 8.2051282051vw;
  }
}

.p-caution__box {
  border: 1px solid #D5D7DA;
  border-radius: 0.625rem;
  font-size: 1.125rem;
  color: #6D7785;
  letter-spacing: 0;
  width: 60.75rem;
  margin: 1.875rem auto 0;
  box-sizing: border-box;
  padding: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-caution__box {
    border-radius: 2.5641025641vw;
    width: auto;
    margin: 7.6923076923vw 0 0;
    padding: 1.2820512821vw;
    font-size: 3.5897435897vw;
  }
}
.p-caution__box .c-list-dot {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-caution__box .c-list-dot {
    margin-top: 5.1282051282vw;
  }
}
.p-caution__box .c-list-dot + * {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-caution__box .c-list-dot + * {
    margin-top: 5.1282051282vw;
  }
}
.p-caution__box a {
  color: #0044CC;
  text-decoration: underline;
}
.p-caution__box a[target=_blank]:after {
  width: 0.9em;
  aspect-ratio: 1;
  margin: 0 0.1875rem -0.1em;
  display: inline-block;
  background: url(../images/ico_link01.svg) center/contain no-repeat;
  content: "";
}

.p-caution__box-items {
  overflow-y: scroll;
  height: 33.625rem;
  padding: 1.875rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-caution__box-items {
    height: 110.2564102564vw;
    padding: 3.8461538462vw;
  }
}
.p-caution__box-items::-webkit-scrollbar {
  width: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-caution__box-items::-webkit-scrollbar {
    width: 2.5641025641vw;
  }
}
.p-caution__box-items::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-caution__box-items::-webkit-scrollbar-thumb {
    border-radius: 2.5641025641vw;
  }
}

.p-caution__box-item + .p-caution__box-item {
  margin-top: 1.875rem;
  padding-top: 1.25rem;
  border-top: 1px solid #D5D7DA;
}
@media screen and (max-width: 768px) {
  .p-caution__box-item + .p-caution__box-item {
    margin-top: 5.1282051282vw;
    padding-top: 5.1282051282vw;
  }
}

.p-caution__box-lead {
  color: #DC2626;
  font-size: 1.4375rem;
  font-weight: 700;
  margin: 0 0 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-caution__box-lead {
    font-size: 4.6153846154vw;
    margin: 0 0 5.1282051282vw;
  }
}

.p-caution__box-ttl {
  font-weight: 700;
  margin: 1.25rem 0 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-caution__box-ttl {
    margin: 5.1282051282vw 0 1.2820512821vw;
  }
}

/* ========================================
モーダル
======================================== */
.c-modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 50000;
}

.c-modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.c-modal-close-icon {
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0.625rem 0.9375rem rgba(48, 50, 53, 0.1);
  width: 4rem;
  aspect-ratio: 1;
  position: absolute;
  top: -1.25rem;
  right: -1.25rem;
  font-size: 1.75rem;
  color: #303235;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-modal-close-icon {
    font-size: 5.641025641vw;
    box-shadow: 0 2.5641025641vw 3.8461538462vw rgba(48, 50, 53, 0.1);
    z-index: 1;
  }
}

.c-modal-listNum--01,
.c-modal-listNum--02,
.c-modal-listNum--03 {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-modal-listNum--01,
  .c-modal-listNum--02,
  .c-modal-listNum--03 {
    margin-top: 5.1282051282vw;
  }
}
.c-modal-listNum--01 > li,
.c-modal-listNum--02 > li,
.c-modal-listNum--03 > li {
  position: relative;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  color: #6D7785;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-modal-listNum--01 > li,
  .c-modal-listNum--02 > li,
  .c-modal-listNum--03 > li {
    font-size: 3.5897435897vw;
  }
}
.c-modal-listNum--01 > li > span,
.c-modal-listNum--02 > li > span,
.c-modal-listNum--03 > li > span {
  position: absolute;
  left: 0;
}

.c-modal-listNum--01 > li {
  padding-left: 2em;
}
.c-modal-listNum--01 > li + li {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-modal-listNum--01 > li + li {
    margin-top: 5.1282051282vw;
  }
}

.c-modal-listNum--02 > li {
  padding-left: 2.5em;
}
.c-modal-listNum--02 > li + li {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-modal-listNum--02 > li + li {
    margin-top: 5.1282051282vw;
  }
}

.c-modal-listNum--03 > li {
  padding-left: 1.1em;
}

.c-modal-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60.75rem;
  background: white;
  border-radius: 0.625rem;
  scrollbar-width: none;
  padding: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .c-modal-cont {
    width: calc(100% - 10.2564102564vw);
    border-radius: 2.5641025641vw;
  }
}

.c-modal-cont-inner {
  overflow-y: scroll;
  height: 72rem;
  padding: 1.28vw;
  max-height: 85vh;
}
@media screen and (max-width: 768px) {
  .c-modal-cont-inner {
    padding: 6.4102564103vw 3.8461538462vw;
    height: calc(100vh - 33.3333333333vw);
  }
}

.c-modal-ttl {
  color: #169EDD;
  font-weight: 700;
  margin: 3.125rem 0 1.875rem;
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .c-modal-ttl {
    margin: 5.1282051282vw 0 2.5641025641vw;
    font-size: 4.6153846154vw;
  }
}
.c-modal-ttl:first-child {
  margin-top: 0;
}

.c-modal-step-ttl {
  background: #F3F4F6;
  font-weight: 700;
  padding: 0.3125rem 0.625rem;
  margin: 1.875rem 0 0.625rem;
}
@media screen and (max-width: 768px) {
  .c-modal-step-ttl {
    padding: 1.2820512821vw 2.5641025641vw;
    margin: 5.1282051282vw 0 2.5641025641vw;
  }
}

.c-modal-step-txt {
  color: #6D7785;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-modal-step-txt {
    font-size: 3.5897435897vw;
  }
}

.c-modal-step .c-cap {
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .c-modal-step .c-cap {
    margin-top: 2.5641025641vw;
  }
}
.c-modal-step .c-list-dot {
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .c-modal-step .c-list-dot {
    margin-top: 2.5641025641vw;
  }
}
.c-modal-step .c-list-dot__item {
  color: #6D7785;
  font-size: 0.8125rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-modal-step .c-list-dot__item {
    font-size: 2.5641025641vw;
  }
}

.c-modal-cont-inner-inquiry {
  height: auto;
  text-align: center;
}

.c-modal-ttl-inquiry {
  color: #169EDD;
  font-weight: 700;
  margin: 1.25rem 0 0;
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .c-modal-ttl-inquiry {
    margin: 5.1282051282vw 0 0;
    font-size: 4.6153846154vw;
  }
}
.c-modal-cont-inner .c-modal-ttl-inquiry:first-child {
  margin-top: 0;
}

.p-reason__cta-tels-inquiry {
  display: block;
}

.c-cta__btn-faq {
  margin: 0.625rem 0 0;
  text-align: center;
}

/* ========================================
WebP対応（background-image）
======================================== */
@supports (background-image: url("data:image/webp;base64,UklGRiQAAABXRUJQVlA4IBgAAAAwAQCdASoBAAEAAwA0JaQAA3AA/vuUAAA=")) {
  .c-cta {
    background: #fff url(../images/bg_cta01.webp) center top/auto 100% no-repeat;
  }
  @media screen and (max-width: 768px) {
    .c-cta {
      background: #fff url(../images/bg_cta01_sp.webp) left top/cover no-repeat;
    }
  }
  .c-cta__catch:before {
    background: url(../images/img_cta01.webp) center/contain no-repeat;
  }
  .c-cta__catch:after {
    background: url(../images/img_cta02.webp) center/contain no-repeat;
  }
  @media screen and (max-width: 768px) {
    .p-mv__bg {
      background: url(../images/bg_mv_sp.webp) center top/cover no-repeat;
    }
  }
  .p-hero {
    background: url(../images/bg_hero01.webp) center top/auto 100% no-repeat;
  }
  @media screen and (max-width: 768px) {
    .p-hero {
      background: url(../images/bg_hero01_sp.webp) left bottom/cover no-repeat;
    }
  }
  .p-worry:before {
    background: url(../images/bg_worry01.webp) center top/auto 100% no-repeat;
  }
  @media screen and (max-width: 768px) {
    .p-worry:before {
      background: url(../images/bg_worry01_sp.webp) center top/cover no-repeat;
    }
  }
  .p-worry__catch:after {
    background: url(../images/ico_worry01.webp) center/contain no-repeat;
  }
  @media screen and (max-width: 768px) {
    .p-worry__checklist:before {
      background: url(../images/ico_worry02.webp) center bottom/100% auto no-repeat;
    }
  }
  .p-solution {
    background: #fff url(../images/bg_solution01.webp) center top/auto 100% no-repeat;
  }
  @media screen and (max-width: 768px) {
    .p-solution {
      background: #fff url(../images/bg_solution01_sp.webp) center 25.641025641vw/100% auto no-repeat;
    }
  }
  .p-reason {
    background: #fff url(../images/bg_reason01.webp) center top/auto 100% no-repeat;
  }
  @media screen and (max-width: 768px) {
    .p-reason {
      background-image: url(../images/bg_reason01_sp.webp);
    }
  }
  .p-reason__item--01 .p-reason__ttlbox:before {
    background: url(../images/bg_reason02.webp) center top/cover no-repeat;
  }
  @media screen and (max-width: 768px) {
    .p-reason__item--01 .p-reason__ttlbox:before {
      background: url(../images/bg_reason02_sp.webp) center top/100% auto no-repeat;
    }
  }
  .p-reason__item--02 .p-reason__ttlbox:before {
    background: url(../images/bg_reason03.webp) center top/cover no-repeat;
  }
  @media screen and (max-width: 768px) {
    .p-reason__item--02 .p-reason__ttlbox:before {
      background: url(../images/bg_reason03_sp.webp) center top/100% auto no-repeat;
    }
  }
  .p-reason__item--03 .p-reason__ttlbox:before {
    background: url(../images/bg_reason04.webp) center top/cover no-repeat;
  }
  @media screen and (max-width: 768px) {
    .p-reason__item--03 .p-reason__ttlbox:before {
      background: url(../images/bg_reason04_sp.webp) center top/100% auto no-repeat;
    }
  }
  .p-reason__cta {
    background: url(../images/bg_reason05.webp) center/cover no-repeat;
  }
  @media screen and (max-width: 768px) {
    .p-reason__cta {
      background-image: url(../images/bg_reason05_sp.webp);
    }
  }
  .p-plan:before {
    background: url(../images/bg_plan01.webp) right top/contain no-repeat;
  }
  @media screen and (max-width: 768px) {
    .p-plan:before {
      background: url(../images/bg_plan01_sp.webp) center top/100% auto no-repeat;
    }
  }
  .p-price:before {
    background: url(../images/bg_price01.webp) right top/contain no-repeat;
  }
  @media screen and (max-width: 768px) {
    .p-price:before {
      background-image: url(../images/bg_price01_sp.webp);
    }
  }
  .p-price__lead:after {
    background: url(../images/bg_price02.webp) center bottom/contain no-repeat;
  }
  @media screen and (max-width: 768px) {
    .p-price__lead:after {
      background-image: url(../images/bg_price02_sp.webp);
    }
  }
  .p-appeal {
    background: #fff url(../images/bg_appeal01.webp) center top/auto 100% no-repeat;
  }
  @media screen and (max-width: 768px) {
    .p-appeal {
      background-image: url(../images/bg_appeal01_sp.webp);
    }
  }
}
