@charset "UTF-8";
/* ===== Util / Components ===== */
.c-contentWidth {
  max-width: 136.6rem;
  margin-inline: auto;
}

.c-btnWrap {
  display: flex;
  justify-content: center;
  gap: 1.8rem;
}
@media (max-width: 700px) {
  .c-btnWrap {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .c-btnWrap {
    width: 92%;
    margin-inline: auto;
  }
}

.c-btn {
  position: relative;
  display: inline-block;
  width: min(35rem, 100%);
  padding-block: 2.8rem;
  border-radius: 99px;
  background: #b22414;
  color: #fff;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .c-btn {
    font-size: 2.4rem;
    padding-block: clamp(1.6rem, 0.539rem + 2.948vw, 2.8rem);
  }
}

.c-btn--normal {
  color: #333;
  background-color: #fff;
  border: 3px solid #b22414;
}

.c-btn--primary {
  color: #fff;
  background-color: #b22414;
  color: #fff;
}

.c-btn--normal::after,
.c-btn--primary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 1.5rem;
}

.c-btn--normal::after {
  background: url("../images/btn-arrow-red.svg") no-repeat center center/contain;
}

.c-btn--primary::after {
  background: url("../images/btn-arrow-white.svg") no-repeat center center/contain;
}

/* ===== Base / Reset (universal) ===== */
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

ul, ol, li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

/* Links */
a {
  color: inherit;
  text-decoration: none;
}

/* Media elements */
img,
picture,
video,
canvas {
  max-width: 100%;
  height: auto;
  display: block;
}

.img-inline {
  display: inline-block;
  vertical-align: middle;
}

/* form */
button,
input,
textarea,
select {
  font: inherit;
}

button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid #0091ff;
  outline-offset: 2px;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
/* ========================================
    PJ専用スタイル
======================================== */
/* font */
body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
}

/* ===== Layout / Header ===== */
/* ===== Layout / menu ===== */
/* ===== Layout / Footer ===== */
.footer {
  background: url("../images/footer-bg.svg") no-repeat center center/cover;
}

.footer__inner {
  padding-top: 5rem;
  padding-bottom: 4rem;
  text-align: center;
}

.footer__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}

.footer__link {
  font-size: 2.8rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .footer__link {
    font-size: clamp(1.8rem, 0.915rem + 2.457vw, 2.8rem);
  }
}

.footer__copyright {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 767px) {
  .footer__copyright {
    font-size: clamp(1.3rem, 1.035rem + 0.737vw, 1.6rem);
  }
}

/* ===== Pages / hero ===== */
.hero {
  background: url("../images/hero-bg.webp") no-repeat center center/cover;
  width: 100%;
}
@media (max-width: 767px) {
  .hero {
    background: url("../images/hero-bg-sp.webp") no-repeat center center/cover;
  }
}

.hero__inner {
  max-width: 136.6rem;
  margin-inline: auto;
  padding-top: 4.5rem;
  padding-bottom: 4.8rem;
}
@media (max-width: 767px) {
  .hero__inner {
    padding-top: clamp(1.5rem, -2.038rem + 9.828vw, 5.5rem);
  }
}

.hero__logo img {
  width: 7.5rem;
  height: auto;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .hero__logo img {
    width: 11rem;
    width: clamp(6rem, 1.577rem + 12.285vw, 11rem);
  }
}

.hero__mainImage {
  position: relative;
  margin-top: 3.7rem;
}
@media (max-width: 767px) {
  .hero__mainImage {
    margin-top: -5.3rem;
    margin-top: clamp(-1.3rem, 2.238rem - 9.828vw, -5.3rem);
  }
}

.hero__mainImage img {
  width: min(90%, 100rem);
  margin-inline: auto;
  height: auto;
  object-fit: cover;
}
@media (max-width: 767px) {
  .hero__mainImage img {
    width: 100%;
  }
}

.hero__title {
  font-size: clamp(2.5rem, 1.216rem + 1.672vw, 3.5rem);
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .hero__title {
    margin-top: clamp(-5rem, 0.307rem - 14.742vw, -11rem);
    line-height: 1.4;
    font-size: clamp(2.2rem, -0.1rem + 6.388vw, 4.8rem);
  }
}

.hero__title span {
  font-weight: 700;
}
@media (max-width: 767px) {
  .hero__title span {
    font-size: 4.6rem;
    font-size: clamp(2.4rem, 0.454rem + 5.405vw, 4.6rem);
  }
}

.hero__btmImageWrap {
  display: flex;
  width: 90%;
  max-width: 94rem;
  margin-inline: auto;
  justify-content: space-between;
  gap: 2.8rem;
}
@media (max-width: 767px) {
  .hero__btmImageWrap {
    width: 83%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.hero__btmImageWrap img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.hero__budge {
  width: 54%;
  height: auto;
}
@media (max-width: 767px) {
  .hero__budge {
    width: 100%;
  }
}

.hero__list {
  width: 42%;
  height: auto;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .hero__list {
    width: 100%;
    margin-top: 0.6rem;
  }
}

/* ===== Pages / campaign ===== */
.campaign {
  background: #fff;
}

.campaign__inner {
  padding-top: 7rem;
  padding-bottom: 6.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .campaign__inner {
    padding-top: clamp(5rem, 1.462rem + 9.828vw, 9rem);
    padding-bottom: clamp(5rem, 1.816rem + 8.845vw, 8.6rem);
  }
}

.campaign__title {
  position: relative;
  display: inline-block;
  font-size: 3.7rem;
  font-weight: 700;
  line-height: 1;
  color: #A57123;
}
@media (max-width: 767px) {
  .campaign__title {
    font-size: clamp(1.8rem, 0.119rem + 4.668vw, 3.7rem);
  }
}

.campaign__title::before,
.campaign__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 4px;
  height: 4rem;
  border-radius: 99px;
  background: #A57123;
}
@media (max-width: 767px) {
  .campaign__title::before,
  .campaign__title::after {
    width: clamp(0.2rem, 0.023rem + 0.491vw, 0.4rem);
    height: clamp(2rem, 0.231rem + 4.914vw, 4rem);
  }
}

.campaign__title::before {
  left: -3rem;
  transform: rotate(-21deg);
}
@media (max-width: 767px) {
  .campaign__title::before {
    left: clamp(-1rem, 0.769rem - 4.914vw, -3rem);
  }
}

.campaign__title::after {
  right: -2.5rem;
  transform: rotate(21deg);
}
@media (max-width: 767px) {
  .campaign__title::after {
    right: clamp(-1rem, 0.327rem - 3.686vw, -2.5rem);
  }
}

.campaign__title span {
  position: relative;
  font-size: 5.7rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .campaign__title span {
    font-size: clamp(3.4rem, 1.366rem + 5.651vw, 5.7rem);
  }
}

.campaign__title span::before,
.campaign__title span::after {
  content: "";
  position: absolute;
  top: -0.4rem;
  border-radius: 50%;
  background: #A57123;
  width: 10px;
  height: 10px;
}
@media (max-width: 767px) {
  .campaign__title span::before,
  .campaign__title span::after {
    width: 6px;
    height: 6px;
  }
}

.campaign__title span::before {
  left: 20%;
}

.campaign__title span::after {
  right: 20%;
}

.campaign__priceTextWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.campaign__priceText {
  font-size: 4rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .campaign__priceText {
    font-size: clamp(2.4rem, 0.719rem + 4.668vw, 4.3rem);
    margin-top: 0;
  }
}

.campaign__priceText {
  margin-top: 2rem;
}

.campaign__priceText--arrow {
  margin-inline: 1rem;
}
@media (max-width: 767px) {
  .campaign__priceText--arrow {
    margin-inline: clamp(0rem, -0.088rem + 0.246vw, 0.1rem);
  }
}

.campaign__priceText--free {
  margin-top: 0;
  font-size: 8.5rem;
  font-weight: 700;
  color: #b22414;
}
@media (max-width: 767px) {
  .campaign__priceText--free {
    font-size: clamp(5rem, 1.727rem + 9.091vw, 8.7rem);
  }
}

.campaign__priceTextBtm {
  font-size: 3.7rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .campaign__priceTextBtm {
    margin-top: 1.4rem;
    font-size: clamp(1.9rem, 0.75rem + 3.194vw, 3.2rem);
  }
}

.campaign__priceDesc {
  font-size: 2.6rem;
  font-size: clamp(1.8rem, 0.378rem + 1.852vw, 2.6rem);
}
@media (max-width: 767px) {
  .campaign__priceDesc {
    margin-top: 0.7rem;
    font-size: clamp(1.6rem, 0.539rem + 2.948vw, 2.8rem);
    font-weight: 500;
  }
}

.campaign__priceDescBtm {
  display: inline-block;
  margin-inline: auto;
  margin-top: 0.3rem;
  font-size: 3.6rem;
  font-weight: 500;
  background: linear-gradient(to bottom, transparent 0%, transparent 80%, #fff36a 80%, #fff36a 100%);
}
@media (max-width: 767px) {
  .campaign__priceDescBtm {
    margin-top: clamp(0rem, 0.796rem - 2.211vw, -0.9rem);
    line-height: 1.8;
    font-size: clamp(3rem, 2.646rem + 0.983vw, 3.4rem);
  }
}

.campaign__priceDescBtm span {
  font-weight: 900;
}

.campaign__btnWrap {
  display: flex;
  justify-content: center;
  gap: 1.8rem;
  margin-top: 4rem;
}
@media (max-width: 700px) {
  .campaign__btnWrap {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .campaign__btnWrap {
    margin-top: 3.2rem;
  }
}

/* ===== Pages / worry ===== */
.worry {
  background: url("../images/worry-bg.jpg") no-repeat center center/cover;
}
@media (max-width: 767px) {
  .worry {
    background: url("../images/worry-bg-sp.jpg") no-repeat center center/100% 100%;
  }
}

.worry__inner {
  padding-top: 10rem;
  padding-bottom: 12.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .worry__inner {
    padding-top: clamp(5rem, 1.462rem + 9.828vw, 9rem);
    padding-bottom: clamp(7rem, 5.585rem + 3.931vw, 8.6rem);
  }
}

.worry__title {
  position: relative;
  display: inline-block;
  font-size: 5rem;
  font-weight: 500;
  color: #fff;
  z-index: 1;
}
@media (max-width: 767px) {
  .worry__title {
    font-size: clamp(2.2rem, 0.431rem + 4.914vw, 4.2rem);
  }
}

.worry__title span {
  position: relative;
  font-size: 6.2rem;
  font-weight: 700;
  z-index: 1;
}
@media (max-width: 767px) {
  .worry__title span {
    font-size: clamp(4rem, 2.231rem + 4.914vw, 6rem);
  }
}

.worry__title span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12rem;
  height: 10.7rem;
  background: url("../images/worry-title-deco.svg") no-repeat center center/contain;
  z-index: -1;
}
@media (max-width: 767px) {
  .worry__title span::before {
    top: clamp(-0.5rem, -0.942rem + 1.229vw, 0rem);
    height: clamp(6.8rem, 3.35rem + 9.582vw, 10.7rem);
  }
}

.worry__listInner {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.worry__list {
  position: relative;
  margin-top: 4.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  column-gap: 1.5rem;
  row-gap: 1.2rem;
  width: min(90%, 88rem);
  margin-inline: auto;
}
@media (max-width: 767px) {
  .worry__list {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    row-gap: 1.8rem;
    width: min(90%, 43rem);
  }
}

.worry__list::before,
.worry__list::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: clamp(6rem, 3.945rem + 2.676vw, 7.6rem);
  height: 13rem;
  transform: translate(-50%, 80%);
  background: url("../images/worry-list-deco.svg") no-repeat center center/contain;
}
@media (max-width: 767px) {
  .worry__list::before,
  .worry__list::after {
    width: clamp(4rem, 0.816rem + 8.845vw, 7.6rem);
    transform: translate(clamp(-9rem, -23.342vw + 8.903rem, 0.5rem), clamp(6rem, -9.828vw + 9.538rem, 2rem));
  }
}

.worry__list::before {
  left: 0;
}

.worry__list::after {
  right: 0;
  transform: scaleX(-1) translate(-50%, 80%);
}
@media (max-width: 767px) {
  .worry__list::after {
    transform: scaleX(-1) translate(clamp(-9rem, -23.342vw + 8.903rem, 0.5rem), clamp(6rem, -9.828vw + 9.538rem, 2rem));
  }
}

.worry__item {
  padding: 1.6rem 2rem;
  font-size: clamp(2rem, 1.486rem + 0.669vw, 2.4rem);
  font-weight: 500;
  border-radius: 5px;
  background: #fff;
}
@media (max-width: 767px) {
  .worry__item {
    font-size: clamp(1.9rem, 1.458rem + 1.229vw, 2.4rem);
  }
}

.worry__btm {
  margin-top: 4.1rem;
  color: #fff;
}
@media (max-width: 767px) {
  .worry__btm {
    margin-top: 6.4rem;
  }
}

.worry__btmText {
  font-size: 2.8rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .worry__btmText {
    font-size: clamp(1.8rem, 0.915rem + 2.457vw, 2.8rem);
  }
}

.worry__btmText--btm {
  margin-top: 1.8rem;
}

/* ===== Pages / suggest ===== */
.suggest {
  background: #fff;
}

.suggest__inner {
  padding-top: 6.7rem;
  padding-bottom: 9.1rem;
  text-align: center;
}
@media (max-width: 767px) {
  .suggest__inner {
    padding-top: 6.4rem;
    padding-bottom: 8rem;
  }
}

.suggest__subTitle {
  font-size: 4rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .suggest__subTitle {
    font-size: clamp(3rem, 2.115rem + 2.457vw, 4rem);
  }
}

.suggest__title {
  display: inline-block;
  margin-inline: auto;
  font-size: 6.2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #b22414;
  border-bottom: 4px solid #b22414;
}
@media (max-width: 767px) {
  .suggest__title {
    font-size: clamp(3.4rem, 0.923rem + 6.88vw, 6.2rem);
  }
}

.suggest__list {
  display: flex;
  justify-content: center;
  gap: 2.7rem;
  margin-top: 3.8rem;
}
@media (max-width: 767px) {
  .suggest__list {
    gap: 0.4rem;
  }
}

.suggest__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20.8rem;
  height: 20.8rem;
  border-radius: 50%;
  border: 5px solid #8a8b8e;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 500;
  z-index: 1;
}
@media (max-width: 767px) {
  .suggest__item {
    width: clamp(12rem, 4.216rem + 21.622vw, 20.8rem);
    height: clamp(12rem, 4.216rem + 21.622vw, 20.8rem);
    font-size: clamp(1.6rem, 0.539rem + 2.948vw, 2.8rem);
  }
}

.suggest__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  background: url("../images/suggest-list-deco.svg") no-repeat center center/contain;
  z-index: -1;
}

.suggest__btm {
  margin-top: 1.9em;
}
@media (max-width: 767px) {
  .suggest__btm {
    margin-top: 4.3rem;
  }
}

.suggest__btmText {
  font-size: clamp(2.3rem, 1.658rem + 0.836vw, 2.8rem);
  font-weight: 500;
}
@media (max-width: 767px) {
  .suggest__btmText {
    font-size: clamp(2.2rem, 1.669rem + 1.474vw, 2.8rem);
  }
}

.suggest__btmText span {
  background: linear-gradient(to bottom, transparent 0%, transparent 80%, #fff36a 80%, #fff36a 100%);
}

@media (max-width: 767px) {
  .suggest__btmText:last-of-type {
    margin-top: 1.9rem;
  }
}
/* ===== Pages / service ===== */
.service {
  background: url("../images/service-bg.jpg") no-repeat center center/cover;
}

.service__inner {
  padding-top: 9.3rem;
  padding-bottom: 11.5rem;
}
@media (max-width: 767px) {
  .service__inner {
    padding-top: 5.6rem;
    padding-bottom: clamp(5rem, -0.749rem + 15.971vw, 11.5rem);
  }
}

.service__title {
  font-size: 5.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  color: #333;
}
@media (max-width: 767px) {
  .service__title {
    font-size: clamp(4.4rem, 3.162rem + 3.44vw, 5.8rem);
  }
}

.service__list {
  width: min(90%, 100rem);
  margin-inline: auto;
  margin-top: 6.1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: clamp(2rem, -1.853rem + 5.017vw, 5rem);
  row-gap: clamp(4rem, 1.431rem + 3.344vw, 6rem);
}
@media (max-width: 767px) {
  .service__list {
    grid-template-columns: 1fr;
    row-gap: 1.8rem;
    width: 100%;
    margin-top: clamp(2rem, -1.273rem + 9.091vw, 5.7rem);
  }
}

@media (max-width: 767px) {
  .service__item:not(:first-child) {
    margin-top: 4.1rem;
  }
}

.service__itemHead {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  background-color: #fff;
  padding: 2.8rem 0 2.8rem 2rem;
}
@media (max-width: 767px) {
  .service__itemHead {
    justify-content: center;
    gap: clamp(0rem, -6.192rem + 17.199vw, 7rem);
    padding: 2.6rem 0 2.8rem 2rem;
  }
}

.service__itemHead img {
  width: clamp(5rem, 1.147rem + 5.017vw, 8rem);
  height: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .service__itemHead img {
    width: clamp(6rem, 3.346rem + 7.371vw, 9rem);
    transform: translateX(-3.4rem);
  }
}

.service__itemTitle {
  font-size: clamp(2.3rem, 0.887rem + 1.839vw, 3.4rem);
  font-weight: 700;
  color: #333;
}
@media (max-width: 767px) {
  .service__itemTitle {
    font-size: clamp(2.3rem, 1.15rem + 3.194vw, 3.6rem);
  }
}

.service__itemImage {
  margin-top: 2.1rem;
}
@media (max-width: 767px) {
  .service__itemImage {
    margin-top: 4.4rem;
    margin-top: clamp(1rem, -2.007rem + 8.354vw, 4.4rem);
    width: min(90%, 65rem);
    margin-inline: auto;
    font-size: 4rem;
  }
}

.service__itemDesc {
  margin-top: 2.1rem;
  font-size: clamp(2.1rem, 1.458rem + 0.836vw, 2.6rem);
  font-weight: 500;
  text-align: justify;
  color: #333;
}
@media (max-width: 767px) {
  .service__itemDesc {
    margin-top: 2.7rem;
    width: min(90%, 65rem);
    margin-inline: auto;
  }
}

/* ===== Pages / member ===== */
.member {
  background: #f9f7e4;
}

.member__inner {
  padding-top: 11rem;
  padding-bottom: 12rem;
}
@media (max-width: 767px) {
  .member__inner {
    padding-top: clamp(5rem, 2.346rem + 7.371vw, 8rem);
    padding-bottom: clamp(7rem, 2.577rem + 12.285vw, 12rem);
  }
}

.member__innerWrap {
  text-align: center;
}

.member__subTitle {
  font-size: 5.5rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .member__subTitle {
    font-size: clamp(3.2rem, 1.166rem + 5.651vw, 5.5rem);
  }
}

.member__title {
  position: relative;
  display: inline-block;
  margin-top: -1.2rem;
  margin-inline: auto;
  font-size: 6.4rem;
  font-weight: 700;
  text-align: center;
  color: #b22414;
}
@media (max-width: 767px) {
  .member__title {
    font-size: clamp(4.2rem, 2.254rem + 5.405vw, 6.4rem);
  }
}

.member__title::after {
  content: "";
  position: absolute;
  bottom: -7.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: url("../images/member-title-deco.svg") no-repeat center center/contain;
}
@media (max-width: 767px) {
  .member__title::after {
    bottom: clamp(-4.5rem, -1.846rem - 7.371vw, -7.5rem);
    bottom: clamp(-7.5rem, -7.353vw - 1.853rem, -4.5rem);
  }
}

.member__title span {
  font-size: 5.6rem;
  color: #333;
}
@media (max-width: 767px) {
  .member__title span {
    font-size: clamp(3.2rem, 1.077rem + 5.897vw, 5.6rem);
  }
}

.member__lead {
  margin-top: 7rem;
  font-size: 2.9rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .member__lead {
    font-size: clamp(1.5rem, 0.792rem + 1.966vw, 2.3rem);
    margin-top: 7.3rem;
  }
}

.member__list {
  width: min(90%, 100rem);
  margin-inline: auto;
  margin-top: 3.4rem;
}

.member__item {
  margin-top: 3rem;
  padding-bottom: 6rem;
  border-bottom: 3px solid #b22414;
}
@media (max-width: 767px) {
  .member__item {
    padding-bottom: clamp(5rem, 1.373rem + 10.074vw, 9.1rem);
    border-width: 4px;
  }
}

.member__item:first-child {
  margin-top: 0;
}

.member__itemHead {
  display: flex;
  align-items: center;
  gap: 3.8rem;
  padding: 2rem 2.8rem;
  padding-left: clamp(8.3rem, -7.111rem + 20.067vw, 20.3rem);
}
@media (max-width: 600px) {
  .member__itemHead {
    flex-direction: column;
    gap: 0 !important;
  }
}
@media (max-width: 767px) {
  .member__itemHead {
    padding-block: 2.8rem;
    padding-inline: 2rem 0;
    padding-top: clamp(0rem, -2.477rem + 6.88vw, 2.8rem);
    padding-left: clamp(0rem, -3.803rem + 10.565vw, 4.3rem);
    gap: 2.4rem;
  }
}

.member__itemImage {
  width: clamp(19.3rem, 12.879rem + 8.361vw, 24.3rem);
  height: auto;
}

.member__itemInfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .member__itemInfo {
    margin-top: 1rem;
    gap: clamp(0rem, -2.211rem + 6.143vw, 2.5rem);
  }
}

.member__position {
  font-size: clamp(2.1rem, 1.586rem + 0.669vw, 2.5rem);
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .member__position {
    font-size: clamp(1.8rem, 1.535rem + 0.737vw, 2.1rem);
  }
}
@media (max-width: 599px) {
  .member__position {
    font-size: clamp(2rem, 1.646rem + 0.983vw, 2.4rem);
    margin: 0;
  }
}

.member__name {
  font-size: 4.8rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .member__name {
    font-size: clamp(4.2rem, 3.669rem + 1.474vw, 4.8rem);
  }
}
@media (max-width: 599px) {
  .member__name {
    margin: 0;
  }
}

.member__itemContent {
  margin-top: -1rem;
}
@media (max-width: 767px) {
  .member__itemContent {
    margin-top: clamp(0rem, -2.3rem + 6.388vw, 2.6rem);
    padding-inline: clamp(0rem, -3.538rem + 9.828vw, 4rem);
  }
}

@media (max-width: 767px) {
  .member__itemContent + .member__itemContent {
    margin-top: -1rem;
  }
}

.member__itemTitle {
  position: relative;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #b22414;
}

.member__itemTitle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.9em;
  transform: translateY(-50%);
  width: calc(100% - 2.9em);
  height: 6px;
  background: url("../images/dots-line.svg") no-repeat center center/contain;
  background-size: 100% 100%;
}

.member__itemDesc {
  padding-top: 1rem;
  padding-bottom: 2.6rem;
  font-size: 2.5rem;
  font-weight: 400;
  text-align: justify;
}
@media (max-width: 767px) {
  .member__itemDesc {
    line-height: 1.4;
    font-size: clamp(1.8rem, 1.181rem + 1.72vw, 2.5rem);
  }
}

.member__itemList {
  margin-top: 0.6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem 0;
}
@media (max-width: 1120px) {
  .member__itemList {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .member__itemList {
    grid-template-columns: 1fr;
    gap: 0.4rem;
    margin-top: 1rem;
  }
}

.member__ListItem {
  position: relative;
  font-size: 2.5rem;
  font-weight: 400;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .member__ListItem {
    padding-left: 1.2em;
    line-height: 1.25;
    font-size: clamp(1.6rem, 0.804rem + 2.211vw, 2.5rem);
  }
}

.member__ListItem::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0em;
  width: auto;
  height: auto;
}

.member__ListItem--nonDot {
  padding-left: 1em;
}

.member__ListItem--nonDot::before {
  content: none;
}

.member__ListItem--long {
  grid-column: span 2;
}
@media (max-width: 1120px) {
  .member__ListItem--long {
    grid-column: auto;
  }
}
@media (max-width: 767px) {
  .member__ListItem--long {
    grid-column: auto;
  }
}

.member__btm {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .member__btm {
    margin-top: 5rem;
  }
}

.member__btmTitle {
  font-size: 4.3rem;
  font-weight: 700;
  color: #b22414;
  text-align: center;
}
@media (max-width: 767px) {
  .member__btmTitle {
    font-size: clamp(2.5rem, 0.908rem + 4.423vw, 4.3rem);
  }
}

.member__media {
  width: min(90%, 100rem);
  margin-inline: auto;
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(2rem, -1.853rem + 5.017vw, 5rem);
}
@media (max-width: 767px) {
  .member__media {
    width: 79%;
    flex-direction: column;
    margin-top: 2.2rem;
    gap: 3rem;
  }
}

.member__mediaImage {
  width: 47%;
}
@media (max-width: 767px) {
  .member__mediaImage {
    width: 100%;
  }
}

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

.member__mediaTextWrap {
  flex: 1;
  font-size: clamp(2.1rem, 1.586rem + 0.669vw, 2.5rem);
  font-weight: 400;
  text-align: justify;
}
@media (max-width: 767px) {
  .member__mediaTextWrap {
    font-size: clamp(1.8rem, 1.535rem + 0.737vw, 2.1rem);
  }
}

@media (max-width: 767px) {
  .member__mediaText {
    line-height: 1.43;
  }
}

/* ===== Pages / plan ===== */
.plan {
  position: relative;
  background: #fff;
  z-index: 1;
}

.plan::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(0rem, -23.759rem + 30.936vw, 18.5rem);
  display: inline-block;
  width: 17.7rem;
  height: 17.7rem;
  background: url(../images/plan-title-deco.svg) no-repeat center center/contain;
  z-index: 0;
}
@media (max-width: 767px) {
  .plan::before {
    left: 0;
  }
}

.plan__inner {
  position: relative;
  z-index: 1;
  padding-top: 10.1rem;
  padding-bottom: 8rem;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .plan__inner {
    padding-top: 8.9rem;
    padding-bottom: 7.4rem;
  }
}

.plan__title {
  font-size: 5.9rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .plan__title {
    font-size: clamp(3.2rem, 0.812rem + 6.634vw, 5.9rem);
  }
}

.plan__lead {
  margin-top: 4rem;
  font-size: clamp(2.7rem, 2.315rem + 0.502vw, 3rem);
  font-weight: 500;
}
@media (max-width: 767px) {
  .plan__lead {
    margin-top: 3.7rem;
    font-size: clamp(1.8rem, 1.004rem + 2.211vw, 2.7rem);
    line-height: 1.3;
  }
}

.plan__catch {
  margin-top: 3.7rem;
  font-size: 4.2rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .plan__catch {
    margin-top: clamp(1rem, -1.388rem + 6.634vw, 3.7rem);
    font-size: clamp(2.1rem, 0.066rem + 5.651vw, 4.4rem);
  }
}

.plan__catch span {
  font-weight: 700;
}

.plan__free {
  position: relative;
  font-size: 4.5rem;
  font-weight: 700;
  color: #b22414;
}
@media (max-width: 767px) {
  .plan__free {
    font-size: clamp(3.8rem, 2.119rem + 4.668vw, 5.7rem);
  }
}

.plan__list {
  width: min(98%, 100rem);
  margin-inline: auto;
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, -0.284rem + 1.672vw, 2rem);
}
@media (max-width: 767px) {
  .plan__list {
    width: 92%;
    margin-top: 2rem;
    grid-template-columns: 1fr;
    align-items: center;
    gap: clamp(4rem, 3.115rem + 2.457vw, 5rem);
  }
}

.plan__item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 4rem 1rem;
}
@media (max-width: 767px) {
  .plan__item {
    padding-top: 4.2rem;
    padding-bottom: clamp(4rem, 2.231rem + 4.914vw, 6rem);
    padding-inline: clamp(2rem, -3.307rem + 14.742vw, 8rem);
  }
}

.plan__item--light {
  background: #ffe1ef;
}

.plan__itemTitle {
  margin-top: 4rem;
  padding-bottom: 1rem;
  font-size: clamp(2.6rem, 1.573rem + 1.338vw, 3.4rem);
  border-bottom: 1px solid #333;
}
@media (max-width: 767px) {
  .plan__itemTitle {
    margin-top: 0;
    padding-bottom: 1.3rem;
    font-size: clamp(3.2rem, 1.785rem + 3.931vw, 4.8rem);
    border-bottom: 2px solid #333;
  }
}

.plan__itemPriceWrap {
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .plan__itemPriceWrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 1rem;
    margin-top: 0.4rem;
  }
}

.plan__itemPrice {
  font-size: 3.3rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .plan__itemPrice {
    line-height: 1;
    font-size: clamp(2rem, 0.85rem + 3.194vw, 3.3rem);
  }
}

.plan__itemPrice span {
  font-family: "Inter Tight", sans-serif;
  font-weight: 700;
}

.plan__arrow {
  width: 3rem;
  margin-top: 1.5rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .plan__arrow {
    width: clamp(3rem, 1.231rem + 4.914vw, 5rem);
    margin-inline: 0.5rem;
    margin-bottom: 0.5em;
  }
}

.plan__itemDiscount {
  margin-top: 2rem;
  width: 18.6rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .plan__itemDiscount {
    margin-inline: 0;
    width: clamp(12rem, 6.162rem + 16.216vw, 18.6rem);
  }
}

.plan__item--premium .plan__itemDiscount {
  width: 21.2rem;
}

.plan__itemDiscount img {
  width: 100%;
  object-fit: contain;
}

.plan__itemDiscount span {
  font-weight: 700;
}

.plan__times {
  margin-top: 3.5rem;
  font-size: clamp(1.7rem, 1.058rem + 0.836vw, 2.2rem);
  font-weight: 500;
}
@media (max-width: 767px) {
  .plan__times {
    margin-top: 4rem;
    font-size: clamp(2.2rem, 1.846rem + 0.983vw, 2.6rem);
    text-align: left;
  }
}

.plan__descList {
  margin-top: 0.8rem;
  margin-bottom: auto;
  padding-left: clamp(2.4rem, -0.169rem + 3.344vw, 4.4rem);
  text-align: left;
}
@media (max-width: 767px) {
  .plan__descList {
    margin-top: 0.9rem;
    padding-left: clamp(1.2rem, 0.139rem + 2.948vw, 2.4rem);
  }
}

.plan__descItem {
  position: relative;
  font-size: clamp(1.5rem, 0.986rem + 0.669vw, 1.9rem);
  font-weight: 500;
}
@media (max-width: 767px) {
  .plan__descItem {
    font-size: clamp(2rem, 1.292rem + 1.966vw, 2.8rem);
  }
}

.plan__descItem + .plan__descItem {
  margin-top: 0.8rem;
}

.plan__descItem::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: -1em;
  width: clamp(1rem, 0.358rem + 0.836vw, 1.5rem);
  height: clamp(1rem, 0.358rem + 0.836vw, 1.5rem);
  background: #333;
}
@media (max-width: 767px) {
  .plan__descItem::before {
    top: 0.3em;
    left: clamp(-2rem, 0.123rem - 5.897vw, -4.4rem);
    width: clamp(1.4rem, 0.604rem + 2.211vw, 2.3rem);
    height: clamp(1.4rem, 0.604rem + 2.211vw, 2.3rem);
  }
}

.plan__catchText {
  display: inline-block;
  width: min(90%, 25rem);
  margin-inline: auto;
  margin-top: 3.5rem;
  padding: 1rem;
  font-size: clamp(2rem, 1.743rem + 0.334vw, 2.2rem);
  font-weight: 500;
  text-align: center;
  background-color: #fff;
}
@media (max-width: 767px) {
  .plan__catchText {
    width: 100%;
    padding-block: clamp(1.6rem, 0.715rem + 2.457vw, 2.6rem);
    margin-top: clamp(2.2rem, 1.05rem + 3.194vw, 3.5rem);
    font-size: clamp(1.9rem, 0.662rem + 3.44vw, 3.3rem);
  }
}

.plan__item--basic {
  background: #fefcf0;
}

.plan__item--basic::before {
  content: "";
  position: absolute;
  top: -42px;
  right: -13px;
  width: 11rem;
  height: auto;
  background: url(../images/plan-badge.png) no-repeat center center/contain;
  aspect-ratio: 1/1;
  z-index: 2;
}
@media (max-width: 767px) {
  .plan__item--basic::before {
    top: -3.5rem;
    left: -1.3rem;
    width: clamp(8.6rem, 2.762rem + 16.216vw, 15.2rem);
  }
}

.plan__item--premium {
  background: #e0ffff;
}

.plan__option {
  width: min(92%, 100rem);
  margin-inline: auto;
  margin-top: 4rem;
  padding-top: 5rem;
  padding-bottom: 3.5rem;
  padding-inline: 1rem;
  border: 3px solid #333;
}
@media (max-width: 767px) {
  .plan__option {
    margin-top: 5.3rem;
    padding-top: clamp(3rem, 0.346rem + 7.371vw, 6rem);
    padding-bottom: clamp(2rem, 0.231rem + 4.914vw, 4rem);
    padding-inline: clamp(0rem, -2.3rem + 6.388vw, 2.6rem);
  }
}

.plan__optionTitleWrap {
  position: relative;
  width: fit-content;
  margin-inline: auto;
}

.plan__optionTitle {
  display: inline-block;
  margin-inline: auto;
  font-size: 3.5rem;
  font-weight: 700;
  padding-bottom: 1rem;
  border-bottom: 1px solid #333;
}
@media (max-width: 767px) {
  .plan__optionTitle {
    font-size: clamp(3.2rem, 1.785rem + 3.931vw, 4.8rem);
    padding-bottom: clamp(0.8rem, 0.092rem + 1.966vw, 1.6rem);
    border-bottom: none;
  }
}

.plan__optionTitleDeco {
  position: absolute;
  display: inline-block;
}

.plan__optionTitleDeco--instagram {
  top: -2rem;
  left: -11rem;
  width: 7.15rem;
  height: auto;
}
@media (max-width: 767px) {
  .plan__optionTitleDeco--instagram {
    width: clamp(6.2rem, 4.785rem + 3.931vw, 7.8rem);
    top: -3.7rem;
    left: clamp(-16.6rem, -24.51vw + 2.224rem, -6.6rem);
  }
}

.plan__optionTitleDeco--tiktok {
  top: -3rem;
  right: -8.7rem;
  width: 6.21rem;
  height: auto;
}
@media (max-width: 767px) {
  .plan__optionTitleDeco--tiktok {
    width: clamp(4.6rem, 3.185rem + 3.931vw, 6.2rem);
    top: -3.6rem;
    top: clamp(-3.6rem, 4.902vw - 7.365rem, -5.6rem);
    right: clamp(-8.7rem, -16.422vw + 3.912rem, -2rem);
  }
}

.plan__optionTitleDeco--youtube {
  top: -1.4rem;
  right: -16rem;
  width: 6.21rem;
  height: auto;
}
@media (max-width: 767px) {
  .plan__optionTitleDeco--youtube {
    width: clamp(4.6rem, 3.185rem + 3.931vw, 6.2rem);
    top: -0.4rem;
    top: clamp(-1.7rem, 3.186vw - 2.847rem, -0.4rem);
    right: clamp(-15rem, -22.304vw + 2.129rem, -5.9rem);
  }
}

.plan__optionList {
  width: min(90%, 83.4rem);
  margin-inline: auto;
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .plan__optionList {
    padding-top: 2.6rem;
    border-top: 3px solid #333;
  }
}

.plan__optionItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.plan__optionItem + .plan__optionItem {
  margin-top: 0.7rem;
}

.plan__optionItemTitle {
  font-size: clamp(2rem, 0.973rem + 1.338vw, 2.8rem);
  font-weight: 400;
}
@media (max-width: 767px) {
  .plan__optionItemTitle {
    font-size: clamp(1.4rem, 0.162rem + 3.44vw, 2.8rem);
  }
}

.plan__optionItemDesc {
  font-size: 2.8rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .plan__optionItemDesc {
    font-size: clamp(1.4rem, 0.162rem + 3.44vw, 2.8rem);
  }
}

.plan__optionBtmMsg {
  display: inline-block;
  width: min(90%, 83.4rem);
  margin-inline: auto;
  margin-top: 2.5rem;
  padding-block: 1.6rem;
  font-size: 3.3rem;
  color: #fff;
  background-color: #5c5c5c;
}
@media (max-width: 767px) {
  .plan__optionBtmMsg {
    margin-top: 2.8rem;
    font-size: clamp(1.6rem, 0.273rem + 3.686vw, 3.1rem);
    padding-block: clamp(1.2rem, -0.304rem + 4.177vw, 2.9rem);
  }
}

.plan__btmBlock {
  margin-top: 6.8rem;
}
@media (max-width: 767px) {
  .plan__btmBlock {
    margin-top: 7.5rem;
  }
}

.plan__btmTitle {
  margin-bottom: 4.5rem;
  font-size: 5.9rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .plan__btmTitle {
    margin-bottom: clamp(1.6rem, -1.938rem + 9.828vw, 5.6rem);
    font-size: clamp(3.6rem, 1.566rem + 5.651vw, 5.9rem);
  }
}

.plan__btmText {
  font-size: clamp(2.1rem, 1.201rem + 1.171vw, 2.8rem);
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .plan__btmText {
    line-height: 1.45;
    font-size: clamp(1.6rem, 1.158rem + 1.229vw, 2.1rem);
  }
}

.plan__btmCatchText {
  margin-top: 3.5rem;
  font-size: 4.1rem;
  font-weight: 700;
  color: #b22414;
}
@media (max-width: 767px) {
  .plan__btmCatchText {
    margin-top: clamp(3rem, 0.346rem + 7.371vw, 6rem);
    font-size: clamp(2rem, 0.143rem + 5.16vw, 4.1rem);
  }
}

.plan__btmCatchText span {
  font-weight: 700;
}

.plan__btmTextBtm {
  font-size: 4.1rem;
  font-weight: 500;
  color: #b22414;
}

.plan__btnWrap {
  margin-top: 3rem;
}

/* ===== Pages / comparison ===== */
.comparison {
  background: #b22414;
}

.comparison__inner {
  padding-top: 8.4rem;
  padding-bottom: 9.5rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .comparison__inner {
    padding-top: clamp(5rem, 2.789rem + 6.143vw, 7.5rem);
    padding-bottom: clamp(7rem, 5.673rem + 3.686vw, 8.5rem);
  }
}

.comparison__title {
  font-size: 5.9rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .comparison__title {
    font-size: clamp(2.8rem, 0.146rem + 7.371vw, 5.8rem);
  }
}

.comparison__lead {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .comparison__lead {
    font-size: clamp(1.8rem, 0.562rem + 3.44vw, 3.2rem);
  }
}

.comparison__tableImage {
  width: min(92%, 69.2rem);
  margin-inline: auto;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .comparison__tableImage {
    margin-top: 3.2rem;
  }
}

.tableBtmText {
  margin-top: 4rem;
  font-size: clamp(2.1rem, 1.201rem + 1.171vw, 2.8rem);
  font-weight: 400;
}
@media (max-width: 767px) {
  .tableBtmText {
    font-size: clamp(1.6rem, 0.715rem + 2.457vw, 2.6rem);
  }
}

/* ===== Pages / middleCatch ===== */
.middleCatch {
  background: #fff;
}

.middleCatch__inner {
  padding-top: 8.8rem;
  text-align: center;
}
@media (max-width: 767px) {
  .middleCatch__inner {
    padding-top: clamp(5rem, 2.789rem + 6.143vw, 7.5rem);
    padding-bottom: 0;
  }
}

.middleCatch__title {
  font-size: 5.9rem;
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .middleCatch__title {
    font-size: clamp(3.6rem, 1.566rem + 5.651vw, 5.9rem);
  }
}

.middleCatch__title span {
  color: #b22414;
}

.middleCatch__lead {
  margin-top: 4rem;
  font-size: clamp(2.1rem, 1.201rem + 1.171vw, 2.8rem);
  font-weight: 400;
}
@media (max-width: 767px) {
  .middleCatch__lead {
    margin-top: clamp(2.6rem, -0.054rem + 7.371vw, 5.6rem);
    font-size: clamp(1.6rem, 0.362rem + 3.44vw, 3rem);
    line-height: 1.35;
  }
}

.middleCatch__catch {
  margin-top: 2.8rem;
  font-size: 4rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .middleCatch__catch {
    margin-top: clamp(2.5rem, 1.615rem + 2.457vw, 3.5rem);
    font-size: clamp(2.2rem, 0.608rem + 4.423vw, 4rem);
  }
}

.middleCatch__imageWrap {
  margin-top: clamp(-11rem, -6.689vw - 1.863rem, -7rem);
}
@media (max-width: 767px) {
  .middleCatch__imageWrap {
    margin-top: 1rem;
  }
}

/* ===== Pages / reason ===== */
.reason {
  background: url("../images/reason-bg.webp") no-repeat center center/cover;
}
@media (max-width: 767px) {
  .reason {
    background: url("../images/reason-bg-sp.webp") no-repeat center center/cover;
  }
}

.reason__inner {
  padding-top: 8.1rem;
  padding-bottom: 10rem;
  text-align: center;
}
@media (max-width: 767px) {
  .reason__inner {
    padding-top: clamp(5rem, 2.877rem + 5.897vw, 7.4rem);
    padding-bottom: clamp(7rem, 3.55rem + 9.582vw, 10.9rem);
  }
}

.reason__title {
  font-size: clamp(4.2rem, 2.916rem + 1.672vw, 5.2rem);
  font-weight: 700;
}
@media (max-width: 767px) {
  .reason__title {
    font-size: clamp(3.6rem, 2.362rem + 3.44vw, 5rem);
  }
}

.reason__title span {
  font-size: clamp(6rem, 5.358rem + 0.836vw, 6.5rem);
  line-height: 1.1;
}
@media (max-width: 767px) {
  .reason__title span {
    font-size: clamp(4.8rem, 2.854rem + 5.405vw, 7rem);
  }
}

.reason__list {
  margin-top: 6rem;
  width: min(90%, 100rem);
  margin-inline: auto;
}
@media (max-width: 767px) {
  .reason__list {
    margin-top: 6.6rem;
    width: 90%;
    max-width: 69rem;
    margin-inline: auto;
  }
}

.reason__item {
  position: relative;
  margin-top: 2.7rem;
  width: min(90%, 70rem);
  padding: 4rem 6rem;
  background: #fff;
}
@media (max-width: 767px) {
  .reason__item {
    width: min(100%, 69rem);
    margin-top: 7.1rem;
    margin-inline: auto;
    padding-inline: clamp(1.2rem, -4.638rem + 16.216vw, 7.8rem);
    padding-bottom: 4.6rem;
  }
}

.reason__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2rem;
  width: 12.5rem;
  height: 7rem;
  transform: translateY(-50%);
  background-image: url("../images/reason-item-num01.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .reason__item::before {
    top: -0.5rem;
    width: clamp(8.5rem, 4.077rem + 12.285vw, 13.5rem);
    height: 8rem;
  }
}

.reason__item:nth-child(2)::before {
  left: auto;
  right: 2rem;
  background-image: url("../images/reason-item-num02.svg");
}
@media (max-width: 767px) {
  .reason__item:nth-child(2)::before {
    left: 2rem;
    right: auto;
  }
}

.reason__item:nth-child(3)::before {
  background-image: url("../images/reason-item-num03.svg");
}

.reason__item:first-child {
  margin-top: 0;
}

.reason__item:nth-child(even) {
  margin-left: auto;
}

.reason__itemTitle {
  font-size: clamp(3.2rem, 2.943rem + 0.334vw, 3.4rem);
  font-weight: 700;
  padding-bottom: 1rem;
  border-bottom: 2px solid #feb5d7;
}
@media (max-width: 767px) {
  .reason__itemTitle {
    font-size: clamp(2.6rem, 1.273rem + 3.686vw, 4.1rem);
  }
}

.reason__itemDesc {
  margin-top: 1rem;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.35;
}
@media (max-width: 767px) {
  .reason__itemDesc {
    margin-top: 1.7rem;
    font-size: clamp(1.8rem, 0.915rem + 2.457vw, 2.8rem);
  }
}

/* ===== Pages / flow ===== */
.flow {
  position: relative;
  background: #fff;
}

.flow::before {
  content: "";
  position: absolute;
  top: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 58rem;
  height: 23rem;
  background: url("../images/flow-title-bg.svg") no-repeat center center/cover;
  aspect-ratio: 58/23;
  z-index: 0;
}
@media (max-width: 767px) {
  .flow::before {
    width: 90%;
    max-width: 58rem;
    height: auto;
  }
}

.flow__inner {
  position: relative;
  padding-top: 2.4rem;
  padding-bottom: 9.6rem;
  text-align: center;
  z-index: 1;
}
@media (max-width: 767px) {
  .flow__inner {
    padding-top: clamp(0.6rem, -0.992rem + 4.423vw, 2.4rem);
    padding-bottom: clamp(7rem, 4.7rem + 6.388vw, 9.6rem);
  }
}

.flow__titleDeco {
  width: 4.5rem;
  height: auto;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .flow__titleDeco {
    width: clamp(3rem, 1.673rem + 3.686vw, 4.5rem);
  }
}

.flow__title {
  font-size: 5.9rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .flow__title {
    font-size: clamp(3.6rem, 1.566rem + 5.651vw, 5.9rem);
  }
}

.flow__list {
  margin-top: 10rem;
  width: min(90%, 101rem);
  margin-inline: auto;
}
@media (max-width: 767px) {
  .flow__list {
    margin-top: clamp(5.5rem, -0.692rem + 17.199vw, 12.5rem);
  }
}

.flow__item {
  position: relative;
  margin-top: 5rem;
  width: 100%;
  background: #fff;
}
@media (max-width: 767px) {
  .flow__item {
    margin-top: clamp(3rem, -0.007rem + 8.354vw, 6.4rem);
  }
}

.flow__itemNum {
  position: relative;
  display: inline-block;
  padding-bottom: 0.4rem;
  font-size: 3.4rem;
  font-weight: 400;
  color: #feb5d7;
}

.flow__itemNum span {
  font-size: 4rem;
  font-weight: 400;
  margin-left: 1rem;
}

.flow__itemNum::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 73%;
  height: 3px;
  background-color: #feb5d7;
}

.flow__itemTitle {
  margin-top: 1.9rem;
  font-size: 4rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .flow__itemTitle {
    margin-top: 2.1rem;
    line-height: 1.35;
    font-size: clamp(2.8rem, 1.739rem + 2.948vw, 4rem);
  }
}

.flow__itemDesc {
  margin-top: 2.9rem;
  font-size: clamp(2.2rem, 1.686rem + 0.669vw, 2.6rem);
  font-weight: 500;
  text-align: left;
}
@media (max-width: 767px) {
  .flow__itemDesc {
    margin-top: clamp(2rem, 0.585rem + 3.931vw, 3.6rem);
    padding-inline: clamp(0rem, -1.769rem + 4.914vw, 2rem);
    font-size: clamp(1.8rem, 1.446rem + 0.983vw, 2.2rem);
    line-height: 1.55;
  }
}

/* ===== Pages / faq ===== */
.faq {
  background: #e0ffff;
}

.faq__inner {
  padding-top: 10.8rem;
  padding-bottom: 10rem;
  color: #333;
}
@media (max-width: 767px) {
  .faq__inner {
    padding-top: clamp(5rem, 3.408rem + 4.423vw, 6.8rem);
    padding-bottom: 4rem;
  }
}

.faq__title {
  font-size: 5.9rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .faq__title {
    font-size: clamp(3.6rem, 1.566rem + 5.651vw, 5.9rem);
  }
}

.faq__faqWrap {
  margin-top: 5.8rem;
  width: min(90%, 100rem);
  margin-inline: auto;
}
@media (max-width: 767px) {
  .faq__faqWrap {
    width: 83%;
  }
}

.faq__faqItem {
  margin-top: 5.5rem;
  padding-bottom: 6rem;
  border-bottom: 2px solid #000;
}
@media (max-width: 767px) {
  .faq__faqItem {
    margin-top: clamp(2.5rem, -0.154rem + 7.371vw, 5.5rem);
    padding-bottom: clamp(2.5rem, -0.596rem + 8.6vw, 6rem);
  }
}

.faq__faqItem:last-child {
  border-bottom: none;
}

.faq__faqItemTitle,
.faq__faqItemDesc {
  display: flex;
  gap: 5rem;
  text-align: justify;
}
@media (max-width: 767px) {
  .faq__faqItemTitle,
  .faq__faqItemDesc {
    gap: clamp(1.2rem, -1.277rem + 6.88vw, 4rem);
  }
}

.faq__faqItemDesc {
  margin-top: 2rem;
  margin-left: 0;
}

.faq__icon {
  width: 6.3rem;
  height: 6.3rem;
  flex-shrink: 0;
  transform: translate(1rem, -1rem);
}
@media (max-width: 767px) {
  .faq__icon {
    width: clamp(3.5rem, 1.023rem + 6.88vw, 6.3rem);
    height: clamp(3.5rem, 1.023rem + 6.88vw, 6.3rem);
    transform: translate(0, clamp(-0.5rem, -2.457vw + 1.385rem, 0.5rem));
  }
}

.faq__faqItemText {
  margin-top: 0.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.faq__faqItemText--question {
  font-size: clamp(2.6rem, 2.086rem + 0.669vw, 3rem);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .faq__faqItemText--question {
    font-size: clamp(2rem, 1.469rem + 1.474vw, 2.6rem);
  }
}

.faq__faqItemText--answer {
  font-size: clamp(2.4rem, 1.886rem + 0.669vw, 2.8rem);
  line-height: 1.35;
}
@media (max-width: 767px) {
  .faq__faqItemText--answer {
    line-height: 1.45;
    font-size: clamp(1.8rem, 1.269rem + 1.474vw, 2.4rem);
  }
}

/* ===== Pages / contact ===== */
.contact {
  background: #fff;
}

.contact__inner {
  padding-top: 2.7rem;
  padding-bottom: 10rem;
  text-align: center;
}

.contact__title {
  font-size: 5.2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .contact__title {
    font-size: clamp(2.5rem, 0.112rem + 6.634vw, 5.2rem);
  }
}

.contact__form {
  width: min(95%, 100rem);
  margin-inline: auto;
  margin-top: 3rem;
}

.cf7__label {
  font-size: 2.8rem;
  text-align: left;
}
@media (max-width: 767px) {
  .cf7__label {
    font-size: clamp(1.8rem, 0.915rem + 2.457vw, 2.8rem);
  }
}

.cf7__label {
  margin-top: 1.7rem;
}

.contact__form input {
  width: 100%;
  height: 6rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .contact__form input {
    height: clamp(4rem, 2.231rem + 4.914vw, 6rem);
  }
}

.cf7__radio,
.cf7__checkbox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 2.2rem;
}

.cf7__radio label,
.cf7__checkbox label {
  display: flex;
  align-items: center;
  gap: 5rem;
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .cf7__radio label,
  .cf7__checkbox label {
    gap: clamp(2rem, -0.654rem + 7.371vw, 5rem);
    font-size: clamp(1.8rem, 0.915rem + 2.457vw, 2.8rem);
  }
}

.cf7__radio .wpcf7-list-item,
.cf7__checkbox .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-list-item {
  display: block;
  font-size: 2rem;
}

input[type=radio i] {
  width: 3rem;
  height: 3rem;
}
@media (max-width: 767px) {
  input[type=radio i] {
    width: clamp(1.5rem, 0.173rem + 3.686vw, 3rem);
    height: clamp(1.5rem, 0.173rem + 3.686vw, 3rem);
  }
}

input[type=checkbox i] {
  width: 2.5rem;
  height: 2.5rem;
}
@media (max-width: 767px) {
  input[type=checkbox i] {
    width: clamp(1.5rem, 0.615rem + 2.457vw, 2.5rem);
    height: clamp(1.5rem, 0.615rem + 2.457vw, 2.5rem);
  }
}

.contact .c-btn {
  margin-top: 3rem;
  position: relative;
  display: inline-block;
  width: min(90%, 52rem);
  height: auto;
  padding-block: 3.4rem;
  border-radius: 99px;
  background: #b22414;
  color: #fff;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  border: none;
}
@media (max-width: 767px) {
  .contact .c-btn {
    padding-block: clamp(1.8rem, 0.385rem + 3.931vw, 3.4rem);
    font-size: clamp(2.6rem, 1.362rem + 3.44vw, 4rem);
  }
}

.wpcf7-spinner {
  display: none;
}

/* ===== Pages / privacy ===== */
.privacy {
  background: #fff;
}

.privacy__inner {
  padding-top: 10.8rem;
  padding-bottom: 10rem;
  color: #333;
}
@media (max-width: 767px) {
  .privacy__inner {
    padding-top: 6.8rem;
    padding-bottom: 8rem;
  }
}

.privacy__title {
  font-size: 5.9rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .privacy__title {
    font-size: clamp(3.6rem, 1.566rem + 5.651vw, 5.9rem);
  }
}

.privacy__content {
  margin-top: 5.8rem;
  width: min(90%, 100rem);
  margin-inline: auto;
}
@media (max-width: 767px) {
  .privacy__content {
    width: 92%;
    margin-top: 4rem;
  }
}

.privacy__intro {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .privacy__intro {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
}
.privacy__intro p {
  font-size: clamp(1.6rem, 1.5rem + 0.2vw, 1.8rem);
  line-height: 1.8;
  text-align: justify;
}
@media (max-width: 767px) {
  .privacy__intro p {
    font-size: clamp(1.4rem, 1.3rem + 0.3vw, 1.6rem);
    line-height: 1.7;
  }
}

.privacy__section {
  margin-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .privacy__section {
    margin-top: 3rem;
    padding-bottom: 3rem;
  }
}
.privacy__section:first-child {
  margin-top: 0;
}
.privacy__section:last-child {
  border-bottom: none;
}

.privacy__sectionTitle {
  font-size: clamp(2.4rem, 2.1rem + 0.5vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .privacy__sectionTitle {
    font-size: clamp(2rem, 1.6rem + 1.1vw, 2.4rem);
    margin-bottom: 1.5rem;
  }
}

.privacy__sectionContent {
  font-size: clamp(1.6rem, 1.5rem + 0.2vw, 1.8rem);
  line-height: 1.8;
  text-align: justify;
}
@media (max-width: 767px) {
  .privacy__sectionContent {
    font-size: clamp(1.4rem, 1.3rem + 0.3vw, 1.6rem);
    line-height: 1.7;
  }
}
.privacy__sectionContent p {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .privacy__sectionContent p {
    margin-top: 1.2rem;
  }
}
.privacy__sectionContent p:first-child {
  margin-top: 0;
}
.privacy__sectionContent strong {
  font-weight: 700;
}
.privacy__sectionContent a {
  color: #b22414;
  text-decoration: underline;
}
.privacy__sectionContent a:hover {
  text-decoration: none;
}

.privacy__list {
  margin-top: 1.5rem;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .privacy__list {
    margin-top: 1.2rem;
    padding-left: 1.5rem;
  }
}
.privacy__list li {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .privacy__list li {
    margin-top: 0.8rem;
  }
}
.privacy__list li:first-child {
  margin-top: 0;
}

ol.privacy__list li {
  list-style: decimal;
}

ul.privacy__list li {
  list-style: disc;
}

.privacy__btnWrap {
  margin-top: 6rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .privacy__btnWrap {
    margin-top: 5rem;
    margin-bottom: 3rem;
  }
}

.privacy__btn {
  transition: all 0.3s ease;
}
.privacy__btn:hover {
  background-color: #b22414;
  color: #fff;
  transform: translateY(-2px);
}
.privacy__btn:active {
  transform: translateY(0);
}

/* ===== Pages / thanks ===== */
.thanks-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.header {
  background: url("../images/thanks-header-bg.webp") no-repeat center center/cover;
}

.header__inner {
  padding-block: 2.4rem;
  text-align: center;
}

.header__logo {
  display: inline-block;
  width: 7.6rem;
  height: auto;
}

.thanks-page main {
  flex: 1;
}

.thanks {
  background: #fff;
}

.thanks__inner {
  max-width: min(98%, 100rem);
  margin-inline: auto;
  padding-block: 5.5rem;
  text-align: center;
}

.thanks__title {
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.thanks__subTitle {
  margin-top: 5rem;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.thanks__lead {
  margin-top: 5rem;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.thanks__flow {
  position: relative;
  width: min(98%, 91rem);
  margin-inline: auto;
  margin-top: 10rem;
  padding: 5.2rem 4.8rem;
  border: 2px solid #333;
}

.thanks__flowTitle {
  position: absolute;
  top: -6.4rem;
  left: 50%;
  transform: translateX(-50%);
  padding-inline: 2rem;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: #fff;
}

.thanks__flowList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 8.5rem;
  align-items: center;
}

.thanks__flowTitleWrap {
  display: flex;
  align-items: center;
  gap: 2.6rem;
}

.thanks__flowItemNum {
  font-size: 4.3rem;
  font-weight: 700;
  color: #b22414;
}

.thanks__flowItemTitle {
  font-size: 3.3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #b22414;
}

.thanks__flowItemDesc {
  margin-top: 1.8rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
}

.thanks__flowItem--withArrow {
  position: relative;
}
.thanks__flowItem--withArrow::after {
  content: "";
  position: absolute;
  right: -5.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.9rem;
  height: 3.3rem;
  background-image: url("../images/thanks-flow-list-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}