@charset "UTF-8";
/* リキッドレイアウト対応 */
html {
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
@media (any-hover: hover) {
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements default styles */
a {
  text-decoration: none;
  color: inherit;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  width: 100%;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

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

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

.l-cta-01 {
  background: url(../images/cta-bg-sp.webp) center/cover no-repeat;
  padding-block: 100px;
  padding-block: 6.25rem;
  z-index: 1;
  position: relative;
  margin-top: -48px;
  margin-top: -3rem;
}
@media screen and (min-width: 768px) {
  .l-cta-01 {
    background: url(../images/cta-bg.webp) center/cover no-repeat;
    padding-block: 9.75rem 8.9375rem;
    margin-top: -9.125rem;
  }
}
@media screen and (min-width: 1460px) {
  .l-cta-01 {
    background: url(../images/cta-bg-pc.webp) center/cover no-repeat;
    padding-block: 14.75rem 13.9375rem;
    margin-top: -15.625rem;
  }
}

.l-cta-02 {
  background: url(../images/cta-bg02-sp.webp) center/cover no-repeat;
  padding-block: 100px;
  padding-block: 6.25rem;
  z-index: 1;
  position: relative;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .l-cta-02 {
    background: url(../images/cta-bg02.webp) center/cover no-repeat;
    padding-block: 14.75rem 13.9375rem;
    margin-top: -4.6875rem;
  }
}
@media screen and (min-width: 1460px) {
  .l-cta-02 {
    background: url(../images/cta-bg02-pc.webp) center/cover no-repeat;
    padding-block: 15.125rem 14.3125rem;
  }
}

.l-cta-04 {
  background: url(../images/cta-bg-sp.webp) center/cover no-repeat;
  padding-block: 100px;
  padding-block: 6.25rem;
  z-index: 1;
  position: relative;
  margin-top: -48px;
  margin-top: -3rem;
}
@media screen and (min-width: 768px) {
  .l-cta-04 {
    background: url(../images/cta-bg.webp) center/cover no-repeat;
    padding-block: 9.75rem 8.9375rem;
    margin-top: -8.25rem;
  }
}
@media screen and (min-width: 1460px) {
  .l-cta-04 {
    background: url(../images/cta-bg-pc.webp) top center/160rem no-repeat;
    padding-block: 14.75rem 8.9375rem;
    margin-top: -15.625rem;
  }
}
@media screen and (min-width: 2560px) {
  .l-cta-04 {
    background: url(../images/cta-bg-pc.webp) top center/100% no-repeat;
  }
}

.l-cta__inner {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

.l-cta__text {
  color: #D71942;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}
.l-cta__text.--type02 {
  color: #000;
}
@media screen and (min-width: 768px) {
  .l-cta__text {
    font-size: 1.5rem;
  }
}

.l-cta__title {
  color: #000;
  text-shadow: 0 4px 4px #fff;
  text-shadow: 0 0.25rem 0.25rem #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: normal;
}
.l-cta__title.--type02 {
  color: #C5AB5B;
}
@media screen and (min-width: 768px) {
  .l-cta__title {
    font-size: 2.5rem;
  }
}

.l-cta__body {
  position: relative;
  color: #861D2F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  gap: 0.75rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 33px;
  margin-bottom: 2.0625rem;
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .l-cta__body {
    gap: 1rem;
    margin-top: -0.75rem;
  }
}

.l-cta__image01 {
  position: absolute;
  width: 140px;
  width: 8.75rem;
  top: -92px;
  top: -5.75rem;
  left: 50%;
  translate: -160px 0;
  translate: -10rem 0;
}
@media screen and (min-width: 768px) {
  .l-cta__image01 {
    width: 10.9375rem;
    translate: -31.0625rem 0;
    top: 2.9375rem;
  }
}

.l-cta__body-text {
  color: #861D2F;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-width: 0.375rem;
  -webkit-text-stroke-color: #FFF;
  paint-order: stroke;
  font-family: "Zen Old Mincho", serif;
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 56px;
  line-height: 3.5rem;
  letter-spacing: -4.4px;
  letter-spacing: -0.275rem;
  font-style: italic;
}
.l-cta__body-text.--type02 {
  color: #000;
}
@media screen and (min-width: 768px) {
  .l-cta__body-text {
    font-size: 6rem;
    line-height: 5.625rem;
    letter-spacing: -0.6rem;
  }
}

.l-cta__body-text-01 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0;
  margin-bottom: -20px;
  margin-bottom: -1.25rem;
  margin-left: 35px;
  margin-left: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .l-cta__body-text-01 {
    font-size: 3rem;
  }
}

.l-cta__body-text-02 {
  letter-spacing: -12px;
  letter-spacing: -0.75rem;
}
@media screen and (min-width: 768px) {
  .l-cta__body-text-02 {
    letter-spacing: -1.625rem;
  }
}

.l-cta__body-price {
  text-align: center;
  -webkit-text-stroke-width: 8px;
  -webkit-text-stroke-width: 0.5rem;
  -webkit-text-stroke-color: #FFF;
  paint-order: stroke;
  font-family: "Open Sans", sans-serif;
  font-size: 110px;
  font-size: 6.875rem;
  font-weight: 700;
  line-height: 85.304px;
  line-height: 5.3315rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .l-cta__body-price {
    font-size: 9.375rem;
    letter-spacing: -0.0761875rem;
  }
}
.l-cta__body-price span {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  line-height: normal;
  margin-left: -10px;
  margin-left: -0.625rem;
}

.l-cta__image02 {
  position: absolute;
  width: 152px;
  width: 9.5rem;
  top: -96px;
  top: -6rem;
  right: 50%;
  translate: 175px 0;
  translate: 10.9375rem 0;
}
@media screen and (min-width: 768px) {
  .l-cta__image02 {
    width: 12.8125rem;
    top: 2rem;
    translate: clamp(32.5rem, 27.2426470588rem + 7.6470588235vw, 34.125rem) 0;
  }
}

.l-cta__button {
  border-radius: 6.25rem;
  background-color: #C5AB5B;
  color: #fff;
  width: 335px;
  width: 20.9375rem;
  position: relative;
  -webkit-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
}
@media screen and (min-width: 768px) {
  .l-cta__button {
    width: 37.5rem;
  }
}
@media (any-hover: hover) {
  .l-cta__button:hover {
    opacity: 1;
    background-color: #861D2F;
  }
  .l-cta__button:hover .l-cta__button-circle::before {
    left: 150%;
  }
  .l-cta__button:hover .l-cta__button-circle::after {
    left: 50%;
  }
}
.l-cta__button.--type02 {
  background-color: #861D2F;
}
.l-cta__button.--type02 .l-cta__button-circle::before {
  background: url(../images/cta-arrow02.webp) center/contain no-repeat;
}
.l-cta__button.--type02 .l-cta__button-circle::after {
  background: url(../images/cta-arrow01.webp) center/contain no-repeat;
}
@media (any-hover: hover) {
  .l-cta__button.--type02:hover {
    opacity: 1;
    background-color: #C5AB5B;
  }
  .l-cta__button.--type02:hover::after {
    background: url(../images/cta-icon01.webp) center/contain no-repeat;
  }
}
.l-cta__button .--small {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .l-cta__button .--small {
    font-size: 1.5rem;
  }
}

.l-cta__button-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-block: 16px;
  margin-block: 1rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: normal;
  margin-right: 20px;
  margin-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-cta__button-text {
    font-size: 2.5rem;
    margin-block: 2.1875rem;
    margin-right: 0;
  }
}

.l-cta__button-circle {
  position: absolute;
  background-color: #fff;
  top: 50%;
  translate: 0 -50%;
  right: 20px;
  right: 1.25rem;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-cta__button-circle {
    width: 4.25rem;
    height: 4.25rem;
    right: 1.4375rem;
  }
}
.l-cta__button-circle::before, .l-cta__button-circle::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 11px;
  width: 0.6875rem;
  aspect-ratio: 18/29;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
}
@media screen and (min-width: 768px) {
  .l-cta__button-circle::before, .l-cta__button-circle::after {
    width: 1.125rem;
  }
}
.l-cta__button-circle::before {
  left: 50%;
  background: url(../images/cta-arrow01.webp) center/contain no-repeat;
}
.l-cta__button-circle::after {
  left: -50%;
  background: url(../images/cta-arrow02.webp) center/contain no-repeat;
}

@media screen and (min-width: 768px) {
  .l-cta__foot {
    max-width: 65.25rem;
    padding-top: 2rem;
    margin-inline: auto;
  }
}
.l-cta__foot .l-cta__button {
  border-radius: 6.25rem;
  width: 335px;
  width: 20.9375rem;
}
@media screen and (min-width: 768px) {
  .l-cta__foot .l-cta__button {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 28.25rem;
  }
}
.l-cta__foot .l-cta__button .--small {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .l-cta__foot .l-cta__button .--small {
    font-size: 1.125rem;
    margin-bottom: -0.25rem;
  }
}
.l-cta__foot .l-cta__button-text {
  margin-block: 16px;
  margin-block: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 20px;
  margin-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-cta__foot .l-cta__button-text {
    font-size: 2rem;
    margin-block: 1.625rem;
    margin-right: 0;
  }
}
.l-cta__foot .l-cta__button-circle {
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  right: 17px;
  right: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .l-cta__foot .l-cta__button-circle {
    width: 3.1875rem;
    height: 3.1875rem;
  }
}
.l-cta__foot .l-cta__button-circle::before, .l-cta__foot .l-cta__button-circle::after {
  width: 11px;
  width: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .l-cta__foot .l-cta__button-circle::before, .l-cta__foot .l-cta__button-circle::after {
    width: 0.875rem;
  }
}

.l-cta__foot-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-cta__foot-text {
    gap: 1.1875rem;
  }
}
.l-cta__foot-text .--text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 3.125rem;
  background-color: #861D2F;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  padding: 8px 16px 12px;
  padding: 0.5rem 1rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .l-cta__foot-text .--text {
    font-size: 2rem;
    padding: 0.5rem 2.25rem 0.75rem;
  }
}
.l-cta__foot-text::before, .l-cta__foot-text::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #861D2F;
}

.l-cta__foot-container {
  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;
  gap: 23px;
  gap: 1.4375rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .l-cta__foot-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.l-cta__foot-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .l-cta__foot-content {
    margin-top: 0.375rem;
  }
}

.l-cta__foot-label--01 {
  width: 100%;
  border: 1px solid #000;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-cta__foot-label--01 {
    font-size: 0.9375rem;
  }
}

.l-cta__foot-price--01 {
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  margin-top: 2px;
  margin-top: 0.125rem;
}
@media screen and (min-width: 768px) {
  .l-cta__foot-price--01 {
    font-size: 1.8125rem;
  }
}
.l-cta__foot-price--01 .--large {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .l-cta__foot-price--01 .--large {
    font-size: 3.25rem;
  }
}

.l-cta__foot-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 17px;
  width: 1.0625rem;
}

.l-cta__foot-price-wrapper--02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-cta__foot-label--02 {
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-width: 0.25rem;
  -webkit-text-stroke-color: #fff;
  paint-order: stroke;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #861D2F;
  font-family: "Zen Old Mincho", serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
}
@media screen and (min-width: 768px) {
  .l-cta__foot-label--02 {
    -webkit-text-stroke-width: 0.375rem;
    font-size: 2.375rem;
  }
}
.l-cta__foot-label--02.--type02 {
  color: #C5AB5B;
}

.l-cta__foot-price--02 {
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-width: 0.375rem;
  -webkit-text-stroke-color: #fff;
  paint-order: stroke;
  white-space: nowrap;
  color: #861D2F;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  margin: -8px 0 0 2px;
  margin: -0.5rem 0 0 0.125rem;
}
@media screen and (min-width: 768px) {
  .l-cta__foot-price--02 {
    -webkit-text-stroke-width: 0.5rem;
    font-size: 3.4375rem;
    margin-left: 0.375rem;
  }
}
.l-cta__foot-price--02.--type02 {
  color: #C5AB5B;
}
.l-cta__foot-price--02 .--large {
  font-size: 58px;
  font-size: 3.625rem;
}
@media screen and (min-width: 768px) {
  .l-cta__foot-price--02 .--large {
    font-size: 6.0625rem;
  }
}
.l-cta__foot-price--02 .--narrow {
  letter-spacing: -6px;
  letter-spacing: -0.375rem;
}

.l-footer {
  background-color: #861D2F;
  margin-top: -45px;
  margin-top: -2.8125rem;
  position: relative;
  z-index: 2;
}

.l-footer__inner {
  padding-block: 28.5px;
  padding-block: 1.78125rem;
}

.l-footer__copyright {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    font-size: 1rem;
  }
}

.l-header {
  position: absolute;
  top: 4vw;
  left: 3.7333333333vw;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .l-header {
    top: 2.7777777778vw;
    left: 2.7777777778vw;
  }
}

.l-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 147px;
  width: 9.1875rem;
}

.l-inner {
  width: 100%;
  max-width: 560px;
  max-width: 35rem;
  padding-inline: 20px;
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 83.125rem;
    padding-inline: 1.5625rem;
  }
}

.l-section {
  padding-block: 40px;
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding-block: 6.25rem;
  }
}

.c-title {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 3.5rem;
  }
}

.p-access {
  background: url(../images/access-bg.webp) center/cover no-repeat;
  padding-block: 40px 60px;
  padding-block: 2.5rem 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-access {
    padding-block: 6.6875rem 14.25rem;
  }
}

.p-access__box {
  background-color: #fff;
  border-radius: 1.875rem;
  text-align: center;
  padding: 40px 20px;
  padding: 2.5rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-access__box {
    padding: 6.25rem 2.5rem;
  }
}

.p-access__logo {
  width: 200px;
  width: 12.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-access__logo {
    width: 21.375rem;
  }
}

.p-access__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  padding-block: 20px 32px;
  padding-block: 1.25rem 2rem;
}
@media screen and (min-width: 768px) {
  .p-access__title {
    font-size: 2.5rem;
    padding-block: 1.875rem 3.0625rem;
  }
  .p-access__title .u-desktop {
    display: inline;
  }
}

.p-access__list {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-access__list {
    padding-bottom: 5.125rem;
    width: 60rem;
    margin-inline: auto;
  }
}

.p-access__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 13px;
  padding-block: 0.8125rem;
}
.p-access__item.--gray {
  background-color: #F5F5F5;
}
.p-access__item dd, .p-access__item dt {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-access__item dd, .p-access__item dt {
    font-size: 1.25rem;
    line-height: 1;
  }
}
.p-access__item dt {
  width: 100px;
  width: 6.25rem;
  padding-left: 12px;
  padding-left: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-access__item dt {
    width: 7.5rem;
    padding-left: 3.3125rem;
    width: 15.3125rem;
  }
}
.p-access__item dd {
  padding-right: 8px;
  padding-right: 0.5rem;
}
.p-access__item dd a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-access__item dd {
    padding-right: unset;
  }
}

.p-access__map iframe {
  max-width: 100%;
  height: 400px;
  height: 25rem;
}
@media screen and (min-width: 768px) {
  .p-access__map iframe {
    height: 37.5rem;
  }
}

.p-faq__title {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-faq__title {
    font-size: 2.5rem;
  }
}

.p-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-faq__list {
    gap: 2.5rem;
  }
}

.p-faq__item {
  padding: 16px;
  padding: 1rem;
  background-color: #F6F9FB;
  border-radius: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-faq__item {
    padding: 2.5rem;
  }
}

.p-faq__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
  gap: 1.1875rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-faq__item-head {
    margin-bottom: 1.25rem;
  }
}

.p-faq__item-icon {
  color: #C5AB5B;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-faq__item-icon {
    font-size: 1.5rem;
  }
}

.p-faq__item-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-faq__item-title {
    font-size: 1.5rem;
  }
}

.p-faq__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
  gap: 1.1875rem;
}

.p-faq__item-body-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-faq__item-body-text {
    font-size: 1.25rem;
  }
}

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

.p-feature__title--small {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  gap: 0.25rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-feature__title--small {
    font-size: 2rem;
  }
}
.p-feature__title--small::before, .p-feature__title--small::after {
  content: "";
  width: 32px;
  width: 2rem;
  height: 2px;
  background-color: #000;
}
.p-feature__title--small::before {
  rotate: 65deg;
}
.p-feature__title--small::after {
  rotate: -65deg;
}

.p-feature__title--large {
  text-align: center;
  color: #D71942;
  font-family: "Zen Old Mincho", serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.23;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-feature__title--large {
    font-size: 4rem;
  }
}
.p-feature__title--large .--dot {
  position: relative;
}
.p-feature__title--large .--dot::before {
  content: ".";
  position: absolute;
  top: -28px;
  top: -1.75rem;
  left: 50%;
  translate: -50% 0;
  font-size: 85%;
}
@media screen and (min-width: 768px) {
  .p-feature__title--large .--dot::before {
    top: -3.125rem;
  }
}

.p-feature__list {
  display: grid;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-feature__list {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(2.5rem, -3.5661764706rem + 8.8235294118vw, 4.375rem);
    margin-top: 3.625rem;
  }
}

.p-feature__item {
  position: relative;
  width: 100%;
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  gap: 0;
  z-index: 0;
}
.p-feature__item:last-child::before {
  content: "";
  display: none;
}
@media screen and (min-width: 768px) {
  .p-feature__item:last-child::before {
    position: absolute;
    top: -9.75rem;
    left: 5.625rem;
    width: 15rem;
    aspect-ratio: 306/206;
    display: block;
    background: url(../images/feature-image04.webp) center/contain no-repeat;
    z-index: -1;
  }
}
@media screen and (min-width: 1440px) {
  .p-feature__item:last-child::before {
    top: -12.375rem;
    left: 3.8125rem;
    width: 19.125rem;
  }
}

.p-feature__item-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 88px;
  width: 5.5rem;
  aspect-ratio: 118/119;
}
@media screen and (min-width: 768px) {
  .p-feature__item-icon {
    width: 7.375rem;
  }
}

.p-feature__item-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-feature__item-title {
    font-size: 1.5rem;
    margin-top: 2.6875rem;
  }
}
.p-feature__item-title .--red {
  color: #D71942;
}

.p-feature__item-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-feature__item-text {
    font-size: 1.25rem;
    margin-top: 1.375rem;
  }
}

.p-flow--01 {
  background-color: #F6F9FB;
}

.p-flow--02 {
  background-color: #E9EDEE;
}

.p-flow__box {
  border-radius: 1.875rem;
  background-color: #fff;
  padding: 24px 16px;
  padding: 1.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-flow__box {
    padding: 2.5rem;
  }
}

.p-flow__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 4px dotted #D71942;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-size: 2rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-flow__title {
    font-size: clamp(3.375rem, 2.1617647059rem + 1.7647058824vw, 3.75rem);
    padding-inline: 0.9375rem;
  }
}
.p-flow__title .--small {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-flow__title .--small {
    font-size: 2.25rem;
  }
}

.p-flow__list {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-flow__list {
    margin-top: 3.375rem;
  }
}

.p-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-flow__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__item:nth-of-type(1) {
    margin-left: 7.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__item:nth-of-type(2) {
    margin-inline: 5rem 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__item:nth-of-type(3) {
    margin-inline: 2.5rem 5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__item:nth-of-type(4) {
    margin-right: 7.5rem;
  }
}
.p-flow__item + .p-flow__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-flow__item + .p-flow__item {
    margin-top: 1.5625rem;
  }
}

.p-flow__item-step {
  width: 140px;
  width: 8.75rem;
}
@media screen and (min-width: 768px) {
  .p-flow__item-step {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 14.625rem;
  }
}

.p-flow__item-body {
  width: 100%;
}

.p-flow__item-title {
  width: min(800px, 100%);
  width: min(50rem, 100%);
  border-bottom: 2px solid #861D2F;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-flow__item-title {
    font-size: 2rem;
  }
}

.p-flow__item-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-introduction {
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-introduction {
    padding-top: 3.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-introduction__inner {
    max-width: 68.375rem;
  }
}

.p-introduction__text {
  text-align: center;
  color: #861D2F;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -2.56px;
  letter-spacing: -0.16rem;
}
@media screen and (min-width: 768px) {
  .p-introduction__text {
    font-size: 2rem;
  }
}

.p-introduction__title {
  font-weight: 500;
  letter-spacing: -4.48px;
  letter-spacing: -0.28rem;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-introduction__body {
  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;
  gap: 16px;
  gap: 1rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-introduction__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.5rem;
    margin-top: 3.5rem;
  }
}

.p-introduction__body-list-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-introduction__body-list-text {
    font-size: 1.5rem;
  }
}
.p-introduction__body-list-text + .p-introduction__body-list-text {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-introduction__body-list-text + .p-introduction__body-list-text {
    margin-top: 2.5rem;
  }
}
.p-introduction__body-list-text::before {
  content: "";
  width: 40px;
  width: 2.5rem;
  aspect-ratio: 49/39;
  background: url(../images/checkbox-icon.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-introduction__body-list-text::before {
    width: 3.0625rem;
  }
}

.p-introduction__body-image {
  width: 256px;
  width: 16rem;
}

.p-introduction__foot {
  width: 100%;
  border-radius: 0.5rem;
  border: 2px solid #C5AB5B;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .25);
  padding: 18px;
  padding: 1.125rem;
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-introduction__foot {
    padding: 2.375rem;
  }
}

.p-introduction__foot-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3.75rem;
  background-color: #861D2F;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: normal;
  padding: 16px;
  padding: 1rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-introduction__foot-text {
    font-size: 2rem;
    padding-inline: 3rem;
  }
}

.p-introduction__foot-text--large {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -2.6px;
  letter-spacing: -0.1625rem;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-introduction__foot-text--large {
    font-size: 3rem;
    letter-spacing: -0.3rem;
    margin-top: 1.5rem;
  }
}
.p-introduction__foot-text--large .--red {
  color: #D71942;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1.2;
  letter-spacing: -3.8px;
  letter-spacing: -0.2375rem;
}
@media screen and (min-width: 768px) {
  .p-introduction__foot-text--large .--red {
    font-size: 4.5rem;
    line-height: 1.4;
    letter-spacing: -0.45rem;
  }
}

.p-mainvisual {
  background: url(../images/main-visual-bg-sp.webp) center/cover no-repeat;
  position: relative;
  width: 100%;
  aspect-ratio: 375/600;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-mainvisual {
    background-image: url(../images/main-visual-bg-pc.webp);
    aspect-ratio: 1440/1018;
  }
}

.p-mainvisual__inner {
  position: relative;
  height: 100%;
}

.p-mainvisual__title {
  text-align: center;
  color: #000;
  -webkit-text-stroke-width: 10px;
  -webkit-text-stroke-color: #FFF;
  paint-order: stroke;
  font-family: "Zen Old Mincho", serif;
  font-size: 12.8vw;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -0.64vw;
  padding-top: 41.8666666667vw;
  padding-right: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__title {
    font-size: 8.6111111111vw;
    letter-spacing: -0.4305555556vw;
    padding-top: 18.2638888889vw;
    padding-right: 2.3611111111vw;
  }
}

.p-mainvisual__text {
  text-align: center;
  color: #C5AB5B;
  -webkit-text-stroke-width: 8px;
  -webkit-text-stroke-color: #fff;
  paint-order: stroke;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: normal;
  position: relative;
  margin-top: -0.5333333333vw;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__text {
    font-size: 2.5vw;
    margin-top: -1.5277777778vw;
  }
}

.p-mainvisual__image {
  width: 88vw;
  margin-top: 4vw;
  margin-inline: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__image {
    width: 50.2777777778vw;
    margin-top: 2.2222222222vw;
    margin-left: 25.1388888889vw;
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #fff;
  -webkit-transition: translate 1s ease;
  transition: translate 1s ease;
}
.loading.js-loading-end {
  translate: 0 -100%;
}

.loading__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  gap: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (min-width: 768px) {
  .loading__inner {
    -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;
    gap: unset;
  }
}

.loading__text {
  overflow: hidden;
  width: 30px;
  width: 1.875rem;
}
@media screen and (min-width: 768px) {
  .loading__text {
    width: 38.8888888889vw;
  }
}
.loading__text img {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  -webkit-animation: 1s 0.5s ease-in-out forwards insetAnimation;
          animation: 1s 0.5s ease-in-out forwards insetAnimation;
}
@media screen and (min-width: 768px) {
  .loading__text img {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    -webkit-animation-name: slideUp;
            animation-name: slideUp;
    translate: 0 100%;
    padding-block: 0.9722222222vw;
  }
}
.loading__text.--02 {
  width: 30px;
  width: 1.875rem;
}
@media screen and (min-width: 768px) {
  .loading__text.--02 {
    width: 50.5555555556vw;
  }
}
.loading__text.--02 img {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes insetAnimation {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes insetAnimation {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes slideUp {
  0% {
    translate: 0 100%;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes slideUp {
  0% {
    translate: 0 100%;
  }
  100% {
    translate: 0 0;
  }
}

.p-point__head {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  margin-bottom: 170px;
  margin-bottom: 10.625rem;
}
@media screen and (min-width: 768px) {
  .p-point__head {
    margin-bottom: 18.0625rem;
  }
}
.p-point__head::after {
  position: absolute;
  content: "";
  bottom: -135px;
  bottom: -8.4375rem;
  left: 50%;
  translate: -50% 0;
  background: url(../images/point-arrow.webp) center/cover no-repeat;
  width: 291px;
  width: 18.1875rem;
  aspect-ratio: 608/188;
}
@media screen and (min-width: 768px) {
  .p-point__head::after {
    width: 38rem;
    bottom: -14.5rem;
  }
}

.p-point__head-text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-point__head-text {
    font-size: 2rem;
  }
}

.p-point__head-title {
  color: #C5AB5B;
  font-family: "Zen Old Mincho", serif;
  border-bottom: 4px dotted #D71942;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
}

.p-point__head-list {
  display: grid;
  gap: 20px;
  gap: 1.25rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .p-point__head-list {
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(2.5rem, -5.5882352941rem + 11.7647058824vw, 5rem);
  }
}

.p-point__head-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-point__head-item {
    gap: 1rem;
  }
}

.p-point__head-item-image {
  max-width: 215px;
  max-width: 13.4375rem;
  margin-inline: auto;
}

.p-point__head-item-title {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-point__head-item-title {
    font-size: 1.5rem;
  }
}

.p-point__head-item-text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-point__head-item-text {
    font-size: 1.25rem;
  }
}

.p-point__foot {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

.p-point__foot-text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-point__foot-text {
    font-size: 1.875rem;
  }
}

.p-point__foot-title {
  color: #D71942;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 37px;
  margin-bottom: 2.3125rem;
}

.p-point__foot-list {
  display: grid;
  gap: 30px;
  gap: 1.875rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-point__foot-list {
    gap: 4.6875rem 5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-point__foot-item:nth-child(1) .p-point__foot-item-point img {
  width: 90px;
  width: 5.625rem;
  right: 15px;
  right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-point__foot-item:nth-child(1) .p-point__foot-item-point img {
    width: 7.90625rem;
  }
}
.p-point__foot-item:nth-child(2) .p-point__foot-item-point img {
  width: 96px;
  width: 6rem;
  right: 12px;
  right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-point__foot-item:nth-child(2) .p-point__foot-item-point img {
    width: 8.5rem;
  }
}
.p-point__foot-item:nth-child(3) .p-point__foot-item-point img {
  width: 90px;
  width: 5.625rem;
  right: 15px;
  right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-point__foot-item:nth-child(3) .p-point__foot-item-point img {
    width: 7.9375rem;
  }
}
.p-point__foot-item:nth-child(4) .p-point__foot-item-point img {
  width: 94px;
  width: 5.875rem;
  right: 15px;
  right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-point__foot-item:nth-child(4) .p-point__foot-item-point img {
    width: 8.3125rem;
  }
}

.p-point__foot-item-point {
  border-bottom: 1px solid #C5AB5B;
  border-right: 1px solid #C5AB5B;
  text-align: end;
  padding-right: 18px;
  padding-right: 1.125rem;
  margin-block: 16px 20px;
  margin-block: 1rem 1.25rem;
  height: 50px;
  height: 3.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-point__foot-item-point {
    height: 3.9375rem;
    margin-block: 1.5625rem 2.125rem;
  }
}
.p-point__foot-item-point img {
  position: absolute;
  bottom: 0;
}

.p-point__foot-item-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 17px;
  margin-bottom: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-point__foot-item-title {
    font-size: 1.5rem;
  }
}

.p-point__foot-item-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-point__foot-item-text {
    font-size: 1.25rem;
  }
}

.p-price {
  background: url(../images/price-bg.webp) center/cover no-repeat;
}

.p-price__title {
  width: 270px;
  width: 16.875rem;
  border-bottom: 4px dotted #C5AB5B;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-price__title {
    width: 42.5rem;
    padding-bottom: 0.9375rem;
  }
}

.p-price__list {
  display: grid;
  gap: 32px;
  gap: 2rem;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-price__list {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(2.5rem, -5.5882352941rem + 11.7647058824vw, 5rem);
    margin-top: 3.25rem;
  }
}

.p-price__item {
  border-radius: 1.875rem;
  background-color: #fff;
  -webkit-box-shadow: 0.5rem 0.5rem 0 0 #B4B3B3;
          box-shadow: 0.5rem 0.5rem 0 0 #B4B3B3;
  padding-block: 24px;
  padding-block: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-price__item {
    -webkit-box-shadow: 0.625rem 0.625rem 0 0 #B4B3B3;
            box-shadow: 0.625rem 0.625rem 0 0 #B4B3B3;
    padding-block: 2.375rem;
  }
}

.p-price__item-head {
  text-align: center;
}

.p-price__item-title {
  color: #861D2F;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.p-price__item-title--sub {
  text-transform: uppercase;
  color: #861D2F;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-price__item-title--sub {
    font-size: 2rem;
  }
}

.p-price__item-text {
  background-color: #C5AB5B;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  padding-block: 14px 19px;
  padding-block: 0.875rem 1.1875rem;
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-price__item-text {
    font-size: 1.8125rem;
  }
}
.p-price__item-text .--huge {
  font-size: 40px;
  font-size: 2.5rem;
  font-style: italic;
  margin-right: 8px;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-price__item-text .--huge {
    font-size: 3.75rem;
    margin-right: 0.75rem;
  }
}
.p-price__item-text .--large {
  font-size: 30px;
  font-size: 1.875rem;
  margin-inline: 6px;
  margin-inline: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-price__item-text .--large {
    font-size: 2.4375rem;
    margin-inline: 0.625rem;
  }
}
.p-price__item-text .--small {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-price__item-text .--small {
    margin-top: -0.125rem;
  }
}

.p-price__item-foot {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 22px auto 0;
  margin: 1.375rem auto 0;
}

.p-price__item-foot-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
.p-price__item-foot-text + .p-price__item-foot-text {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-price__foot {
  position: relative;
  width: 100%;
  border-radius: 30px;
  border: 10px solid #C5AB5B;
  border: 0.625rem solid #C5AB5B;
  background-color: #fff;
  -webkit-box-shadow: 0.5rem 0.5rem 0 0 #B4B3B3;
          box-shadow: 0.5rem 0.5rem 0 0 #B4B3B3;
  padding: 96px 16px 20px;
  padding: 6rem 1rem 1.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-price__foot {
    -webkit-box-shadow: 0.625rem 0.625rem 0 0 #B4B3B3;
            box-shadow: 0.625rem 0.625rem 0 0 #B4B3B3;
    margin-top: 3.625rem;
    padding: 3.125rem 1.25rem;
  }
}
.p-price__foot::before {
  content: "";
  position: absolute;
  top: 8px;
  top: 0.5rem;
  left: 50%;
  translate: -50% 0;
  width: 140px;
  width: 8.75rem;
  aspect-ratio: 211/132;
  background: url(../images/price-image01.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-price__foot::before {
    top: 2.8125rem;
    left: clamp(0.75rem, -14.2132352941rem + 21.7647058824vw, 5.375rem);
    translate: 0 0;
    width: clamp(11.875rem, 7.6286764706rem + 6.1764705882vw, 13.1875rem);
  }
}

.p-price__foot-text {
  text-align: center;
  color: #861D2F;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}

.p-price__foot-title {
  text-align: center;
  color: #861D2F;
  font-size: 24px;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1.3;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-price__foot-title {
    font-size: 2.5rem;
    line-height: 1;
  }
}
.p-price__foot-title .--large {
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-price__foot-title .--large {
    font-size: 4rem;
  }
}

.p-price__foot-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 72px;
  gap: 4.5rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-price__foot-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    gap: clamp(5rem, 3.3823529412rem + 2.3529411765vw, 5.5rem);
  }
}

.p-price__foot-item {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-price__foot-item:nth-of-type(1) {
  width: min(338px, 100%);
  width: min(21.125rem, 100%);
  min-width: 264px;
  min-width: 16.5rem;
}
.p-price__foot-item:nth-of-type(2) {
  width: min(298px, 100%);
  width: min(18.625rem, 100%);
  min-width: 272px;
  min-width: 17rem;
  padding-inline: 15px;
  padding-inline: 0.9375rem;
}
.p-price__foot-item:nth-of-type(3) {
  width: min(386px, 100%);
  width: min(24.125rem, 100%);
}
.p-price__foot-item + .p-price__foot-item::before {
  content: "";
  position: absolute;
  top: -140px;
  top: -8.75rem;
  left: 50%;
  translate: -50% 0;
  rotate: 90deg;
  width: 60px;
  width: 3.75rem;
  aspect-ratio: 88/331;
  background: url(../images/price-arrow.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-price__foot-item + .p-price__foot-item::before {
    top: 1.6875rem;
    left: 0;
    translate: -100% 0;
    rotate: 0deg;
    width: clamp(5rem, 3.3823529412rem + 2.3529411765vw, 5.5rem);
  }
}

.p-price__foot-item-image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-price__foot-item-image {
    height: clamp(16.25rem, 9.5772058824rem + 9.7058823529vw, 18.3125rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-price__foot-item-title {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-price__foot-item-title {
    font-size: 1.25rem;
    margin-top: 2.3125rem;
  }
}

.p-style {
  background: url(../images/style-bg.webp) center/cover no-repeat;
}

.p-style__text {
  color: #C5AB5B;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-style__text {
    font-size: 2rem;
  }
}

.p-style__title {
  margin-bottom: 34px;
  margin-bottom: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-style__title {
    margin-bottom: 4.25rem;
  }
}

.p-style__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
  gap: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-style__list {
    gap: 4.5rem;
  }
}

.p-style__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-style__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-style__item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-style__item-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: min(520px, 100%);
  width: min(32.5rem, 100%);
}

.p-style__item-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.p-style__item-number {
  width: 48px;
  width: 3rem;
}
@media screen and (min-width: 768px) {
  .p-style__item-number {
    width: 5rem;
  }
}
.p-style__item-number.--type02 {
  width: 66px;
  width: 4.125rem;
  margin-right: 26px;
  margin-right: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-style__item-number.--type02 {
    width: 6.875rem;
    margin-right: 2.6875rem;
  }
}

.p-style__item-title {
  color: #861D2F;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-style__item-title {
    font-size: 2.25rem;
  }
}
.p-style__item-title .--large {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: -4.8px;
  letter-spacing: -0.3rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-style__item-title .--large {
    font-size: 3rem;
  }
}

.p-style__item-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-style__item-text {
    font-size: 1.25rem;
  }
}

.p-support {
  background: url(../images/support-bg.webp) center/cover no-repeat;
}

.p-support__text {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-support__text {
    font-size: 2rem;
  }
}

.p-support__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 4px dotted #D71942;
  color: #C5AB5B;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  margin: 8px auto 0;
  margin: 0.5rem auto 0;
}

.p-support__body {
  position: relative;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-support__body {
    margin-top: 7.375rem;
  }
}

.p-support__list {
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-support__list {
    margin-left: 2.5rem;
  }
}

.p-support__item + .p-support__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-support__item + .p-support__item {
    margin-top: 2.3125rem;
  }
}

.p-support__item-title {
  position: relative;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .p-support__item-title {
    font-size: 2rem;
  }
}
.p-support__item-title::before {
  content: "";
  position: absolute;
  top: -10px;
  top: -0.625rem;
  left: -22px;
  left: -1.375rem;
  width: 22px;
  width: 1.375rem;
  aspect-ratio: 32/28;
  background: url(../images/support-icon.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-support__item-title::before {
    top: -0.875rem;
    left: -2rem;
    width: 2rem;
  }
}

.p-support__item-text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.67;
  margin-top: 2px;
  margin-top: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-support__item-text {
    font-size: 1.5rem;
  }
}

.p-support__item-text--red {
  color: #CD1131;
  font-size: 28px;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.46;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-support__item-text--red {
    font-size: 3rem;
    margin-top: 2.4375rem;
  }
}

.p-support__image {
  width: 100%;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-support__image {
    position: absolute;
    top: -6.375rem;
    right: -0.5625rem;
    width: clamp(31.25rem, -4.1360294118rem + 51.4705882353vw, 42.1875rem);
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-trainer__inner {
    max-width: 80.625rem;
  }
}

.p-trainer__text {
  text-align: center;
  color: #C5AB5B;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-trainer__text {
    font-size: 2rem;
  }
}

.p-trainer__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 4px dotted #D71942;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  margin: 8px auto 0;
  margin: 0.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-trainer__title {
    font-size: clamp(3.25rem, 2.4411764706rem + 1.1764705882vw, 3.5rem);
  }
}

.p-trainer__body {
  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;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-trainer__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}

.p-trainer__body-image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-trainer__body-image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: clamp(37.5rem, 10rem + 40vw, 46rem);
  }
}

.p-trainer__body-text {
  position: relative;
  text-align: center;
  color: #CD1131;
  font-size: 28px;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.46;
}
@media screen and (min-width: 768px) {
  .p-trainer__body-text {
    font-size: clamp(2.75rem, 1.9411764706rem + 1.1764705882vw, 3rem);
  }
}
.p-trainer__body-text::before, .p-trainer__body-text::after {
  content: "";
  position: absolute;
  top: 0;
}
.p-trainer__body-text::before {
  left: 0px;
  left: 0rem;
  width: 20px;
  width: 1.25rem;
  aspect-ratio: 26/53;
  background: url(../images/trainer-icon01.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-trainer__body-text::before {
    width: 1.625rem;
  }
}
.p-trainer__body-text::after {
  right: 0px;
  right: 0rem;
  width: 21px;
  width: 1.3125rem;
  aspect-ratio: 29/55;
  background: url(../images/trainer-icon02.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-trainer__body-text::after {
    width: 1.8125rem;
  }
}

.p-trainer__foot {
  width: 100%;
  border-radius: 1.875rem;
  background-color: #FBF7F9;
  padding: 20px 16px;
  padding: 1.25rem 1rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-trainer__foot {
    padding: 2.5rem 1.25rem;
    margin-top: 0;
  }
}

.p-trainer__foot-text {
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 36px;
  line-height: 2.25rem;
  padding-left: 40px;
  padding-left: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-trainer__foot-text {
    font-size: 1.5rem;
    line-height: 5rem;
    padding-left: 3.875rem;
  }
}
.p-trainer__foot-text + .p-trainer__foot-text {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-trainer__foot-text + .p-trainer__foot-text {
    margin-top: 0;
  }
}
.p-trainer__foot-text::before {
  content: "";
  position: absolute;
  top: -2px;
  top: -0.125rem;
  left: 0;
  width: 38px;
  width: 2.375rem;
  aspect-ratio: 1/1;
  background: url(../images/trainer-icon03.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-trainer__foot-text::before {
    top: 0.5rem;
    width: 3.75rem;
  }
}
.p-trainer__foot-text .--large {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-trainer__foot-text .--large {
    font-size: 2.25rem;
  }
}

.p-voice {
  background: url(../images/voice-bg.webp) center/cover no-repeat;
}

.p-voice__box {
  border-radius: 1.875rem;
  background-color: #fff;
  padding: 24px 16px;
  padding: 1.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-voice__box {
    padding: 3.75rem 2.5rem;
  }
}

.p-voice__text {
  text-align: center;
  color: #D71942;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-voice__text {
    font-size: 1.5rem;
  }
}

.p-voice__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 4px dotted #861D2F;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  margin: 8px auto 0;
  margin: 0.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-voice__title {
    font-size: 3.75rem;
  }
}

.p-voice__list {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-voice__list {
    margin-top: 3.75rem;
  }
}

.p-voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-voice__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(2.5rem, -5.5882352941rem + 11.7647058824vw, 5rem);
  }
}
@media screen and (min-width: 768px) {
  .p-voice__item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p-voice__item:nth-of-type(odd) .p-voice__item-number {
    text-align: right;
    padding-inline: 0 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-voice__item:nth-of-type(odd) .p-voice__item-number::before {
    left: unset;
    right: 0;
    background: url(../images/voice-border01.webp) center/contain no-repeat;
  }
}
.p-voice__item + .p-voice__item {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-voice__item + .p-voice__item {
    margin-top: 3.5rem;
  }
}

.p-voice__item-image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-voice__item-image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    width: clamp(30rem, 22.9227941176rem + 10.2941176471vw, 32.1875rem);
    z-index: 1;
  }
}

.p-voice__item-number {
  position: relative;
  text-transform: uppercase;
  color: #861D2F;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  padding-left: 32px;
  padding-left: 2rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-voice__item-number {
    font-size: 1.5rem;
    padding-left: 3rem;
  }
}
.p-voice__item-number .--large {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  margin-left: 8px;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-voice__item-number .--large {
    font-size: 2.25rem;
  }
}
.p-voice__item-number::before {
  content: "";
  position: absolute;
  bottom: -12px;
  bottom: -0.75rem;
  left: 0;
  width: 100%;
  height: 48px;
  height: 3rem;
  background: url(../images/voice-border02.webp) center left/499px 48px no-repeat;
  background: url(../images/voice-border02.webp) center left/31.1875rem 3rem no-repeat;
}
@media screen and (min-width: 768px) {
  .p-voice__item-number::before {
    bottom: -1.125rem;
    width: 42.875rem;
    height: 4.125rem;
    background: url(../images/voice-border02.webp) center/42.875rem 4.125rem no-repeat;
    z-index: -1;
  }
}

.p-voice__item-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-voice__item-title {
    font-size: 1.5rem;
    margin-top: 3.125rem;
  }
}

.p-voice__item-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-voice__item-text {
    font-size: 1.25rem;
  }
}

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

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

@media screen and (min-width: 1440px) {
  .u-hidden-xl {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
