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

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

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

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

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

@media screen and (max-width: 1199px) and (min-width: 751px) {
  html {
    font-size: calc(16 / 1200 * 100vw);
  }
}
@media screen and (max-width: 749px) {
  html {
    font-size: calc(16 / 750 * 100vw);
  }
}

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

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

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

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

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

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
strong {
  all: unset;
}

.p-mv__img {
  max-width: 100%;
  aspect-ratio: 2000/650;
}
.p-mv__img img {
  object-fit: cover;
}

.l-main {
  padding-block-start: 6.25rem;
  overflow: hidden;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: inherit;
  padding: 0 3.125rem;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .l-inner {
    width: 100%;
    max-width: 720px;
    padding: 0 1.25rem;
  }
}

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

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

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.25rem;
  background: #E7F9DF;
}

.p-header__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 51.4375rem;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .p-header__deco {
    width: 17.6875rem;
  }
}

.p-header__inner {
  display: grid;
  align-items: center;
  width: min(73.75rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
  grid-template-columns: 1fr 1fr;
  padding-block: 1.0625rem;
}
@media screen and (max-width: 750px) {
  .p-header__inner {
    width: 100%;
    padding-inline: 1.25rem 1.25rem;
    padding-block: 0;
    justify-content: center;
    padding-block: 0.75rem 0.625rem;
  }
}

.p-header__logo {
  display: flex;
  flex-direction: column;
  padding-left: 1.0625rem;
}
@media screen and (max-width: 750px) {
  .p-header__logo {
    padding-left: 0;
  }
}
.p-header__logo span {
  font-size: max(1.5rem, 19.2px);
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: "Open Sans", serif;
}
@media screen and (max-width: 750px) {
  .p-header__logo span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 750px) {
  .p-header__logo span {
    font-size: max(1.375rem, 17.6px);
    font-weight: 400;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-header__logo span {
    font-size: 1.375rem;
  }
}
.p-header__logo h1 {
  font-size: max(3.125rem, 40px);
  font-weight: 400;
  letter-spacing: 0.08em;
  font-family: "Open Sans", serif;
}
@media screen and (max-width: 750px) {
  .p-header__logo h1 {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 750px) {
  .p-header__logo h1 {
    font-size: max(3.75rem, 48px);
    font-weight: 400;
    letter-spacing: 0.08em;
    margin-top: -0.25rem;
    margin-left: -0.3125rem;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-header__logo h1 {
    font-size: 3.75rem;
  }
}

.p-header__nav {
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 3.75rem;
  padding-right: 2.0625rem;
}
@media screen and (max-width: 750px) {
  .p-header__nav {
    margin-top: 0.1875rem;
    padding-right: 0;
  }
}

.p-header__list {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2rem;
  margin-top: -0.625rem;
}

@media (any-hover: hover) {
  .p-header__item-instagram:hover img {
    opacity: 0.7;
  }
}
.p-header__item-instagram img {
  width: 4rem;
  aspect-ratio: 1;
  transition: all 0.3s ease;
}

.p-header__item-line {
  border-radius: 0.625rem;
  background: linear-gradient(180deg, #00A23A 0%, #00B84B 50%, #00A23A 100%);
  box-shadow: 0.125rem 0.125rem 0.25rem 0px #C5C5C5;
  min-width: 12.1875rem;
  height: 4.375rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 0.9375rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-header__item-line {
    min-width: 12.5rem;
    height: 4.5rem;
    border-radius: 0.642875rem;
    column-gap: 0.926875rem;
    justify-content: flex-start;
    padding-left: 1.625rem;
  }
}
.p-header__item-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  bottom: 0;
  margin: auto 0;
  width: 100px;
  height: 200%;
  background: linear-gradient(to right, #fff, #fff 10%, transparent 10%, transparent 20%, #fff 20%, #fff 90%, transparent 90%, transparent 94%, #fff 94%);
  opacity: 0.3;
  transform: translate(-50%) rotate(45deg);
  transition: left 0.4s ease-in, transform 0.4s ease-in;
}
@media (min-width: 751px) and (any-hover: hover) {
  .p-header__item-line:hover::before {
    left: 150%;
    transform: translate(50%) rotate(45deg);
    transition-timing-function: ease-out, ease-out;
  }
}

.p-header__item-line__text {
  font-size: max(1.6875rem, 21.6px);
  font-weight: 500;
  line-height: 2.3703703704;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .p-header__item-line__text {
    font-size: 1.6875rem;
  }
}
@media screen and (max-width: 750px) {
  .p-header__item-line__text {
    font-size: max(1.75rem, 22.4px);
    font-weight: 500;
    line-height: 2.3510357143px;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-header__item-line__text {
    font-size: 1.75rem;
  }
}

.p-header__item-line__circle {
  width: 1.5rem;
  height: 1.5rem;
  aspect-ratio: 1;
  border-radius: 100vmax;
  background: #ffffff;
  position: relative;
}
.p-header__item-line__circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  translate: -50% -50%;
  width: 0.75rem;
  height: 0.75rem;
  background: url(/assets/img/deco-polygon.svg) no-repeat center/cover;
  z-index: 1;
}

.p-footer {
  background: #BD926D;
  height: 6.25rem;
}

.p-footer__inner {
  height: inherit;
  width: min(75rem, 100%);
  padding-inline: 3.125rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.p-footer__items {
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: inherit;
}
@media screen and (max-width: 750px) {
  .p-footer__items {
    justify-content: space-between;
  }
}

.p-footer__item-left {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  column-gap: 1.875rem;
}
@media screen and (max-width: 750px) {
  .p-footer__item-left {
    column-gap: 1.25rem;
  }
}

.p-footer__text {
  font-family: "Open Sans", serif;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  margin-top: 0.25rem;
}
@media screen and (max-width: 750px) {
  .p-footer__text {
    margin-top: 0.5rem;
  }
}
.p-footer__text span {
  font-size: max(1.2138125rem, 15.5368px);
  font-weight: 400;
  letter-spacing: 0.0499974255em;
  margin-left: 0.1875rem;
}
@media screen and (max-width: 750px) {
  .p-footer__text span {
    font-size: 1.2138125rem;
  }
}
@media screen and (max-width: 750px) {
  .p-footer__text span {
    font-size: max(1.375rem, 17.6px);
    font-weight: 400;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-footer__text span {
    font-size: 1.375rem;
  }
}
.p-footer__text h2 {
  font-size: max(3.075rem, 39.36px);
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .p-footer__text h2 {
    font-size: 3.075rem;
  }
}
@media screen and (max-width: 750px) {
  .p-footer__text h2 {
    font-size: max(3.75rem, 48px);
    font-weight: 400;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-footer__text h2 {
    font-size: 3.75rem;
  }
}

.p-footer__icon {
  width: 3.75rem;
  height: 3.75rem;
}
@media (any-hover: hover) {
  .p-footer__icon:hover img {
    opacity: 0.7;
  }
}
.p-footer__icon img {
  transition: all 0.3s ease;
}
@media screen and (max-width: 750px) {
  .p-footer__icon {
    width: 4rem;
    height: 4rem;
  }
}

.p-footer__item-right {
  margin-left: 17.8125rem;
  font-size: max(1.25rem, 16px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-family: "Open Sans", serif;
}
@media screen and (max-width: 750px) {
  .p-footer__item-right {
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-footer__item-right {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 750px) {
  .p-footer__item-right {
    font-size: max(0.9375rem, 12px);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-footer__item-right {
    font-size: 0.9375rem;
  }
}

.p-mv {
  width: 100%;
  position: relative;
  margin-inline: auto;
  aspect-ratio: 750/604;
}
@media (min-width: 1100px) {
  .p-mv {
    aspect-ratio: 2000/650;
    height: 40.625rem;
  }
}
.p-mv::before {
  content: "";
  position: absolute;
  background-image: url(/assets/img/img-mv-sp.webp);
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
}
@media (min-width: 1100px) {
  .p-mv::before {
    background-image: url(/assets/img/img-mv-bg.webp);
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
  }
}

.p-mv__body {
  display: none;
}
@media (min-width: 1100px) {
  .p-mv__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: calc(50% + 55px);
    padding-top: 5.125rem;
  }
}

.p-mv__ttls {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-mv__ttl-1 {
  font-size: max(1.5rem, 19.2px);
  font-weight: 400;
  line-height: 2.6666666667;
  letter-spacing: 0.03em;
  font-family: "Open Sans", serif;
}
@media screen and (max-width: 750px) {
  .p-mv__ttl-1 {
    font-size: 1.5rem;
  }
}

.mv-ttl-en {
  font-size: max(2.5625rem, 32.8px);
  font-weight: 400;
  line-height: 1.5609756098;
  letter-spacing: 0.05em;
  font-family: "Open Sans", serif;
}
@media screen and (max-width: 750px) {
  .mv-ttl-en {
    font-size: 2.5625rem;
  }
}

.mv-ttl-jp {
  font-size: max(1.75rem, 22.4px);
  font-weight: 400;
  line-height: 2.2857142857;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 750px) {
  .mv-ttl-jp {
    font-size: 1.75rem;
  }
}

.p-mv__ttl-2 {
  font-size: max(1.75rem, 22.4px);
  font-weight: 400;
  line-height: 2.2857142857;
  letter-spacing: 0.05em;
  margin-top: -0.8125rem;
}
@media screen and (max-width: 750px) {
  .p-mv__ttl-2 {
    font-size: 1.75rem;
  }
}

.mv-ttl-lg {
  font-size: max(2.125rem, 27.2px);
  font-weight: 700;
  line-height: 1.8823529412;
  letter-spacing: 0.08em;
  color: #018C38;
}
@media screen and (max-width: 750px) {
  .mv-ttl-lg {
    font-size: 2.125rem;
  }
}

.mv-ttl-2-lg {
  font-size: max(1.75rem, 22.4px);
  font-weight: 400;
  line-height: 2.2857142857;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .mv-ttl-2-lg {
    font-size: 1.75rem;
  }
}

.p-mv__ttl-3 {
  font-size: max(1.75rem, 22.4px);
  font-weight: 400;
  line-height: 2.2857142857;
  letter-spacing: 0.05em;
  margin-top: -0.625rem;
}
@media screen and (max-width: 750px) {
  .p-mv__ttl-3 {
    font-size: 1.75rem;
  }
}

.p-mv__img {
  width: 12.9375rem;
  height: 2.1886875rem;
  margin-top: 2.5rem;
}

.p-mv__contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3.4375rem;
}

.p-mv__text {
  font-size: max(1.3125rem, 16.8px);
  font-weight: 400;
  line-height: 3.0476190476;
  letter-spacing: 0.08em;
  margin-top: -1.125rem;
}
@media screen and (max-width: 750px) {
  .p-mv__text {
    font-size: 1.3125rem;
  }
}

.mv-text-en {
  font-size: max(1.75rem, 22.4px);
  font-weight: 400;
  line-height: 2.2857142857;
  letter-spacing: 0.05em;
  font-family: "Open Sans", serif;
}
@media screen and (max-width: 750px) {
  .mv-text-en {
    font-size: 1.75rem;
  }
}

.p-mv__bottom {
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/img-mv-bottom-sp.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1100px) {
  .p-mv__bottom {
    display: none;
  }
}

.p-mv__bottom-body {
  padding-block: 4.0625rem 4.1875rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-mv__bottom-ttls {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-mv__bottom-ttl-1 {
  font-size: max(1.875rem, 24px);
  font-weight: 400;
  line-height: 2.1333333333;
  letter-spacing: 0.03em;
  font-family: "Open Sans", serif;
}
@media screen and (max-width: 750px) {
  .p-mv__bottom-ttl-1 {
    font-size: 1.875rem;
  }
}

.bottom-ttl-en {
  font-size: max(3.375rem, 43.2px);
  font-weight: 400;
  line-height: 1.1851851852;
  letter-spacing: 0.05em;
  font-family: "Open Sans", serif;
}
@media screen and (max-width: 750px) {
  .bottom-ttl-en {
    font-size: 3.375rem;
  }
}

.bottom-ttl-jp {
  font-size: max(2.3125rem, 29.6px);
  font-weight: 400;
  line-height: 1.7297297297;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 0.5625rem;
}
@media screen and (max-width: 750px) {
  .bottom-ttl-jp {
    font-size: 2.3125rem;
  }
}

.p-mv__bottom-ttl-2 {
  font-size: max(2.25rem, 28.8px);
  font-weight: 400;
  line-height: 1.7777777778;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 4px;
}
@media screen and (max-width: 750px) {
  .p-mv__bottom-ttl-2 {
    font-size: 2.25rem;
  }
}

.bottom-ttl-lg {
  font-size: max(2.875rem, 36.8px);
  font-weight: 700;
  line-height: 1.3913043478;
  letter-spacing: 0.08em;
  color: #018C38;
  margin-right: 0.25rem;
}
@media screen and (max-width: 750px) {
  .bottom-ttl-lg {
    font-size: 2.875rem;
  }
}

.p-mv__bottom-ttl-3 {
  font-size: max(2.25rem, 28.8px);
  font-weight: 400;
  line-height: 1.7777777778;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 750px) {
  .p-mv__bottom-ttl-3 {
    font-size: 2.25rem;
  }
}

.p-mv__bottom-img {
  width: 16.625rem;
  height: 2.8125rem;
  margin-top: 1.5rem;
}

.p-mv__bottom-contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1.75rem;
}

.p-mv__bottom-text {
  font-size: max(1.6875rem, 21.6px);
  font-weight: 400;
  line-height: 2.3703703704;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: -0.4375rem;
}
@media screen and (max-width: 750px) {
  .p-mv__bottom-text {
    font-size: 1.6875rem;
  }
}
.p-mv__bottom-text:nth-of-type(2) {
  margin-left: 1.375rem;
  margin-top: -0.5rem;
}
.p-mv__bottom-text:nth-of-type(3) {
  margin-top: -0.6875rem;
  margin-left: 1.375rem;
}

.bottom-text-en {
  font-size: max(2.25rem, 28.8px);
  font-weight: 400;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  font-family: "Open Sans", serif;
}
@media screen and (max-width: 750px) {
  .bottom-text-en {
    font-size: 2.25rem;
  }
}

.p-mv__img-pc {
  width: 100%;
  height: auto;
  aspect-ratio: 2000/650;
}

.p-about {
  padding-block: 3.5625rem 4.3125rem;
  background: #ffffff;
}
@media screen and (max-width: 750px) {
  .p-about {
    padding-block: 3.125rem 5.25rem;
  }
}

.p-about__inner {
  display: flex;
  flex-direction: column;
}

.p-about__ttls {
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-about__ttls {
    margin-top: 0.75rem;
    font-size: max(2.4375rem, 31.2px);
    font-weight: 400;
    line-height: 1.7948717949;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-about__ttls {
    font-size: 2.4375rem;
  }
}
.p-about__ttls span:nth-of-type(2) strong::before {
  width: 11.9375rem;
  height: 2.688125rem;
}
@media screen and (max-width: 750px) {
  .p-about__ttls span:nth-of-type(2) strong::before {
    width: 13.442875rem;
    height: 3.0270625rem;
  }
}
.p-about__ttls strong {
  font-size: max(2.125rem, 27.2px);
  font-weight: 500;
  line-height: 2.0588235294;
  letter-spacing: 0.08em;
  color: #018C38;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-about__ttls strong {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 750px) {
  .p-about__ttls strong {
    font-size: max(2.4375rem, 31.2px);
    font-weight: 500;
    line-height: 1.7948717949;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-about__ttls strong {
    font-size: 2.4375rem;
  }
}
.p-about__ttls strong::before {
  content: "";
  position: absolute;
  top: 85%;
  left: 50%;
  translate: -50% -50%;
  width: 9.9375rem;
  height: 2.23775rem;
  background: url(/assets/img/deco-underline.webp) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .p-about__ttls strong::before {
    width: 11.5rem;
    height: 2.5895625rem;
  }
}
.p-about__ttls::before {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: -3.9375rem;
  width: 16.83075rem;
  height: 1.4375rem;
  background: url(/assets/img/deco-kazari03.png) no-repeat center/cover;
}
@media screen and (max-width: 750px) {
  .p-about__ttls::before {
    bottom: -4.875rem;
  }
}

.p-about__ttl {
  display: block;
  font-size: max(2.125rem, 27.2px);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-about__ttl {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 750px) {
  .p-about__ttl {
    font-size: max(2.4375rem, 31.2px);
    font-weight: 400;
    line-height: 1.7948717949;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-about__ttl {
    font-size: 2.4375rem;
  }
}
@media screen and (max-width: 750px) {
  .p-about__ttl:first-of-type {
    padding-left: 0.625rem;
  }
}
.p-about__ttl:nth-of-type(2) {
  margin-top: -16px;
}
@media screen and (max-width: 750px) {
  .p-about__ttl:nth-of-type(2) {
    margin-top: 0.125rem;
    padding-left: 1.3125rem;
    white-space: nowrap;
  }
}

.about__ttl-small {
  font-size: max(1.9375rem, 24.8px);
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .about__ttl-small {
    font-size: 1.9375rem;
  }
}
@media screen and (max-width: 750px) {
  .about__ttl-small {
    font-size: max(2.25rem, 28.8px);
    font-weight: 400;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .about__ttl-small {
    font-size: 2.25rem;
  }
}

.p-about__items {
  margin-block-start: 7.6875rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  column-gap: 3.5625rem;
}
@media screen and (max-width: 750px) {
  .p-about__items {
    flex-direction: column-reverse;
    column-gap: unset;
    align-items: center;
    margin-block-start: 0;
  }
}

.p-about__text {
  display: flex;
  flex-direction: column;
  font-size: max(1.375rem, 17.6px);
  font-weight: 400;
  line-height: 1.8181818182;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: -0.875rem;
}
@media screen and (max-width: 750px) {
  .p-about__text {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 750px) {
  .p-about__text {
    margin-top: 8.1875rem;
    font-size: max(1.75rem, 22.4px);
    font-weight: 400;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-about__text {
    font-size: 1.75rem;
  }
}
.p-about__text span:not(:first-child) {
  padding-block-start: 2.875rem;
}
@media screen and (max-width: 750px) {
  .p-about__text span:not(:first-child) {
    padding-block-start: 2.4375rem;
  }
}
.p-about__text span:nth-of-type(3) {
  white-space: nowrap;
}

.p-about__img {
  width: 30.625rem;
  aspect-ratio: 490/308;
  object-fit: cover;
  height: auto;
}
@media screen and (max-width: 750px) {
  .p-about__img {
    width: 40.875rem;
    margin-inline: auto;
  }
}

.p-nayami {
  padding-top: 2.1875rem;
  padding-bottom: 0;
  height: auto;
  position: relative;
}
.p-nayami::before {
  content: "";
  position: absolute;
  height: 90.1875rem;
  background: url(/assets/img/img-nayami-bg.svg) no-repeat center;
  background-size: 100% 100%;
  top: 0;
  width: 100%;
  display: block;
  left: 0;
}
@media screen and (max-width: 750px) {
  .p-nayami::before {
    background: url(/assets/img/img-nayami-bg-sp.svg) no-repeat center;
    height: 140.1875rem;
    background-size: 100% 100%;
  }
}

.p-nayami__container {
  width: min(62.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
  background: #ffffff;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-nayami__container {
    width: 100%;
  }
}
.p-nayami__container::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  border: 0.0625rem solid #E0D5D2;
}

.p-nayami__ttls {
  font-size: max(2.125rem, 27.2px);
  font-weight: 400;
  line-height: 1.4705882353;
  letter-spacing: 0.08em;
  padding-top: 4.9375rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-nayami__ttls {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 750px) {
  .p-nayami__ttls {
    font-size: max(2.375rem, 30.4px);
    font-weight: 400;
    line-height: 1.6842105263;
    letter-spacing: 0.08em;
    padding-top: 4.4375rem;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-nayami__ttls {
    font-size: 2.375rem;
  }
}
.p-nayami__ttls span {
  font-size: max(3.125rem, 40px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .p-nayami__ttls span {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 750px) {
  .p-nayami__ttls span {
    font-size: max(3.125rem, 40px);
    font-weight: 500;
    line-height: 1.28;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-nayami__ttls span {
    font-size: 3.125rem;
  }
}

.p-nayami__img {
  width: 30.625rem;
  height: auto;
  aspect-ratio: 490/308;
  margin-inline: auto;
  margin-top: 3.5625rem;
}
@media screen and (max-width: 750px) {
  .p-nayami__img {
    width: 31.75rem;
    aspect-ratio: 508/332;
    margin-top: 3.375rem;
  }
}
.p-nayami__img img {
  object-fit: cover;
}

/* ===============================================
# お悩みリスト
=============================================== */
.p-nayami__lists {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  column-gap: 3.75rem;
  margin-top: 3.125rem;
  padding-bottom: 2.6875rem;
}
@media screen and (max-width: 750px) {
  .p-nayami__lists {
    margin-top: 2.1875rem;
    padding-bottom: 2.375rem;
  }
}
@media screen and (max-width: 750px) {
  .p-nayami__lists {
    flex-direction: column;
    align-items: center;
  }
}
.p-nayami__lists ul li {
  font-size: max(1.375rem, 17.6px);
  font-weight: 400;
  line-height: 1.8181818182;
  letter-spacing: 0.05em;
  padding-bottom: 1.1875rem;
  border-block-end: 1px dotted #42361A;
  padding-left: 2.09em;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-nayami__lists ul li {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 750px) {
  .p-nayami__lists ul li {
    font-size: max(1.75rem, 22.4px);
    font-weight: 400;
    line-height: 1.7857142857;
    letter-spacing: 0.05em;
    padding-left: 2em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-nayami__lists ul li {
    font-size: 1.75rem;
  }
}
.p-nayami__lists ul li::before {
  content: "";
  position: absolute;
  top: -0.25rem;
  translate: 0 50%;
  left: 0;
  width: 1.625rem;
  height: 1.625rem;
  background: url(/assets/img/deco-check.png) no-repeat 50%/100%;
}
@media screen and (max-width: 750px) {
  .p-nayami__lists ul li::before {
    top: 0.125rem;
  }
}
.p-nayami__lists ul li:not(:first-of-type) {
  padding-top: 1.125rem;
}
@media screen and (max-width: 750px) {
  .p-nayami__lists ul li:not(:first-of-type) {
    padding-top: 0.8125rem;
  }
}
.p-nayami__lists ul li:not(:first-of-type):before {
  top: 0.875rem;
}
.p-nayami__lists ul li:nth-of-type(2) {
  padding-bottom: 1.0625rem;
}
@media screen and (max-width: 750px) {
  .p-nayami__lists ul li:nth-of-type(2) {
    padding-bottom: 0.625rem;
  }
}
.p-nayami__lists ul li br {
  content: "";
  display: block;
  margin-bottom: -0.25rem;
}

@media screen and (max-width: 750px) {
  .p-nayami__lists ul:nth-of-type(2) li:nth-of-type(1) {
    padding-top: 0.8125rem;
  }
  .p-nayami__lists ul:nth-of-type(2) li:nth-of-type(1):before {
    top: 0.875rem;
  }
}

.p-nayami__list li.border-none {
  border-block-end: none;
}

@media (min-width: 751px) {
  .p-nayami__list li.border-none-pc {
    border-block-end: none;
  }
}

.p-nayami__list {
  width: 23rem;
}
@media screen and (max-width: 750px) {
  .p-nayami__list {
    width: 29.0625rem;
  }
}

/* ===============================================
# ボトム
=============================================== */
.p-nayami__bottom {
  z-index: 1;
  margin-top: 3.375rem;
  padding-bottom: 0;
  width: 66.75rem;
  padding-left: 3.1875rem;
}
@media screen and (max-width: 750px) {
  .p-nayami__bottom {
    width: 41.6875rem;
    padding-left: 2.1875rem;
    margin-top: 3.9375rem;
  }
}

.p-nouhirou {
  padding-top: 10.375rem;
  padding-bottom: 6.25rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-nouhirou {
    padding-top: 9.9375rem;
    padding-bottom: 9.6875rem;
  }
}

.p-nouhirou__deco-lace-1 {
  position: absolute;
  bottom: 9.6875rem;
  right: 57%;
  width: 31.563rem;
  height: 31.5rem;
}
@media screen and (max-width: 750px) {
  .p-nouhirou__deco-lace-1 {
    bottom: 15.1875rem;
    right: 45%;
  }
}

.p-nouhirou__deco-lace-2 {
  position: absolute;
  bottom: -12.875rem;
  left: 57%;
  right: unset;
  width: 32rem;
  height: 31.936125rem;
}
@media screen and (max-width: 750px) {
  .p-nouhirou__deco-lace-2 {
    width: 36.385125rem;
    height: 36.3125rem;
    bottom: -12.375rem;
    left: 45%;
  }
}

.p-nouhirou__heading {
  display: flex;
  flex-direction: column;
  row-gap: 2.6875rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-nouhirou__heading {
    row-gap: 3.0625rem;
  }
}
.p-nouhirou__heading span {
  font-size: max(1.375rem, 17.6px);
  font-weight: 400;
  line-height: 1.8181818182;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-nouhirou__heading span {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 750px) {
  .p-nouhirou__heading span {
    font-size: max(1.75rem, 22.4px);
    font-weight: 400;
    line-height: 1.7857142857;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-nouhirou__heading span {
    font-size: 1.75rem;
  }
}
.p-nouhirou__heading h2 strong {
  font-size: max(2.125rem, 27.2px);
  font-weight: 500;
  line-height: 1.6470588235;
  letter-spacing: 0.05em;
  display: block;
}
@media screen and (max-width: 750px) {
  .p-nouhirou__heading h2 strong {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 750px) {
  .p-nouhirou__heading h2 strong {
    font-size: max(2.25rem, 28.8px);
    font-weight: 500;
    line-height: 1.6111111111;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-nouhirou__heading h2 strong {
    font-size: 2.25rem;
  }
}

.p-nouhirou__items {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  column-gap: 2.5rem;
  margin-top: 3.625rem;
}
@media screen and (max-width: 750px) {
  .p-nouhirou__items {
    flex-direction: column;
    margin-top: 3.3125rem;
    column-gap: unset;
    row-gap: 4.125rem;
  }
}

.p-nouhirou__contents {
  font-size: max(1.375rem, 17.6px);
  font-weight: 400;
  line-height: 1.8181818182;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-nouhirou__contents {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 750px) {
  .p-nouhirou__contents {
    text-align: center;
    font-size: max(1.75rem, 22.4px);
    font-weight: 400;
    line-height: 1.7857142857;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-nouhirou__contents {
    font-size: 1.75rem;
  }
}

.p-nouhirou__img {
  width: 30.625rem;
}
@media screen and (max-width: 750px) {
  .p-nouhirou__img {
    width: 36.25rem;
  }
}

.p-nouhirou__point {
  font-size: max(2.125rem, 27.2px);
  font-weight: 500;
  line-height: 1.6470588235;
  letter-spacing: 0.05em;
  color: #018C38;
  text-align: center;
  text-indent: 0.2em;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 750px) {
  .p-nouhirou__point {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 750px) {
  .p-nouhirou__point {
    font-size: max(2.25rem, 28.8px);
    font-weight: 500;
    line-height: 1.6111111111;
    letter-spacing: 0.05em;
    margin-top: 3.8125rem;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-nouhirou__point {
    font-size: 2.25rem;
  }
}

.p-nouhirou__table {
  margin-top: 3.5rem;
  width: 58.4375rem;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .p-nouhirou__table {
    width: 42.5rem;
    margin-top: 4rem;
  }
}

.p-nouhirou__table-img {
  width: 40.125rem;
}
@media screen and (max-width: 750px) {
  .p-nouhirou__table-img {
    width: 100%;
    margin-inline: auto;
  }
}

.p-nouhirou__answer {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3.5625rem;
}
@media screen and (max-width: 750px) {
  .p-nouhirou__answer {
    row-gap: 4.1875rem;
  }
}

.answer-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3rem;
  text-align: center;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 750px) {
  .answer-text {
    margin-top: 3.9375rem;
    row-gap: 3.1875rem;
  }
}
.answer-text span {
  font-size: max(1.375rem, 17.6px);
  font-weight: 400;
  line-height: 1.8181818182;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .answer-text span {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 750px) {
  .answer-text span {
    font-size: max(1.75rem, 22.4px);
    font-weight: 400;
    line-height: 1.7857142857;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .answer-text span {
    font-size: 1.75rem;
  }
}
.answer-text p {
  font-size: max(2.125rem, 27.2px);
  font-weight: 400;
  line-height: 1.4705882353;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .answer-text p {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 750px) {
  .answer-text p {
    font-size: max(2.25rem, 28.8px);
    font-weight: 400;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .answer-text p {
    font-size: 2.25rem;
  }
}
.answer-text p strong {
  font-size: max(3.125rem, 40px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #018C38;
}
@media screen and (max-width: 750px) {
  .answer-text p strong {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 750px) {
  .answer-text p strong {
    font-size: max(3.125rem, 40px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .answer-text p strong {
    font-size: 3.125rem;
  }
}

.answer-img {
  width: 30.625rem;
}
@media screen and (max-width: 750px) {
  .answer-img {
    width: 36.25rem;
  }
}

.p-cta {
  background: #E7F9DF;
  padding-block: 3.875rem 4.9375rem;
}
@media screen and (max-width: 750px) {
  .p-cta {
    position: relative;
    background: unset;
    padding-block: 0 5rem;
    margin-top: -4.4375rem;
    z-index: 1;
  }
  .p-cta::before {
    content: "";
    position: absolute;
    background: url(/assets/img/img-cta-bg-sp.svg) no-repeat center/cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 750px) {
  .p-cta__inner {
    padding-top: 3.4375rem;
  }
}

.p-cta__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1rem;
}

.p-cta-heading__ttls {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-cta-heading__ttls {
    flex-direction: column;
    align-items: center;
  }
}
.p-cta-heading__ttls span:first-of-type {
  font-size: max(2.125rem, 27.2px);
  font-weight: 400;
  line-height: 1.8823529412;
  letter-spacing: 0.03em;
  font-family: "Open Sans", serif;
  padding-left: 0.25rem;
}
@media screen and (max-width: 750px) {
  .p-cta-heading__ttls span:first-of-type {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 750px) {
  .p-cta-heading__ttls span:first-of-type {
    padding-left: 0;
  }
}
.p-cta-heading__ttls span:nth-of-type(2) {
  font-size: max(3.4375rem, 44px);
  font-weight: 400;
  line-height: 1.1636363636;
  letter-spacing: 0.05em;
  font-family: "Open Sans", serif;
  padding-left: 0.75rem;
}
@media screen and (max-width: 750px) {
  .p-cta-heading__ttls span:nth-of-type(2) {
    font-size: 3.4375rem;
  }
}
@media screen and (max-width: 750px) {
  .p-cta-heading__ttls span:nth-of-type(2) {
    padding-left: 0;
  }
}
.p-cta-heading__ttls span:nth-of-type(3) {
  font-size: max(2.125rem, 27.2px);
  font-weight: 400;
  line-height: 1.4705882353;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 0.25rem;
}
@media screen and (max-width: 750px) {
  .p-cta-heading__ttls span:nth-of-type(3) {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 750px) {
  .p-cta-heading__ttls span:nth-of-type(3) {
    padding-left: 0;
    margin-left: -0.3125rem;
  }
}
.p-cta-heading__ttls span:nth-of-type(3) strong {
  font-size: max(3.125rem, 40px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .p-cta-heading__ttls span:nth-of-type(3) strong {
    font-size: 3.125rem;
  }
}

.p-cta-heading__ttl-sp {
  font-family: "Noto Sans JP", sans-serif;
}
.p-cta-heading__ttl-sp span:nth-of-type(3) {
  font-size: max(2.125rem, 27.2px);
  font-weight: 400;
  line-height: 1.4705882353;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-cta-heading__ttl-sp span:nth-of-type(3) {
    font-size: 2.125rem;
  }
}
.p-cta-heading__ttl-sp:nth-of-type(2) {
  margin-top: 0.5rem;
}
@media screen and (max-width: 750px) {
  .p-cta-heading__ttl-sp:nth-of-type(2) {
    margin-top: 0;
  }
}
.p-cta-heading__ttl-sp:nth-of-type(2) span {
  font-size: max(2.125rem, 27.2px);
  font-weight: 400;
  line-height: 1.4705882353;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 750px) {
  .p-cta-heading__ttl-sp:nth-of-type(2) span {
    font-size: 2.125rem;
  }
}
.p-cta-heading__ttl-sp:nth-of-type(2) strong {
  font-size: max(3rem, 38.4px);
  font-weight: 400;
  line-height: 1.0416666667;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 750px) {
  .p-cta-heading__ttl-sp:nth-of-type(2) strong {
    font-size: 3rem;
  }
}

.p-cta__heading-img {
  width: 8.75rem;
}

.p-cta__items {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: center;
  column-gap: 1.875rem;
  padding-top: 3.125rem;
}
@media screen and (max-width: 750px) {
  .p-cta__items {
    flex-direction: column;
    align-items: center;
    column-gap: unset;
    padding-top: 3.5625rem;
  }
}

.cta-card__menu {
  width: 25.375rem;
  height: 100%;
  aspect-ratio: 406/227;
  box-shadow: 0.125rem 0.125rem 0.625rem 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: relative;
}
.cta-card__menu::before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
  border: 0.0625rem solid #42361A;
}
@media screen and (max-width: 750px) {
  .cta-card__menu::before {
    top: 0.5rem;
  }
}
@media screen and (max-width: 750px) {
  .cta-card__menu {
    width: 31.5625rem;
    aspect-ratio: 505/234;
  }
}

.deco-leaf-3 {
  position: absolute;
  top: -1.875rem;
  left: -1.875rem;
  width: 7.375rem;
  height: 8.01375rem;
}
@media screen and (max-width: 750px) {
  .deco-leaf-3 {
    width: 7.72rem;
    height: 8.3711875rem;
  }
}

.card-menu {
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.card-menu__ttl {
  font-size: max(2.625rem, 33.6px);
  font-weight: 400;
  line-height: 1.1904761905;
  letter-spacing: 0.08em;
  margin-top: 2.25rem;
}
@media screen and (max-width: 750px) {
  .card-menu__ttl {
    font-size: 2.625rem;
  }
}

.card-menu__img {
  width: 17.5431875rem;
  height: 1.2325rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .card-menu__img {
    width: 17.5rem;
    height: 1.25rem;
  }
}

.card-menu__text {
  margin-top: 0.5rem;
}
@media screen and (max-width: 750px) {
  .card-menu__text {
    margin-top: 0.875rem;
  }
}

.menu-text-min {
  font-size: max(2rem, 25.6px);
  font-weight: 400;
  line-height: 1.5625;
}
@media screen and (max-width: 750px) {
  .menu-text-min {
    font-size: 2rem;
  }
}

.menu-text-mark {
  font-size: max(1.75rem, 22.4px);
  font-weight: 100;
  line-height: 1.7857142857;
  letter-spacing: 0.1em;
  padding-left: 10px;
}
@media screen and (max-width: 750px) {
  .menu-text-mark {
    font-size: 1.75rem;
  }
}

.menu-text-price {
  font-size: max(2rem, 25.6px);
  font-weight: 400;
  line-height: 1.5625;
  padding-left: 0.5rem;
}
@media screen and (max-width: 750px) {
  .menu-text-price {
    font-size: 2rem;
  }
}

.text-price-lg {
  font-size: max(2rem, 25.6px);
  font-weight: 400;
  line-height: 1.5625;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 750px) {
  .text-price-lg {
    font-size: 2rem;
  }
}

.p-cta__btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22.75rem;
}
@media screen and (max-width: 750px) {
  .p-cta__btns {
    margin-top: 3.125rem;
    width: 100%;
  }
}

.p-cta__item-line {
  border-radius: 1.0031875rem;
  background: linear-gradient(180deg, #00A23A 0%, #00B84B 50%, #00A23A 100%);
  box-shadow: 3.21px 3.21px 6.421px 0px #C5C5C5;
  min-width: 22.75rem;
  height: 7rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-left: 1.25rem;
  column-gap: 1.75rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-cta__item-line {
    border-radius: 0.625rem;
    background: linear-gradient(180deg, #00A23A 0%, #00B84B 50%, #00A23A 100%);
    box-shadow: 2px 2px 4px 0px #C5C5C5;
    min-width: 31.5625rem;
    height: 10rem;
    column-gap: 2.6875rem;
    padding-left: 2.125rem;
  }
}
.p-cta__item-line.shiny::after {
  content: "";
  position: absolute;
  top: -200%;
  left: -150%;
  width: 4.375rem;
  height: 500%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0) 60%);
  transform: rotate(45deg);
  animation: shine 3s linear infinite;
}
@media screen and (max-width: 750px) {
  .p-cta__item-line {
    border-radius: 0.625rem;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
    min-width: 31.5625rem;
    height: 10rem;
    column-gap: 2.6875rem;
    padding-left: 2.125rem;
  }
}

@keyframes shine {
  0% {
    left: -500%;
  }
  100% {
    left: 150%;
  }
}
.p-cta__item-line__text {
  font-size: max(3rem, 38.4px);
  font-weight: 500;
  line-height: 2.1401666667;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .p-cta__item-line__text {
    font-size: 3rem;
  }
}
@media screen and (max-width: 750px) {
  .p-cta__item-line__text {
    font-size: max(4.25rem, 54.4px);
    font-weight: 500;
    line-height: 0.9411764706;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-cta__item-line__text {
    font-size: 4.25rem;
  }
}

.p-cta__item-line__circle {
  width: 2.375rem;
  height: 2.375rem;
  aspect-ratio: 1;
  border-radius: 100vmax;
  background: #ffffff;
  margin-top: 0.3125rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-cta__item-line__circle {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.p-cta__item-line__circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  translate: -50% -50%;
  width: 0.9375rem;
  height: 1.0625rem;
  background: url(/assets/img/deco-polygon.svg) no-repeat center/cover;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .p-cta__item-line__circle::before {
    width: 1.25rem;
    height: 1.5rem;
  }
}

.p-cta__attention {
  padding-left: 1.5625rem;
  margin-top: 1.6875rem;
}
@media screen and (max-width: 750px) {
  .p-cta__attention {
    margin-top: 2.3125rem;
  }
}
@media screen and (max-width: 750px) {
  .p-cta__attention {
    padding-left: 6.9375rem;
    padding-right: 4.875rem;
  }
}
.p-cta__attention span {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.625;
}
@media screen and (max-width: 750px) {
  .p-cta__attention span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .p-cta__attention span {
    font-size: max(1.625rem, 20.8px);
    font-weight: 400;
    line-height: 1.6923076923;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-cta__attention span {
    font-size: 1.625rem;
  }
}
.p-cta__attention strong {
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.625;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .p-cta__attention strong {
    font-size: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .p-cta__attention strong {
    font-size: max(1.625rem, 20.8px);
    font-weight: 700;
    line-height: 1.6923076923;
    white-space: nowrap;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-cta__attention strong {
    font-size: 1.625rem;
  }
}
.p-cta__attention span:first-of-type {
  position: relative;
}
.p-cta__attention span:first-of-type::before {
  content: "※";
  position: absolute;
  left: -1.5625rem;
  top: 50%;
  translate: 0 -50%;
  width: 1.5625rem;
  height: 1.5625rem;
}
@media screen and (max-width: 750px) {
  .p-cta__attention span:first-of-type::before {
    font-size: max(1.625rem, 20.8px);
    font-weight: 400;
    line-height: 1.9230769231;
    left: -2rem;
    top: 23%;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-cta__attention span:first-of-type::before {
    font-size: 1.625rem;
  }
}

.cta__card__time {
  width: 50rem;
  aspect-ratio: 800/212;
  height: 100%;
  margin-inline: auto;
  margin-top: 3.125rem;
  background: #ffffff;
  position: relative;
}
.cta__card__time::before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
  border: 0.0625rem solid #42361A;
}
@media screen and (max-width: 750px) {
  .cta__card__time {
    width: 31.5625rem;
    aspect-ratio: 505/279;
    margin-top: 2.5rem;
  }
}

.card-time {
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.card-time__ttl {
  font-size: max(2.25rem, 28.8px);
  font-weight: 400;
  line-height: 1.3888888889;
  letter-spacing: 0.05em;
  margin-top: 2.0625rem;
  margin-left: -0.125rem;
}
@media screen and (max-width: 750px) {
  .card-time__ttl {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 750px) {
  .card-time__ttl {
    text-align: center;
  }
}

.card-time__img {
  width: 17.5rem;
  height: 1.2325rem;
  margin-top: 1.125rem;
}
@media screen and (max-width: 750px) {
  .card-time__img {
    margin-top: 1.9375rem;
  }
}

@media screen and (max-width: 750px) {
  .time-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 1.125rem;
    margin-top: 8px;
    margin-bottom: -0.75rem;
    font-size: max(2.125rem, 27.2px);
    font-weight: 400;
    line-height: 1.4705882353;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .time-item {
    font-size: 2.125rem;
  }
}

.card-time__text {
  font-size: max(1.5rem, 19.2px);
  font-weight: 400;
  line-height: 1.5833333333;
  letter-spacing: 0.03em;
  margin-top: 0.75rem;
}
@media screen and (max-width: 750px) {
  .card-time__text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 750px) {
  .card-time__text {
    margin-top: 1.1875rem;
  }
}

.card-time-ls {
  font-size: max(1.5rem, 19.2px);
  font-weight: 400;
  line-height: 1.5833333333;
  letter-spacing: -0.12em;
}
@media screen and (max-width: 750px) {
  .card-time-ls {
    font-size: 1.5rem;
  }
}

.card-time-mark {
  font-size: max(1.5rem, 19.2px);
  font-weight: 100;
  line-height: 1.5833333333;
  letter-spacing: -0.12em;
}
@media screen and (max-width: 750px) {
  .card-time-mark {
    font-size: 1.5rem;
  }
}

.time-item__data-ls {
  font-size: max(2.125rem, 27.2px);
  font-weight: 400;
  line-height: 1.4705882353;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .time-item__data-ls {
    font-size: 2.125rem;
  }
}

/* ===============================================
# cta-2
=============================================== */
.p-cta-2__heading img {
  width: 58.1875rem;
}
@media screen and (max-width: 750px) {
  .p-cta-2__heading img {
    width: 36.5625rem;
  }
}

.cta-2-heading-rg {
  row-gap: 0.8125rem;
}

.p-cta-2-heading__strong {
  letter-spacing: 0.1375rem !important;
  font-size: 2.75rem !important;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 750px) {
  .p-cta-2-heading__ttl-sp {
    margin-top: -0.625rem;
  }
}
.p-cta-2-heading__ttl-sp span:first-of-type {
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(2.5rem, 32px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-cta-2-heading__ttl-sp span:first-of-type {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 750px) {
  .p-cta-2-heading__ttl-sp span:first-of-type {
    font-size: max(2.5rem, 32px);
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-cta-2-heading__ttl-sp span:first-of-type {
    font-size: 2.5rem;
  }
}

.p-cta-2__sub-heading {
  font-size: max(1.375rem, 17.6px);
  font-weight: 400;
  line-height: 1.8181818182;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-cta-2__sub-heading {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 750px) {
  .p-cta-2__sub-heading {
    font-size: max(1.875rem, 24px);
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-left: 1.25rem;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-cta-2__sub-heading {
    font-size: 1.875rem;
  }
}
.p-cta-2__sub-heading:first-of-type {
  margin-top: 3.875rem;
}
@media screen and (max-width: 750px) {
  .p-cta-2__sub-heading:first-of-type {
    margin-top: 7.8125rem;
  }
}
.p-cta-2__sub-heading:last-of-type {
  margin-top: -1rem;
}
@media screen and (max-width: 750px) {
  .p-cta-2__sub-heading:last-of-type {
    margin-top: 2.3125rem;
  }
}

.cta-scrolldown-bar {
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: -3.75rem;
  width: 0.125rem;
  height: 3.125rem;
  background: #BBBBBB;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .cta-scrolldown-bar {
    height: 4.375rem;
    bottom: 6.25rem;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .cta-scrolldown-bar {
    bottom: -6.6875rem;
    left: 52%;
  }
}

.cta-scrolldown-bar-active {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 0.125rem;
  height: 1.5625rem;
  background: #000;
  animation: 3s ease-in-out backwards infinite scrollDown;
}
@media screen and (max-width: 750px) {
  .cta-scrolldown-bar-active {
    height: 2.1875rem;
  }
}

@keyframes scrollDown {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: -3.125rem;
  }
}
.p-cta-2__items {
  padding-top: 3.75rem;
}
@media screen and (max-width: 750px) {
  .p-cta-2__items {
    padding-top: 3.5rem;
  }
}

/* ===============================================
# cta-3
=============================================== */
.p-cta-3 {
  padding-bottom: 4.125rem;
  padding-top: 3.625rem;
}
@media screen and (max-width: 750px) {
  .p-cta-3 {
    padding-bottom: 5.1875rem;
  }
}

@media screen and (max-width: 750px) {
  .p-cta-3__inner {
    padding-top: 0.1875rem;
  }
}

@media screen and (max-width: 750px) {
  .p-cta-3__heading {
    row-gap: 0.5625rem;
  }
}

.p-cta-3-heading__ttls {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-cta-3-heading__ttl-pc:first-of-type span:first-of-type {
  font-family: "Open Sans", serif;
  font-size: max(2.125rem, 27.2px);
  font-weight: 400;
  line-height: 1.8823529412;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 750px) {
  .p-cta-3-heading__ttl-pc:first-of-type span:first-of-type {
    font-size: 2.125rem;
  }
}
.p-cta-3-heading__ttl-pc:first-of-type span:nth-of-type(2) {
  font-family: "Open Sans", serif;
  font-size: max(3.4375rem, 44px);
  font-weight: 400;
  line-height: 1.1636363636;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-cta-3-heading__ttl-pc:first-of-type span:nth-of-type(2) {
    font-size: 3.4375rem;
  }
}
.p-cta-3-heading__ttl-pc:first-of-type span:nth-of-type(3) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(2.125rem, 27.2px);
  font-weight: 400;
  line-height: 1.4705882353;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-cta-3-heading__ttl-pc:first-of-type span:nth-of-type(3) {
    font-size: 2.125rem;
  }
}

.p-cta-3-heading__ttl-pc:nth-of-type(2) {
  margin-top: 0.3125rem;
}
.p-cta-3-heading__ttl-pc:nth-of-type(2) span {
  font-size: max(2.125rem, 27.2px);
  font-weight: 400;
  line-height: 1.4705882353;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 1.8125rem;
}
@media screen and (max-width: 750px) {
  .p-cta-3-heading__ttl-pc:nth-of-type(2) span {
    font-size: 2.125rem;
  }
}
.p-cta-3-heading__ttl-pc:nth-of-type(2) strong {
  font-size: max(2.75rem, 35.2px);
  font-weight: 400;
  line-height: 1.1363636364;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-cta-3-heading__ttl-pc:nth-of-type(2) strong {
    font-size: 2.75rem;
  }
}

.p-cta-3-heading__ttl-sp:first-of-type span:first-of-type {
  font-family: "Open Sans", serif;
  font-size: max(2.125rem, 27.2px);
  font-weight: 400;
  line-height: 1.8823529412;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 750px) {
  .p-cta-3-heading__ttl-sp:first-of-type span:first-of-type {
    font-size: 2.125rem;
  }
}
.p-cta-3-heading__ttl-sp:first-of-type span:nth-of-type(2) {
  font-family: "Open Sans", serif;
  font-size: max(3.4375rem, 44px);
  font-weight: 400;
  line-height: 1.1636363636;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-cta-3-heading__ttl-sp:first-of-type span:nth-of-type(2) {
    font-size: 3.4375rem;
  }
}
@media screen and (max-width: 750px) {
  .p-cta-3-heading__ttl-sp:first-of-type span:nth-of-type(2) {
    padding-left: 0.75rem;
  }
}

.p-cta-3-heading__ttl-sp:nth-of-type(2) {
  margin-top: 0.3125rem;
}
@media screen and (max-width: 750px) {
  .p-cta-3-heading__ttl-sp:nth-of-type(2) {
    margin-top: -0.1875rem;
  }
}
.p-cta-3-heading__ttl-sp:nth-of-type(2) span {
  font-size: max(2.5rem, 32px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 750px) {
  .p-cta-3-heading__ttl-sp:nth-of-type(2) span {
    font-size: 2.5rem;
  }
}

.p-cta-3-heading__ttl-sp:nth-of-type(3) {
  margin-top: 0.625rem;
}
@media screen and (max-width: 750px) {
  .p-cta-3-heading__ttl-sp:nth-of-type(3) {
    margin-top: 0.125rem;
  }
}
.p-cta-3-heading__ttl-sp:nth-of-type(3) span {
  font-size: max(2.5rem, 32px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-cta-3-heading__ttl-sp:nth-of-type(3) span {
    font-size: 2.5rem;
  }
}

.p-cta-3__items {
  padding-top: 2.25rem;
}
@media screen and (max-width: 750px) {
  .p-cta-3__items {
    margin-top: 1.0625rem;
  }
}

.p-cta__card__time-3 {
  margin-top: 2.5rem;
  width: 51.25rem;
}
@media screen and (max-width: 750px) {
  .p-cta__card__time-3 {
    width: 31.625rem;
    height: auto;
    object-fit: cover;
  }
}
.p-cta-3__attention {
  padding-left: 0.6875rem;
}
@media screen and (max-width: 750px) {
  .p-cta-3__attention {
    padding-right: 0;
    padding-left: 8.25rem;
  }
}

.p-neck {
  padding-block: 4.875rem 4.125rem;
  background: url(/assets/img/img-neck-bg.webp) no-repeat center/cover;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  .p-neck {
    background: unset;
    padding-block: 4.875rem 0;
  }
}

/* ===============================================
# Neck Top
=============================================== */
.p-neck-top__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-neck-top__text-1 {
  font-size: max(2.125rem, 27.2px);
  font-weight: 400;
  line-height: 1.1176470588;
  letter-spacing: 0.05em;
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 750px) {
  .p-neck-top__text-1 {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 750px) {
  .p-neck-top__text-1 {
    font-size: max(2.625rem, 33.6px);
    font-weight: 400;
    line-height: 0.9047619048;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-neck-top__text-1 {
    font-size: 2.625rem;
  }
}
.p-neck-top__text-1::before {
  content: "";
  position: absolute;
  right: 1.4375rem;
  bottom: -1.25rem;
  width: 15.875rem;
  height: 3.57475rem;
  background: url(/assets/img/deco-underline-neck.webp) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .p-neck-top__text-1::before {
    background: url(/assets/img/deco-underline-neck-sp.webp) no-repeat center/cover;
    width: 17.9375rem;
    height: 4.0391875rem;
    bottom: -1.75rem;
  }
}
.p-neck-top__text-1 span:first-of-type {
  font-size: max(3.125rem, 40px);
  font-weight: 500;
  line-height: 0.76;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-neck-top__text-1 span:first-of-type {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 750px) {
  .p-neck-top__text-1 span:first-of-type {
    font-size: max(3.75rem, 48px);
    font-weight: 500;
    line-height: 0.6333333333;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-neck-top__text-1 span:first-of-type {
    font-size: 3.75rem;
  }
}
.p-neck-top__text-1 span:nth-of-type(2) {
  font-size: max(2.875rem, 36.8px);
  font-weight: 500;
  line-height: 0.8260869565;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-neck-top__text-1 span:nth-of-type(2) {
    font-size: 2.875rem;
  }
}
@media screen and (max-width: 750px) {
  .p-neck-top__text-1 span:nth-of-type(2) {
    font-size: max(3.75rem, 48px);
    font-weight: 500;
    line-height: 0.6333333333;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-neck-top__text-1 span:nth-of-type(2) {
    font-size: 3.75rem;
  }
}
.p-neck-top__text-1 span:nth-of-type(3) {
  font-size: max(3.125rem, 40px);
  font-weight: 500;
  line-height: 0.76;
  letter-spacing: -0.18em;
}
@media screen and (max-width: 750px) {
  .p-neck-top__text-1 span:nth-of-type(3) {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 750px) {
  .p-neck-top__text-1 span:nth-of-type(3) {
    font-size: max(3.75rem, 48px);
    font-weight: 500;
    line-height: 0.6333333333;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-neck-top__text-1 span:nth-of-type(3) {
    font-size: 3.75rem;
  }
}
.p-neck-top__text-1 span:nth-of-type(4) {
  font-size: max(3.125rem, 40px);
  font-weight: 500;
  line-height: 0.76;
  letter-spacing: -0.18em;
}
@media screen and (max-width: 750px) {
  .p-neck-top__text-1 span:nth-of-type(4) {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 750px) {
  .p-neck-top__text-1 span:nth-of-type(4) {
    font-size: max(3.75rem, 48px);
    font-weight: 500;
    line-height: 0.6333333333;
    letter-spacing: -0.18em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-neck-top__text-1 span:nth-of-type(4) {
    font-size: 3.75rem;
  }
}

.p-neck-top__img {
  width: 30.625rem;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 750px) {
  .p-neck-top__img {
    width: 36.25rem;
    margin-top: 3.0625rem;
  }
}

.p-neck-top__text-2 {
  margin-top: 3.4375rem;
  font-size: max(1.375rem, 17.6px);
  font-weight: 400;
  line-height: 1.8181818182;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-neck-top__text-2 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 750px) {
  .p-neck-top__text-2 {
    font-size: max(1.75rem, 22.4px);
    font-weight: 400;
    line-height: 1.7857142857;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-neck-top__text-2 {
    font-size: 1.75rem;
  }
}

.p-neck-top__text-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 750px) {
  .p-neck-top__text-3 {
    margin-top: 3.4375rem;
  }
}

.text-3__item span:first-of-type {
  font-size: max(1.875rem, 24px);
  font-weight: 400;
  line-height: 2.1333333333;
  letter-spacing: 0.03em;
  font-family: "Open Sans", serif;
}
@media screen and (max-width: 750px) {
  .text-3__item span:first-of-type {
    font-size: 1.875rem;
  }
}
.text-3__item strong {
  font-size: max(3.125rem, 40px);
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: 0.05em;
  font-family: "Open Sans", serif;
  padding-left: 0.625rem;
}
@media screen and (max-width: 750px) {
  .text-3__item strong {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 750px) {
  .text-3__item strong {
    font-size: max(3.375rem, 43.2px);
    font-weight: 400;
    line-height: 1.1851851852;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .text-3__item strong {
    font-size: 3.375rem;
  }
}
.text-3__item span:nth-of-type(2) {
  font-size: max(2.125rem, 27.2px);
  font-weight: 400;
  line-height: 1.4705882353;
  letter-spacing: 0.05em;
  padding-left: 0.4375rem;
}
@media screen and (max-width: 750px) {
  .text-3__item span:nth-of-type(2) {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 750px) {
  .text-3__item span:nth-of-type(2) {
    font-size: max(1.875rem, 24px);
    font-weight: 400;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .text-3__item span:nth-of-type(2) {
    font-size: 1.875rem;
  }
}

.text-3__item:nth-of-type(2) {
  font-size: max(2.125rem, 27.2px);
  font-weight: 500;
  line-height: 1.4705882353;
  letter-spacing: 0.05em;
  color: #018C38;
}
@media screen and (max-width: 750px) {
  .text-3__item:nth-of-type(2) {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 750px) {
  .text-3__item:nth-of-type(2) {
    font-size: max(2.25rem, 28.8px);
    font-weight: 500;
    line-height: 1.6111111111;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: -0.375rem;
    padding-left: 1.25rem;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .text-3__item:nth-of-type(2) {
    font-size: 2.25rem;
  }
}

.p-neck-top__kazari03 {
  margin-top: 3.8125rem;
}
@media screen and (max-width: 750px) {
  .p-neck-top__kazari03 {
    margin-top: 4.0625rem;
    width: 20.625rem;
  }
}

/* ===============================================
# Neck Middle
=============================================== */
.p-neck-middle {
  margin-top: 4.5625rem;
}
@media screen and (max-width: 750px) {
  .p-neck-middle {
    margin-top: 4.625rem;
  }
}

.p-neck-middle__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: 3.4375rem;
  background: #ECDFD4;
  width: min(62.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .p-neck-middle__inner {
    padding-block: 4rem;
    width: 100%;
    padding-inline: 1.125rem;
  }
}

.p-neck-middle__text {
  text-align: center;
  font-size: max(1.375rem, 17.6px);
  font-weight: 400;
  line-height: 1.8181818182;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-neck-middle__text {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 750px) {
  .p-neck-middle__text {
    font-size: max(1.75rem, 22.4px);
    font-weight: 400;
    line-height: 1.7857142857;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-neck-middle__text {
    font-size: 1.75rem;
  }
}
.p-neck-middle__text span {
  position: relative;
}
.p-neck-middle__text span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  background: #42361A;
  bottom: 0.3125rem;
  left: 0;
  right: 0;
}
@media screen and (max-width: 750px) {
  .p-neck-middle__text span::before {
    bottom: 0.5rem;
  }
}
.p-neck-middle__text strong {
  font-size: max(1.375rem, 17.6px);
  font-weight: 700;
  line-height: 1.8181818182;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-neck-middle__text strong {
    font-size: 1.375rem;
  }
}
.p-neck-middle__text strong::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  background: #42361A;
  bottom: 0.125rem;
  left: 0;
  right: 0;
}
@media screen and (max-width: 750px) {
  .p-neck-middle__text strong::before {
    bottom: 0.1875rem;
  }
}
@media screen and (max-width: 750px) {
  .p-neck-middle__text strong {
    font-size: max(1.75rem, 22.4px);
    font-weight: 700;
    line-height: 1.7857142857;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-neck-middle__text strong {
    font-size: 1.75rem;
  }
}

.p-neck-middle__img {
  margin-top: 3.8125rem;
  width: 30.625rem;
}
@media screen and (max-width: 750px) {
  .p-neck-middle__img {
    width: 36.25rem;
    margin-top: 4.125rem;
  }
}

.middle__text-2 {
  margin-top: 3.375rem;
}
@media screen and (max-width: 750px) {
  .middle__text-2 {
    margin-top: 4.125rem;
  }
}

.middle__text-3 {
  margin-top: 2.875rem;
}
.middle__text-3-sp {
  margin-top: 3.0625rem;
}

.middle__text-4 {
  margin-top: 2.875rem;
}
@media screen and (max-width: 750px) {
  .middle__text-4 {
    margin-top: 3.375rem;
  }
}

.middle__text-5 {
  margin-top: 3.5625rem;
}
@media screen and (max-width: 750px) {
  .middle__text-5 {
    margin-top: 4rem;
  }
}

/* ===============================================
# Neck Bottom
=============================================== */
.p-neck-bottom {
  padding-block: 5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .p-neck-bottom {
    padding-block: 5rem 4.125rem;
  }
}

.p-neck-bottom__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-neck-bottom__kazari03 {
  width: 20.625rem;
}

.p-neck-bottom__text {
  font-size: max(1.75rem, 22.4px);
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  margin-top: 1.875rem;
}
@media screen and (max-width: 750px) {
  .p-neck-bottom__text {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 750px) {
  .p-neck-bottom__text {
    text-align: center;
  }
}

.bottom__text-1 {
  font-size: max(2.125rem, 27.2px);
  font-weight: 500;
  line-height: 1.4705882353;
  letter-spacing: 0.05em;
  margin-top: 4.25rem;
  padding-left: 0.6875rem;
}
@media screen and (max-width: 750px) {
  .bottom__text-1 {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 750px) {
  .bottom__text-1 {
    text-align: justify;
    padding-left: 3.4375rem;
  }
}

.bottom-text-1-large-space {
  display: block; /* ブロック要素に変換 */
  height: 0.375rem; /* 高さを指定 */
  content: ""; /* デフォルトの高さに影響を与えるため */
}

.bottom__text-2 {
  font-size: max(2.125rem, 27.2px);
  font-weight: 500;
  line-height: 1.4705882353;
  letter-spacing: 0.05em;
  color: #018C38;
  margin-top: 2.9375rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .bottom__text-2 {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 750px) {
  .bottom__text-2 {
    margin-top: 3.25rem;
    padding-left: 1.5625rem;
    font-size: max(2.125rem, 27.2px);
    font-weight: 500;
    line-height: 1.6470588235;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .bottom__text-2 {
    font-size: 2.125rem;
  }
}

.bottom__text-3 {
  margin-top: 2.875rem;
}
@media screen and (max-width: 750px) {
  .bottom__text-3 {
    margin-top: 3.3125rem;
  }
}

.bottom__text-4 {
  margin-top: 2.625rem;
}

.bottom__text-5 {
  margin-top: 2.3125rem;
}
@media screen and (max-width: 750px) {
  .bottom__text-5 {
    margin-top: 2.875rem;
  }
}

@media screen and (max-width: 750px) {
  .bottom__text-5-large-space {
    display: block; /* ブロック要素に変換 */
    height: 0.625rem; /* 高さを指定 */
    content: ""; /* デフォルトの高さに影響を与えるため */
  }
}

@media screen and (max-width: 750px) {
  .bottom__text-6 {
    padding-left: 1.125rem;
    text-align: center;
    white-space: nowrap;
  }
}

.p-neck-bottom__items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 1.875rem;
  margin-top: 2.625rem;
}
@media screen and (max-width: 750px) {
  .p-neck-bottom__items {
    margin-top: 2.625rem;
  }
}

.p-neck-bottom-item img {
  width: 18.75rem;
}
@media screen and (max-width: 750px) {
  .p-neck-bottom-item img {
    width: 19.8125rem;
  }
}

.p-neck-bottom__img {
  width: 30.625rem;
  margin-top: 3.8125rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-neck-bottom__img {
    width: 36.25rem;
    margin-top: 4.375rem;
    margin-top: 4.1875rem;
  }
}

.bottom-leaf-1 {
  position: absolute;
  bottom: -1.9375rem;
  right: -4.625rem;
  width: 10.3125rem;
  height: 10.375rem;
}
@media screen and (max-width: 750px) {
  .bottom-leaf-1 {
    width: 12.375rem;
    height: 13.625rem;
    bottom: -2.5rem;
    right: -5.3125rem;
  }
}

@media screen and (max-width: 750px) {
  .neck-bg-wrap {
    background: url(/assets/img/img-neck-bg-sp.webp) no-repeat top/cover;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    height: auto;
  }
}

.p-comment {
  padding-block: 3rem 6.625rem;
  background: #F5EEE9;
}

@media screen and (max-width: 750px) {
  .p-comment__inner {
    max-width: 100%;
  }
}

.p-comment__heading {
  position: relative;
  margin-top: 0.8125rem;
}
@media screen and (max-width: 750px) {
  .p-comment__heading {
    margin-top: 1.25rem;
  }
}

.comment__img {
  position: absolute;
  top: 58%;
  left: 50%;
  translate: -50% -50%;
  width: 1080px;
  height: 210px;
}
@media screen and (max-width: 750px) {
  .comment__img {
    top: 54%;
    width: 42.5rem;
    height: 16.875rem;
  }
}

.comment__ttls {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.comment__ttl-1 {
  font-family: "Open Sans", serif;
}

.comment__ttl-1-sm {
  font-size: max(1.6875rem, 21.6px);
  font-weight: 400;
  line-height: 2.3703703704;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 750px) {
  .comment__ttl-1-sm {
    font-size: 1.6875rem;
  }
}

.comment__ttl-1-lg {
  font-size: max(2.875rem, 36.8px);
  font-weight: 400;
  line-height: 1.3913043478;
  letter-spacing: 0.05em;
  padding-left: 10px;
}
@media screen and (max-width: 750px) {
  .comment__ttl-1-lg {
    font-size: 2.875rem;
  }
}

.comment__ttl-2 {
  font-size: max(2.75rem, 35.2px);
  font-weight: 400;
  line-height: 1.4545454545;
}
@media screen and (max-width: 750px) {
  .comment__ttl-2 {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 750px) {
  .comment__ttl-2 {
    text-align: center;
  }
}

.comment__ttl-2-en {
  font-size: max(2.75rem, 35.2px);
  font-weight: 400;
  line-height: 1.4545454545;
  letter-spacing: 0.05em;
  font-family: "Open Sans", serif;
}
@media screen and (max-width: 750px) {
  .comment__ttl-2-en {
    font-size: 2.75rem;
  }
}

.comment__ttl-2-en-ls {
  font-size: max(2.75rem, 35.2px);
  font-weight: 400;
  line-height: 1.4545454545;
  letter-spacing: 0.13em;
  font-family: "Open Sans", serif;
}
@media screen and (max-width: 750px) {
  .comment__ttl-2-en-ls {
    font-size: 2.75rem;
  }
}

.comment__ttl-2-ls {
  font-size: max(2.75rem, 35.2px);
  font-weight: 400;
  line-height: 1.4545454545;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 750px) {
  .comment__ttl-2-ls {
    font-size: 2.75rem;
  }
}

.comment__ttl-2-sm {
  font-size: max(2.5rem, 32px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .comment__ttl-2-sm {
    font-size: 2.5rem;
  }
}

.comment__ttl-2-md {
  font-size: max(2.5rem, 32px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .comment__ttl-2-md {
    font-size: 2.5rem;
  }
}

.p-comment__list {
  margin-top: 11rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .p-comment__list {
    padding-inline: 0.9375rem;
    margin-top: 10.625rem;
  }
}

.p-comment__item {
  position: relative;
}
.p-comment__item:not(:first-child) {
  margin-top: 11.0625rem;
}

.p-comment__item-icon {
  position: absolute;
  left: 50%;
  translate: -50%;
  top: -6.6875rem;
  width: 13.375rem;
}

.p-comment__item {
  width: 62.5rem;
}
@media screen and (max-width: 750px) {
  .p-comment__item {
    width: 42.5rem;
  }
}

.comment-item {
  background: #ffffff;
  padding-inline: 3.125rem;
  padding-block: 8.5625rem 3.125rem;
}
@media screen and (max-width: 750px) {
  .comment-item {
    padding-inline: 2.1875rem;
    padding-block: 8.4375rem 3.3125rem;
  }
}

.comment-item__ttl {
  display: flex;
  flex-direction: row;
  column-gap: 1.875rem;
  align-items: center;
  justify-content: center;
}
.comment-item__ttl span {
  font-size: max(2.125rem, 27.2px);
  font-weight: 400;
  line-height: 1.8823529412;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .comment-item__ttl span {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 750px) {
  .comment-item__ttl span {
    font-size: max(2.25rem, 28.8px);
    font-weight: 400;
    line-height: 1.7777777778;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .comment-item__ttl span {
    font-size: 2.25rem;
  }
}

.ttl-border {
  width: 100%;
  height: 1px;
  background: #42361A;
  margin-bottom: 2.8125rem;
}

.comment-body {
  font-size: max(1.375rem, 17.6px);
  font-weight: 400;
  line-height: 1.8181818182;
  letter-spacing: 0.05em;
  margin-top: -9px;
}
@media screen and (max-width: 750px) {
  .comment-body {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 750px) {
  .comment-body {
    font-size: max(1.75rem, 22.4px);
    font-weight: 400;
    line-height: 1.6071428571;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .comment-body {
    font-size: 1.75rem;
  }
}
.comment-body p:not(:last-of-type) {
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 750px) {
  .comment-body p:not(:last-of-type) {
    padding-bottom: 2.5rem;
  }
}

.dropdown {
  padding-top: 1.875rem;
  transition: height 0.3s ease; /* スムーズにアニメーションする */
  display: none; /* 初期状態で非表示 */
  overflow: hidden; /* コンテンツが見えないように */
}

.triger {
  text-align: center;
}

.btn-more {
  margin-top: 2.4375rem;
  border-radius: 100vmax;
  background: #BD926D;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  color: #ffffff;
  font-size: max(1.875rem, 24px);
  font-weight: 500;
  line-height: 2.1333333333;
  letter-spacing: 0.05em;
  height: 4.375rem;
  padding-left: 3.3125rem;
  text-align: left;
  width: 20rem;
  padding-top: 0.125rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .btn-more {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 750px) {
  .btn-more {
    margin-top: 2.5rem;
  }
}
.btn-more::before {
  content: "";
  position: absolute;
  background: url(/assets/img/deco-comment-toggle.svg) no-repeat center/cover;
  width: 1.375rem;
  height: 0.875rem;
  right: 2.5rem;
  top: 50%;
  translate: 0 -50%;
  transform: rotate(0);
  transition: all 0.3s ease;
}
@media screen and (max-width: 750px) {
  .btn-more::before {
    width: 1.5rem;
    height: 1.125rem;
  }
}

.btn-more.close {
  padding-left: 3.125rem;
}
.btn-more.close::before {
  transform: rotate(180deg);
}

.p-comment__item-open {
  position: relative;
}
.p-comment__item-open:not(:first-child) {
  margin-top: 11.0625rem;
}

.p-comment__item-icon-open {
  position: absolute;
  left: 50%;
  translate: -50%;
  top: -6.6875rem;
  width: 13.375rem;
}

.comment-item-open {
  background: #ffffff;
  padding-inline: 3.125rem;
  padding-block: 8.5625rem 2.5625rem;
  width: 62.5rem;
}
@media screen and (max-width: 750px) {
  .comment-item-open {
    padding-inline: 2.1875rem;
    padding-block: 8.5625rem 3.75rem;
    width: 100%;
  }
}

.comment-item__ttl {
  display: flex;
  flex-direction: row;
  column-gap: 1.875rem;
  align-items: center;
  justify-content: center;
}
.comment-item__ttl span {
  font-size: max(2.125rem, 27.2px);
  font-weight: 400;
  line-height: 1.8823529412;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .comment-item__ttl span {
    font-size: 2.125rem;
  }
}

.dropdown-open {
  padding-top: 1.9375rem;
}

.ttl-border-open {
  width: 100%;
  height: 1px;
  background: #42361A;
  margin-bottom: 2.8125rem;
}

.p-flow {
  padding-block: 5rem 5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-flow {
    padding-block: 84px 4.8125rem;
  }
}

.flow-deco {
  position: absolute;
}

.deco-leaf-4-left {
  top: 0;
  width: 28.3125rem;
  height: 10.757875rem;
  left: calc(50% - 45rem);
}
@media screen and (max-width: 750px) {
  .deco-leaf-4-left {
    width: 19.5625rem;
    height: 7.4375rem;
    left: calc(50% - 29.75rem);
  }
}

.deco-leaf-4-right {
  top: 0;
  width: 28.3125rem;
  height: 10.757875rem;
  right: calc(50% - 45rem);
}
@media screen and (max-width: 750px) {
  .deco-leaf-4-right {
    width: 19.5625rem;
    height: 7.4375rem;
    right: calc(50% - 29.75rem);
  }
}

.p-flow__heading {
  display: flex;
  flex-direction: row;
  column-gap: 0.9375rem;
  align-items: center;
  justify-content: center;
}
.p-flow__heading h2 {
  font-size: max(2.75rem, 35.2px);
  font-weight: 500;
  line-height: 1.4545454545;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .p-flow__heading h2 {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 750px) {
  .p-flow__heading h2 {
    font-size: max(3.375rem, 43.2px);
    font-weight: 500;
    line-height: 1.1851851852;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-flow__heading h2 {
    font-size: 3.375rem;
  }
}
.p-flow__heading h2 span {
  font-size: max(2.375rem, 30.4px);
  font-weight: 500;
  line-height: 1.6842105263;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .p-flow__heading h2 span {
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 750px) {
  .p-flow__heading h2 span {
    font-size: max(3rem, 38.4px);
    font-weight: 500;
    line-height: 1.3333333333;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-flow__heading h2 span {
    font-size: 3rem;
  }
}

.deco-kazari04-left,
.deco-kazari04-right {
  width: 5rem;
  height: 1.75rem;
}
@media screen and (max-width: 750px) {
  .deco-kazari04-left,
  .deco-kazari04-right {
    width: 7.125rem;
    height: 2.5rem;
  }
}

.p-flow-chart {
  margin-top: 3.6875rem;
  width: min(68.75rem, 100%);
  padding-inline: 3.125rem;
  margin-inline: auto;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .p-flow-chart {
    width: 100%;
    padding-inline: 0;
    margin-top: 3.75rem;
  }
}

.p-flow__img {
  width: 36.25rem;
  margin-top: 5rem;
  margin-inline: auto;
}

.flow-chart-top {
  display: flex;
  flex-direction: row;
  column-gap: 4.125rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .flow-chart-top {
    flex-direction: column;
    column-gap: unset;
    align-items: unset;
  }
}

.flow-chart-top__body {
  display: flex;
  flex-direction: column;
  row-gap: 4.5625rem;
}

.chart-top__text {
  width: 31.25rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E7F9DF;
  font-size: max(1.375rem, 17.6px);
  font-weight: 400;
  line-height: 2.9090909091;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .chart-top__text {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 750px) {
  .chart-top__text {
    width: 100%;
    height: auto;
    font-size: max(1.75rem, 22.4px);
    font-weight: 400;
    line-height: 1.7857142857;
    letter-spacing: 0.05em;
    padding-block: 0.5625rem;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .chart-top__text {
    font-size: 1.75rem;
  }
}
.chart-top__text::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3.4375rem;
  translate: -50%;
  width: 3.25rem;
  height: 1.5625rem;
  background: url(/assets/img/deco-flow-icon.svg) no-repeat center/cover;
}
.chart-top__text:nth-of-type(2) {
  font-size: max(1.375rem, 17.6px);
  font-weight: 400;
  line-height: 1.4545454545;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .chart-top__text:nth-of-type(2) {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 750px) {
  .chart-top__text:nth-of-type(2) {
    font-size: max(1.75rem, 22.4px);
    font-weight: 400;
    line-height: 1.5714285714;
    letter-spacing: 0.05em;
    padding-block: 1.25rem 0.9375rem;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .chart-top__text:nth-of-type(2) {
    font-size: 1.75rem;
  }
}

.flow-chart__img {
  width: 19.625rem;
  aspect-ratio: 314/236;
  height: auto;
}
.flow-chart__img img {
  object-fit: cover;
}

.flow-chart-middle {
  background: #E7F9DF;
  margin-top: 4.5625rem;
  position: relative;
}
.flow-chart-middle::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3.4375rem;
  translate: -50%;
  width: 3.25rem;
  height: 1.5625rem;
  background: url(/assets/img/deco-flow-icon.svg) no-repeat center/cover;
}

.chart-middle-deco {
  position: absolute;
  top: 56%;
  left: 51%;
  translate: -50% -50%;
  width: 33.25rem;
  height: 28.19375rem;
}

.flow-chart-middle__inner {
  padding-block: 2.0625rem 6.25rem;
}
@media screen and (max-width: 750px) {
  .flow-chart-middle__inner {
    padding-block: 2.125rem 3.125rem;
  }
}

.chart-middle__ttl {
  font-size: max(1.875rem, 24px);
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .chart-middle__ttl {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 750px) {
  .chart-middle__ttl {
    font-size: max(1.75rem, 22.4px);
    font-weight: 400;
    line-height: 1.7857142857;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .chart-middle__ttl {
    font-size: 1.75rem;
  }
}

.chart-middle__lists {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 6.25rem;
  margin-top: 2.3125rem;
}
@media screen and (max-width: 750px) {
  .chart-middle__lists {
    flex-direction: column;
    column-gap: unset;
    row-gap: 1.25rem;
  }
}

.chart-middle__list {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}

.middle__list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25.625rem;
  height: 2.5rem;
  font-size: max(1.375rem, 17.6px);
  font-weight: 400;
  line-height: 2.2727272727;
  letter-spacing: 0.05em;
  background: #ffffff;
}
@media screen and (max-width: 750px) {
  .middle__list-item {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 750px) {
  .middle__list-item {
    width: 33.75rem;
    height: 3.125rem;
    font-size: max(1.75rem, 22.4px);
    font-weight: 400;
    line-height: 1.7857142857;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .middle__list-item {
    font-size: 1.75rem;
  }
}

.middle__list-right {
  margin-top: 3.75rem;
}
@media screen and (max-width: 750px) {
  .middle__list-right {
    margin-top: 0;
  }
}

.flow-chart-bottom {
  margin-top: 4.875rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .flow-chart-bottom {
    margin-top: 4.5625rem;
  }
}

.chart-bottom__text {
  margin-inline: auto;
  width: 31.25rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E7F9DF;
  font-size: max(1.375rem, 17.6px);
  font-weight: 400;
  line-height: 2.9090909091;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .chart-bottom__text {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 750px) {
  .chart-bottom__text {
    width: 100%;
    height: auto;
    font-size: max(1.75rem, 22.4px);
    font-weight: 400;
    line-height: 1.7857142857;
    letter-spacing: 0.05em;
    padding-block: 0.5625rem;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .chart-bottom__text {
    font-size: 1.75rem;
  }
}

.p-feature {
  padding-block: 7rem 6.25rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-feature {
    padding-block: 7.5625rem 9.75rem;
  }
}
.p-feature::before {
  content: "";
  position: absolute;
  background: url(/assets/img/img-feature-bg.webp) no-repeat center/cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}
@media screen and (max-width: 750px) {
  .p-feature::before {
    background: url(/assets/img/img-feature-bg-sp.png) no-repeat top/cover;
    padding-block: 7.5625rem 6.25rem;
  }
}

.p-feature__inner {
  width: min(68.75rem, 100%);
}

.p-feature__items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 3.3125rem;
}
@media screen and (max-width: 750px) {
  .p-feature__items {
    flex-direction: column-reverse;
  }
}

.p-feature__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 1.125rem;
}
@media screen and (max-width: 750px) {
  .p-feature__item {
    margin-top: 4rem;
    row-gap: 1.6875rem;
  }
}
.p-feature__item span {
  font-size: max(2rem, 25.6px);
  font-weight: 500;
  line-height: 1.5625;
  letter-spacing: 0.05em;
  color: #018C38;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .p-feature__item span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .p-feature__item span {
    font-size: max(3.125rem, 40px);
    font-weight: 500;
    line-height: 1.28;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-feature__item span {
    font-size: 3.125rem;
  }
}
.p-feature__item span:first-of-type {
  padding-right: 2rem;
}
@media screen and (max-width: 750px) {
  .p-feature__item span:first-of-type {
    padding-right: 0;
  }
}
.p-feature__item span:nth-of-type(2) {
  font-size: max(2rem, 25.6px);
  font-weight: 500;
  line-height: 1.5625;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-feature__item span:nth-of-type(2) {
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .p-feature__item span:nth-of-type(2) {
    font-size: max(2.75rem, 35.2px);
    font-weight: 500;
    line-height: 1.4545454545;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-feature__item span:nth-of-type(2) {
    font-size: 2.75rem;
  }
}

.item-points {
  display: flex;
  flex-direction: row;
  column-gap: 1.25rem;
  margin-left: -2.5625rem;
}
@media screen and (max-width: 750px) {
  .item-points {
    column-gap: 2.5rem;
    margin-left: 0;
  }
}
.item-points img {
  width: 12.5rem;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 750px) {
  .item-points img {
    width: 18.125rem;
  }
}

.p-feature__img {
  width: 27.8125rem;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .p-feature__img {
    width: 36.25rem;
  }
}

.feature-cards {
  display: flex;
  flex-direction: row;
  margin-top: 3.9375rem;
}
@media screen and (max-width: 750px) {
  .feature-cards {
    margin-top: 4.375rem;
  }
}

.feature-card {
  width: 28.125rem;
}
@media screen and (max-width: 750px) {
  .feature-card {
    width: 18.75rem;
  }
}

.feature-card__ttl {
  font-size: max(2.125rem, 27.2px);
  font-weight: 400;
  line-height: 1.4705882353;
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 1.25rem 1.25rem 0px 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
}
@media screen and (max-width: 750px) {
  .feature-card__ttl {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 750px) {
  .feature-card__ttl {
    font-size: max(1.875rem, 24px);
    font-weight: 400;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .feature-card__ttl {
    font-size: 1.875rem;
  }
}

.feature-card-left__ttl {
  background: #BD926D;
}

.feature-card-right__ttl {
  background: #018C38;
}

.feature-card__list {
  display: flex;
  flex-direction: column;
  row-gap: 1.125rem;
  padding-inline: 1.5625rem;
  padding-top: 1.625rem;
  height: 31.75rem;
  border-radius: 0px 0px 1.25rem 1.25rem;
}
@media screen and (max-width: 750px) {
  .feature-card__list {
    height: 35rem;
    row-gap: 1.375rem;
    padding-inline: 1.3125rem 1rem;
    padding-top: 1.125rem;
  }
}

.feature-card-left__list {
  background: #F5EEE9;
}

.feature-card-right__list {
  background: #E7F9DF;
}

.feature-card__item {
  font-size: max(1.5rem, 19.2px);
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
  position: relative;
  padding-left: 1.75rem;
}
@media screen and (max-width: 750px) {
  .feature-card__item {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 750px) {
  .feature-card__item {
    font-size: max(1.375rem, 17.6px);
    font-weight: 400;
    line-height: 1.5454545455;
    letter-spacing: 0.03em;
    padding-left: 2.125rem;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .feature-card__item {
    font-size: 1.375rem;
  }
}
.feature-card__item::before {
  content: "";
  position: absolute;
  width: 1.125rem;
  height: 1.125rem;
  transform: rotate(45deg);
  top: 0.8125rem;
  left: 0;
}
@media screen and (max-width: 750px) {
  .feature-card__item::before {
    width: 1rem;
    height: 1rem;
  }
}

.feature-card-left__item::before {
  background: #BD926D;
}

.feature-card-right__item {
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
  color: #018C38;
}
@media screen and (max-width: 750px) {
  .feature-card-right__item {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 750px) {
  .feature-card-right__item {
    font-size: max(1.375rem, 17.6px);
    font-weight: 700;
    line-height: 1.5454545455;
    letter-spacing: 0.0027272727em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .feature-card-right__item {
    font-size: 1.375rem;
  }
}
.feature-card-right__item::before {
  background: #018C38;
}

/* ===============================================
# texts
=============================================== */
.p-feature__texts {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
  align-items: center;
  justify-content: center;
  margin-top: 3.6875rem;
}
@media screen and (max-width: 750px) {
  .p-feature__texts {
    margin-top: 4rem;
    row-gap: unset;
  }
}
.p-feature__texts p {
  text-align: center;
  display: inline-block;
  font-size: max(1.375rem, 17.6px);
  font-weight: 400;
  line-height: 1.8181818182;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-feature__texts p {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 750px) {
  .p-feature__texts p {
    font-size: max(1.75rem, 22.4px);
    font-weight: 400;
    line-height: 1.7857142857;
    letter-spacing: 0.05em;
    margin-top: 3.9375rem;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-feature__texts p {
    font-size: 1.75rem;
  }
}
.p-feature__texts p:nth-of-type(2) {
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 750px) {
  .p-feature__texts p:nth-of-type(2) {
    margin-top: 3.25rem;
    margin-bottom: 4.1875rem;
  }
}

.p-feature__texts__deco {
  width: 18.75rem;
  display: inline-block;
}
.p-feature__texts__deco img {
  width: 100%;
  height: auto;
}

/* ===============================================
# card
=============================================== */
.p-feature__card {
  margin-top: 4.375rem;
  background: #ffffff;
}
@media screen and (max-width: 750px) {
  .p-feature__card {
    margin-top: 4.9375rem;
  }
}

.p-feature__card__inner {
  padding-inline: 3.125rem;
  padding-block: 4.0625rem 5.0625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .p-feature__card__inner {
    padding-inline: 2.5rem;
  }
}

.p-feature__card__ttl {
  font-size: max(2.75rem, 35.2px);
  font-weight: 500;
  line-height: 1.4545454545;
  letter-spacing: 0.05em;
  color: #018C38;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-feature__card__ttl {
    font-size: 2.75rem;
  }
}
.p-feature__card__ttl::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  translate: -50%;
  width: 100%;
  height: 1px;
  background: #42361A;
}
@media screen and (max-width: 750px) {
  .p-feature__card__ttl::before {
    bottom: -1.5rem;
  }
}

.p-feature__card__text {
  font-size: max(1.375rem, 17.6px);
  font-weight: 400;
  line-height: 1.8181818182;
  letter-spacing: 0.05em;
  margin-top: 4.375rem;
}
@media screen and (max-width: 750px) {
  .p-feature__card__text {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 750px) {
  .p-feature__card__text {
    font-size: max(1.75rem, 22.4px);
    font-weight: 400;
    line-height: 1.7857142857;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 3.625rem;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-feature__card__text {
    font-size: 1.75rem;
  }
}
.p-feature__card__text:nth-of-type(2) {
  margin-top: 3.5rem;
  text-indent: 1em; /* インデントの幅を指定 */
}
@media screen and (max-width: 750px) {
  .p-feature__card__text:nth-of-type(2) {
    margin-top: 4.125rem;
  }
}

@media screen and (max-width: 750px) {
  .card__text-height {
    height: 3.125rem;
    display: block;
    content: "";
  }
}

.p-feature__card__strong {
  color: #018C38;
  font-size: max(1.375rem, 17.6px);
  font-weight: 500;
  line-height: 1.8181818182;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-feature__card__strong {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 750px) {
  .p-feature__card__strong {
    font-size: max(1.75rem, 22.4px);
    font-weight: 500;
    line-height: 1.7857142857;
    letter-spacing: 0.05em;
    margin-top: 3.125rem;
    text-indent: 0.5em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-feature__card__strong {
    font-size: 1.75rem;
  }
}

.p-feature__card__img {
  margin-top: 3.875rem;
}
@media screen and (max-width: 750px) {
  .p-feature__card__img {
    margin-top: 4.1875rem;
  }
}

.p-feature__card__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 1.25rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 750px) {
  .p-feature__card__item {
    flex-direction: column-reverse;
    column-gap: unset;
    row-gap: 4.25rem;
    margin-top: 3.3125rem;
  }
}
.p-feature__card__item p {
  font-size: max(1.375rem, 17.6px);
  font-weight: 400;
  line-height: 1.8181818182;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .p-feature__card__item p {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 750px) {
  .p-feature__card__item p {
    font-size: max(1.75rem, 22.4px);
    font-weight: 400;
    line-height: 1.7857142857;
    letter-spacing: 0.05em;
    text-align: center;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-feature__card__item p {
    font-size: 1.75rem;
  }
}

.p-feature__card__item-image {
  width: 28.125rem;
}
@media screen and (max-width: 750px) {
  .p-feature__card__item-image {
    width: 36.25rem;
  }
}
.p-feature__card__item-image img {
  width: 100%;
  height: auto;
}

.p-seika {
  padding-block: 4.5rem 4.9375rem;
}
@media screen and (max-width: 750px) {
  .p-seika {
    padding-block: 2.8125rem 10.375rem;
  }
}

.p-seika__heading {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  align-items: center;
  justify-content: center;
  position: relative;
}

.p-seika__heading-image {
  width: 51.875rem;
}
@media screen and (max-width: 750px) {
  .p-seika__heading-image {
    width: 29.125rem;
  }
}

.deco-leaf-2 {
  position: absolute;
  top: -1.375rem;
  right: 13%;
  width: 7.9375rem;
}
@media screen and (max-width: 750px) {
  .deco-leaf-2 {
    top: 12.125rem;
  }
}

.p-seika__ttl {
  font-size: max(2.75rem, 35.2px);
  font-weight: 400;
  line-height: 1.4545454545;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-seika__ttl {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 750px) {
  .p-seika__ttl {
    font-size: max(2.625rem, 33.6px);
    font-weight: 400;
    line-height: 1.5238095238;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-seika__ttl {
    font-size: 2.625rem;
  }
}
.p-seika__ttl strong {
  font-size: max(2.75rem, 35.2px);
  font-weight: 700;
  line-height: 1.4545454545;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-seika__ttl strong {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 750px) {
  .p-seika__ttl strong {
    font-size: max(2.625rem, 33.6px);
    font-weight: 700;
    line-height: 1.5238095238;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-seika__ttl strong {
    font-size: 2.625rem;
  }
}

.p-seika__items {
  display: flex;
  flex-direction: row;
  margin-top: 3.125rem;
  column-gap: 2.9375rem;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .p-seika__items {
    flex-direction: column;
    margin-top: 3.875rem;
  }
}

.p-seika__item-text {
  font-size: max(1.375rem, 17.6px);
  font-weight: 400;
  line-height: 1.8181818182;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-seika__item-text {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 750px) {
  .p-seika__item-text {
    font-size: max(1.75rem, 22.4px);
    font-weight: 400;
    line-height: 1.7857142857;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-seika__item-text {
    font-size: 1.75rem;
  }
}

.p-seika__item-image {
  position: relative;
}

.p-seika__item-img {
  width: 19.625rem;
}
@media screen and (max-width: 750px) {
  .p-seika__item-img {
    width: 31.875rem;
    margin-top: 3.75rem;
  }
}

.seika-attention {
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 2.8571428571;
  letter-spacing: 0.03em;
  position: absolute;
  bottom: -2.125rem;
  right: 0;
}
@media screen and (max-width: 750px) {
  .seika-attention {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 750px) {
  .seika-attention {
    font-size: max(1.125rem, 14.4px);
    font-weight: 400;
    line-height: 2.7777777778;
    letter-spacing: 0.03em;
    bottom: -2.5625rem;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .seika-attention {
    font-size: 1.125rem;
  }
}

.p-reserve {
  background: #E7F9DF;
  position: relative;
}

.deco-leaf-left {
  position: absolute;
  top: 0;
  left: calc(50% - 54.5rem);
  width: 39.3125rem;
}
@media screen and (max-width: 750px) {
  .deco-leaf-left {
    width: 22.4375rem;
    left: calc(50% - 31.125rem);
  }
}

.deco-leaf-right {
  position: absolute;
  bottom: 0;
  right: calc(50% - 57.3125rem);
  width: 39.3125rem;
}
@media screen and (max-width: 750px) {
  .deco-leaf-right {
    width: 22.4375rem;
    right: calc(50% - 31.125rem);
  }
}

.p-reserve__inner {
  padding-block: 3.875rem 5rem;
}
@media screen and (max-width: 750px) {
  .p-reserve__inner {
    padding-block: 4.875rem;
  }
}

.p-reserve__heading {
  position: relative;
  text-align: center;
}
.p-reserve__heading h2 {
  font-size: max(2.75rem, 35.2px);
  font-weight: 500;
  line-height: 1.4545454545;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .p-reserve__heading h2 {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 750px) {
  .p-reserve__heading h2 {
    font-size: max(3.125rem, 40px);
    font-weight: 500;
    line-height: 1.28;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-reserve__heading h2 {
    font-size: 3.125rem;
  }
}
.p-reserve__heading h2 span {
  font-size: max(2.375rem, 30.4px);
  font-weight: 500;
  line-height: 1.6842105263;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .p-reserve__heading h2 span {
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 750px) {
  .p-reserve__heading h2 span {
    font-size: max(2.875rem, 36.8px);
    font-weight: 500;
    line-height: 1.3913043478;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-reserve__heading h2 span {
    font-size: 2.875rem;
  }
}
.p-reserve__heading img {
  width: 26.4375rem;
  height: 5.8125rem;
  position: absolute;
  bottom: -1.125rem;
  left: 50%;
  translate: -50%;
}
@media screen and (max-width: 750px) {
  .p-reserve__heading img {
    width: 30.5rem;
    height: 6.75rem;
    bottom: -1.625rem;
  }
}

.p-reserve__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 3.125rem;
}
@media screen and (max-width: 750px) {
  .p-reserve__contents {
    padding-top: 5.625rem;
  }
}
.p-reserve__contents p {
  font-size: max(1.875rem, 24px);
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-reserve__contents p {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 750px) {
  .p-reserve__contents p {
    font-size: max(2.375rem, 30.4px);
    font-weight: 400;
    line-height: 1.5263157895;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-reserve__contents p {
    font-size: 2.375rem;
  }
}
.p-reserve__contents span {
  font-size: max(1.5rem, 19.2px);
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  padding-top: 2.875rem;
}
@media screen and (max-width: 750px) {
  .p-reserve__contents span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 750px) {
  .p-reserve__contents span {
    font-size: max(1.875rem, 24px);
    font-weight: 400;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    padding-top: 3.3125rem;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-reserve__contents span {
    font-size: 1.875rem;
  }
}

.reserve-text-sp + .reserve-text-sp {
  margin-top: 3.3125rem;
}

.p-reserve__time {
  margin-inline: auto;
  margin-top: 2.4375rem;
}
@media screen and (max-width: 750px) {
  .p-reserve__time {
    margin-top: 4.25rem;
  }
}

/* ================================
   本題のCSS
=============================== */
.p-qa {
  padding-block: 4.1875rem 3.875rem;
}
@media screen and (max-width: 750px) {
  .p-qa {
    padding-block: 5.625rem 1.875rem;
  }
}

.p-qa__inner {
  width: min(51.125rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .p-qa__inner {
    width: 100%;
    padding-inline: 4.0625rem;
  }
}

.p-qa__heading {
  display: flex;
  flex-direction: column;
  row-gap: 1.625rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .p-qa__heading {
    row-gap: 2.0625rem;
  }
}
.p-qa__heading h2 {
  font-size: max(2.75rem, 35.2px);
  font-weight: 500;
  line-height: 1.4545454545;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .p-qa__heading h2 {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 750px) {
  .p-qa__heading h2 {
    font-size: max(3.75rem, 48px);
    font-weight: 400;
    line-height: 1.0666666667;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-qa__heading h2 {
    font-size: 3.75rem;
  }
}
.p-qa__heading img {
  width: 17.5625rem;
}

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

.p-qa__items {
  margin-top: 2.5625rem;
}
@media screen and (max-width: 750px) {
  .p-qa__items {
    margin-top: 3.75rem;
  }
}

.p-qa__item {
  border-bottom: 1px solid #BD926D;
  font-size: max(1.375rem, 17.6px);
  font-weight: 700;
  line-height: 1.8181818182;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-qa__item {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 750px) {
  .p-qa__item {
    font-size: max(1.625rem, 20.8px);
    font-weight: 700;
    line-height: 1.7692307692;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-qa__item {
    font-size: 1.625rem;
  }
}
.p-qa__item:last-of-type {
  border-bottom: none;
}

.p-qa__question {
  padding-block: 2.5rem 0.8125rem;
}
@media screen and (max-width: 750px) {
  .p-qa__question {
    padding-block: 3.6875rem 2rem;
  }
}

.question-pt {
  padding-block: 0 1.125rem;
}
@media screen and (max-width: 750px) {
  .question-pt {
    padding-block: 0 2.0625rem;
  }
}

.p-qa__question-text {
  list-style: none;
  position: relative;
  padding-inline: 2.5rem 1.25rem;
}
@media screen and (max-width: 750px) {
  .p-qa__question-text {
    padding-inline: 3.125rem 1.25rem;
  }
}
.p-qa__question-text::before {
  content: "Q";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  font-size: max(1.875rem, 24px);
  font-weight: 400;
  line-height: 1.9333333333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-qa__question-text::before {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 750px) {
  .p-qa__question-text::before {
    font-size: max(2.375rem, 30.4px);
    font-weight: 400;
    line-height: 1.5263157895;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-qa__question-text::before {
    font-size: 2.375rem;
  }
}

.p-qa__answer {
  padding-bottom: 2.3125rem;
}
@media screen and (max-width: 750px) {
  .p-qa__answer {
    padding-bottom: 3.5rem;
  }
}

.p-qa__answer-text {
  list-style: none;
  position: relative;
  padding-inline: 2rem 0.4375rem;
  font-size: max(1.375rem, 17.6px);
  font-weight: 400;
  line-height: 1.8181818182;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-qa__answer-text {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 750px) {
  .p-qa__answer-text {
    padding-inline: 3.125rem 0.3125rem;
    font-size: max(1.625rem, 20.8px);
    font-weight: 400;
    line-height: 1.7692307692;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-qa__answer-text {
    font-size: 1.625rem;
  }
}
.p-qa__answer-text::before {
  content: "A";
  position: absolute;
  top: -0.5625rem;
  left: 0;
  font-size: max(1.875rem, 24px);
  font-weight: 400;
  line-height: 1.9333333333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-qa__answer-text::before {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 750px) {
  .p-qa__answer-text::before {
    font-size: max(2.375rem, 30.4px);
    font-weight: 400;
    line-height: 1.5263157895;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-qa__answer-text::before {
    font-size: 2.375rem;
  }
}

.p-message {
  background: #E0D5D2;
  padding-top: 4.3125rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 750px) {
  .p-message {
    padding-top: 4.0625rem;
    padding-bottom: 10.5625rem;
  }
}

.p-message__profile {
  display: flex;
  flex-direction: row;
  column-gap: 3.125rem;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .p-message__profile {
    flex-direction: column;
  }
}

.p-message__text {
  display: flex;
  flex-direction: column;
}

.p-message__ttls {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.p-message__ttl {
  display: flex;
  flex-direction: row;
  display: inline-block;
}
.p-message__ttl:nth-of-type(2) {
  margin-top: -1.1875rem;
}
@media screen and (max-width: 750px) {
  .p-message__ttl:nth-of-type(2) {
    margin-top: 0.375rem;
  }
}

.p-message__ttl-deco {
  position: absolute;
}

.kazari08 {
  width: 20.125rem;
  height: 2.027rem;
  bottom: -2.5rem;
  left: 50%;
  translate: -50%;
}
@media screen and (max-width: 750px) {
  .kazari08 {
    width: 26.0625rem;
    height: 2.625rem;
    bottom: -3.625rem;
  }
}

.leaf-6 {
  width: 5.543625rem;
  height: 5.819375rem;
  transform: rotate(1.855deg);
  right: -0.5rem;
  bottom: -2rem;
}
@media screen and (max-width: 750px) {
  .leaf-6 {
    width: 6.981125rem;
    height: 6.444375rem;
    transform: rotate(0.855deg);
    right: -0.5625rem;
    bottom: -2.375rem;
  }
}

.message__ttl-small {
  font-size: max(1.3125rem, 16.8px);
  font-weight: 400;
  line-height: 3.0476190476;
  letter-spacing: 0.03em;
  font-family: "Open Sans", serif;
}
@media screen and (max-width: 750px) {
  .message__ttl-small {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 750px) {
  .message__ttl-small {
    font-size: max(2.125rem, 27.2px);
    font-weight: 400;
    line-height: 1.8823529412;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .message__ttl-small {
    font-size: 2.125rem;
  }
}

.message__ttl-large {
  font-size: max(2.25rem, 28.8px);
  font-weight: 400;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  font-family: "Open Sans", serif;
  padding-left: 0.625rem;
}
@media screen and (max-width: 750px) {
  .message__ttl-large {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 750px) {
  .message__ttl-large {
    font-size: max(3.4375rem, 44px);
    font-weight: 400;
    line-height: 1.1636363636;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .message__ttl-large {
    font-size: 3.4375rem;
  }
}

.p-message__ttl-jp {
  font-size: max(2.5rem, 32px);
  font-weight: 400;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 750px) {
  .p-message__ttl-jp {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 750px) {
  .p-message__ttl-jp {
    font-size: max(2.5rem, 32px);
    font-weight: 400;
    line-height: 1.6;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-message__ttl-jp {
    font-size: 2.5rem;
  }
}

.p-message__ttl-en {
  font-size: max(2.75rem, 35.2px);
  font-weight: 400;
  line-height: 1.4545454545;
  letter-spacing: 0.05em;
  font-family: "Open Sans", serif;
  padding-left: 0.4375rem;
}
@media screen and (max-width: 750px) {
  .p-message__ttl-en {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 750px) {
  .p-message__ttl-en {
    font-size: max(3.5rem, 44.8px);
    font-weight: 400;
    line-height: 1.1428571429;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-message__ttl-en {
    font-size: 3.5rem;
  }
}

.p-message__list {
  margin-top: 4.6875rem;
  padding-left: 1.9375rem;
}
@media screen and (max-width: 750px) {
  .p-message__list {
    margin-top: 1.9375rem;
    padding-left: 2.1875rem;
  }
}
.p-message__list ul li {
  position: relative;
  list-style: none;
  padding-bottom: 0;
  font-size: max(1.5rem, 19.2px);
  font-weight: 400;
  line-height: 2.0833333333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-message__list ul li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 750px) {
  .p-message__list ul li {
    font-size: max(1.875rem, 24px);
    font-weight: 400;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    padding-bottom: 0.1875rem;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-message__list ul li {
    font-size: 1.875rem;
  }
}
.p-message__list ul li::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  translate: 0 50%;
  left: -1.8125rem;
  width: 0.875rem;
  height: 0.875rem;
  transform: rotate(45deg);
  background: #BD926D;
}

.p-message__img {
  width: 25rem;
}

.p-message__img-sp {
  width: 23.75rem;
  margin-inline: auto;
  margin-top: 6.6875rem;
}

.p-message__card {
  padding-top: 5.4375rem;
}
@media screen and (max-width: 750px) {
  .p-message__card {
    padding-top: 3.8125rem;
  }
}

.p-message__card__inner {
  width: min(62.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
  background: #ffffff;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-message__card__inner {
    width: 42.5625rem;
    padding-inline: 0.9375rem;
  }
}
.p-message__card__inner::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  border: 0.0625rem solid #E0D5D2;
}

.message-card {
  padding-top: 3.1875rem;
  padding-bottom: 3.8125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .message-card {
    padding-top: 3.3125rem;
    padding-bottom: 5.5625rem;
  }
}

.message-card {
  position: relative;
}

.message-card__ttls {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.message-card__ttl:first-of-type span:first-of-type {
  font-size: max(1.3125rem, 16.8px);
  font-weight: 400;
  line-height: 3.0476190476;
  letter-spacing: 0.03em;
  font-family: "Open Sans", serif;
}
@media screen and (max-width: 750px) {
  .message-card__ttl:first-of-type span:first-of-type {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 750px) {
  .message-card__ttl:first-of-type span:first-of-type {
    font-size: max(1.5625rem, 20px);
    font-weight: 400;
    line-height: 2.56;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .message-card__ttl:first-of-type span:first-of-type {
    font-size: 1.5625rem;
  }
}
.message-card__ttl:first-of-type span:nth-of-type(2) {
  font-size: max(2.25rem, 28.8px);
  font-weight: 400;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  font-family: "Open Sans", serif;
  padding-left: 0.625rem;
}
@media screen and (max-width: 750px) {
  .message-card__ttl:first-of-type span:nth-of-type(2) {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 750px) {
  .message-card__ttl:first-of-type span:nth-of-type(2) {
    font-size: max(2.625rem, 33.6px);
    font-weight: 400;
    line-height: 1.5238095238;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .message-card__ttl:first-of-type span:nth-of-type(2) {
    font-size: 2.625rem;
  }
}

.message-card__ttl:nth-of-type(2) {
  font-size: max(2.5rem, 32px);
  font-weight: 400;
  line-height: 1.9294;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: -0.9375rem;
}
@media screen and (max-width: 750px) {
  .message-card__ttl:nth-of-type(2) {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 750px) {
  .message-card__ttl:nth-of-type(2) {
    font-size: max(2.75rem, 35.2px);
    font-weight: 400;
    line-height: 1.754;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .message-card__ttl:nth-of-type(2) {
    font-size: 2.75rem;
  }
}
.message-card__ttl:nth-of-type(2) strong {
  font-size: max(2.75rem, 35.2px);
  font-weight: 400;
  line-height: 1.754;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .message-card__ttl:nth-of-type(2) strong {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 750px) {
  .message-card__ttl:nth-of-type(2) strong {
    font-size: max(3.125rem, 40px);
    font-weight: 400;
    line-height: 1.54352;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .message-card__ttl:nth-of-type(2) strong {
    font-size: 3.125rem;
  }
}

.message-card-en {
  font-size: max(2.75rem, 35.2px);
  font-weight: 400;
  line-height: 1.754;
  letter-spacing: 0.08em;
  font-family: "Open Sans", serif;
}
@media screen and (max-width: 750px) {
  .message-card-en {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 750px) {
  .message-card-en {
    font-size: max(3.125rem, 40px);
    font-weight: 400;
    line-height: 1.54352;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .message-card-en {
    font-size: 3.125rem;
  }
}

.message-card__img {
  position: absolute;
  bottom: -2.625rem;
  width: 28.75rem;
  height: 2.2246875rem;
}
@media screen and (max-width: 750px) {
  .message-card__img {
    width: 31.5rem;
    height: 2.4375rem;
    bottom: -3.1875rem;
  }
}

.message-card__body {
  margin-top: 6.875rem;
  padding-inline: 3.0625rem;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .message-card__body {
    margin-top: 7.3125rem;
    padding-inline: 2.5625rem;
  }
}

.message-card__text {
  font-size: max(1.25rem, 16px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.03em;
  padding-bottom: 2.1875rem;
}
@media screen and (max-width: 750px) {
  .message-card__text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 750px) {
  .message-card__text {
    padding-bottom: 2.5625rem;
    font-size: max(1.5rem, 19.2px);
    font-weight: 400;
    line-height: 1.6666666667;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .message-card__text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 750px) {
  .message-card__text span:not(:last-child) {
    padding-bottom: 2.4375rem;
  }
}
.message-card__text strong {
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #018C38;
}
@media screen and (max-width: 750px) {
  .message-card__text strong {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 750px) {
  .message-card__text strong {
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1.6666666667;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .message-card__text strong {
    font-size: 1.5rem;
  }
}

.message-card__text:last-of-type {
  padding-bottom: 2.6875rem;
}
@media screen and (max-width: 750px) {
  .message-card__text:last-of-type {
    padding-bottom: 3.625rem;
  }
}

.card__text-ls {
  display: inline;
}
@media screen and (max-width: 750px) {
  .card__text-ls {
    letter-spacing: 0.1em;
  }
}

.block {
  display: block;
}

.message-card__text-5,
.message-card__text-8,
.message-card__text-16 {
  margin-top: 4.375rem;
}
@media screen and (max-width: 750px) {
  .message-card__text-5,
  .message-card__text-8,
  .message-card__text-16 {
    margin-top: 6.6875rem;
  }
}

.message-card__sub-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  row-gap: 2.3125rem;
  margin-top: 1.375rem;
}
@media screen and (max-width: 750px) {
  .message-card__sub-ttl {
    row-gap: 2.125rem;
    margin-top: 1.8125rem;
  }
}
.message-card__sub-ttl span {
  font-size: max(2.125rem, 27.2px);
  font-weight: 500;
  line-height: 1.4705882353;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 750px) {
  .message-card__sub-ttl span {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 750px) {
  .message-card__sub-ttl span {
    font-size: max(2rem, 25.6px);
    font-weight: 500;
    line-height: 1.6875;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .message-card__sub-ttl span {
    font-size: 2rem;
  }
}
.message-card__sub-ttl img {
  width: 17.5rem;
  height: 1.25rem;
}

@media screen and (max-width: 750px) {
  .sub-ttl-2 span {
    font-size: max(2rem, 25.6px);
    font-weight: 500;
    line-height: 1.6875;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .sub-ttl-2 span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 750px) {
  .sub-ttl-ls {
    font-size: max(2rem, 25.6px);
    font-weight: 500;
    line-height: 1.6875;
    letter-spacing: 0.13em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .sub-ttl-ls {
    font-size: 2rem;
  }
}

.message-card__text-18 {
  margin-top: 3.75rem;
}
@media screen and (max-width: 750px) {
  .message-card__text-18 {
    margin-top: 4.4375rem;
  }
}

@media screen and (max-width: 750px) {
  .message-card__text-11,
  .message-card__text-12,
  .message-card__text-13,
  .message-card__text-14,
  .message-card__text-16,
  .message-card__text-18 {
    padding-bottom: 3rem;
  }
}

.message-card__coloum {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  column-gap: 1.875rem;
  margin-top: 4.5rem;
  margin-bottom: 2.5625rem;
}
@media screen and (max-width: 750px) {
  .message-card__coloum {
    flex-direction: column;
    column-gap: unset;
    row-gap: 0.75rem;
    align-items: center;
    justify-content: center;
    margin-top: 5.1875rem;
    margin-bottom: 6.25rem;
  }
}

.message-card__coloum__text {
  width: 25rem;
  margin-top: -0.8125rem;
}
@media screen and (max-width: 750px) {
  .message-card__coloum__text {
    width: 100%;
  }
}
.message-card__coloum__text span {
  font-size: max(1.25rem, 16px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.03em;
  padding-bottom: 2.125rem;
}
@media screen and (max-width: 750px) {
  .message-card__coloum__text span {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 750px) {
  .message-card__coloum__text span {
    font-size: max(1.5rem, 19.2px);
    font-weight: 400;
    line-height: 1.6666666667;
    letter-spacing: 0.03em;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .message-card__coloum__text span {
    font-size: 1.5rem;
  }
}
.message-card__coloum__text strong {
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #018C38;
}
@media screen and (max-width: 750px) {
  .message-card__coloum__text strong {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 750px) {
  .message-card__coloum__text strong {
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1.6666666667;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .message-card__coloum__text strong {
    font-size: 1.5rem;
  }
}

.message-card__coloum__image {
  width: 26.875rem;
  aspect-ratio: 430/325;
  position: relative;
}
@media screen and (max-width: 750px) {
  .message-card__coloum__image {
    width: 35rem;
    aspect-ratio: 560/400;
  }
}
.message-card__coloum__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coloum__image__attention {
  position: absolute;
  right: 0;
  bottom: -2.3125rem;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 2.8571428571;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 750px) {
  .coloum__image__attention {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 750px) {
  .coloum__image__attention {
    font-size: max(1.125rem, 14.4px);
    font-weight: 400;
    line-height: 2.7777777778;
    letter-spacing: 0.03em;
    bottom: -3rem;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .coloum__image__attention {
    font-size: 1.125rem;
  }
}

.message-card__end {
  display: block;
  text-align: right;
  font-size: max(1.75rem, 22.4px);
  font-weight: 400;
  line-height: 1.6428571429;
  letter-spacing: 0.03em;
  font-family: "Open Sans", serif;
}
@media screen and (max-width: 750px) {
  .message-card__end {
    font-size: 1.75rem;
  }
}

.card-scrolldown-bar {
  position: absolute;
  left: 50%;
  translate: -50%;
  top: 19.5%;
  width: 0.125rem;
  height: 3.125rem;
  background: #BBBBBB;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .card-scrolldown-bar {
    height: 4.375rem;
    top: 17.3%;
    left: 50%;
  }
}

.bar-2 {
  top: 56.6875rem;
  top: 33%;
}
@media screen and (max-width: 750px) {
  .bar-2 {
    top: 32%;
  }
}

.bar-3 {
  top: unset;
  bottom: 45.125rem;
  bottom: 21.3%;
}
@media screen and (max-width: 750px) {
  .bar-3 {
    bottom: 19.4%;
  }
}

.card-scrolldown-bar-active {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 0.125rem;
  height: 1.5625rem;
  background: #000;
  animation: 3s ease-in-out backwards infinite scrollDown;
}
@media screen and (max-width: 750px) {
  .card-scrolldown-bar-active {
    height: 2.1875rem;
  }
}

@keyframes scrollDown {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: -3.125rem;
  }
}
.p-recruit {
  padding-top: 4.1875rem;
  padding-bottom: 5.5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-recruit {
    padding-top: 8.9375rem;
    padding-bottom: 5.4375rem;
    margin-top: -3.75rem;
  }
}

.p-recruit__deco-topLeft {
  position: absolute;
  top: -3.25rem;
  left: calc(50% - 52.625rem);
  width: 39.3125rem;
  height: 14.9375rem;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .p-recruit__deco-topLeft {
    width: 19.5625rem;
    height: 7.4375rem;
    top: 1.0625rem;
    left: calc(50% - 29.8125rem);
  }
}

.p-recruit__deco-topRight {
  position: absolute;
  top: -3.25rem;
  right: calc(50% - 52.625rem);
  width: 39.3125rem;
  height: 14.9375rem;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .p-recruit__deco-topRight {
    width: 19.5625rem;
    height: 7.4375rem;
    top: 1.0625rem;
    right: calc(50% - 29.8125rem);
  }
}

.p-recruit__deco-bottomLeft {
  position: absolute;
  bottom: -3.5rem;
  left: calc(50% - 53.1875rem);
  width: 39.3125rem;
  height: 14.9375rem;
  z-index: -1;
  transform: rotate(180deg);
}
@media screen and (max-width: 750px) {
  .p-recruit__deco-bottomLeft {
    width: 19.5625rem;
    height: 7.4375rem;
    bottom: 0;
    left: calc(50% - 29.8125rem);
  }
}

.p-recruit__deco-bottomRight {
  position: absolute;
  bottom: -3.25rem;
  right: calc(50% - 52.75rem);
  width: 39.3125rem;
  height: 14.9375rem;
  z-index: -1;
  transform: rotate(180deg);
}
@media screen and (max-width: 750px) {
  .p-recruit__deco-bottomRight {
    width: 19.5625rem;
    height: 7.4375rem;
    bottom: 0;
    right: calc(50% - 29.8125rem);
  }
}

.p-recruit__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.3125rem;
}
@media screen and (max-width: 750px) {
  .p-recruit__heading {
    row-gap: 0.5625rem;
  }
}
.p-recruit__heading h2 {
  font-size: max(3.125rem, 40px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .p-recruit__heading h2 {
    font-size: 3.125rem;
  }
}
.p-recruit__heading img {
  width: 16.5rem;
}
@media screen and (max-width: 750px) {
  .p-recruit__heading img {
    width: 18.6875rem;
  }
}

.p-recruit__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-recruit__sub-ttl {
  margin-top: 4.0625rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-recruit__sub-ttl {
    margin-top: 5.3125rem;
  }
}
.p-recruit__sub-ttl p {
  font-size: max(2.125rem, 27.2px);
  font-weight: 500;
  line-height: 1.5882352941;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-recruit__sub-ttl p {
    font-size: 2.125rem;
  }
}
.p-recruit__sub-ttl img {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 37.625rem;
  height: 13.4375rem;
}
@media screen and (max-width: 750px) {
  .p-recruit__sub-ttl img {
    width: 37.4375rem;
    height: 15rem;
  }
}

.p-recruit__text-1 {
  text-align: center;
  margin-top: 3.625rem;
}
@media screen and (max-width: 750px) {
  .p-recruit__text-1 {
    margin-top: 4.4375rem;
  }
}

.text-1-2 {
  font-size: max(2.125rem, 27.2px);
  font-weight: 400;
  line-height: 1.6470588235;
  letter-spacing: 0.05em;
  margin-top: -0.4375rem;
}
@media screen and (max-width: 750px) {
  .text-1-2 {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 750px) {
  .text-1-2 {
    font-size: max(1.75rem, 22.4px);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: -0.5625rem;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .text-1-2 {
    font-size: 1.75rem;
  }
}

.text-1-2-lg {
  font-size: max(2.5rem, 32px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #018C38;
  position: relative;
}
@media screen and (max-width: 750px) {
  .text-1-2-lg {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 750px) {
  .text-1-2-lg {
    font-size: max(2.125rem, 27.2px);
    font-weight: 500;
    line-height: 1.6470588235;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .text-1-2-lg {
    font-size: 2.125rem;
  }
}
.text-1-2-lg::after {
  content: "";
  position: absolute;
  bottom: 0.1875rem;
  left: 0;
  width: 100%;
  height: 1%;
  background: #018C38;
}
@media screen and (max-width: 750px) {
  .text-1-2-lg::after {
    bottom: 1px;
  }
}

.text-1-2-sm {
  font-size: max(2.125rem, 27.2px);
  font-weight: 500;
  line-height: 1.6470588235;
  letter-spacing: 0.05em;
  color: #018C38;
}
@media screen and (max-width: 750px) {
  .text-1-2-sm {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 750px) {
  .text-1-2-sm {
    font-size: max(2.125rem, 27.2px);
    font-weight: 500;
    line-height: 1.6470588235;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .text-1-2-sm {
    font-size: 2.125rem;
  }
}

@media screen and (max-width: 750px) {
  .text-1-2-en {
    font-family: "Open Sans", serif;
  }
}

.p-recruit__text-2 {
  font-size: max(1.375rem, 17.6px);
  font-weight: 400;
  line-height: 1.8181818182;
  letter-spacing: 0.05em;
  padding-top: 3.25rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-recruit__text-2 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 750px) {
  .p-recruit__text-2 {
    font-size: max(1.75rem, 22.4px);
    font-weight: 400;
    line-height: 1.7857142857;
    letter-spacing: 0.05em;
    padding-top: 2.375rem;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-recruit__text-2 {
    font-size: 1.75rem;
  }
}

.p-recruit__card {
  width: 36.25rem;
  background: #F5EEE9;
  padding-block: 0.75rem;
  padding-inline: 1.875rem;
  margin-top: 4.375rem;
}
@media screen and (max-width: 750px) {
  .p-recruit__card {
    width: 100%;
    margin-top: 2.375rem;
    width: 40.125rem;
    padding-block: 2.0625rem 1.375rem;
    padding-inline: 3.125rem;
  }
}
.p-recruit__card li {
  font-size: max(1.375rem, 17.6px);
  font-weight: 400;
  line-height: 2.2727272727;
  letter-spacing: 0.05em;
  list-style: none;
  position: relative;
  padding-left: 1.5em;
}
@media screen and (max-width: 750px) {
  .p-recruit__card li {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 750px) {
  .p-recruit__card li {
    font-size: max(1.75rem, 22.4px);
    font-weight: 400;
    line-height: 1.7857142857;
    letter-spacing: 0.05em;
    padding-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-recruit__card li {
    font-size: 1.75rem;
  }
}
.p-recruit__card li::before {
  content: "";
  position: absolute;
  top: 0.375rem;
  translate: 0 50%;
  left: 0;
  width: 1.375rem;
  height: 1.375rem;
  background: url(/assets/img/deco-list-icon.png) no-repeat center/cover;
}
@media screen and (max-width: 750px) {
  .p-recruit__card li::before {
    width: 1.5625rem;
    height: 1.5625rem;
    top: 0.1875rem;
    left: 0.0625rem;
  }
}
.p-recruit__card li li:not(:first-of-type) {
  padding-bottom: 1.25rem;
}

.p-recruit__icon {
  margin-top: 2.4375rem;
}
.p-recruit__icon svg {
  width: 6rem;
  height: 3.125rem;
}
@media screen and (max-width: 750px) {
  .p-recruit__icon {
    margin-top: 1.875rem;
  }
  .p-recruit__icon svg {
    width: 4.5rem;
    height: 2.5625rem;
  }
}

.p-recruit__text-3 {
  text-align: center;
  margin-top: 26px;
}
@media screen and (max-width: 750px) {
  .p-recruit__text-3 {
    margin-top: 0;
  }
}

.text-3-1 {
  font-size: max(1.625rem, 20.8px);
  font-weight: 400;
  line-height: 2.4615384615;
  letter-spacing: 0.03em;
  font-family: "Open Sans", serif;
  display: block;
}
@media screen and (max-width: 750px) {
  .text-3-1 {
    font-size: 1.625rem;
  }
}

.text-3-lg {
  font-size: max(2.75rem, 35.2px);
  font-weight: 400;
  line-height: 1.4545454545;
  letter-spacing: 0.05em;
  font-family: "Open Sans", serif;
  padding-left: 0.625rem;
}
@media screen and (max-width: 750px) {
  .text-3-lg {
    font-size: 2.75rem;
  }
}

.text-3-2 {
  display: block;
  font-size: max(2.125rem, 27.2px);
  font-weight: 400;
  line-height: 1.6470588235;
  letter-spacing: 0.05em;
  margin-top: -0.625rem;
}
@media screen and (max-width: 750px) {
  .text-3-2 {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 750px) {
  .text-3-2 {
    font-size: max(1.875rem, 24px);
    font-weight: 400;
    line-height: 1.8666666667;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .text-3-2 {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 750px) {
  .text-3-2-lg {
    font-size: max(2.1875rem, 28px);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .text-3-2-lg {
    font-size: 2.1875rem;
  }
}

.text-3-3 {
  display: block;
  font-size: max(2.125rem, 27.2px);
  font-weight: 400;
  line-height: 1.4705882353;
  letter-spacing: 0.05em;
  padding-top: 22px;
}
@media screen and (max-width: 750px) {
  .text-3-3 {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 750px) {
  .text-3-3 {
    font-size: max(1.875rem, 24px);
    font-weight: 400;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    margin-top: -0.125rem;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .text-3-3 {
    font-size: 1.875rem;
  }
}

.text-3-link {
  font-size: max(2.125rem, 27.2px);
  font-weight: 600;
  line-height: 1.4705882353;
  letter-spacing: 0.05em;
  color: #018C38;
  position: relative;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 750px) {
  .text-3-link {
    font-size: 2.125rem;
  }
}
.text-3-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1%;
  background: #018C38;
}
@media screen and (max-width: 750px) {
  .text-3-link::after {
    bottom: 0.1875rem;
  }
}
@media (any-hover: hover) {
  .text-3-link:hover {
    opacity: 0.7;
  }
}

.text-3-3-en {
  font-size: max(2.125rem, 27.2px);
  font-weight: 600;
  line-height: 1.4705882353;
  letter-spacing: 0.05em;
  font-family: "Open Sans", serif;
}
@media screen and (max-width: 750px) {
  .text-3-3-en {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 750px) {
  .text-3-3-en {
    font-size: max(1.875rem, 24px);
    font-weight: 600;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .text-3-3-en {
    font-size: 1.875rem;
  }
}

.text-3-3-jp {
  font-size: max(2.125rem, 27.2px);
  font-weight: 400;
  line-height: 1.4705882353;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .text-3-3-jp {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 750px) {
  .text-3-3-jp {
    font-size: max(1.875rem, 24px);
    font-weight: 400;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .text-3-3-jp {
    font-size: 1.875rem;
  }
}

.p-recruit__img {
  width: 30.625rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 750px) {
  .p-recruit__img {
    width: 36.25rem;
  }
}

.p-recruit__kazari03 {
  width: 17.5625rem;
  margin-top: 6.25rem;
}
@media screen and (max-width: 750px) {
  .p-recruit__kazari03 {
    margin-top: 3.125rem;
  }
}

.p-recurit__text-4 {
  text-align: center;
  margin-top: 5rem;
  font-size: max(1.75rem, 22.4px);
  font-weight: 700;
  line-height: 1.7857142857;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-recurit__text-4 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 750px) {
  .p-recurit__text-4 {
    margin-top: 2.0625rem;
  }
}
.p-recurit__text-4 span {
  font-size: max(1.875rem, 24px);
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  display: block;
}
@media screen and (max-width: 750px) {
  .p-recurit__text-4 span {
    font-size: 1.875rem;
  }
}
.p-recurit__text-4 span:not(:first-of-type) {
  margin-top: 3.375rem;
}
@media screen and (max-width: 750px) {
  .p-recurit__text-4 span:not(:first-of-type) {
    margin-top: 3.1875rem;
  }
}
.p-recurit__text-4 span:last-of-type {
  margin-top: 3.125rem;
}

.to-top {
  position: fixed;
  bottom: 2.25rem;
  right: 2.5rem;
  width: 6.875rem;
  height: auto;
  aspect-ratio: 1;
  opacity: 0.8;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.to-top.js-show {
  opacity: 0.7;
  visibility: visible;
}

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

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

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

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

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

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 750px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 751px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}

/* 要素をふわっと表示させる */
.fade-in-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 1s, transform 1s;
}
.fade-in-up.is-in-view {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=style.css.map */