@charset "UTF-8";
* {
  -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,
aside,
figure,
figcaption {
  display: block;
}

a {
  text-decoration: none;
}

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

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html {
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  font-family: "Noto Serif JP", serif;
  font-family: "EB Garamond", serif;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 1439px) and (min-width: 769px) {
  html {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #2E2828;
}

body.is-scroll {
  overflow: hidden;
}

a {
  text-decoration: none !important;
}

@media (min-width: 820px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

button {
  color: #000;
  background: none;
  border: none;
  cursor: pointer;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

body.page-template-page-test {
  padding: 0 !important;
}

.header__block {
  padding: 0 1.3125rem 0 1.4375rem;
  background: #FAFAFA;
  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;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header__block {
    height: 51px;
    padding: 0 16px 0 12px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header__logo a {
  display: block;
  width: 12.3125rem;
  aspect-ratio: 197/62;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .header__logo a {
    margin-top: 10px;
    width: 107px;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.75rem;
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav-item a {
  height: 6.5rem;
  display: grid;
  place-content: center;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #2E2828;
  padding: 0 0.75rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media (any-hover: hover) {
  .header__nav-item a:hover {
    color: #933232;
  }
}
.header__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}

.header__link-item a {
  height: 3.875rem;
  padding: 0 1.75rem;
  border-radius: 0.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
  position: relative;
}

.header__link-item .mail {
  width: 1.875rem;
  aspect-ratio: 1/1;
  background: url(../img-new/mail-icon.webp) no-repeat center center/cover;
  -webkit-transition: 0.3s background-image ease;
  transition: 0.3s background-image ease;
}

.header__link-item a::after {
  content: "";
  position: absolute;
  inset: 0;
  mix-blend-mode: multiply;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.header__link-item:nth-child(1) a::after {
  background: #933232;
}

.header__link-item:nth-child(2) a::after {
  background: #3F743F;
}

.header__link-item span,
.header__link-item .line {
  position: relative;
  z-index: 1;
}

@media (any-hover: hover) {
  .header__link-item a:hover::after {
    opacity: 1;
  }
  .header__link-item a:hover .mail {
    background: url(../img-new/mail-icon-white.webp) no-repeat center center/cover;
  }
}
.header__link-item:nth-child(1) a {
  background-color: #933232;
}

.header__link-item:nth-child(1) img {
  width: 1.875rem;
  aspect-ratio: 1/1;
}

.header__link-item:nth-child(2) a {
  background-color: #3F743F;
}

.header__link-item:nth-child(2) img {
  width: 1.5rem;
  aspect-ratio: 24/23;
}

.drawer__icon {
  display: none;
}
@media screen and (max-width: 768px) {
  .drawer__icon {
    display: block;
    width: 51px;
    aspect-ratio: 1/1;
    position: fixed;
    z-index: 102;
    top: 0;
    right: 0;
  }
}

.drawer__icon--wrapper {
  width: 23px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.drawer__icon--bar {
  width: 100%;
  height: 1px;
  background: #362E2C;
}

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

.drawer__icon.js-show::before {
  content: "";
  width: 51px;
  aspect-ratio: 1/1;
  background: #2E2828;
  position: absolute;
  top: 0;
  right: 0;
}

.drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 88%;
  height: 100svh;
  background: #fff;
  overflow-y: scroll;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
}
.drawer.js-show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
}

.drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.drawer__logo {
  display: block;
  width: 107px;
  margin: 10px 0 0 12px;
}

.drawer__list {
  max-width: 500px;
  margin: 25px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 28px;
}

.drawer__item a {
  display: block;
  padding: 18px 0 21px 10px;
  border-bottom: 1px solid #C3C3C3;
  color: #2E2828;
  font-weight: 500;
  font-size: 15px;
  line-height: normal;
  letter-spacing: 0.04em;
  position: relative;
}

.drawer__item a::after {
  content: "";
  width: 12px;
  aspect-ratio: 12/7;
  -webkit-mask-image: url(../img-new/arrow.svg);
          mask-image: url(../img-new/arrow.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #C3C3C3;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  position: absolute;
  top: 50%;
  right: 9px;
}

.drawer__link-list {
  width: 100%;
  max-width: 500px;
  margin: 38px auto 0;
  display: grid;
  row-gap: 13px;
  padding: 0 28px 80px;
}

.drawer__link-item a {
  width: 100%;
  height: 80px;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.drawer__link-item:nth-child(1) a {
  background-color: #933232;
}

.drawer__link-item:nth-child(1) img {
  width: 30px;
  aspect-ratio: 1/1;
}

.drawer__link-item:nth-child(2) a {
  background-color: #3F743F;
}

.drawer__link-item:nth-child(2) img {
  width: 24px;
  aspect-ratio: 24/23;
}

.footer__block {
  background: linear-gradient(135deg, #993333 2%, #1e1b1b 27%, #1e1b1b 100%);
  padding: 6.25rem 0 1.5625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer__block {
    padding: 53px 0 97px;
  }
}

.footer__inner {
  max-width: 71.25rem;
  margin-inline: auto;
  padding-right: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
  }
}

.footer__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .footer__company {
    padding-left: 0;
  }
}

.footer__logo a {
  display: block;
  width: 14.5rem;
  aspect-ratio: 232/76;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .footer__logo a {
    width: 11.25rem;
    max-width: 240px;
  }
}

@media (any-hover: hover) {
  .footer__logo a:hover {
    opacity: 0.7;
  }
}
.footer__logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.footer__address-text {
  margin-top: 1.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .footer__address-text {
    margin-top: 21px;
    font-size: 14px;
    line-height: 1.6;
  }
}

.footer__tel {
  margin-top: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6875rem;
}
@media screen and (max-width: 768px) {
  .footer__tel {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 15px;
    display: grid;
    grid-template-columns: 37px 1fr;
    grid-template-rows: 1fr 1fr;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 0;
  }
}

.footer__tel-icon {
  display: block;
  width: 2.1875rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .footer__tel-icon {
    width: 37px;
  }
}

.footer__tel-link {
  display: block;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 2.0625rem;
}
@media screen and (max-width: 768px) {
  .footer__tel-link {
    font-size: 43px;
    line-height: 0.6279069767;
  }
}

.footer__tel-note {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .footer__tel-note {
    font-size: 15px;
    text-align: right;
    grid-column: 1/3;
    grid-row: 2/3;
  }
}

.footer__info {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .footer__info {
    margin-top: 15px;
  }
}

.footer__info-text {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .footer__info-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
  }
}

.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.375rem;
}
@media screen and (max-width: 768px) {
  .footer__link {
    gap: 52px;
  }
}

.footer__nav {
  margin-top: 0.5625rem;
  display: grid;
  grid-template-columns: 9.8125rem 8.875rem;
  gap: 3.0625rem;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    margin-top: 21px;
    grid-template-columns: 157px 151px;
    gap: 27px;
  }
}

.footer__nav-item {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .footer__nav-item {
    margin-bottom: 0;
  }
}

.footer__nav-item a {
  display: block;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 0.3125rem;
  letter-spacing: 0.04em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .footer__nav-item a {
    font-size: 14px;
    padding: 5px 0;
  }
}

@media (any-hover: hover) {
  .footer__nav-item a:hover {
    color: #F0D6D6;
  }
  .footer__nav-item.--sub a:hover {
    color: #F0D6D6;
  }
}
.footer__nav-item.--sub a {
  color: #B6B6B6;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .footer__sns {
    gap: 12px;
  }
}

.footer__sns-item a {
  display: grid;
  place-content: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  .footer__sns-item a:hover {
    opacity: 0.7;
  }
}
.footer__sns-item:nth-child(1) a {
  width: 1.8125rem;
  aspect-ratio: 29/20;
}
@media screen and (max-width: 768px) {
  .footer__sns-item:nth-child(1) a {
    width: 29px;
  }
}

.footer__sns-item:nth-child(2) a {
  width: 1.375rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .footer__sns-item:nth-child(2) a {
    width: 22px;
  }
}

.footer__sns-item:nth-child(3) a {
  width: 1.4375rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .footer__sns-item:nth-child(3) a {
    width: 23px;
  }
}

.footer__sns-item:nth-child(4) a {
  width: 1.3125rem;
  aspect-ratio: 21/22;
}
@media screen and (max-width: 768px) {
  .footer__sns-item:nth-child(4) a {
    width: 21px;
  }
}

.footer__sns-item:nth-child(5) a {
  width: 1.5rem;
  aspect-ratio: 24/23;
}
@media screen and (max-width: 768px) {
  .footer__sns-item:nth-child(5) a {
    width: 24px;
  }
}

.footer__bottom {
  margin-top: 3.625rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    margin-top: 15px;
    text-align: left;
    padding-left: 20px;
  }
}

.footer__small {
  font-family: "Rubik", sans-serif;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .footer__small {
    font-size: 12px;
    font-weight: 500;
  }
}

.fv__block {
  position: relative;
  aspect-ratio: 1440/705;
}

.fv__text-container {
  position: absolute;
  top: 15.5555555556vw;
  left: 8.0555555556vw;
  width: 38.1944444444vw;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .fv__text-container {
    top: auto;
    bottom: 2.5rem;
    left: 0.9375rem;
    width: 18.75rem;
  }
}

.fv__heading {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-weight: 400;
  font-size: 4.0277777778vw;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .fv__heading {
    font-size: 2rem;
  }
}

.fv__catchphrase {
  width: 22.3611111111vw;
  margin-top: 1.25rem;
  padding-left: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .fv__catchphrase {
    width: 11.125rem;
    margin-top: 0.4375rem;
    padding-left: 0.375rem;
  }
}

.fv__text {
  margin-top: 2.6875rem;
  padding-left: 0.625rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-weight: 500;
  font-size: 1.1111111111vw;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .fv__text {
    margin-top: 1.8125rem;
    padding-left: 0.25rem;
    font-size: 0.875rem;
  }
}

.contact__block {
  padding: 3.75rem 0 8.125rem;
}
@media screen and (max-width: 768px) {
  .contact__block {
    padding: 25px 0 63px;
  }
}

.contact__contents {
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .contact__contents {
    margin-top: 30px;
  }
}

.contact__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .contact__list {
    max-width: 500px;
    margin-inline: auto;
    grid-template-columns: 1fr;
    gp: 10px;
  }
}

.contact__item:nth-child(1) a::after {
  background: url(../img-new/contact-img01.webp) no-repeat center center/cover;
}

.contact__item:nth-child(2) a::after {
  background: url(../img-new/contact-img02.webp) no-repeat center center/cover;
}

.contact__item a {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 33.8125rem;
  aspect-ratio: 541/404;
  padding: 0 0 1.875rem 1.875rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 1.37;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .contact__item a {
    width: 100%;
    padding: 0 0 15px 15px;
    font-size: 22px;
  }
}

@media (any-hover: hover) {
  .contact__item a:hover::after {
    scale: 1.15;
  }
}
.contact__item a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: scale 0.5s ease;
  transition: scale 0.5s ease;
}

.contact__item a::before {
  content: "";
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  width: 5.5rem;
  aspect-ratio: 1/1;
  background: url(../img-new/arrow-right.webp) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .contact__item a::before {
    width: 40px;
    right: 18px;
    bottom: 18px;
  }
}

.contact__item a .white-bg {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.9375rem;
  padding: 0.5rem 0.8125rem 0.75rem 0.8125rem;
  background: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #2E2828;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .contact__item a .white-bg {
    margin-top: 10px;
    padding: 5px 9px 6px 8px;
    font-size: 12px;
  }
}

.contact__item a .white-bg.--second {
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .contact__item a .white-bg.--second {
    margin-top: 7px;
  }
}

.problem-top {
  padding: 7.75rem 0 8.3125rem;
  background: url(../img-new/problem-bg.webp) top center/cover no-repeat;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .problem-top {
    padding: 195px 0 62px;
    background: url(../img-new/problem-bg_sp.webp) top center/cover no-repeat;
  }
}
@media screen and (max-width: 500px) {
  .problem-top {
    padding: 9.1875rem 0 62px;
  }
}

.problem-top::before {
  content: "Problem...";
  font-family: "EB Garamond", serif;
  color: rgba(46, 40, 40, 0.7);
  /* #2E2828 / 70% */
  font-weight: 400;
  font-size: 4.6875rem;
  line-height: 1.5;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 3.1875rem;
  right: 13rem;
}
@media screen and (max-width: 768px) {
  .problem-top::before {
    font-size: 43px;
    top: 31px;
    right: 0;
    z-index: 5;
  }
}

.problem-top__lead {
  width: 51.5rem;
  margin-inline: auto;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3.9375rem 0 4.6875rem 0.375rem;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#EEEEEE));
  background: linear-gradient(90deg, #FFFFFF 0%, #EEEEEE 100%);
  -webkit-box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}
@media screen and (max-width: 768px) {
  .problem-top__lead {
    width: calc(100% - 40px);
    max-width: 500px;
    padding: 58px 16px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
    position: static;
  }
}

.problem-top__lead::before {
  content: "";
  background: url(../img-new/problem-top-img01.webp) no-repeat center center/contain;
  width: 26.0625rem;
  aspect-ratio: 417/290;
  position: absolute;
  top: -4.5625rem;
  right: calc(50% + 18.9375rem);
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 40, 40, 0.3);
          box-shadow: 5px 5px 25px 0 rgba(46, 40, 40, 0.3);
}
@media screen and (max-width: 768px) {
  .problem-top__lead::before {
    background: url(../img-new/problem-top-img01_sp.webp) no-repeat center center/contain;
    width: 15.8125rem;
    max-width: 337px;
    aspect-ratio: 253/147;
    top: 30px;
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 500px) {
  .problem-top__lead::before {
    top: 1.875rem;
  }
}

.problem-top__lead::after {
  content: "";
  background: url(../img-new/problem-top-img02.webp) no-repeat center center/contain;
  width: 26.0625rem;
  aspect-ratio: 417/290;
  position: absolute;
  bottom: -4.5625rem;
  left: calc(50% + 18.9375rem);
  -webkit-box-shadow: -5px -5px 25px 0 rgba(46, 40, 40, 0.3);
          box-shadow: -5px -5px 25px 0 rgba(46, 40, 40, 0.3);
}
@media screen and (max-width: 768px) {
  .problem-top__lead::after {
    background: url(../img-new/problem-top-img02_sp.webp) no-repeat center center/contain;
    width: 15.8125rem;
    max-width: 337px;
    aspect-ratio: 253/147;
    bottom: auto;
    top: 486px;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 500px) {
  .problem-top__lead::after {
    top: calc(9.1875rem + 291px);
  }
}

.problem-top-lead__text-top {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .problem-top-lead__text-top {
    font-size: 19px;
  }
}

.problem-top-lead__text-middle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2.75rem;
  padding: 0.5625rem 1.875rem 0.8125rem 2.125rem;
  background: -webkit-gradient(linear, left top, right top, from(#2E2828), to(#948181));
  background: linear-gradient(90deg, #2E2828 0%, #948181 100%);
  color: #fff;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .problem-top-lead__text-middle {
    margin: 20px auto 0;
    padding: 7px 24px 12px;
    font-size: 20px;
  }
}

.problem-top-lead__text-bottom {
  margin-top: 1.625rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .problem-top-lead__text-bottom {
    margin-top: 10px;
    font-size: 14px;
  }
}

.problem-top__list {
  max-width: 90rem;
  margin: 12.4375rem auto 0;
}
@media screen and (max-width: 768px) {
  .problem-top__list {
    width: calc(100% - 20px);
    max-width: 500px;
    margin: 260px auto 0;
  }
}

.problem-top__item {
  width: 69.0625rem;
  background: #fff;
  position: relative;
  padding: 3.5625rem 0 2.25rem;
  counter-increment: number;
}
@media screen and (max-width: 768px) {
  .problem-top__item {
    width: 100%;
    padding: 405px 20px 25px 35px;
  }
}
@media screen and (max-width: 500px) {
  .problem-top__item {
    padding: 19rem 20px 25px 35px;
  }
}

.problem-top__item:nth-child(odd) {
  margin-left: auto;
  padding-left: 17.125rem;
}
@media screen and (max-width: 768px) {
  .problem-top__item:nth-child(odd) {
    padding: 405px 20px 25px 35px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 500px) {
  .problem-top__item:nth-child(odd) {
    padding: 19rem 20px 25px 35px;
  }
}

.problem-top__item:nth-child(2) {
  margin-top: 8.9375rem;
  padding-left: 15.8125rem;
}
@media screen and (max-width: 768px) {
  .problem-top__item:nth-child(2) {
    margin-top: 132px;
    padding: 405px 35px 25px 20px;
  }
}
@media screen and (max-width: 500px) {
  .problem-top__item:nth-child(2) {
    padding: 19rem 20px 25px 35px;
  }
}

.problem-top__item:nth-child(2) .problem-top-item__img {
  left: auto;
  right: -10.3125rem;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 40, 40, 0.3);
          box-shadow: 5px 5px 25px 0 rgba(46, 40, 40, 0.3);
}
@media screen and (max-width: 768px) {
  .problem-top__item:nth-child(2) .problem-top-item__img {
    -webkit-box-shadow: 4px 4px 20px 0 rgba(46, 40, 40, 0.3);
            box-shadow: 4px 4px 20px 0 rgba(46, 40, 40, 0.3);
    right: 0;
  }
}

.problem-top__item:nth-child(2)::before {
  left: 15.8125rem;
}
@media screen and (max-width: 768px) {
  .problem-top__item:nth-child(2)::before {
    left: 65px;
  }
}

.problem-top__item:nth-child(2)::after {
  left: 10.6875rem;
}
@media screen and (max-width: 768px) {
  .problem-top__item:nth-child(2)::after {
    left: 4px;
  }
}

@media screen and (max-width: 768px) {
  .problem-top__item:nth-child(2) .problem-top-item__title {
    left: 65px;
  }
}

.problem-top__item:nth-child(3) {
  margin-top: 10.5625rem;
}
@media screen and (max-width: 768px) {
  .problem-top__item:nth-child(3) {
    margin-top: 132px;
  }
}

.problem-top__item::before {
  content: "Problem";
  font-family: "EB Garamond", serif;
  color: #2E2828;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  position: absolute;
  top: -4.625rem;
  left: 17.125rem;
}
@media screen and (max-width: 768px) {
  .problem-top__item::before {
    font-size: 20px;
    top: -94px;
    left: 123px;
  }
}

.problem-top__item::after {
  content: counter(number);
  font-family: "EB Garamond", serif;
  font-style: italic;
  color: rgba(46, 40, 40, 0.3);
  font-size: 9.6875rem;
  line-height: 1;
  letter-spacing: 0.02em;
  position: absolute;
  top: -7.875rem;
  left: 12rem;
}
@media screen and (max-width: 768px) {
  .problem-top__item::after {
    font-size: 92px;
    top: -132px;
    left: 62px;
  }
}

.problem-top-item__img {
  width: 25.3125rem;
  aspect-ratio: 405/295;
  position: absolute;
  top: -2.1875rem;
  left: -10.3125rem;
  -webkit-box-shadow: -5px -5px 25px 0 rgba(0, 0, 0, 0.25);
          box-shadow: -5px -5px 25px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .problem-top-item__img {
    width: calc(100% - 40px);
    max-width: 446px;
    top: 40px;
    left: -20px;
    -webkit-box-shadow: -4px -4px 20px 0 rgba(0, 0, 0, 0.25);
            box-shadow: -4px -4px 20px 0 rgba(0, 0, 0, 0.25);
  }
}

.problem-top-item__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.125rem 1.125rem;
  background: -webkit-gradient(linear, left top, right top, from(#2E2828), to(#948181));
  background: linear-gradient(90deg, #2E2828 0%, #948181 100%);
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  position: absolute;
  top: -1.75rem;
}
@media screen and (max-width: 768px) {
  .problem-top-item__title {
    background: none;
    padding: 0;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    top: -61px;
    left: 123px;
  }
}

@media screen and (max-width: 768px) {
  .problem-top-item__title span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: -webkit-gradient(linear, left top, right top, from(#2E2828), to(#948181));
    background: linear-gradient(90deg, #2E2828 0%, #948181 100%);
    padding: 0 7px 2px 9px;
  }
}

.problem-top-item__text {
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .problem-top-item__text {
    font-size: 14px;
  }
}

.problem-top-item__note {
  margin-top: 1.125rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .problem-top-item__note {
    margin-top: 11px;
    font-size: 10px;
  }
}

.problem-middle {
  aspect-ratio: 1440/520;
  position: relative;
  background: url("../img-new/problem-middle-bg.webp") center/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .problem-middle {
    aspect-ratio: 375/449;
    background: url(../img-new/problem-middle-bg_sp.webp) center/cover no-repeat;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.problem-middle::before {
  content: "";
  background: url(../img-new/problem-arrow.webp) no-repeat center center/contain;
  width: 0.75rem;
  aspect-ratio: 12/115;
  position: absolute;
  top: -3.5625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .problem-middle::before {
    width: 12px;
    background: url(../img-new/problem-arrow_sp.webp) no-repeat center center/contain;
    aspect-ratio: 12/66.5;
    top: -42px;
  }
}

.problem-middle__inner {
  width: 100%;
  max-width: 51.25rem;
  margin: 0 auto;
  padding: 7.8125rem 1.25rem 7.625rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .problem-middle__inner {
    padding: 72px 13px 40px;
  }
}

.problem-middle__logo {
  width: 18.125rem;
  margin-inline: auto;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (max-width: 768px) {
  .problem-middle__logo {
    width: 10.25rem;
    max-width: 218px;
  }
}

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

.problem-middle__lead {
  margin-top: 0.4375rem;
  display: inline-block;
  background-color: #fff;
  color: #2E2828;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: 0.05em;
  padding: 0 0 0 0.4375rem;
}
@media screen and (max-width: 768px) {
  .problem-middle__lead {
    background: none;
    margin-top: 0.1875rem;
    font-size: 19px;
    padding: 0 0 0 8px;
    line-height: 1.5263157895;
  }
}

.problem-middle__lead.--first {
  margin-top: 1.3125rem;
}
@media screen and (max-width: 768px) {
  .problem-middle__lead.--first {
    margin-top: 19px;
    padding: 0;
    display: grid;
    gap: 3px;
  }
}

@media screen and (max-width: 768px) {
  .problem-middle__lead.--first span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    background-color: #fff;
    display: block;
    padding: 0 0 0 8px;
  }
}

@media screen and (max-width: 768px) {
  .problem-middle__lead.--second {
    background: #fff;
  }
}

.problem-middle__message {
  margin-top: 0.5rem;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0.8125rem 0 0.75rem 0.6875rem;
}
@media screen and (max-width: 768px) {
  .problem-middle__message {
    padding: 0 13px 0 14px;
    font-size: 25px;
    line-height: 1.68;
  }
}
.problem-middle__message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #78AEAD;
  mix-blend-mode: multiply;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .problem-middle__message::before {
    mix-blend-mode: normal;
    background: rgba(120, 174, 173, 0.8);
  }
}
.problem-middle__message > span {
  position: relative;
  z-index: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .problem-middle__message > span {
    display: grid;
    gap: 3px;
  }
}

@media screen and (max-width: 768px) {
  .problem-middle__message.--pc {
    display: none;
  }
}

.problem-middle__message.--sp01 {
  display: none;
}
@media screen and (max-width: 768px) {
  .problem-middle__message.--sp01 {
    margin-top: 5.1875rem;
    display: block;
  }
}

.problem-middle__message.--sp02 {
  display: none;
}
@media screen and (max-width: 768px) {
  .problem-middle__message.--sp02 {
    margin-top: 3px;
    display: block;
  }
}

.problem-bottom {
  padding: 5.25rem 0 6.5rem;
  background: #FAFAFA;
}
@media screen and (max-width: 768px) {
  .problem-bottom {
    padding: 35px 0 63px;
  }
}

.problem-bottom__title {
  width: 28.125rem;
  margin-inline: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .problem-bottom__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 19px;
  }
}

.problem-bottom__list {
  margin-top: 3.3125rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 2.3125rem;
}
@media screen and (max-width: 768px) {
  .problem-bottom__list {
    max-width: 500px;
    margin: 25px auto 0;
    grid-template-columns: 1fr;
    gap: 35px;
  }
}

.problem-bottom__item {
  padding: 12.125rem 0 0;
  aspect-ratio: 346/393;
}
@media screen and (max-width: 768px) {
  .problem-bottom__item {
    aspect-ratio: auto;
    padding: 240px 0 0;
  }
}
@media screen and (max-width: 500px) {
  .problem-bottom__item {
    padding: 10.5rem 0 0;
  }
}

.problem-bottom__item:nth-child(1) {
  background: url(../img-new/problem-bottom-img01.webp) no-repeat top center/contain;
}
@media screen and (max-width: 768px) {
  .problem-bottom__item:nth-child(1) {
    background: url(../img-new/problem-bottom-img01_sp.webp) no-repeat top center/contain;
  }
}

.problem-bottom__item:nth-child(2) {
  background: url(../img-new/problem-bottom-img02.webp) no-repeat top center/contain;
}
@media screen and (max-width: 768px) {
  .problem-bottom__item:nth-child(2) {
    background: url(../img-new/problem-bottom-img02_sp.webp) no-repeat top center/contain;
  }
}

.problem-bottom__item:nth-child(3) {
  background: url(../img-new/problem-bottom-img03.webp) no-repeat top center/contain;
}
@media screen and (max-width: 768px) {
  .problem-bottom__item:nth-child(3) {
    background: url(../img-new/problem-bottom-img03_sp.webp) no-repeat top center/contain;
  }
}

.problem-bottom__item:nth-child(4) {
  background: url(../img-new/problem-bottom-img04.webp) no-repeat top center/contain;
}
@media screen and (max-width: 768px) {
  .problem-bottom__item:nth-child(4) {
    background: url(../img-new/problem-bottom-img04_sp.webp) no-repeat top center/contain;
  }
}

.problem-bottom__item:nth-child(5) {
  background: url(../img-new/problem-bottom-img05.webp) no-repeat top center/contain;
}
@media screen and (max-width: 768px) {
  .problem-bottom__item:nth-child(5) {
    background: url(../img-new/problem-bottom-img05_sp.webp) no-repeat top center/contain;
  }
}

.problem-bottom__item:nth-child(6) {
  background: url(../img-new/problem-bottom-img06.webp) no-repeat top center/contain;
}
@media screen and (max-width: 768px) {
  .problem-bottom__item:nth-child(6) {
    background: url(../img-new/problem-bottom-img06_sp.webp) no-repeat top center/contain;
  }
}

.problem-bottom-item__title .bg-mint {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.3125rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6875rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0.4375rem 0.625rem 0.5rem 0.5625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .problem-bottom-item__title .bg-mint {
    font-size: 24px;
    line-height: 1.5;
    margin-top: 5px;
    padding: 0 9px 2px;
  }
}

.problem-bottom-item__title .bg-mint::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #78AEAD;
  mix-blend-mode: multiply;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .problem-bottom-item__title .bg-mint::before {
    mix-blend-mode: normal;
    background-color: rgba(120, 174, 173, 0.8);
  }
}

.problem-bottom-item__title .color-white {
  position: relative;
  z-index: 1;
  color: #fff;
}

.problem-bottom-item__text {
  margin-top: 0.875rem;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .problem-bottom-item__text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.8;
  }
}

.introduction-top {
  padding: 4.5625rem 0 8rem;
  background: url(../img-new/introduction-top-bg.webp) top center/cover no-repeat;
  position: relative;
}
@media screen and (max-width: 768px) {
  .introduction-top {
    padding: 25px 0 63px;
  }
}

.introduction__top-text {
  margin-top: 2.5rem;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .introduction__top-text {
    margin-top: 25px;
    font-size: 14px;
    padding-inline: 20px;
  }
}

.introduction-top__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .introduction-top__title {
    font-size: 18px;
  }
}

.introduction-top__title.--taisaku {
  margin-top: 5.5625rem;
}
@media screen and (max-width: 768px) {
  .introduction-top__title.--taisaku {
    margin-top: 40px;
  }
}

.introduction-top__title.--wig {
  margin-top: 3.625rem;
}
@media screen and (max-width: 768px) {
  .introduction-top__title.--wig {
    margin-top: 40px;
  }
}

.introduction-top__chart {
  margin-top: 3.25rem;
  width: 72.3125rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .introduction-top__chart {
    margin: 17px 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 564px) {
  .introduction-top__chart {
    margin: 17px 0 0;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: pan-x pan-y;
        touch-action: pan-x pan-y;
  }
}

.introduction-top__chart picture {
  display: block;
}
@media screen and (max-width: 768px) {
  .introduction-top__chart picture {
    width: 544px;
    aspect-ratio: 1088/861;
    margin-inline: auto;
  }
}

.scroll-hint-icon {
  display: none;
}
@media screen and (max-width: 564px) {
  .scroll-hint-icon {
    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;
    position: absolute;
    top: 148px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
    pointer-events: none;
    opacity: 1;
    -webkit-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
  }
  .scroll-hint-icon.is-hidden {
    opacity: 0;
  }
  .scroll-hint-icon img {
    width: 123px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .js-scroll-hint-container {
    position: relative;
  }
}

.introduction-top__list {
  margin: 3.4375rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .introduction-top__list {
    margin: 38px 0 0;
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 47px;
  }
}

.introduction-top__item {
  width: 21.375rem;
  aspect-ratio: 342/504;
  padding: 3.4375rem 0 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .introduction-top__item {
    width: 100%;
    padding: 35px 0 25px;
    aspect-ratio: auto;
  }
}

.introduction-top__item::before {
  content: "";
  background: url(../img-new/good-icon.webp) no-repeat center center/contain;
  width: 4.375rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: -2.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .introduction-top__item::before {
    width: 44px;
    top: -22px;
  }
}

.introduction-top__item::after {
  content: "";
  background: #fff;
  width: 18.25rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .introduction-top__item::after {
    max-width: 389px;
  }
}

.introduction-top-item__img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .introduction-top-item__img {
    width: 20.9375rem;
    max-width: 446px;
    margin-inline: auto;
  }
}

.introduction-top-item__title {
  position: absolute;
  top: 11.5625rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .introduction-top-item__title {
    top: 250px;
  }
}
@media screen and (max-width: 500px) {
  .introduction-top-item__title {
    top: 11.5625rem;
  }
}

.introduction-top-item__title .bg-mint {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.3125rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6875rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0.4375rem 0.625rem 0.5rem 0.5625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .introduction-top-item__title .bg-mint {
    padding: 0 10px 2px 9px;
    margin-top: 5px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.introduction-top-item__title .bg-mint::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #78AEAD;
  mix-blend-mode: multiply;
  z-index: 0;
}

.introduction-top-item__title .color-white {
  position: relative;
  z-index: 1;
  color: #fff;
}

.introduction-top-item__text {
  width: 18.0625rem;
  margin-top: 4.75rem;
  padding-left: 3.3125rem;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .introduction-top-item__text {
    max-width: 389px;
    margin: 72px auto 0;
    padding: 0 1.5625rem;
    font-size: 14px;
    line-height: 1.8;
  }
}

.introduction-top__item:nth-child(3) .introduction-top-item__text {
  margin-top: 7.625rem;
}
@media screen and (max-width: 768px) {
  .introduction-top__item:nth-child(3) .introduction-top-item__text {
    margin-top: 117px;
  }
}

.introduction-anxiety {
  padding: 5.8125rem 0 14.5625rem;
  background: url(../img-new/introduction-anxiety-bg.webp) no-repeat top center/cover;
}
@media screen and (max-width: 768px) {
  .introduction-anxiety {
    padding: 35px 0 63px;
    background: url(../img-new/introduction-anxiety-bg_sp.webp) no-repeat top center/cover;
  }
}

.introduction-anxiety__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .introduction-anxiety__title {
    font-size: 19px;
  }
}

.introduction-anxiety__contents {
  position: relative;
  max-width: 90rem;
  margin-inline: auto;
  padding-right: 10.5rem;
}
@media screen and (max-width: 768px) {
  .introduction-anxiety__contents {
    padding: 0;
    margin-top: 35px;
    display: grid;
  }
}

.introduction-anxiety__img {
  display: block;
  width: 48.0625rem;
  aspect-ratio: 769/520;
  position: absolute;
  top: 5.125rem;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .introduction-anxiety__img {
    width: 100%;
    aspect-ratio: auto;
    padding-right: 35px;
    max-width: 500px;
    margin-inline: auto;
    position: static;
  }
}
@media screen and (max-width: 500px) {
  .introduction-anxiety__img {
    margin: 0;
  }
}

.introduction-anxiety__img::before {
  content: "";
  background-color: rgba(144, 125, 125, 0.5);
  width: 48.0625rem;
  aspect-ratio: 769/520;
  position: absolute;
  top: 1.875rem;
  left: 1.875rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .introduction-anxiety__img::before {
    width: calc(100% - 20px);
    aspect-ratio: 355/217;
    max-width: 480px;
    top: 15px;
    left: auto;
  }
}
@media screen and (max-width: 500px) {
  .introduction-anxiety__img::before {
    left: 0;
    right: auto;
  }
}

.introduction-anxiety__list {
  margin-top: 4.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.0625rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .introduction-anxiety__list {
    margin-top: -11px;
    gap: 20px;
  }
}

.introduction-anxiety__item {
  width: 41.4375rem;
}
@media screen and (max-width: 768px) {
  .introduction-anxiety__item {
    width: 100%;
    max-width: 500px;
    padding: 0 20px;
    margin-inline: auto;
  }
}

.introduction-anxiety-item__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3125rem 1.125rem 0.375rem;
  background: -webkit-gradient(linear, left top, right top, from(#2E2828), to(#948181));
  background: linear-gradient(90deg, #2E2828 0%, #948181 100%);
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-weight: 400;
  font-size: 1.9375rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .introduction-anxiety-item__title {
    background: none;
    font-size: 24px;
    padding: 0;
    display: grid;
    gap: 5px;
  }
}

@media screen and (max-width: 768px) {
  .introduction-anxiety-item__title span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 4px 2px 9px;
    background: -webkit-gradient(linear, left top, right top, from(#2E2828), to(#948181));
    background: linear-gradient(90deg, #2E2828 0%, #948181 100%);
  }
}

.introduction-anxiety-item__text {
  margin-top: -1.75rem;
  background: #fff;
  padding: 3.375rem 0.9375rem 1.9375rem 2.375rem;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .introduction-anxiety-item__text {
    margin-top: -17px;
    padding: 35px 25px 20px;
    font-size: 14px;
  }
}

.introduction-solution {
  padding: 3.375rem 0 8.3125rem;
  background-color: rgba(207, 212, 173, 0.2);
}
@media screen and (max-width: 768px) {
  .introduction-solution {
    padding: 35px 0 63px;
  }
}

.introduction-solution__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .introduction-solution__title {
    font-size: 19px;
  }
}

.introduction-solution__list {
  width: 53.8125rem;
  margin: 2.8125rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.3125rem;
}
@media screen and (max-width: 768px) {
  .introduction-solution__list {
    width: 100%;
    max-width: 500px;
    margin: 32px auto 0;
    padding-right: 20px;
    gap: 39px;
  }
}

.introduction-solution__item {
  width: 51.4375rem;
  aspect-ratio: 823/385;
  display: grid;
  grid-template-columns: 25.9375rem 20rem;
  gap: 2.75rem;
  padding-right: 2.8125rem;
  position: relative;
  counter-increment: number;
}
@media screen and (max-width: 768px) {
  .introduction-solution__item {
    width: 100%;
    grid-template-columns: 1fr;
    aspect-ratio: auto;
    grid-column: 1fr;
    gap: 15px;
    padding-right: 20px;
  }
}

.introduction-solution__item:nth-child(2) {
  aspect-ratio: 823/408;
}
@media screen and (max-width: 768px) {
  .introduction-solution__item:nth-child(2) {
    aspect-ratio: auto;
  }
}

.introduction-solution__item:nth-child(2) .introduction-solution-item__title {
  bottom: 4.3125rem;
}

.introduction-solution__item::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 48.9375rem;
  aspect-ratio: 783/355;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .introduction-solution__item::after {
    width: calc(100% - 20px);
    aspect-ratio: auto;
    height: calc(100% - 20px);
  }
}

.introduction-solution__item::before {
  content: counter(number);
  display: block;
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 9.6875rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #78AEAD;
  mix-blend-mode: multiply;
  position: absolute;
  top: -4.3125rem;
  left: -2.375rem;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .introduction-solution__item::before {
    font-size: 92px;
    top: -39px;
    left: 5px;
  }
}

/* 画像エリア */
.introduction-solution-item__img-area {
  position: relative;
  z-index: 1;
}

.introduction-solution-item__img {
  width: 25.9375rem;
  aspect-ratio: 415/271;
}
@media screen and (max-width: 768px) {
  .introduction-solution-item__img {
    width: 100%;
    aspect-ratio: auto;
    padding-right: 20px;
  }
}

/* 画像上タイトル */
.introduction-solution-item__title {
  position: absolute;
  bottom: 2.875rem;
  right: 0;
}
@media screen and (max-width: 768px) {
  .introduction-solution-item__title {
    position: static;
    margin-top: 10px;
    padding-left: 20px;
  }
}

.introduction-solution-item__title .bg-mint {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.625rem;
  background-color: rgba(130, 180, 175, 0.85);
  font-family: "Noto Serif JP", serif;
  font-size: 2.0625rem;
  font-weight: 500;
  line-height: 1.5454545455;
  letter-spacing: 0.05em;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  .introduction-solution-item__title .bg-mint {
    background: #78AEAD;
    font-size: 24px;
    padding: 0 10px 2px 9px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.introduction-solution-item__title .color-white {
  position: relative;
  z-index: 1;
  color: #fff;
}

/* テキストエリア */
.introduction-solution-item__text-area {
  width: 20rem;
  margin-top: 4.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .introduction-solution-item__text-area {
    width: 100%;
    margin-top: 0;
    padding: 0 25px 25px 45px;
  }
}

/* サブタイトル */
.introduction-solution-item__title-sub {
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 0 0 0.5625rem 2.0625rem;
  border-bottom: 1px solid #78AEAD;
  position: relative;
}
@media screen and (max-width: 768px) {
  .introduction-solution-item__title-sub {
    font-size: 17px;
    padding: 0 0 14px 31px;
  }
}

.introduction-solution-item__title-sub:not(:first-child) {
  margin-top: 1.4375rem;
}
@media screen and (max-width: 768px) {
  .introduction-solution-item__title-sub:not(:first-child) {
    margin-top: 23px;
  }
}

.introduction-solution-item__title-sub::before {
  content: "";
  width: 1.25rem;
  aspect-ratio: 1/1;
  background: url(../img-new/check-icon.webp) no-repeat center center/contain;
  position: absolute;
  left: 0.3125rem;
  top: 0.3125rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .introduction-solution-item__title-sub::before {
    width: 19px;
    left: 5px;
    top: 2px;
  }
}

/* テキスト */
.introduction-solution-item__text {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0.625rem 0 0;
}
@media screen and (max-width: 768px) {
  .introduction-solution-item__text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.03em;
  }
}

.introduction-solution-item__text.--send {
  margin-top: 1.6875rem;
}

.introduction-bottom {
  padding: 5.4375rem 0 8.875rem;
  background: url(../img-new/introduction-bottom-bg.webp) no-repeat top center/cover;
}
@media screen and (max-width: 768px) {
  .introduction-bottom {
    padding: 35px 0 63px;
    background: url(../img-new/introduction-bottom-bg_sp.webp) no-repeat top center/cover;
  }
}

.introduction-bottom__pose {
  width: 70.125rem;
  aspect-ratio: 2244/1354;
  margin-inline: auto;
  padding: 5.8125rem 0 4.9375rem;
  background: url(../img-new/introduction-bottom-pose-bg.webp) no-repeat center center/contain;
  position: relative;
}
@media screen and (max-width: 768px) {
  .introduction-bottom__pose {
    background: url(../img-new/introduction-bottom-pose-bg_sp.webp) no-repeat center center/contain;
    aspect-ratio: 1/1;
    width: 375px;
    padding: 49px 38px 30px;
    margin: 0 auto;
  }
}

.introduction-bottom__pose::after {
  content: "";
  background: url(../img-new/problem-arrow.webp) no-repeat center center/contain;
  width: 0.75rem;
  aspect-ratio: 26/232;
  position: absolute;
  bottom: -3.3125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .introduction-bottom__pose::after {
    background: url(../img-new/problem-arrow_sp.webp) no-repeat center center/contain;
    width: 12px;
    aspect-ratio: 12/66.5;
    bottom: -38px;
  }
}

.introduction-bottom__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .introduction-bottom__title {
    font-size: 19px;
  }
}

.introduction-bottom-pose__list {
  margin-top: 3.3125rem;
  padding-right: 1.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .introduction-bottom-pose__list {
    margin-top: 20px;
    padding-right: 0;
    gap: 7px;
  }
}

.introduction-bottom-pose__item {
  display: grid;
  place-content: center;
  width: 11.1875rem;
  aspect-ratio: 1/1;
  background: #CFD4AD;
  border-radius: 50%;
  font-family: "Noto Serif JP", serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .introduction-bottom-pose__item {
    width: 74px;
    font-size: 13px;
  }
}

.introduction-bottom-pose__item:last-child {
  width: 8rem;
  height: 8rem;
  padding-left: 0.6875rem;
}
@media screen and (max-width: 768px) {
  .introduction-bottom-pose__item:last-child {
    width: 53px;
    height: 53px;
    padding-left: 0;
    font-size: 12px;
  }
}

.introduction-bottom-pose__text {
  margin-top: 3.3125rem;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .introduction-bottom-pose__text {
    margin-top: 24px;
    font-size: 14px;
    letter-spacing: 0.03em;
    padding: 0 6px;
  }
}

.introduction-bottom-answer {
  margin-top: 7.4375rem;
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .introduction-bottom-answer {
    margin-top: 65px;
  }
}

.introduction-bottom-answer::after {
  content: "";
  width: 68.875rem;
  aspect-ratio: 1102/357;
  background: -webkit-gradient(linear, left top, right top, from(#8fbfc0), to(#d1eeed));
  background: linear-gradient(90deg, #8fbfc0 0%, #d1eeed 100%);
  position: absolute;
  top: 3.4375rem;
  right: 0;
}
@media screen and (max-width: 768px) {
  .introduction-bottom-answer::after {
    width: 22.1875rem;
    max-width: 473px;
    aspect-ratio: 355/307;
    top: 30px;
    left: calc(50% - 230px);
  }
}
@media screen and (max-width: 500px) {
  .introduction-bottom-answer::after {
    left: auto;
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .introduction-bottom-answer__inner {
    padding-right: 20px;
  }
}

.introduction-bottom-answer__contents {
  width: 68.875rem;
  aspect-ratio: 1102/357;
  margin-right: auto;
  padding: 5.5rem 1.125rem 0 23.125rem;
  background: #fff;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .introduction-bottom-answer__contents {
    width: 22.1875rem;
    max-width: 473px;
    margin-inline: auto;
    padding: 3rem 0.5625rem 0.625rem 2.0625rem;
    aspect-ratio: 355/307;
  }
}
@media screen and (max-width: 500px) {
  .introduction-bottom-answer__contents {
    margin: 0;
  }
}

.introduction-bottom-answer__contents::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(217, 217, 217, 0)), to(rgba(185, 221, 221, 0.7)));
  background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, rgba(185, 221, 221, 0.7) 100%);
  width: 68.875rem;
  aspect-ratio: 1102/357;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .introduction-bottom-answer__contents::before {
    display: none;
  }
}

.introduction-bottom-answer__contents::after {
  content: "";
  background: url(../img-new/introduction-bottom-answer-bg.webp) no-repeat center center/contain;
  width: 68.875rem;
  aspect-ratio: 1102/357;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .introduction-bottom-answer__contents::after {
    width: 100%;
    background: url(../img-new/introduction-bottom-answer-bg_sp.webp) no-repeat center center/contain;
    aspect-ratio: 355/307;
  }
}

.introduction-bottom-answer__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .introduction-bottom-answer__title {
    font-size: 19px;
  }
}

.introduction-bottom-answer__text {
  margin-top: 2.125rem;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .introduction-bottom-answer__text {
    margin-top: 19px;
    font-size: 14px;
    letter-spacing: 0.03em;
    padding-right: 15px;
  }
}

.introduction-bottom-answer__text .highlight {
  background: #78AEAD;
  color: #fff;
  mix-blend-mode: multiply;
}

.introduction-bottom-answer__text .highlight.--second {
  padding: 0 0.25rem;
}

.introduction-bottom-answer__note {
  margin-top: 2.875rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
  text-align: right;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .introduction-bottom-answer__note {
    margin-top: 32px;
    font-size: 10px;
  }
}

.voice__block {
  padding: 3.1875rem 0 8rem;
  position: relative;
  z-index: 1;
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .voice__block {
    padding: 35px 0 63px;
  }
}

.voice__block::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(120, 174, 173, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.voice__list {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .voice__list {
    max-width: 500px;
    margin: 25px auto 0;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.voice__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}

.subscription__block {
  padding: 8rem 0 0;
  background: url(../img-new/subscription-bg.webp) no-repeat top center/cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .subscription__block {
    background: url(../img-new/subscription-bg_sp.webp) no-repeat top center/cover;
    padding: 30px 0 0;
    overflow: hidden;
  }
}

.subscription__block::before {
  content: "Subscription";
  font-family: "EB Garamond", serif;
  color: #3F743F;
  font-weight: 400;
  font-size: 4.6875rem;
  line-height: 1.5;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 9.5rem;
  left: calc(50% + 32.625rem);
}
@media screen and (max-width: 768px) {
  .subscription__block::before {
    font-size: 43px;
    left: calc(50% + 210px);
    top: 26px;
  }
}
@media screen and (max-width: 500px) {
  .subscription__block::before {
    right: -21px;
  }
}

@media screen and (max-width: 768px) {
  .inner.subscription__inner {
    padding-inline: 10px;
  }
}

.subscription-top {
  background: rgba(255, 255, 255, 0.8);
  padding: 3.9375rem 5.8125rem 4.3125rem;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .subscription-top {
    max-width: 500px;
    margin-inline: auto;
    padding: 30px 30px 30px 25px;
  }
}

.subscription-top__text {
  color: #3F743F;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .subscription-top__text {
    font-size: 14px;
  }
}

.sub-title.subscription__title {
  margin-top: 1.1875rem;
  color: #3F743F;
}
@media screen and (max-width: 768px) {
  .sub-title.subscription__title {
    margin-top: 2px;
  }
}

.subscription-top__list {
  margin-top: 3.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.0625rem;
}
@media screen and (max-width: 768px) {
  .subscription-top__list {
    margin-top: 29px;
    gap: 26px;
  }
}

.subscription-top__item {
  position: relative;
}

.subscription-top__item::before {
  content: "";
  background: #3F743F;
  width: 57.125rem;
  height: 0.0625rem;
  position: absolute;
  top: 1.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .subscription-top__item::before {
    width: 100%;
    top: 10px;
    height: 1px;
  }
}

.subscription-top-item__theme {
  width: 21.375rem;
  margin-inline: auto;
  padding: 0.0625rem 0 0.25rem;
  font-family: "EB Garamond", serif;
  color: #3F743F;
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  border: 0.0625rem solid #3F743F;
  border-radius: 3.125rem;
  background: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .subscription-top-item__theme {
    width: 170px;
    font-size: 14px;
    padding: 0 0;
    border: 1px solid #3F743F;
  }
}

.subscription-top-item__heading {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 0.875rem;
     -moz-column-gap: 0.875rem;
          column-gap: 0.875rem;
  margin-top: 2.3125rem;
}
@media screen and (max-width: 768px) {
  .subscription-top-item__heading {
    margin-top: 19px;
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.subscription-top-item__label-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.subscription-top-item__label {
  font-weight: bold;
  font-size: 1.0625rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #3F743F;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .subscription-top-item__label {
    font-size: 8px;
    line-height: 1.8;
  }
}

.subscription-top-item__number {
  display: block;
  margin-top: -0.25rem;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 6.5625rem;
  line-height: 0.9;
  color: #3F743F;
}
@media screen and (max-width: 768px) {
  .subscription-top-item__number {
    margin-top: 3px;
    font-size: 50px;
    text-box: trim-both cap alphabetic;
  }
}

.subscription-top-item__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #3F743F;
}
@media screen and (max-width: 768px) {
  .subscription-top-item__title {
    font-size: 18px;
  }
}

.subscription-top-item__content {
  margin-top: 2.375rem;
  display: grid;
  grid-template-columns: 28.4375rem 1fr;
  gap: 3.0625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .subscription-top-item__content {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.subscription-top-item__media picture {
  display: block;
  border-radius: 5px;
  border: 0.0625rem solid #3F743F;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .subscription-top-item__media picture {
    border: 1px solid #3F743F;
  }
}

.subscription-top-item__media picture img {
  -o-object-fit: cover;
     object-fit: cover;
}

.subscription-top-item__text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .subscription-top-item__text-area {
    gap: 25px;
  }
}

.subscription-top-item__text {
  color: #3F743F;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .subscription-top-item__text {
    font-size: 14px;
    letter-spacing: 0.03em;
  }
}

.subscription-top-item__text .green {
  background: rgba(207, 212, 173, 0.6);
}

.subscription-top-item__bold-text {
  padding: 1.75rem 0 0;
  border-top: 0.0625rem solid #3F743F;
  color: #3F743F;
  font-weight: bold;
  font-size: 1.1875rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .subscription-top-item__bold-text {
    padding: 20px 0 0;
    border-top: 1px solid #3F743F;
    font-size: 14px;
  }
}

.subscription-top-item__sub-list {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .subscription-top-item__sub-list {
    margin-top: 9px;
    gap: 0;
  }
}

.subscription-top-item__sub-item {
  padding: 0.125rem 0 0.3125rem 2.0625rem;
  color: #3F743F;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 768px) {
  .subscription-top-item__sub-item {
    padding: 3px 0 4px 33px;
    font-size: 14px;
    line-height: 1.6428571429;
  }
}

.subscription-top-item__sub-item::before {
  content: "";
  width: 1.25rem;
  aspect-ratio: 1/1;
  background: url(../img-new/subscription-check.webp) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0.3125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .subscription-top-item__sub-item::before {
    width: 20px;
    left: 5px;
  }
}

.subscription-middle {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .subscription-middle {
    margin-top: 35px;
    padding-bottom: 63px;
  }
}

.sub-title.subscription-middle__title {
  color: #3F743F;
  position: relative;
}

.sub-title.subscription-middle__title::after {
  content: "";
  background: url(../img-new/subscription-middle-arrow.webp) no-repeat center center/contain;
  width: 100%;
  aspect-ratio: 1100/44;
  position: absolute;
  bottom: -4.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sub-title.subscription-middle__title::after {
    background: url(../img-new/subscription-middle-arrow_sp.webp) no-repeat center center/contain;
    aspect-ratio: 670/27;
    bottom: -1.6875rem;
  }
}

.subscription-middle__contents {
  margin-top: 7.125rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .subscription-middle__contents {
    margin-top: 3.1875rem;
    padding-inline: 10px;
  }
}

.subscription-middle__contents::before {
  content: "";
  background: url(../img-new/subscription-middle-img.webp) no-repeat center center/contain;
  width: 32.1875rem;
  aspect-ratio: 515/361;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .subscription-middle__contents::before {
    width: calc(100% - 20px);
    max-width: 480px;
    background: url(../img-new/subscription-middle-img_sp.webp) no-repeat center center/contain;
    aspect-ratio: 670/372;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 500px) {
  .subscription-middle__contents::before {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-left: 10px;
  }
}

.subscription-middle__list {
  padding: 2.8125rem 0 2.8125rem 25.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.375rem;
}
@media screen and (max-width: 768px) {
  .subscription-middle__list {
    max-width: 480px;
    margin-inline: auto;
    padding: 141px 0 0 12px;
    gap: 10px;
  }
}

.subscription-middle__item {
  padding: 0.125rem 0.625rem 0.1875rem 1.75rem;
  background: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.3125rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .subscription-middle__item {
    padding: 4px 25px 10px 25px;
    font-size: 14px;
  }
}

.subscription-middle__item::before {
  content: "";
  width: 2.25rem;
  aspect-ratio: 1/1;
  background: #3F743F;
  position: absolute;
  top: 50%;
  left: -1.125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .subscription-middle__item::before {
    width: 25px;
    left: -12px;
  }
}

.subscription-middle__item::after {
  content: "";
  width: 1.0625rem;
  aspect-ratio: 17/13;
  background: url(../img-new/check.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: -0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .subscription-middle__item::after {
    width: 11px;
    left: -5px;
  }
}

.subscription-middle__item .green {
  color: #3F743F;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .subscription-middle__item .green {
    font-size: 18px;
  }
}

.subscription-bottom {
  margin-top: 8.125rem;
  padding: 4.1875rem 0 4rem;
  background: #E0F1E0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .subscription-bottom {
    margin-top: 0;
    padding: 35px 0;
  }
}

.subscription-bottom__inner {
  max-width: 46.25rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .subscription-bottom__inner {
    max-width: auto;
    padding: 0 20px;
  }
}

.subscription-bottom__title {
  color: #3F743F;
}

.subscription-bottom__cta {
  margin-top: 1.75rem;
  width: 39.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .subscription-bottom__cta {
    margin: 22px auto 0;
    width: 100%;
    max-width: 500px;
  }
}

.subscription-bottom__button {
  position: relative;
  display: block;
  padding: 1.4375rem 1.25rem 2.1875rem;
  background: #3F743F;
  border-radius: 10px;
  border: 2px solid #fff;
  color: #fff;
  -webkit-box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .subscription-bottom__button {
    padding: 16px 45px 25px 25px;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
  }
}

@media (any-hover: hover) {
  .subscription-bottom__button:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
.subscription-bottom__button-lead {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .subscription-bottom__button-lead {
    font-size: 15px;
  }
}

.subscription-bottom__button-text {
  display: block;
  margin-top: 0.625rem;
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .subscription-bottom__button-text {
    margin-top: 4px;
    font-size: 23px;
  }
}

.subscription-bottom__button-icon {
  position: absolute;
  top: 50%;
  right: 1.375rem;
  width: 2.125rem;
  aspect-ratio: 16/9;
  background: url(../img-new/arrow.svg) no-repeat center center/contain;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 768px) {
  .subscription-bottom__button-icon {
    width: 17px;
    right: 18px;
  }
}

.subscription-bottom__badge {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.6875rem auto 0;
  padding: 0.25rem 0.9375rem;
  border: 0.0625rem solid #3F743F;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #3F743F;
}
@media screen and (max-width: 768px) {
  .subscription-bottom__badge {
    margin: 35px auto 0;
    padding: 4px 25px;
    border: 1px solid #3F743F;
    font-size: 16px;
  }
}

.subscription-bottom__note {
  margin-top: 1.25rem;
  font-size: 1.1875rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #3F743F;
}
@media screen and (max-width: 768px) {
  .subscription-bottom__note {
    margin-top: 15px;
    font-size: 14px;
  }
}

.faq__block {
  padding: 4.375rem 0 8rem;
  background: #E0EBEB;
}
@media screen and (max-width: 768px) {
  .faq__block {
    padding: 35px 0 63px;
  }
}

.section-title.faq__title .eng {
  color: #2E2828;
}

.faq__text {
  margin-top: 2.375rem;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .faq__text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.7;
  }
}

.faq__category {
  margin-top: 3.125rem;
  padding: 1.6875rem 0;
  background: #78AEAD;
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.62;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .faq__category {
    max-width: 500px;
    margin: 20px auto 0;
    padding: 9px 0;
    font-size: 17px;
    line-height: 1.9058823529;
  }
}

.faq__category.--first {
  margin-top: 4.1875rem;
}
@media screen and (max-width: 768px) {
  .faq__category.--first {
    margin-top: 35px;
  }
}

.faq__item:not(:first-child) {
  border-top: 1px solid #78AEAD;
}

summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}

@media screen and (max-width: 768px) {
  .faq__list {
    max-width: 500px;
    margin-inline: auto;
  }
}

.faq-item {
  background: #fff;
  padding: 0 1.9375rem 0 2.0625rem;
}
@media screen and (max-width: 768px) {
  .faq-item {
    padding: 0 12px 0 13px;
  }
}

.faq-item-question {
  display: grid;
  grid-template-columns: 1.3125rem 1fr 1.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.0625rem;
     -moz-column-gap: 2.0625rem;
          column-gap: 2.0625rem;
  padding: 1.5625rem 0 1.9375rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .faq-item-question {
    grid-template-columns: 24px 1fr 30px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    padding: 10px 0 13px;
  }
}

.faq-item-question-q {
  font-family: "EB Garamond", serif;
  color: #78AEAD;
  font-weight: 800;
  font-size: 2.25rem;
  line-height: 1.0555555556;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .faq-item-question-q {
    font-size: 27px;
    line-height: 1.1111111111;
  }
}

.faq-item-question-text {
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.7647058824;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .faq-item-question-text {
    font-size: 14px;
    line-height: 1.6;
  }
}

.faq-item-question-icon {
  width: 1.625rem;
  aspect-ratio: 1/1;
  background: #2E2828;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq-item-question-icon {
    width: 18px;
    margin-left: 12px;
  }
}

.faq-item-question-icon::before {
  content: "";
  background: #fff;
  width: 0.6875rem;
  height: 0.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .faq-item-question-icon::before {
    width: 8px;
    height: 2px;
  }
}

.faq-item-question-icon::after {
  content: "";
  background: #fff;
  width: 0.6875rem;
  height: 0.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .faq-item-question-icon::after {
    width: 8px;
    height: 2px;
  }
}

.faq-item.is-opened .faq-item-question-icon::after {
  opacity: 0;
}

.faq-item-answer {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s ease, opacity 0.4s ease;
  transition: height 0.4s ease, opacity 0.4s ease;
}

.is-opened .faq-item-answer {
  opacity: 1;
}

.faq-item-answer-text {
  border-top: 1px solid #B6B6B6;
  display: grid;
  grid-template-columns: 1.3125rem 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 2.0625rem;
     -moz-column-gap: 2.0625rem;
          column-gap: 2.0625rem;
  padding: 1.9375rem 1.625rem 2.375rem 0;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.7647058824;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .faq-item-answer-text {
    grid-template-columns: 24px 1fr;
    -webkit-column-gap: 11px;
       -moz-column-gap: 11px;
            column-gap: 11px;
    padding: 14px 17px 21px 0;
    font-size: 14px;
    line-height: 1.6;
  }
}

.faq-item-answer-text .second-text {
  display: block;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .faq-item-answer-text .second-text {
    margin-top: 22px;
  }
}

.faq-item-answer-text a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1rem;
  color: #0000ee;
  text-align: right;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}

@media (any-hover: hover) {
  .faq-item-answer-text a:hover {
    opacity: 0.7;
  }
}
.faq-item-answer-a {
  font-family: "EB Garamond", serif;
  color: #78AEAD;
  font-weight: 800;
  font-size: 2.25rem;
  line-height: 1.0555555556;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .faq-item-answer-a {
    font-size: 27px;
    line-height: 1.1111111111;
  }
}

.bottom-contact__block {
  padding: 5rem 0 0;
  background: #FAFAFA;
}
@media screen and (max-width: 768px) {
  .bottom-contact__block {
    padding: 35px 0 0;
  }
}

.bottom-contact__list {
  margin-top: 4.3125rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(5, auto);
}
@media screen and (max-width: 768px) {
  .bottom-contact__list {
    margin-top: 30px;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
}

.bottom-contact__item {
  color: #fff;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5.1875rem 2.0625rem 3.3125rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bottom-contact__item {
    height: 352px;
    grid-row: span 1;
    grid-template-rows: repeat(5, 1fr);
    padding: 64px 25px 41px;
  }
}

.bottom-contact__item::after {
  content: "";
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.bottom-contact__item:nth-child(1)::after {
  background: #2E2828;
}

.bottom-contact__item:nth-child(2)::after {
  background: #3F743F;
}

.bottom-contact__item:nth-child(3)::after {
  background: #933232;
}

.bottom-contact__item--tel {
  background-color: #2E2828;
  grid-row: 1/6;
  grid-template-rows: subgrid;
}
.bottom-contact__item--tel .bottom-contact-item__text-area {
  grid-row: 3/6;
}
@media screen and (max-width: 768px) {
  .bottom-contact__item--tel .bottom-contact-item__text-area {
    grid-row: auto;
  }
}
@media screen and (max-width: 768px) {
  .bottom-contact__item--tel {
    grid-row: 1/2;
    grid-template-rows: repeat(5, 1fr);
  }
}

.bottom-contact__item--line {
  background-color: #3F743F;
  grid-row: 1/6;
}
@media screen and (max-width: 768px) {
  .bottom-contact__item--line {
    grid-row: 2/3;
  }
}

.bottom-contact__item--mail {
  background-color: #933232;
  grid-row: 1/6;
}
@media screen and (max-width: 768px) {
  .bottom-contact__item--mail {
    grid-row: 3/4;
  }
}

.bottom-contact__icon {
  width: 3.125rem;
  aspect-ratio: 1/1;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bottom-contact__icon {
    width: 40px;
  }
}

.bottom-contact__lead {
  margin-top: 0.9375rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bottom-contact__lead {
    margin-top: 12px;
    font-size: 21px;
  }
}

.bottom-contact__tel {
  display: block;
  margin-top: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 2.625rem;
  line-height: 0.619047619;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bottom-contact__tel {
    margin-top: 37px;
    font-size: 31px;
    line-height: 0.6129032258;
  }
}

.bottom-contact__note {
  margin-top: 0.9375rem;
  font-weight: 500;
  font-size: 1.1875rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bottom-contact__note {
    margin-top: 11px;
    font-size: 14px;
  }
}

.bottom-contact__text {
  margin-top: 0.9375rem;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bottom-contact__text {
    margin-top: 11px;
    font-size: 13px;
  }
}

.bottom-contact-item__btn {
  margin-top: 1.3125rem;
  width: 21.8125rem;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bottom-contact-item__btn {
    margin-top: 16px;
    width: 272px;
  }
}

.bottom-contact-item__btn a {
  color: #fff;
  border: 1px solid #fff;
}

.bottom-contact-item__btn a .arrow-right {
  background: #fff;
}

@media (any-hover: hover) {
  .bottom-contact-item__btn a.--line:hover {
    background: #fff;
    color: #3F743F;
  }
  .bottom-contact-item__btn a.--line:hover .arrow-right {
    background-color: #3F743F;
  }
  .bottom-contact__item--line:has(.bottom-contact-item__btn a:hover)::after {
    opacity: 1;
  }
}
@media (any-hover: hover) {
  .bottom-contact-item__btn a.--mail:hover {
    background: #fff;
    color: #933232;
  }
  .bottom-contact-item__btn a.--mail:hover .arrow-right {
    background-color: #933232;
  }
  .bottom-contact__item--mail:has(.bottom-contact-item__btn a:hover)::after {
    opacity: 1;
  }
}
.bottom-contact__time {
  margin-top: 1.25rem;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bottom-contact__time {
    margin-top: 15px;
    font-size: 13px;
  }
}

.bottom-contact__time.--mt30 {
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .bottom-contact__time.--mt30 {
    margin-top: 23px;
  }
}

.bottom-contact-faq {
  padding: 3.625rem 0 4.25rem;
}
@media screen and (max-width: 768px) {
  .bottom-contact-faq {
    padding: 35px 0;
  }
}

.bottom-contact-faq__text {
  margin-top: 2.5rem;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bottom-contact-faq__text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.7;
  }
}

.bottom-contact-faq__btn {
  margin-top: 3.125rem;
  width: 21.8125rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .bottom-contact-faq__btn {
    margin-top: 34px;
    width: 272px;
  }
}

.bottom-contact-faq__btn .arrow-right {
  background-color: #2E2828;
}

@media (any-hover: hover) {
  .bottom-contact-faq__btn a:hover {
    background: #2E2828;
    color: #fff;
  }
  .bottom-contact-faq__btn a:hover .arrow-right {
    background-color: #fff;
  }
}
.message__block {
  padding: 5.125rem 0 5.3125rem;
  background: url(../img-new/message-bg.webp) top center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .message__block {
    padding: 35px 0;
  }
}

.section-title.message__title {
  color: #fff;
}

.section-title.message__title .eng {
  color: #fff;
}

.message__contents {
  margin-top: 4.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5.1875rem;
}
@media screen and (max-width: 768px) {
  .message__contents {
    margin-top: 16px;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.message__img {
  width: 29.1875rem;
}
@media screen and (max-width: 768px) {
  .message__img {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
  }
}

.message__text-area {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .message__text-area {
    max-width: 500px;
    margin-inline: auto;
  }
}

.message__heading {
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .message__heading {
    font-size: 15px;
  }
}

.message__text {
  margin-top: 2rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .message__text {
    margin-top: 25px;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}

.message__text.--first {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .message__text.--first {
    margin-top: 16px;
  }
}

.message__name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.4375rem 0 0 auto;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.25rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .message__name {
    margin: 15px 0 0 auto;
    font-size: 17px;
    line-height: 1.4705882353;
  }
}

.message__name .label {
  display: block;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .message__name .label {
    font-size: 13px;
  }
}

.counseling__block {
  padding: 4.5625rem 0 7.9375rem;
  background: url(../img-new/counseling-bg.webp) no-repeat top center/cover;
}
@media screen and (max-width: 768px) {
  .counseling__block {
    padding: 35px 0 63px;
    background: url(../img-new/counseling-bg_sp.webp) no-repeat top center/cover;
  }
}

.counseling__text {
  margin-top: 0.5625rem;
  color: #933232;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .counseling__text {
    margin-top: 18px;
    font-size: 17px;
  }
}

.counseling-top {
  margin-top: 4.0625rem;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .counseling-top {
    margin-top: 35px;
  }
}

.counseling-top::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgb(46, 40, 40)), to(rgb(147, 50, 50)));
  background: linear-gradient(to right, rgb(46, 40, 40) 0%, rgb(147, 50, 50) 100%);
  width: 100%;
  max-width: 68.75rem;
  height: 100%;
  position: absolute;
  top: 3.4375rem;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .counseling-top::before {
    width: calc(100% - 20px);
    max-width: 480px;
    top: 30px;
    right: auto;
    left: calc(50% + 20px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 500px) {
  .counseling-top::before {
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.counseling-top__contents {
  width: 68.75rem;
  max-width: 1100px;
  padding: 4.5625rem 0 4.5625rem 21.25rem;
  background: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .counseling-top__contents {
    width: calc(100% - 20px);
    max-width: 480px;
    margin-inline: auto;
    padding: 2.6875rem 1.5rem 2.625rem 2.9375rem;
  }
}

.counseling-top__contents::before {
  content: "";
  background: url(../img-new/counseling-top-img.webp) no-repeat center left/cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .counseling-top__contents::before {
    background: url(../img-new/counseling-top-img_sp.webp) no-repeat top left/cover;
    z-index: 0;
  }
}

.counseling-top__heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .counseling-top__heading {
    font-size: 19px;
    text-align: center;
  }
}

.counseling-top__text {
  margin-top: 2.125rem;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .counseling-top__text {
    margin-top: 19px;
    font-size: 14px;
    letter-spacing: 0.03em;
  }
}

.counseling-middle {
  margin-top: 8.6875rem;
}
@media screen and (max-width: 768px) {
  .counseling-middle {
    margin-top: 75px;
    max-width: 500px;
    margin-inline: auto;
  }
}

.counseling-middle__step-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 1.625rem;
     -moz-column-gap: 1.625rem;
          column-gap: 1.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .counseling-middle__step-list {
    grid-template-columns: 1fr;
  }
}

.counseling-middle__step-item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .counseling-middle__step-item {
    grid-row: span 2;
    gap: 0;
  }
}

@media screen and (max-width: 768px) {
  .counseling-middle__step-item:not(:first-child) {
    margin-top: 17px;
  }
}

.counseling-middle__step-item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 14.5rem;
  right: 50%;
  z-index: 0;
  width: 16.875rem;
  height: 1px;
  background-color: #2E2828;
}
@media screen and (max-width: 768px) {
  .counseling-middle__step-item:not(:first-child)::before {
    width: 1px;
    height: calc(100% + 21px);
    top: calc(-100% + 11px);
    right: auto;
    left: 21px;
  }
}

.counseling-middle__step-item:not(:last-child)::after {
  content: "";
  width: 1.6875rem;
  aspect-ratio: 27/51;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  bottom: 6.125rem;
  right: -1.6875rem;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .counseling-middle__step-item:not(:last-child)::after {
    width: 51px;
    aspect-ratio: 51/17;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    bottom: -17px;
    right: auto;
    left: calc(50% + 37px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.counseling-middle__step-item:nth-child(1)::after {
  background: #2E2828;
}

.counseling-middle__step-item:nth-child(2)::after {
  background: #712626;
}

.counseling-middle__step-item:nth-child(3)::after {
  background: #933232;
}

.counseling-middle__step-item:nth-child(1) .counseling-middle__step-label,
.counseling-middle__step-item:nth-child(1) .counseling-middle__step-number {
  color: #2E2828;
}

.counseling-middle__step-item:nth-child(1) .counseling-middle__dot {
  background-color: #2E2828;
}

.counseling-middle__step-item:nth-child(1) .counseling-middle__card .icon {
  background: url(../img-new/counseling-icon01.webp) no-repeat center center/contain;
}

.counseling-middle__step-item:nth-child(1) .counseling-middle__card {
  border: 2px solid #2E2828;
}

.counseling-middle__step-item:nth-child(2) .counseling-middle__step-label,
.counseling-middle__step-item:nth-child(2) .counseling-middle__step-number {
  color: #4F1B1B;
}

.counseling-middle__step-item:nth-child(2) .counseling-middle__dot {
  background-color: #4F1B1B;
}

.counseling-middle__step-item:nth-child(2) .counseling-middle__card .icon {
  background: url(../img-new/counseling-icon02.webp) no-repeat center center/contain;
}

.counseling-middle__step-item:nth-child(2) .counseling-middle__card {
  border: 2px solid #4F1B1B;
}

.counseling-middle__step-item:nth-child(3) .counseling-middle__step-label,
.counseling-middle__step-item:nth-child(3) .counseling-middle__step-number {
  color: #712626;
}

.counseling-middle__step-item:nth-child(3) .counseling-middle__dot {
  background-color: #712626;
}

.counseling-middle__step-item:nth-child(3) .counseling-middle__card .icon {
  background: url(../img-new/counseling-icon03.webp) no-repeat center center/contain;
}

.counseling-middle__step-item:nth-child(3) .counseling-middle__card {
  border: 2px solid #712626;
}

.counseling-middle__step-item:nth-child(4) .counseling-middle__step-label,
.counseling-middle__step-item:nth-child(4) .counseling-middle__step-number {
  color: #933232;
}

.counseling-middle__step-item:nth-child(4) .counseling-middle__dot {
  background-color: #933232;
}

.counseling-middle__step-item:nth-child(4) .counseling-middle__card .icon {
  background: url(../img-new/counseling-icon04.webp) no-repeat center center/contain;
}

.counseling-middle__step-item:nth-child(4) .counseling-middle__card {
  border: 2px solid #933232;
}

.counseling-middle__step-item-head {
  display: contents;
}
@media screen and (max-width: 768px) {
  .counseling-middle__step-item-head {
    display: grid;
    grid-template-columns: 36px 39px 1fr;
  }
}

.counseling-middle__step-label {
  display: block;
  font-family: "EB Garamond", serif;
  font-weight: bold;
  font-size: 1.0625rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .counseling-middle__step-label {
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 36px;
  }
}

.counseling-middle__step-number {
  margin-top: -0.25rem;
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 5.8125rem;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .counseling-middle__step-number {
    margin-top: 18px;
    font-size: 35px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.counseling-middle__step-number .zero {
  letter-spacing: -0.04em;
}

.counseling-middle__step-title {
  margin-top: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .counseling-middle__step-title {
    margin: 11px 0 0 0.375rem;
    font-size: 20px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: left;
  }
}

.counseling-middle__dot {
  margin: 1.6875rem auto 0;
  display: block;
  width: 1.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .counseling-middle__dot {
    width: 11px;
    margin: 21px 0 0 16px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.counseling-middle__card {
  margin-top: 2.125rem;
  height: calc(100% - 2.125rem);
  padding: 1.9375rem 1.625rem;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .counseling-middle__card {
    margin: 7px 0 0 36px;
    padding: 20px 15px 24px;
    height: auto;
    border-radius: 5px;
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 9px;
  }
}

.counseling-middle__card .icon {
  display: block;
  width: 4.6875rem;
  aspect-ratio: 1/1;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .counseling-middle__card .icon {
    width: 50px;
  }
}

.counseling-middle__card-text {
  margin-top: 1.125rem;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .counseling-middle__card-text {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.7;
  }
}

.counseling-bottom {
  margin-top: 5.25rem;
}
@media screen and (max-width: 768px) {
  .counseling-bottom {
    margin-top: 45px;
  }
}

.counseling-bottom__contents {
  padding: 3.3125rem 0;
  background: #fff;
  border: 1px solid #933232;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .counseling-bottom__contents {
    max-width: 500px;
    margin-inline: auto;
    padding: 34px 25px;
    border-radius: 5px;
  }
}

.counseling-bottom__heading {
  font-family: "Noto Serif JP", serif;
  color: #933232;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .counseling-bottom__heading {
    font-size: 19px;
  }
}

.counseling-bottom__text {
  margin-top: 2.25rem;
  font-weight: 500;
  font-size: 1.1875rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .counseling-bottom__text {
    margin-top: 19px;
    font-size: 14px;
    letter-spacing: 0.03em;
  }
}

.plan__block {
  background: #FAFAFA;
  padding: 4.6875rem 0;
}
@media screen and (max-width: 768px) {
  .plan__block {
    padding: 35px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .inner.plan__inner {
    padding: 0;
  }
}

.plan__contents {
  max-width: 82.75rem;
  margin-inline: auto;
  padding: 3rem 0 3.1875rem;
  border-radius: 10px;
  border: 1px solid #2E2828;
}
@media screen and (max-width: 768px) {
  .plan__contents {
    max-width: 500px;
    margin-inline: auto;
    padding: 35px 25px;
  }
}
@media screen and (max-width: 500px) {
  .plan__contents {
    margin-inline: 20px;
  }
}

.plan__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .plan__title {
    font-size: 19px;
  }
}

.plan__text {
  margin-top: 0.5625rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .plan__text {
    margin-top: 9px;
    font-weight: 500;
    font-size: 14px;
  }
}

.plan__list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .plan__list {
    margin-top: 28px;
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

.plan__item {
  padding: 0 0 2.75rem;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .plan__item {
    padding: 0 0 28px;
  }
}

.plan__item--partial {
  background-color: #F1F5F4;
}

.plan__item--full {
  background-color: #F8EBEC;
}

.plan-item__head {
  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;
  gap: 1rem;
  padding: 1.0625rem 0 1.3125rem;
}
@media screen and (max-width: 768px) {
  .plan-item__head {
    gap: 12px;
    padding: 9px 0 9px;
  }
}

.plan__item--partial .plan-item__head {
  background-color: #78AEAD;
}

.plan__item--full .plan-item__head {
  background-color: #933232;
}

.plan-item__title {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-weight: 400;
  font-size: 1.8125rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .plan-item__title {
    font-size: 17px;
    line-height: 1.1;
  }
}

.plan-item__label {
  padding: 0.25rem 1.25rem;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #fff;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .plan-item__label {
    padding: 1px 6px 2px;
    font-size: 12px;
    border: 0.6px solid #fff;
  }
}

.plan-item__check-list {
  margin: 2.3125rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .plan-item__check-list {
    margin: 16px auto 0;
    padding: 16px auto 0;
    gap: 12px;
  }
}

.plan-item__check-item {
  position: relative;
  padding-left: 2.0625rem;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .plan-item__check-item {
    padding-left: 21px;
    font-size: 14px;
    margin: 0 14px 0 11px;
  }
}

.plan__item .plan-item__check-item::before {
  content: "";
  width: 1.25rem;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  top: 0.5lh;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .plan__item .plan-item__check-item::before {
    width: 15px;
  }
}

.plan__item--full .plan-item__check-item::before {
  background: url(../img-new/check-icon-red.webp) no-repeat center center/contain;
}

.plan__item--partial .plan-item__check-item::before {
  background: url(../img-new/check-icon.webp) no-repeat center center/contain;
}

.plan__item--partial .plan-item__check-list {
  width: 26.25rem;
}
@media screen and (max-width: 768px) {
  .plan__item--partial .plan-item__check-list {
    width: 100%;
  }
}

.plan__item--full .plan-item__check-list {
  width: 20.625rem;
}
@media screen and (max-width: 768px) {
  .plan__item--full .plan-item__check-list {
    width: 100%;
  }
}

.plan-item__price {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.625rem auto 0;
  font-family: "EB Garamond", serif;
  font-size: 3.9375rem;
  font-weight: 400;
  line-height: 0.6;
  letter-spacing: -0.04em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .plan-item__price {
    margin: 21px auto 0;
    font-size: 45px;
  }
}

.plan-item__price-yen {
  margin-left: -0.4375rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .plan-item__price-yen {
    margin-left: 2px;
    font-size: 18px;
  }
}

.plan-item__price-tax {
  display: block;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  position: absolute;
  top: -0.3125rem;
  right: -0.3125rem;
}
@media screen and (max-width: 768px) {
  .plan-item__price-tax {
    font-size: 8px;
    top: -2px;
    right: -5px;
  }
}

.plan-size__title {
  width: 40.625rem;
  margin: 5.0625rem auto 0;
  padding: 0.8125rem 0 1.375rem;
  border-top: 1px solid #2E2828;
  border-bottom: 1px solid #2E2828;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.8125rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .plan-size__title {
    width: 100%;
    margin: 35px auto 0;
    padding: 9px 0 12px;
    font-size: 17px;
  }
}

.plan-size__text {
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .plan-size__text {
    margin-top: 25px;
    font-size: 14px;
    letter-spacing: 0.03em;
    text-align: left;
  }
}

.plan-size__text.--first {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .plan-size__text.--first {
    margin-top: 16px;
  }
}

.plan-size__contents {
  margin-top: 4.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5625rem;
}
@media screen and (max-width: 768px) {
  .plan-size__contents {
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 27px;
  }
}

.plan-size__img {
  width: 29rem;
  aspect-ratio: 464/333;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .plan-size__img {
    width: 100%;
  }
}

.plan-size__basis {
  width: 36.25rem;
  background: #E9ECEF;
  padding: 0.8125rem 0 0.75rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .plan-size__basis {
    width: 100%;
    padding: 10px 0 17px;
    font-size: 14px;
  }
}

.plan-size__list {
  margin-top: 4.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6875rem;
}
@media screen and (max-width: 768px) {
  .plan-size__list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 22px auto 0;
    gap: 10px;
  }
}

.plan-size__item {
  height: 3.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.625rem;
}
@media screen and (max-width: 768px) {
  .plan-size__item {
    height: 38px;
    gap: 46px;
  }
}

.plan-size__item.--partial .plan-size-item__cm,
.plan-size__item.--partial .plan-size-item__wig {
  background: #78AEAD;
}

.plan-size__item.--full .plan-size-item__cm,
.plan-size__item.--full .plan-size-item__wig {
  background: #933232;
}

.plan-size-item__cm {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13.75rem;
  padding: 0.5625rem 0 1.1875rem;
  color: #fff;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .plan-size-item__cm {
    width: 96px;
    padding: 6px 0 12px;
    font-size: 14px;
  }
}

.plan-size-item__cm::after {
  content: "";
  width: 1rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: -2.3125rem;
  background: url(../img-new/arrow-forward.webp) no-repeat center center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .plan-size-item__cm::after {
    width: 10.5px;
    right: -28px;
  }
}

.plan-size-item__wig {
  width: 19rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.5625rem 0 1.1875rem;
  border-radius: 50px;
  color: #fff;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .plan-size-item__wig {
    width: 143px;
    padding: 6px 0 12px;
    border-radius: 32px;
    font-size: 14px;
  }
}

.inner {
  width: 100%;
  height: 100%;
  max-width: 73.75rem;
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-inline: 20px;
  }
}

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

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

.btn {
  width: 100%;
  padding: 1rem 1.1875rem;
  display: grid;
  grid-template-columns: 1fr 1.8125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  border: 1px solid #2E2828;
  color: #2E2828;
  font-weight: 500;
  font-size: 1.1875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .btn {
    padding: 13px 20px;
    font-size: 14px;
  }
}

.btn .arrow-right {
  width: 2.5rem;
  aspect-ratio: 1/1;
  background-color: #2E2828;
  mask: url(../img-new/arrow-right.webp) no-repeat center center/cover;
  -webkit-mask: url(../img-new/arrow-right.webp) no-repeat center center/cover;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .btn .arrow-right {
    width: 22px;
  }
}

.section-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 19px;
    gap: 7px;
  }
}

.section-title .eng {
  font-family: "EB Garamond", serif;
  color: #933232;
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-title .eng {
    font-size: 20px;
  }
}

.sub-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sub-title {
    font-size: 19px;
  }
}

.page-top {
  position: fixed;
  bottom: 3rem;
  right: 2.625rem;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (max-width: 768px) {
  .page-top {
    bottom: 25px;
    right: 20px;
  }
}
.page-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.page-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .page-top a {
    gap: 10px;
  }
}

@media (any-hover: hover) {
  .page-top a:hover .pagetop-text {
    color: #933232;
  }
  .page-top a:hover .pagetop-icon {
    border: 1px solid #933232;
  }
  .page-top a:hover .pagetop-icon::before {
    background-color: #933232;
  }
}
.pagetop-text {
  font-family: "Rubik", sans-serif;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1875;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .pagetop-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.1666666667;
  }
}

.pagetop-icon {
  display: block;
  width: 4.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
@media screen and (max-width: 768px) {
  .pagetop-icon {
    width: 53px;
  }
}

.pagetop-icon::before {
  content: "";
  width: 0.5625rem;
  aspect-ratio: 9/16;
  -webkit-mask-image: url(../img-new/arrow.svg);
          mask-image: url(../img-new/arrow.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .pagetop-icon::before {
    width: 7px;
  }
}

.voice-card a {
  display: flex;
  width: 31.3125rem;
  padding: 2.375rem 2.625rem 1.5625rem;
  background: #fff;
  color: #2E2828;
  text-decoration: none;
}
.voice-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 31.3125rem;
  height: 100%;
  padding: 2.375rem 2.625rem 1.5625rem;
  background: #fff;
  color: #2E2828;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .voice-card a {
    width: 100%;
    padding: 25px 25px 32px;
  }
  .voice-card__link {
    width: 100%;
    padding: 25px 25px 32px;
  }
}

.voice-card__img {
  width: 26.0625rem;
  aspect-ratio: 1/1;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .voice-card__img {
    width: 100%;
  }
}
.voice-card__img video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.voice-card__meta img {
  width: 1.4375rem;
  aspect-ratio: 23/22;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .voice-card__meta img {
    width: 22px;
  }
}

.voice-card__meta {
  margin: 1.375rem 0 0 0.1875rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #78AEAD;
  font-weight: 500;
  font-size: 1.1875rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .voice-card__meta {
    margin: 18px 0 0 10px;
    padding-bottom: 11px;
    font-size: 17px;
  }
}

.voice-card__text {
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .voice-card__text {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.8;
  }
}

.voice-card__btn {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: auto;
  padding: 1rem 1.5rem;
  background-color: #fff;
  color: #933232;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  border: 2px solid #933232;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.voice-card__btn:hover {
  background-color: #933232;
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .voice-card__btn {
    margin-top: 15px;
    padding: 12px 20px;
    font-size: 14px;
  }
}

.popup-cta {
  position: fixed;
  right: 1.4375rem;
  bottom: 1.4375rem;
  width: 18.75rem;
  background: url(../img-new/popup-cta-bg.webp) no-repeat top center/cover;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  z-index: 1000;
  display: none;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
}

.popup-cta__inner {
  position: relative;
  padding: 22px 0 0 0;
  text-align: center;
}

.popup-cta__close {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  width: 2rem;
  height: 2rem;
  background-color: #2E2828;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
}

.popup-cta__close-icon {
  position: relative;
  width: 0.75rem;
  height: 0.75rem;
}

.popup-cta__close-icon::before,
.popup-cta__close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.75rem;
  height: 1px;
  background-color: #fff;
}

.popup-cta__close-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.popup-cta__close-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.popup-cta__label {
  display: inline-block;
  padding: 0.25rem 0.625rem 0.375rem;
  background-color: #933232;
  color: #fff;
  border-radius: 70px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

.popup-cta__logo {
  margin: 1.1875rem auto 0;
  width: 10.9375rem;
}

.popup-cta__text {
  margin-top: 1rem;
  padding: 0 1.75rem;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: normal;
  text-align: left;
  position: relative;
  z-index: 1;
}

.popup-cta__button {
  margin-top: 1.375rem;
}

.popup-cta__link {
  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: flex-end;
  gap: 1.0625rem;
  padding: 0.625rem 0.6875rem 0.5625rem 0;
  background-color: #933232;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #fff;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.popup-cta__link::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #dddddd;
  mix-blend-mode: multiply;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  .popup-cta__link:hover::after {
    opacity: 1;
  }
  .popup-cta:has(.popup-cta__link:hover) {
    background: url(../img-new/popup-cta-bg_red.webp) no-repeat top center/cover;
  }
}
.popup-cta__link-icon {
  width: 1.875rem;
  position: relative;
  z-index: 1;
}

.fixed-cta {
  display: none;
}
@media screen and (max-width: 768px) {
  .fixed-cta {
    display: block;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s opacity ease-in;
    transition: 0.3s opacity ease-in;
  }
}

.fixed-cta.is-active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: 0.3s opacity ease-in;
  transition: 0.3s opacity ease-in;
}

.fixed-cta__btn a {
  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: flex-end;
  gap: 23px;
  padding: 21px 16px;
  background-color: #933232;
  color: #fff;
  border-radius: 10px 10px 0 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.fixed-cta__link-icon {
  width: 39px;
}