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

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

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

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

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

@media screen and (max-width: 1119px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1120 * 100vw);
  }
}
@media screen and (max-width: 389px) {
  html {
    font-size: calc(16 / 390 * 100vw);
  }
}

body {
  color: #0e1c42;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.025em;
  font-size: clamp(14px, 3.5443037975vw, 20px);
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
section.pad {
  padding-block: clamp(64px, 16.2025316456vw, 80px) clamp(80px, 20.253164557vw, 100px);
}

p {
  line-height: 180%;
  font-size: clamp(14px, 3.5443037975vw, 20px);
}

.inner {
  padding-inline: clamp(20px, 5.0632911392vw, 40px);
}

.red {
  color: #da0000;
}

.yellow {
  color: #EFD76C;
}

.orange {
  color: #E9401A;
}

.main-color {
  color: #06a9a4;
}

.sub-color {
  color: #1a726e;
}

.m-small {
  font-size: 0.75em;
}

.small {
  font-size: 0.5em;
}

.m-large {
  font-size: 1.75em;
}

.large {
  font-size: 2em;
}

.bold {
  font-weight: 700;
}

/*==============================================================================
# header
==============================================================================*/
/*==============================================================================
# drawer
==============================================================================*/
.l-main {
  -webkit-padding-before: 4.5rem;
          padding-block-start: 4.5rem;
  min-height: 100vh;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1120px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 640px;
    padding: 0 1.25rem;
  }
}

.l-inner__narrow {
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1.25rem;
    max-width: 600px;
  }
}

/*==============================================================================
# footer
==============================================================================*/
/* フッター */
.p-footer {
  background-color: #3e3e3e;
  color: #fff;
  padding-top: clamp(40px, 10.1265822785vw, 80px);
}

.p-footer__inner {
  padding-bottom: clamp(40px, 10.1265822785vw, 80px);
}

.p-footer__note {
  margin-bottom: clamp(16px, 4.0506329114vw, 32px);
}

.p-footer__divider {
  border: none;
  height: 1px;
  background-color: #BDAF88; /* ←ここで色を指定 */
}

.p-footer__lead {
  font-size: clamp(18px, 4.5569620253vw, 36px);
  margin-top: clamp(24px, 6.0759493671vw, 48px);
}

.p-footer__logo {
  font-weight: 700;
  font-size: clamp(24px, 6.0759493671vw, 48px);
  line-height: normal;
}

.p-footer__email {
  margin-top: clamp(24px, 6.0759493671vw, 48px);
  font-size: clamp(14px, 3.5443037975vw, 28px);
  font-weight: 700;
}
.p-footer__email a {
  font-size: clamp(20px, 5.0632911392vw, 40px);
}

.p-footer__time {
  font-size: clamp(14px, 3.5443037975vw, 28px);
}

.p-footer__nav {
  margin-top: clamp(24px, 6.0759493671vw, 48px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(12px, 3.0379746835vw, 24px);
  font-size: clamp(14px, 3.5443037975vw, 28px);
}
.p-footer__nav a {
  text-decoration: underline;
}

.p-footer__copyright {
  background-color: #fff;
  color: #3e3e3e;
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: clamp(14px, 3.5443037975vw, 28px);
  font-weight: 500;
}

.c-section__title {
  text-align: center;
  margin-bottom: clamp(32px, 8.1012658228vw, 64px);
  font-size: clamp(28px, 7.0886075949vw, 56px);
  font-weight: 700;
}
.c-section__title .c-section__title-small {
  font-size: clamp(20px, 5.0632911392vw, 40px);
}
.c-section__title .color-gold {
  color: #AB7C0F;
  font-family: "Noto Serif JP", serif;
}

.c-section__subtitle {
  color: #06a9a4;
  font-size: clamp(16px, 4.0506329114vw, 32px);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.c-cta {
  background-color: #fff;
  border-radius: 16px;
  padding: 32px;
  text-align: center;
  margin-inline: auto;
}
.c-cta .c-cta-inner {
  margin-inline: auto;
}
.c-cta .c-cta-lead {
  font-size: clamp(20px, 5.0632911392vw, 40px);
  font-weight: bold;
  margin-top: clamp(10px, 2.5316455696vw, 20px);
  line-height: normal;
}
.c-cta .c-cta-lead-desc {
  font-size: clamp(10px, 2.5316455696vw, 20px);
  margin-top: clamp(8px, 2.0253164557vw, 16px);
  color: #494949;
  font-weight: 500;
}
.c-cta .c-cta-btn {
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-top: clamp(8px, 2.0253164557vw, 16px);
  width: 100%;
}
.c-cta .c-cta-btn:hover {
  opacity: 0.8;
}
.c-cta .c-cta-time {
  font-size: 1.4rem;
  color: #555;
}
.c-cta .c-cta-caution {
  text-align: left;
  font-size: clamp(10px, 2.53165vw, 20px);
  line-height: 150%;
  font-weight: 500;
  padding-left: 12px;
  color: #494949;
}
.c-cta .c-cta-lead-asterisk {
  font-size: 40%;
  top: -1em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-cta {
    padding: 32px 16px;
  }
  .c-cta .c-cta-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .c-cta .c-cta-buttons .c-cta-btn {
    width: 100%;
  }
}
.fukidashi {
  display: inline-block;
  background-color: #1A726E; /* 吹き出しの色 */
  color: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  text-align: center;
  font-size: clamp(14px, 3.5443037975vw, 28px);
}

/* 吹き出しの下三角 */
.fukidashi::after {
  content: "";
  position: absolute;
  bottom: calc(clamp(8px, 2.5vw, 17px) * -1);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: clamp(10px, 3vw, 20px) clamp(6px, 2.5vw, 10px) 0 clamp(6px, 2.5vw, 10px);
  border-style: solid;
  border-color: #1A726E transparent transparent transparent;
}

.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-inline: 2.5rem;
  background: #2E88C7;
}

.p-header__inner {
  padding-block: 1.0625rem;
}

@media screen and (max-width: 767px) {
  .p-header__top,
  .p-header__bottom {
    display: none;
  }
}

.p-header__top {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-header__logo {
  font-size: 1.25rem;
}
.p-header__logo img {
  max-width: 400px;
  width: 100%;
  height: auto;
}

.p-header__top-buttons-text {
  color: #fff;
  font-weight: 700;
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.p-header__list li a {
  font-size: 1.25rem;
}

.p-header__btn {
  padding: 0.5rem 1.625rem;
  background: #fff;
  border: 1px solid #fff;
  color: #001a75;
  font-size: 1.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: #FF6A19;
  border-radius: 4px;
  padding: 12px;
  top: 17px;
  right: 20px;
  width: 48px;
  height: 48px;
}
@media (min-width: 768px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 2px;
  background: #fff;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 7.5px;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -7.5px;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 278px;
  height: 100vh;
  height: 100svh;
  background: #b6e7f3;
}

.p-drawer__icon--bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 88px 40px;
  padding-left: 34px;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
  margin-bottom: 40px;
}
.p-drawer__list li a {
  font-size: 20px;
  font-weight: 400;
}

.p-drawer__btn {
  display: inline-block;
  padding: 6px 30px;
  background: #fff;
  font-size: 20px;
  font-weight: 400;
}

.p-test {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-test {
    padding-block: 4.375rem;
  }
}

.p-test__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-test__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.25rem;
  }
}

.p-test__title {
  font-size: max(3.125rem, 40px);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: 0em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-test__title {
    font-size: 3.125rem;
  }
}

.p-test__text {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  font-size: max(1.75rem, 22.4px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-test__text {
    font-size: 1.75rem;
  }
}

.p-test__text-wrap {
  width: min(25rem, 100%);
}

.p-test__img {
  width: min(37.5rem, 100%);
  height: auto;
}

/*==============================================================================
# トップページ
==============================================================================*/
body {
  position: relative;
  margin: 0;
  padding: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: url(../../../assets/img/bg.jpg) no-repeat center center/cover;
  opacity: 0.3; /* ← 背景画像の不透明度だけ調整！ */
  z-index: -1; /* ← 中身より後ろに置く */
  pointer-events: none; /* ← 背景をクリックできなくする（あった方が安全） */
}

main {
  -webkit-box-shadow: -8px 0 16px -8px rgba(10, 186, 181, 0.4), 8px 0 16px -8px rgba(10, 186, 181, 0.4);
          box-shadow: -8px 0 16px -8px rgba(10, 186, 181, 0.4), 8px 0 16px -8px rgba(10, 186, 181, 0.4);
}

main,
footer {
  max-width: 790px;
  width: 100%;
  margin-inline: auto;
  background: #fff;
}

/* MV全体 */
.main-visual {
  position: relative;
  width: 100%;
  height: 139.2405vw;
  max-height: 1100px;
  background: url(../../../assets/img/mv.jpg) no-repeat center center/cover;
  overflow: hidden;
  height: 139vw;
}

.main-visual__inner {
  padding-inline: clamp(20px, 5.0633vw, 40px);
}

.main-logo {
  position: absolute;
  z-index: 10;
  top: clamp(20px, 5.0633vw, 40px);
}
.main-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 214px;
  width: 27.0886vw;
  height: auto;
}

.main-badge {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: clamp(20px, 5.0633vw, 40px);
  width: clamp(120px, 30.37975vw, 240px);
  z-index: 9;
}

.main-copy {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
  padding-inline: clamp(20px, 5.0633vw, 40px);
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: clamp(20px, 5.0632911392vw, 40px);
}

.main-copy img {
  width: 100%;
}
.main-copy img:not(:last-of-type) {
  margin-bottom: clamp(8px, 2.0253164557vw, 16px);
}

/* c-about-club */
.p-about-club {
  position: relative;
  z-index: 0;
}
.p-about-club::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../../../assets/img/c-about-club-bg.jpg) no-repeat center center/cover;
  opacity: 0.8;
  z-index: -1;
}

.p-about-club__text {
  text-align: center;
}
.p-about-club__text p:nth-of-type(n + 2) {
  margin-top: 1em;
}

/* 女性の写真のスライダー */
.p-woman-match {
  background: url(../../../assets/img/woman-slider-bg.png) no-repeat center center/cover;
  padding-block: clamp(48px, 12.1518987342vw, 96px);
}

.p-woman-match__title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(28px, 7.0886075949vw, 52px);
  font-weight: 700;
  line-height: 150%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ab7c0f), color-stop(50%, #d7b316), to(#ab7c0f));
  background: linear-gradient(180deg, #ab7c0f 0%, #d7b316 50%, #ab7c0f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.infinite-slider {
  overflow: hidden;
  width: 100%;
  margin-top: clamp(28px, 7.0886075949vw, 52px);
}

.infinite-slider__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: scroll-left 30s linear infinite;
          animation: scroll-left 30s linear infinite;
}

.infinite-slider__slide {
  width: clamp(160px, 40.5063291139vw, 320px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: clamp(8px, 2.0253164557vw, 16px);
  background: #ccc;
  text-align: center;
}

/* アニメーション */
@-webkit-keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* reason */
.p-about-reason {
  background: url(../../../assets/img/reason-bg.jpg) no-repeat center center/cover;
}

.p-about-reason__head {
  text-align: center;
  margin-bottom: clamp(40px, 10.1265822785vw, 72px);
}

.p-about-reason__lead {
  font-size: clamp(28px, 7.0886075949vw, 56px);
  line-height: normal;
}

.p-about-reason__title {
  font-size: clamp(28px, 7.0886075949vw, 56px);
  font-weight: bold;
}

.p-about-reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(40px, 10.1265822785vw, 80px);
}

.p-about-reason__img {
  width: 100%;
  height: auto;
  margin-bottom: clamp(16px, 4.0506329114vw, 32px);
  position: relative;
}

.p-about-reason__num {
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(135deg, #06A9A4 50%, #1A726E 50%);
  color: #fff;
  font-weight: bold;
  padding: 12px;
  width: clamp(54px, 13.6708860759vw, 108px);
  height: clamp(54px, 13.6708860759vw, 108px);
  font-size: clamp(28px, 7.0886075949vw, 56px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 100%;
}

.p-about-reason__catch {
  font-weight: bold;
  color: #E9401A;
  font-size: clamp(22px, 5.5696202532vw, 44px);
  margin-bottom: clamp(16px, 4.0506329114vw, 32px);
  line-height: 150%;
}
.p-about-reason__catch span {
  font-size: clamp(18px, 4.5569620253vw, 36px);
}

.p-about-reason__desc {
  font-weight: bold;
  font-size: clamp(18px, 4.5569620253vw, 36px);
  margin-bottom: clamp(16px, 4.0506329114vw, 32px);
  line-height: 150%;
}

/* 利用者の声 */
.p-user-voice {
  padding-bottom: clamp(60px, 15.1898734177vw, 120px);
  background: url(../../../assets/img/user-voice-bg.jpg) no-repeat center center/cover;
}

.p-user-voice__img {
  position: relative;
}
.p-user-voice__img img {
  position: relative;
  z-index: 0;
}

.p-user-voice__img-texts {
  position: absolute;
  right: clamp(20px, 5.0632911392vw, 40px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.p-user-voice__title {
  font-size: clamp(16px, 4.0506329114vw, 32px);
  color: #1A726E;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: normal;
}

.p-user-voice__info {
  text-align: end;
  margin-top: clamp(8px, 2.0253164557vw, 16px);
}

.p-user-voice__text {
  padding: clamp(20px, 5.0632911392vw, 40px);
  margin-top: clamp(-40px, -5.0632911392vw, -20px);
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: clamp(12px, 3.0379746835vw, 24px);
  -webkit-box-shadow: 0 clamp(10px, 2.5316455696vw, 20px) clamp(16px, 4.0506329114vw, 32px) 0 rgba(239, 215, 108, 0.4);
          box-shadow: 0 clamp(10px, 2.5316455696vw, 20px) clamp(16px, 4.0506329114vw, 32px) 0 rgba(239, 215, 108, 0.4);
}

/*  */
.p-merit__worry {
  position: relative;
}

.p-merit__worry-tag {
  position: absolute;
  bottom: clamp(-72px, -9.1139240506vw, -36px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.p-merit__solution {
  background: #fff7d7;
  padding-block: clamp(48px, 12.1518987342vw, 96px) clamp(16px, 4.0506329114vw, 32px);
  position: relative;
  margin-bottom: clamp(32px, 8.1012658228vw, 64px);
}
.p-merit__solution::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: clamp(-63px, -7.8481012658vw, -31px);
  width: 100%;
  height: clamp(32px, 8.1012658228vw, 64px);
  background: #fff7d7;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.p-merit__solution-texts {
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  font-size: clamp(16px, 4.0506329114vw, 32px);
}

.c-company-text {
  font-size: clamp(32px, 8.1012658228vw, 64px);
}

.p-merit__content {
  margin-top: clamp(-63px, -7.8481012658vw, -31px);
  padding-top: clamp(62px, 15.6962025316vw, 85px);
  padding-bottom: clamp(60px, 15.1898734177vw, 120px);
  background: url(../../../assets/img/merit-content-bg.png) no-repeat center center/cover;
}

.p-merit__title {
  font-size: clamp(18px, 4.5569620253vw, 36px);
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

.p-merit__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(40px, 10.1265822785vw, 80px);
  margin-top: clamp(40px, 10.1265822785vw, 80px);
}

.p-merit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-merit__item-img {
  width: 25%;
}
.p-merit__item-img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}

.p-merit__item-texts {
  width: 75%;
}
.p-merit__item-texts img {
  width: clamp(86px, 21.7721518987vw, 172px);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-merit__item-head {
  font-size: clamp(20px, 5.0632911392vw, 40px);
  color: #E9401A;
  font-weight: 700;
  line-height: 150%;
  position: relative;
  z-index: 0;
}
.p-merit__item-head img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  width: auto;
  height: auto;
}

.p-merit__item-text {
  margin-top: clamp(16px, 4.0506329114vw, 32px);
}

/* 登録女性のご紹介 */
.p-join-women {
  background: url(../../../assets/img/join-women-bg.jpg) no-repeat center center/cover;
}

.p-join-women__title {
  font-size: clamp(28px, 7.0886075949vw, 56px);
  color: #06A9A4;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
}

.p-join-women__lead {
  text-align: center;
  margin-top: clamp(24px, 6.0759493671vw, 48px);
  font-size: clamp(16px, 4.0506329114vw, 32px);
}

.p-join-women__caution {
  text-align: center;
  font-size: clamp(12px, 3.0379746835vw, 20px);
  margin-top: clamp(16px, 4.0506329114vw, 32px);
}

.p-join-women__img {
  margin-top: clamp(16px, 4.0506329114vw, 32px);
}
.p-join-women__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* お客様の声 */
/* サブ看板 */
.p-match-offer {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 33, 33, 0.5)), to(rgba(33, 33, 33, 0.5))), url(../../../assets/img/match-offer-bg.jpg) lightgray 50%/cover no-repeat;
  background: linear-gradient(0deg, rgba(33, 33, 33, 0.5) 0%, rgba(33, 33, 33, 0.5) 100%), url(../../../assets/img/match-offer-bg.jpg) lightgray 50%/cover no-repeat;
  padding-block: clamp(60px, 15.1898734177vw, 120px);
}

.p-match-offer__content {
  padding: clamp(20px, 5.0632911392vw, 40px);
  background: rgba(255, 255, 255, 0.9);
}

.p-match-offer__tag {
  line-height: 100%;
  padding: clamp(10px, 2.5316455696vw, 20px) clamp(10px, 2.5316455696vw, 26px);
  color: #EFD76C;
  background: #042423;
  font-size: clamp(28px, 7.0886075949vw, 56px);
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: clamp(24px, 6.0759493671vw, 48px);
}
.p-match-offer__tag::after {
  content: "";
  position: absolute;
  bottom: clamp(-51px, -7.0886075949vw, -28px);
  right: clamp(48px, 12.1518987342vw, 96px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: clamp(30px, 7.5949367089vw, 60px) clamp(10px, 2.5316455696vw, 20px) 0 clamp(10px, 2.5316455696vw, 20px);
  border-color: #042423 transparent transparent transparent;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg); /* 少し斜めに傾ける */
}

.p-match-offer__tag-times {
  vertical-align: bottom;
}

.p-match-offer__lead {
  font-size: clamp(24px, 6.0759493671vw, 48px);
  font-weight: 700;
  color: #06A9A4;
  text-align: center;
}

.p-match-offer__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-match-offer__price-label {
  line-height: 116%;
  color: #E9401A;
  letter-spacing: -0.05em;
  font-weight: 700;
  font-size: clamp(24px, 6.0759493671vw, 48px);
}

.p-match-offer__price-number {
  font-size: clamp(70px, 17.7215189873vw, 140px);
  color: #042423;
  font-weight: 700;
}

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

.p-match-offer__price-tax {
  font-size: clamp(14px, 3.5443037975vw, 20px);
  font-weight: 700;
}

.p-match-offer__price-unit {
  font-size: clamp(24px, 6.0759493671vw, 48px);
  font-weight: 700;
}

/* 入会審査 */
.p-admission {
  background: url(../../../assets/img/admission-bg.jpg) no-repeat center center/cover;
}

.p-admission__inner .p-admission__block:not(:first-child) {
  margin-top: clamp(24px, 6.0759493671vw, 48px);
}

.p-admission__block {
  background: #fff;
  padding: clamp(20px, 5.0632911392vw, 40px);
  border-radius: clamp(8px, 2.0253164557vw, 16px);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}
.p-admission__block img {
  height: clamp(32px, 8.1012658228vw, 64px);
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-inline: auto;
}

.p-admission__title {
  font-size: clamp(24px, 6.0759493671vw, 48px);
  font-weight: 700;
  text-align: center;
  margin-top: clamp(8px, 2.0253164557vw, 16px);
  line-height: 150%;
}

.p-admission__texts {
  margin-top: clamp(24px, 6.0759493671vw, 48px);
}

.p-admission__subtitle {
  font-size: clamp(18px, 4.5569620253vw, 36px);
  font-weight: 700;
  margin-top: clamp(24px, 6.0759493671vw, 48px);
}

.p-admission__list {
  margin-top: clamp(24px, 6.0759493671vw, 48px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(8px, 2.0253164557vw, 16px);
}
.p-admission__list li {
  line-height: 150%;
}

.p-admission__note {
  margin-top: clamp(24px, 6.0759493671vw, 48px);
}

/* 個人情報について */
.p-security {
  background: #e1fef5;
}

.p-security__inner {
  padding-block: clamp(40px, 10.1265822785vw, 80px);
}

.p-security__worry {
  color: #fff;
  font-weight: bold;
  background: #434343;
  font-size: clamp(20px, 5.0632911392vw, 40px);
  text-align: center;
  line-height: 150%;
  padding-top: clamp(20px, 5.0632911392vw, 40px);
  position: relative;
  margin-bottom: clamp(32px, 8.1012658228vw, 64px);
}
.p-security__worry::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: clamp(-63px, -7.8481012658vw, -31px);
  width: 100%;
  height: clamp(32px, 8.1012658228vw, 64px);
  background: #434343;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  z-index: 1;
}

.p-security__worry-highlight {
  font-size: clamp(28px, 7.0886075949vw, 56px);
}

.p-security__lead {
  background: #f4f7f7;
  margin-top: clamp(-63px, -7.8481012658vw, -31px);
  padding-top: clamp(48px, 12.1518987342vw, 96px);
  padding-bottom: clamp(20px, 5.0632911392vw, 40px);
  position: relative;
}
.p-security__lead p {
  font-size: clamp(16px, 4.0506329114vw, 32px);
  line-height: 170%;
}
.p-security__lead::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: clamp(-63px, -7.8481012658vw, -31px);
  width: 100%;
  height: clamp(32px, 8.1012658228vw, 64px);
  background: #f4f7f7;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.p-security__lead img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: clamp(160px, 40.5063291139vw, 320px);
  height: auto;
}

.p-security__strong {
  font-weight: bold;
}

.p-security__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-security__item:not(:first-child) {
  margin-top: clamp(24px, 6.0759493671vw, 48px);
}
.p-security__item:not(:last-child) {
  margin-bottom: clamp(24px, 6.0759493671vw, 48px);
}

.p-security__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-security__icon {
  width: clamp(30px, 7.5949367089vw, 52px);
  height: clamp(30px, 7.5949367089vw, 52px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-security__item-title {
  font-size: clamp(20px, 5.0632911392vw, 36px);
  font-weight: bold;
  color: #837a83;
}

.p-security__text {
  margin-top: clamp(16px, 4.0506329114vw, 32px);
}

/* デートまでの流れ */
.p-flow {
  padding-block: clamp(60px, 15.1898734177vw, 100px) clamp(80px, 20.253164557vw, 120px);
  background: -webkit-gradient(linear, left top, left bottom, from(#bdf2e8), to(#d4f9f0));
  background: linear-gradient(#bdf2e8, #d4f9f0);
  text-align: center;
}

.p-flow__item {
  background: #fff;
  border: clamp(2px, 0.5063291139vw, 4px) solid #06A9A4;
  border-radius: clamp(8px, 2.0253164557vw, 16px);
  padding: clamp(20px, 5.0632911392vw, 40px);
  text-align: left;
  position: relative;
}
.p-flow__item:not(:last-child) {
  margin-bottom: clamp(40px, 10.1265822785vw, 80px);
}
.p-flow__item:not(:last-child)::after {
  position: absolute;
  width: 0;
  height: 0;
  border-left: clamp(70px, 17.7215189873vw, 140px) solid transparent;
  border-right: clamp(70px, 17.7215189873vw, 140px) solid transparent;
  border-top: clamp(32px, 8.1012658228vw, 64px) solid #00a6a6; /* ← 三角の色 */
  content: "";
  bottom: clamp(-64px, -8.1012658228vw, -32px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-flow__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.p-flow__step {
  background: #ab7c0f;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: clamp(8px, 2.0253164557vw, 12px) clamp(10px, 2.5316455696vw, 16px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(14px, 3.5443037975vw, 20px);
  font-weight: 500;
  line-height: 100%;
}
.p-flow__step span {
  font-size: clamp(18px, 4.5569620253vw, 28px);
  line-height: 100%;
}

.p-flow__subtitle {
  font-size: clamp(20px, 5.0632911392vw, 40px);
  font-weight: bold;
  margin: 0;
}

.p-flow__img {
  width: 100%;
  height: auto;
  margin-block: clamp(20px, 5.0632911392vw, 40px);
}

.p-flow__note {
  font-size: clamp(12px, 3.0379746835vw, 16px);
  margin-top: clamp(24px, 6.0759493671vw, 48px);
  line-height: 1.6;
}

/* 最後に */
.p-lastly {
  padding-block: clamp(60px, 15.1898734177vw, 120px) clamp(80px, 20.253164557vw, 160px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 169, 164, 0)), to(rgba(6, 169, 164, 0.3)));
  background: linear-gradient(180deg, rgba(6, 169, 164, 0) 0%, rgba(6, 169, 164, 0.3) 100%);
}

.p-lastly__content {
  border-radius: clamp(12px, 3.0379746835vw, 24px);
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 16px 0 rgba(6, 169, 164, 0.5);
          box-shadow: 0 0 16px 0 rgba(6, 169, 164, 0.5);
  padding: clamp(20px, 5.0632911392vw, 40px);
}

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

.p-lastly__texts-phrase {
  color: #AB7C0F;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: clamp(16px, 4.0506329114vw, 24px);
}
.p-lastly__texts-phrase span {
  color: #06A9A4;
  font-size: clamp(18px, 4.5569620253vw, 28px);
}

.p-lastly__name {
  text-align: end;
  margin-top: clamp(24px, 6.0759493671vw, 48px);
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__en {
  font-family: "Noto Serif JP", serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-paragraph p + p {
  margin-top: 1em;
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}
.c-cta-btn--fixed {
  position: fixed;
  bottom: 20px;   /* 画面下からの距離 */
  z-index: 9999;  /* 他要素より前に表示 */
    display: flex;
    justify-content: center;
      opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease-out forwards, bounceY 2s ease-in-out infinite 1.2s;
}

.c-cta-btn--fixed img {
max-width: 90%;
    height: auto;
}
@media (min-width: 768px) {
/* CTA固定ボタン */
.c-cta-btn--fixed {
      top: 89%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    bottom: 0;
    width: 500px;
    display: block;
}
.c-cta-btn--fixed img {
max-width: 100%;
}
}
/* ふわっと上に出現 */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ゆらゆら上下に揺れる */
@keyframes bounceY {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}