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

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

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

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

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

/* Make images easier to work with */
img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

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

select::-ms-expand {
  display: none;
}

/* リキッドレイアウト対応 */
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3559322034vw;
  }
}
@media (min-width: 1180px) {
  html {
    font-size: 16px;
  }
}

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

a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

/* hover指定できるPCを想定したスタイル */
@media (hover: hover) {
  a:hover {
    opacity: 0.6;
  }
}
/* hoverが使えないタッチ端末を想定した装飾 */
@media (hover: none) {
  a:active {
    opacity: 0.6;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  color: #442614;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  min-height: 100vh;
  overflow-x: clip;
  text-rendering: optimizeSpeed;
}

main {
  flex: 1;
}

.l-case {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .l-case {
    margin-top: 95px;
    margin-top: 5.9375rem;
  }
}

.l-concern {
  margin-top: 0;
}

.l-faq {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .l-faq {
    margin-top: 111px;
    margin-top: 6.9375rem;
  }
}

.l-footer {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .l-footer {
    margin-top: 84px;
    margin-top: 5.25rem;
  }
}

.l-form {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .l-form {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
}

.l-header {
  height: 60px;
  height: 3.75rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 80px;
    height: 5rem;
  }
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 572px;
  max-width: 35.75rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1180px;
    max-width: 73.75rem;
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
}

.l-mid-cta {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .l-mid-cta {
    margin-top: 0;
  }
}

.l-nav-links {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.l-reason {
  margin-top: 66px;
  margin-top: 4.125rem;
}
@media screen and (min-width: 768px) {
  .l-reason {
    margin-top: 105px;
    margin-top: 6.5625rem;
  }
}

.c-cta-phone {
  align-items: stretch;
  background-color: #fff;
  border: 3px solid #63bd93;
  border-radius: 0.4375rem;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  height: 80px;
  height: 5rem;
  overflow: hidden;
}

.c-cta-phone__side {
  align-items: center;
  background-color: #63bd93;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  padding: 4px;
  padding: 0.25rem;
  width: 61px;
  width: 3.8125rem;
}

.c-cta-phone__avatar {
  background-color: #299d83;
  border-radius: 50%;
  flex-shrink: 0;
  height: 43px;
  height: 2.6875rem;
  min-height: 43px;
  min-height: 2.6875rem;
  overflow: hidden;
  width: 43px;
  width: 2.6875rem;
}

.c-cta-phone__avatar img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.c-cta-phone__label {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
}

.c-cta-phone__main {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
  gap: 0.25rem;
  justify-content: center;
  margin-left: 5px;
  margin-left: 0.3125rem;
}

.c-cta-phone__number {
  align-items: center;
  display: flex;
  gap: 4px;
  gap: 0.25rem;
}

.c-cta-phone__number-icon {
  width: 21px;
  width: 1.3125rem;
}

.c-cta-phone__number-icon img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
     object-fit: cover;
}

.c-cta-phone__number span {
  color: #1b967b;
  font-family: "Outfit", sans-serif;
  font-size: max(24px, min(7.5vw, 28px));
  font-size: max(1.5rem, min(7.5vw, 1.75rem));
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.c-cta-phone__time {
  color: #aaa;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}

.c-cta-phone.c-cta-phone--center .c-cta-phone__main {
  flex: 1;
}

.c-section-title {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 95px;
  min-height: 5.9375rem;
  padding: 20px 0;
  padding: 1.25rem 0;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    margin-left: auto;
    margin-right: auto;
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-height: 130px;
    min-height: 8.125rem;
    padding: 34px 74px;
    padding: 2.125rem 4.625rem;
  }
}

.c-section-title__text {
  color: #442614;
  font-family: "Noto Serif JP", serif;
  font-size: max(22px, min(6.93vw, 26px));
  font-size: max(1.375rem, min(6.93vw, 1.625rem));
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-section-title__text {
    font-size: 42px;
    font-size: 2.625rem;
    letter-spacing: 0.1em;
  }
}

.c-section-title__text span {
  color: #1b967b;
}

.c-section-title__corner {
  aspect-ratio: 29/27;
  position: absolute;
  width: 29px;
  width: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .c-section-title__corner {
    width: 42px;
    width: 2.625rem;
  }
}

.c-section-title__corner.c-section-title__corner--tl {
  left: 0;
  top: 0;
}

.c-section-title__corner.c-section-title__corner--tr {
  right: 0;
  top: 0;
  transform: rotate(90deg);
}

.c-section-title__corner.c-section-title__corner--bl {
  bottom: 0;
  left: 0;
  transform: rotate(-90deg);
}

.c-section-title__corner.c-section-title__corner--br {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

.c-section-title.c-section-title--deco .c-section-title__circle {
  height: 180px;
  height: 11.25rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  width: 11.25rem;
}
@media screen and (min-width: 768px) {
  .c-section-title.c-section-title--deco .c-section-title__circle {
    height: 220px;
    height: 13.75rem;
    width: 220px;
    width: 13.75rem;
  }
}

.c-section-title.c-section-title--deco .c-section-title__circle img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
  height: 100%;
     object-fit: contain;
}

.c-section-title.c-section-title--deco .c-section-title__text {
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-section-title.c-section-title--2line {
    min-width: 606px;
    min-width: 37.875rem;
    padding: 22px 74px;
    padding: 1.375rem 4.625rem;
  }
}

.p-case {
  overflow: clip;
}

.p-case .c-section-title__text {
  letter-spacing: 0.05em;
}

.p-case__items {
  display: flex;
  flex-direction: column;
  gap: 48px;
  gap: 3rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-case__items {
    gap: 128px;
    gap: 8rem;
    margin-left: 0;
    margin-right: 0;
    margin-top: 109px;
    margin-top: 6.8125rem;
  }
}

.p-case__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-case__item {
    align-items: center;
    display: grid;
    grid-template-columns: 38.0625rem 26.75rem;
    grid-template-rows: auto auto;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-case__item:not(:last-child)::after {
    background-color: #eadecd;
    bottom: -65px;
    bottom: -4.0625rem;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
  }
}

.p-case__item-header {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
  padding-left: 9px;
  padding-left: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-case__item-header {
    gap: 20px;
    gap: 1.25rem;
    grid-column: 1;
    grid-row: 1;
    padding-left: 15px;
    padding-left: 0.9375rem;
    width: 609px;
    width: 38.0625rem;
  }
}

.p-case__item-header.p-case__item-header--reverse {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 9px;
  padding-right: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-case__item-header.p-case__item-header--reverse {
    flex-direction: row;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-case__item:has(> .p-case__item-header--reverse) {
    grid-template-columns: 26.75rem 38.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-case__item:has(> .p-case__item-header--reverse) .p-case__item-header {
    grid-column: 2;
  }
}

@media screen and (min-width: 768px) {
  .p-case__item:has(> .p-case__item-header--reverse) .p-case__item-label {
    grid-column: 2;
  }
}

@media screen and (min-width: 768px) {
  .p-case__item:has(> .p-case__item-header--reverse) .p-case__item-body {
    grid-column: 1;
  }
}

.p-case__item-side {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 4px;
  gap: 0.25rem;
  width: 27px;
  width: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-case__item-side {
    gap: 7px;
    gap: 0.4375rem;
    width: 45px;
    width: 2.8125rem;
  }
}

.p-case__item-line {
  background-color: #a88c4c;
  height: 24px;
  height: 1.5rem;
  width: 1px;
}
@media screen and (min-width: 768px) {
  .p-case__item-line {
    height: 40px;
    height: 2.5rem;
  }
}

.p-case__item-number {
  color: #a88c4c;
  font-family: "EB Garamond", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .p-case__item-number {
    font-size: 26.6px;
    font-size: 1.6625rem;
  }
}

.p-case__item-image {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-case__item-image {
    flex: 0 0 544px;
    flex: 0 0 34rem;
    width: 544px;
    width: 34rem;
  }
}

.p-case__item-image img {
  -o-object-fit: cover;
  aspect-ratio: 327/184;
  height: auto;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-case__item:nth-child(1) .p-case__item-label-text br,
  .p-case__item:nth-child(3) .p-case__item-label-text br {
    display: none;
  }
}

.p-case__item-label {
  align-items: center;
  background: linear-gradient(160deg, #63bd93 17%, #1b967b 86%);
  display: flex;
  justify-content: center;
  margin-top: -41px;
  margin-top: -2.5625rem;
  padding: 8px 24px;
  padding: 0.5rem 1.5rem;
  position: relative;
  width: 187px;
  width: 11.6875rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-case__item-label {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    margin-left: 0;
    margin-top: -68px;
    margin-top: -4.25rem;
    min-height: 116px;
    min-height: 7.25rem;
    padding: 16px 32px;
    padding: 1rem 2rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-case__item-label.p-case__item-label--right {
  display: flex;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-case__item-label.p-case__item-label--right {
    margin-left: -16px;
    margin-left: -1rem;
  }
}

.p-case__item-label-text {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-case__item-label-text {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.p-case__item-body {
  margin-top: 24px;
  margin-top: 1.5rem;
  padding: 0 32px;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .p-case__item-body {
    align-self: center;
    grid-column: 2;
    grid-row: 1/3;
    margin-top: 0;
    padding: 0;
    width: 428px;
    width: 26.75rem;
  }
}

.p-case__item-desc {
  color: #442614;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-case__item-desc {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-concern {
  overflow: hidden;
  position: relative;
}

.p-concern__title-bar {
  background-color: #dcedde;
  padding: 20px 10px;
  padding: 1.25rem 0.625rem;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-concern__title-bar {
    padding: 32px 10px;
    padding: 2rem 0.625rem;
  }
}

.p-concern__title-bar::after {
  border-left: 17.5px solid transparent;
  border-left: 1.09375rem solid transparent;
  border-right: 17.5px solid transparent;
  border-right: 1.09375rem solid transparent;
  border-top: 18px solid #dcedde;
  border-top: 1.125rem solid #dcedde;
  bottom: -17px;
  bottom: -1.0625rem;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-concern__title-bar::after {
    border-left-width: 21.5px;
    border-left-width: 1.34375rem;
    border-right-width: 21.5px;
    border-right-width: 1.34375rem;
    border-top-width: 22px;
    border-top-width: 1.375rem;
    bottom: -21px;
    bottom: -1.3125rem;
  }
}

.p-concern__title {
  color: #442614;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-concern__title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.p-concern__body {
  padding: 56px 0 47px;
  padding: 3.5rem 0 2.9375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-concern__body {
    padding: 54px 0 45px;
    padding: 3.375rem 0 2.8125rem;
  }
}

.p-concern__bg {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.p-concern__bg img {
  -o-object-fit: cover;
  aspect-ratio: 375/800;
  height: 100%;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-concern__bg img {
    aspect-ratio: 1440/767;
  }
}

.p-concern__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.p-concern__quote-text {
  color: #442614;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.8;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-concern__quote-text {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.p-concern__quote-text::before {
  color: #dcedde;
  content: "“";
  font-family: "Noto Serif JP", serif;
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: 600;
  left: -3px;
  left: -0.1875rem;
  letter-spacing: 0.1em;
  line-height: 1;
  position: absolute;
  top: -28px;
  top: -1.75rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-concern__quote-text::before {
    font-size: 88px;
    font-size: 5.5rem;
    left: -40px;
    left: -2.5rem;
    top: 0;
  }
}

.p-concern__quote-text::after {
  color: #dcedde;
  content: "“";
  font-family: "Noto Serif JP", serif;
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  position: absolute;
  right: 1px;
  right: 0.0625rem;
  top: 48px;
  top: 3rem;
  transform: scale(-1);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-concern__quote-text::after {
    font-size: 88px;
    font-size: 5.5rem;
    right: -57px;
    right: -3.5625rem;
    top: 5px;
    top: 0.3125rem;
  }
}

.p-concern__quote-highlight {
  background-color: #dcedde;
}

.p-concern__frame-outer {
  background-color: #ae9257;
  clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 50px 100%, 0 calc(100% - 50px));
  padding: 1px;
  padding: 0.0625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-concern__frame-outer {
    clip-path: polygon(0 0, calc(100% - 67px) 0, 100% 67px, 100% 100%, 67px 100%, 0 calc(100% - 67px));
    max-width: 1131px;
    max-width: 70.6875rem;
  }
}

.p-concern__frame {
  align-items: center;
  background-color: #fff;
  clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 50px 100%, 0 calc(100% - 50px));
  display: flex;
  flex-direction: column;
  padding: 63px 16px 30px;
  padding: 3.9375rem 1rem 1.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-concern__frame {
    clip-path: polygon(0 0, calc(100% - 67px) 0, 100% 67px, 100% 100%, 67px 100%, 0 calc(100% - 67px));
    padding: 56px 110px 60px;
    padding: 3.5rem 6.875rem 3.75rem;
  }
}

.p-concern__frame > * {
  position: relative;
  z-index: 1;
}

.p-concern__row {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-concern__row {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
    gap: 2.5rem;
    justify-content: space-between;
    margin-top: 33px;
    margin-top: 2.0625rem;
    max-width: 912px;
    max-width: 57rem;
    width: 100%;
  }
}

.p-concern__frame-img {
  margin-top: 46px;
  margin-top: 2.875rem;
  width: 250px;
  width: 15.625rem;
}
@media screen and (min-width: 768px) {
  .p-concern__frame-img {
    flex-shrink: 0;
    margin-top: 0;
    width: 290px;
    width: 18.125rem;
  }
}

.p-concern__frame-img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-concern__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  gap: 1rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-concern__list {
    margin-top: 0;
    width: 581.5px;
    width: 36.34375rem;
  }
}

.p-concern__list-item {
  align-items: center;
  border-bottom: 1px dashed rgba(68, 38, 20, 0.3);
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}

.p-concern__list-item p {
  color: #442614;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-concern__list-item p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-concern__check {
  flex-shrink: 0;
  width: 18px;
  width: 1.125rem;
}

.p-concern__check img {
  -o-object-fit: cover;
  aspect-ratio: 18/17;
     object-fit: cover;
}

.p-concern__accent {
  color: #1b967b;
}

.p-concern__conclusion {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-concern__conclusion {
    gap: 16px;
    gap: 1rem;
    margin-top: -9px;
    margin-top: -0.5625rem;
  }
}

.p-concern__arrow {
  width: 6px;
  width: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-concern__arrow {
    width: 10px;
    width: 0.625rem;
  }
}

.p-concern__arrow img {
  -o-object-fit: cover;
  aspect-ratio: 6/22;
     object-fit: cover;
}

.p-concern__conclusion-text {
  color: #442614;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-concern__conclusion-text {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.p-divider-wave {
  line-height: 0;
  position: relative;
  z-index: 1;
}

.p-divider-wave img {
  height: auto;
  width: 100%;
}

.p-faq {
  background-color: #fff;
}

.p-faq__items {
  display: flex;
  flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-faq__items {
    gap: 32px;
    gap: 2rem;
    margin-top: 64px;
    margin-top: 4rem;
  }
}

.p-faq__item {
  border: 1px solid #ae9257;
  overflow: hidden;
}

.p-faq__question {
  align-items: center;
  background-color: #dcedde;
  border: none;
  color: inherit;
  cursor: pointer;
  display: flex;
  font: inherit;
  gap: 16px;
  gap: 1rem;
  padding: 16px 12px;
  padding: 1rem 0.75rem;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-faq__question {
    padding: 22px;
    padding: 1.375rem;
  }
}

.p-faq__question-icon {
  color: #1b967b;
  flex-shrink: 0;
  font-family: "EB Garamond", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-faq__question-icon {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.p-faq__question-text {
  color: #442614;
  flex: 1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-faq__question-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-faq__toggle {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 30px;
  height: 1.875rem;
  justify-content: center;
  position: relative;
  width: 30px;
  width: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-faq__toggle {
    height: 40px;
    height: 2.5rem;
    width: 40px;
    width: 2.5rem;
  }
}

.p-faq__toggle::before {
  background-color: #1b967b;
  content: "";
  height: 2px;
  height: 0.125rem;
  position: absolute;
  width: 15px;
  width: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-faq__toggle::before {
    width: 20px;
    width: 1.25rem;
  }
}

.p-faq__toggle::after {
  background-color: #1b967b;
  content: "";
  height: 15px;
  height: 0.9375rem;
  position: absolute;
  transition: transform 0.3s;
  width: 2px;
  width: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-faq__toggle::after {
    height: 20px;
    height: 1.25rem;
  }
}

.p-faq__item.is-open .p-faq__toggle::after {
  transform: rotate(90deg);
}

.p-faq__answer {
  background-color: #fff;
  display: none;
  padding: 16px;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p-faq__answer {
    padding: 23px;
    padding: 1.4375rem;
  }
}

.p-faq__answer-text {
  color: #442614;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-faq__answer-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-fixed-cta {
  background-color: #fff;
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 5px;
  padding: 0.3125rem;
  position: fixed;
  right: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  z-index: 999;
}
.p-fixed-cta.is-visible {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .p-fixed-cta {
    padding: 16px 24px;
    padding: 1rem 1.5rem;
  }
}

.p-fixed-cta__sp {
  align-items: center;
  display: flex;
  gap: 5px;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-fixed-cta__sp {
    display: none;
  }
}

.p-fixed-cta__buttons {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-fixed-cta__buttons {
    display: flex;
    gap: 24px;
    gap: 1.5rem;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .p-fixed-cta__buttons .c-cta-phone {
    width: 290px;
    width: 18.125rem;
  }
}

.p-fixed-cta__phone {
  align-items: center;
  background-color: #fff;
  border: 2px solid #63bd93;
  border-radius: 0.4375rem;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  flex: 1;
  height: 60px;
  height: 3.75rem;
  justify-content: center;
}

.p-fixed-cta__phone-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
  gap: 0.25rem;
}

.p-fixed-cta__phone-number {
  align-items: center;
  display: flex;
  gap: 3px;
  gap: 0.1875rem;
}

.p-fixed-cta__phone-icon {
  width: 17px;
  width: 1.0625rem;
}

.p-fixed-cta__phone-icon img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
     object-fit: contain;
}

.p-fixed-cta__phone-number span {
  color: #1b967b;
  font-family: "Outfit", sans-serif;
  font-size: max(18px, min(5.9vw, 22px));
  font-size: max(1.125rem, min(5.9vw, 1.375rem));
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.p-fixed-cta__phone-time {
  color: #aaa;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

.p-fixed-cta__contact {
  align-items: center;
  background-color: #bc326c;
  border-radius: 0.4375rem;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  flex: 1;
  height: 60px;
  height: 3.75rem;
  justify-content: center;
}

.p-fixed-cta__contact-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
  gap: 0.25rem;
}

.p-fixed-cta__contact-badge {
  background-color: #fff;
  border-radius: 6.25rem;
  color: #bc326c;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
}

.p-fixed-cta__contact-text {
  color: #fff;
  font-size: max(13px, min(4.3vw, 16px));
  font-size: max(0.8125rem, min(4.3vw, 1rem));
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}

.p-flow {
  background-color: #dcedde;
  padding: 63px 0 64px;
  padding: 3.9375rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .p-flow {
    padding-bottom: 95px;
    padding-bottom: 5.9375rem;
    padding-top: 120px;
    padding-top: 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-flow__intro.u-pc {
    display: flex;
    flex-direction: column;
    gap: 8px;
    gap: 0.5rem;
    margin-top: 110px;
    margin-top: 6.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-flow__intro-text {
    color: #442614;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
}

@media screen and (min-width: 768px) {
  .p-flow__intro-text span {
    color: #1b967b;
  }
}

@media screen and (min-width: 768px) {
  .p-flow__intro-note {
    color: #bc326c;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
}

.p-flow__steps {
  display: flex;
  flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-flow__steps {
    gap: 20px;
    gap: 1.25rem;
    margin-top: 38px;
    margin-top: 2.375rem;
  }
}

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

.p-flow__step-card {
  background-color: #fff;
  padding: 24px 16px 32px;
  padding: 1.5rem 1rem 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-flow__step-card {
    padding: 32px 40px 40px;
    padding: 2rem 2.5rem 2.5rem;
  }
}

.p-flow__step-header {
  align-items: center;
  display: flex;
  gap: 15px;
  gap: 0.9375rem;
}

.p-flow__step-badge {
  align-items: center;
  background: linear-gradient(170deg, #63bd93 3%, #1b967b 100%);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  height: 50px;
  height: 3.125rem;
  justify-content: center;
  width: 50px;
  width: 3.125rem;
}

.p-flow__step-badge-label {
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 0.83;
  text-transform: uppercase;
}

.p-flow__step-badge-number {
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 0.83;
}

.p-flow__step-name {
  color: #1b967b;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-flow__step-name {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.p-flow__step-divider {
  border-top: 1px dashed #ccc;
  height: 1px;
  margin-top: 15px;
  margin-top: 0.9375rem;
  width: 100%;
}

.p-flow__step-desc {
  color: #442614;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-flow__step-desc {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-flow__step-cta {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  gap: 1rem;
  margin-top: 24px;
  margin-top: 1.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-flow__step-cta {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.p-flow__step-phone {
  align-items: center;
  background-color: #fff;
  border: 2px solid #63bd93;
  border-radius: 0.4375rem;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  gap: 4px;
  gap: 0.25rem;
  height: 66px;
  height: 4.125rem;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-flow__step-phone {
    width: 311px;
    width: 19.4375rem;
  }
}

.p-flow__step-phone-number {
  align-items: center;
  display: flex;
  gap: 4px;
  gap: 0.25rem;
}

.p-flow__step-phone-icon {
  width: 18px;
  width: 1.125rem;
}

.p-flow__step-phone-icon img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
     object-fit: contain;
}

.p-flow__step-phone-number span {
  color: #1b967b;
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

.p-flow__step-phone-time {
  color: #aaa;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

.p-flow__step-contact {
  align-items: center;
  background-color: #bc326c;
  border-radius: 0.4375rem;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  gap: 4px;
  gap: 0.25rem;
  height: 66px;
  height: 4.125rem;
  justify-content: center;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-flow__step-contact {
    width: 311px;
    width: 19.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-flow__step-note {
    width: 100%;
  }
}

.p-flow__step-contact-badge {
  background-color: #fff;
  border-radius: 6.25rem;
  color: #bc326c;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
}

.p-flow__step-contact-text {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.p-flow__step-contact-arrow {
  position: absolute;
  right: 10px;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  width: 1.5rem;
}

.p-flow__step-contact-arrow img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
     object-fit: contain;
}

.p-flow__step-note {
  color: #777;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.p-flow__connector {
  height: 30px;
  height: 1.875rem;
  width: 115px;
  width: 7.1875rem;
}

.p-flow__connector img {
  -o-object-fit: contain;
  aspect-ratio: 115/30;
     object-fit: contain;
}

.p-footer {
  background-color: #fff;
  padding: 0 0 100px;
  padding: 0 0 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding: 0 0 120px;
    padding: 0 0 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__inner {
    grid-column-gap: 3.9375rem;
    -moz-column-gap: 3.9375rem;
    grid-row-gap: 36px;
    align-items: start;
         column-gap: 3.9375rem;
    display: grid;
    grid-template-areas: "cert logos" "cert links" "group group" "copyright copyright";
    grid-template-columns: max-content 1fr;
    row-gap: 36px;
    row-gap: 2.25rem;
  }
}

.p-footer__cert {
  background-color: #dcedde;
  padding: 15px 10px;
  padding: 0.9375rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-footer__cert {
    align-self: center;
    grid-area: cert;
    padding: 32px;
    padding: 2rem;
  }
}

.p-footer__cert-inner {
  align-items: center;
  display: flex;
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-footer__cert-inner {
    gap: 32px;
    gap: 2rem;
  }
}

.p-footer__cert-badge {
  flex-shrink: 0;
  height: 50px;
  height: 3.125rem;
  width: 50px;
  width: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__cert-badge {
    height: 80px;
    height: 5rem;
    width: 80px;
    width: 5rem;
  }
}

.p-footer__cert-badge img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
     object-fit: contain;
}

.p-footer__cert-text {
  flex: 1;
}

.p-footer__cert-title {
  color: #442614;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-footer__cert-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-footer__cert-desc {
  color: #442614;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: -0.01em;
  line-height: 1.6;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__cert-desc {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 4px;
    margin-top: 0.25rem;
  }
}

.p-footer__logos {
  align-items: flex-start;
  display: flex;
  gap: max(16px, min(6vw, 48px));
  gap: max(1rem, min(6vw, 3rem));
  justify-content: center;
  margin-top: 34px;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__logos {
    align-items: flex-start;
    gap: 64px;
    gap: 4rem;
    grid-area: logos;
    justify-content: flex-start;
    margin-top: 0;
  }
}

.p-footer__logo-left,
.p-footer__logo-right {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-footer__logo-left,
  .p-footer__logo-right {
    gap: 16px;
    gap: 1rem;
  }
}

.p-footer__logo-left {
  width: max(150px, min(48vw, 180px));
  width: max(9.375rem, min(48vw, 11.25rem));
}
@media screen and (min-width: 768px) {
  .p-footer__logo-left {
    width: 300px;
    width: 18.75rem;
  }
}

.p-footer__logo-left img {
  -o-object-fit: contain;
  aspect-ratio: 300/44;
     object-fit: contain;
  width: 100%;
}

.p-footer__logo-right {
  gap: 15px;
  gap: 0.9375rem;
  width: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__logo-right {
    gap: 23px;
    gap: 1.4375rem;
    width: 186px;
    width: 11.625rem;
  }
}

.p-footer__logo-right img {
  -o-object-fit: contain;
  aspect-ratio: 186/43;
     object-fit: contain;
  width: 100px;
  width: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__logo-right img {
    width: 160px;
    width: 10rem;
  }
}

.p-footer__logo-label {
  color: #555;
  font-size: max(10px, min(3.2vw, 12px));
  font-size: max(0.625rem, min(3.2vw, 0.75rem));
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.54;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__logo-label {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-footer__links {
  align-items: center;
  border-bottom: 1px solid rgba(170, 170, 170, 0.45);
  display: flex;
  flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
  margin-left: -16px;
  margin-left: -1rem;
  margin-right: -16px;
  margin-right: -1rem;
  margin-top: 33px;
  margin-top: 2.0625rem;
  padding-bottom: 31px;
  padding-bottom: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .p-footer__links {
    align-items: center;
    border-bottom: 0;
    flex-direction: row;
    gap: 40px;
    gap: 2.5rem;
    grid-area: links;
    justify-content: flex-start;
    margin: 0;
    padding-bottom: 0;
  }
}

.p-footer__links-row {
  display: flex;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__links-row {
    display: contents;
  }
}

.p-footer__link {
  -webkit-text-decoration: none;
  align-items: center;
  display: inline-flex;
  gap: 6px;
  gap: 0.375rem;
  text-decoration: none;
}

.p-footer__link span {
  color: #555;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-footer__link span {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-footer__link img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
     object-fit: contain;
  width: 10px;
  width: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-footer__link img {
    width: 14px;
    width: 0.875rem;
  }
}

.p-footer__group {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-footer__group {
    align-items: flex-start;
    border-top: 1px solid rgba(170, 170, 170, 0.45);
    display: flex;
    flex-direction: row;
    gap: 40px;
    gap: 2.5rem;
    grid-area: group;
    justify-content: center;
    margin-top: 5px;
    margin-top: 0.3125rem;
    padding-top: 40px;
    padding-top: 2.5rem;
  }
}

.p-footer__group-title {
  color: #442614;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__group-title {
    flex-shrink: 0;
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
    width: 310px;
    width: 19.375rem;
  }
}

.p-footer__iso-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  gap: 0.75rem;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-footer__iso-list {
    flex: 1;
    flex-direction: row;
    gap: 24px;
    gap: 1.5rem;
    margin-top: 0;
  }
}

.p-footer__iso-item {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-footer__iso-item {
    flex: 1 1 0;
    min-width: 0;
  }
}

.p-footer__iso-badge {
  flex-shrink: 0;
  width: 60px;
  width: 3.75rem;
}

.p-footer__iso-badge img {
  -o-object-fit: contain;
  aspect-ratio: 60/75;
     object-fit: contain;
}

.p-footer__iso-text {
  flex: 1;
  min-width: 0;
}

.p-footer__iso-code {
  color: #442614;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-footer__iso-code {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
}

.p-footer__iso-desc {
  color: #909090;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  line-height: 1.6;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.p-footer__copyright {
  margin-top: 34px;
  margin-top: 2.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    grid-area: copyright;
    margin-top: 28px;
    margin-top: 1.75rem;
  }
}

.p-footer__copyright small {
  color: #aaa;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright small {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.p-form {
  background-color: #dcedde;
  padding: 60px 0 64px;
  padding: 3.75rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .p-form {
    padding: 120px 0 120px;
    padding: 7.5rem 0 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form__inner {
    max-width: 1182px;
    max-width: 73.875rem;
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
}

.p-form__box {
  background: #fff;
  margin-top: 38px;
  margin-top: 2.375rem;
  padding: 40px 16px 48px;
  padding: 2.5rem 1rem 3rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-form__box {
    margin-top: 84px;
    margin-top: 5.25rem;
    padding: 64px;
    padding: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form__group {
    align-items: center;
    border-bottom: 1px dotted #aaa;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    gap: 2.5rem;
    padding-bottom: 32px;
    padding-bottom: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form__group--top {
    align-items: flex-start;
  }
}

.p-form__group + .p-form__group {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-form__group + .p-form__group {
    margin-top: 0;
    padding-top: 31px;
    padding-top: 1.9375rem;
  }
}

.p-form__group--other {
  margin-top: -20px;
  margin-top: -1.25rem;
}

.p-form__group.is-error input,
.p-form__group.is-error select,
.p-form__group.is-error textarea {
  border-color: #e74c3c;
}

.p-form__error {
  color: #e74c3c;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form__error {
    margin-top: -24px;
    margin-top: -1.5rem;
  }
}

.p-form__label {
  align-items: center;
  color: #442614;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  gap: 12px;
  gap: 0.75rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-form__label {
    flex-shrink: 0;
    width: 300px;
    width: 18.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form__label--top {
    align-items: flex-start;
  }
  .p-form__label--top span {
    position: relative;
    top: 2px;
    top: 0.125rem;
  }
}

.p-form__label + .p-form__row,
.p-form__label + .p-form__select-wrap,
.p-form__label + .p-form__radio-group,
.p-form__label + .p-form__checkbox-group,
.p-form__label + input,
.p-form__label + textarea,
.p-form__label + .p-form__age-wrap,
.p-form__note + .p-form__checkbox-group,
.p-form__label-wrap + .p-form__checkbox-group {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-form__label + .p-form__row,
  .p-form__label + .p-form__select-wrap,
  .p-form__label + .p-form__radio-group,
  .p-form__label + .p-form__checkbox-group,
  .p-form__label + input,
  .p-form__label + textarea,
  .p-form__label + .p-form__age-wrap,
  .p-form__note + .p-form__checkbox-group,
  .p-form__label-wrap + .p-form__checkbox-group {
    margin-top: 0;
  }
}

.p-form__sub-label {
  color: #442614;
  display: block;
  flex-shrink: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  white-space: nowrap;
  width: 30px;
  width: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-form__label-wrap {
    flex-shrink: 0;
    width: 300px;
    width: 18.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form__label-wrap .p-form__label {
    width: auto;
  }
}

.p-form__note {
  color: #777;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.p-form__required,
.p-form__optional {
  align-items: center;
  border-radius: 0.1875rem;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 4px 5px;
  padding: 0.25rem 0.3125rem;
}

.p-form__required {
  background: #1b967b;
  color: #fff;
}

.p-form__optional {
  background: rgba(227, 227, 227, 0.87);
  color: #442614;
}

.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=tel],
.p-form input[type=number],
.p-form textarea,
.p-form select {
  border: 1px solid #eadecd;
  border-radius: 0.25rem;
  display: block;
  font-size: 16px;
  height: 50px;
  height: 3.125rem;
  letter-spacing: 0.05em;
  padding: 13px 16px;
  padding: 0.8125rem 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form input[type=text],
  .p-form input[type=email],
  .p-form input[type=tel],
  .p-form input[type=number],
  .p-form textarea,
  .p-form select {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=tel],
.p-form input[type=number],
.p-form textarea,
.p-form select {
  background: #fdfaf6;
  color: #442614;
  transition: border-color 0.2s;
}

.p-form input[type=number]::-webkit-inner-spin-button,
.p-form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.p-form input[type=number] {
  -moz-appearance: textfield;
}

.p-form input[type=text]:focus-visible,
.p-form input[type=email]:focus-visible,
.p-form input[type=tel]:focus-visible,
.p-form input[type=number]:focus-visible,
.p-form textarea:focus-visible,
.p-form select:focus-visible {
  border-color: #1b967b;
  box-shadow: 0 0 0 2px rgba(27, 150, 123, 0.3);
  outline: none;
}

.p-form input[type=text]::-moz-placeholder, .p-form input[type=email]::-moz-placeholder, .p-form input[type=tel]::-moz-placeholder, .p-form input[type=number]::-moz-placeholder, .p-form textarea::-moz-placeholder {
  color: #aaa;
}

.p-form input[type=text]::placeholder,
.p-form input[type=email]::placeholder,
.p-form input[type=tel]::placeholder,
.p-form input[type=number]::placeholder,
.p-form textarea::placeholder {
  color: #aaa;
}

.p-form textarea {
  height: 180px;
  height: 11.25rem;
  min-height: 120px;
  min-height: 7.5rem;
  resize: vertical;
}

.p-form__input--short {
  max-width: 100px;
  max-width: 6.25rem;
}

@media screen and (min-width: 768px) {
  .p-form__age-wrap {
    align-items: center;
    display: flex;
    gap: 16px;
    gap: 1rem;
  }
}

.p-form__age-unit {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-form__age-unit {
    color: #442614;
    display: block;
    flex-shrink: 0;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
}

.p-form__row {
  display: flex;
  flex-direction: column;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-form__row {
    flex: 1;
    flex-direction: row;
    gap: 24px;
    gap: 1.5rem;
  }
}

.p-form__col {
  align-items: center;
  display: flex;
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-form__col {
    flex: 1;
    min-width: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-form__col input {
    min-width: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-form__group > input,
  .p-form__group > textarea,
  .p-form__group > .p-form__age-wrap {
    flex: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-form__select-wrap {
    flex-shrink: 0;
    width: 311px;
    width: 19.4375rem;
  }
}

.p-form .p-form__select-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fdfaf6 url("../images/common/icon_select_arrow.svg") no-repeat right 14px center/14px 9px;
  background: #fdfaf6 url("../images/common/icon_select_arrow.svg") no-repeat right 0.875rem center/0.875rem 0.5625rem;
  padding-right: 36px;
  padding-right: 2.25rem;
}

.p-form__radio-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
}

.p-form__radio {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  position: relative;
}

.p-form__radio input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  clip: auto;
       appearance: none;
  background: #fdfaf6;
  border: 1px solid #eadecd;
  border-radius: 50%;
  clip-path: none;
  cursor: pointer;
  display: block;
  flex-shrink: 0;
  height: 20px;
  height: 1.25rem;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: relative;
  transition: border-color 0.2s;
  white-space: normal;
  width: 20px;
  width: 1.25rem;
}

.p-form__radio input[type=radio]:focus-visible {
  border-color: #1b967b;
  box-shadow: 0 0 0 2px rgba(27, 150, 123, 0.3);
  outline: none;
}

.p-form__radio input[type=radio]:checked {
  background: radial-gradient(#1b967b 0.3125rem, #fdfaf6 0.3125rem);
}

.p-form__radio-icon {
  display: none;
}

.p-form__radio-icon::after {
  background: #1b967b;
  border-radius: 50%;
  content: "";
  height: 10px;
  height: 0.625rem;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s;
  width: 10px;
  width: 0.625rem;
}

.p-form__radio-text {
  color: #442614;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
}

.p-form__checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  gap: 0.75rem;
}

.p-form__checkbox {
  cursor: pointer;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  position: relative;
}

.p-form__checkbox input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  clip: auto;
       appearance: none;
  background: #fdfaf6;
  border: 1px solid #eadecd;
  border-radius: 1px;
  clip-path: none;
  cursor: pointer;
  display: block;
  flex-shrink: 0;
  height: 20px;
  height: 1.25rem;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: relative;
  transition: background 0.2s, border-color 0.2s;
  white-space: normal;
  width: 20px;
  width: 1.25rem;
}

.p-form__checkbox input[type=checkbox]:focus-visible {
  border-color: #1b967b;
  box-shadow: 0 0 0 2px rgba(27, 150, 123, 0.3);
  outline: none;
}

.p-form__checkbox input[type=checkbox]:checked {
  background: #fdfaf6 url("../images/common/icon_checkbox_checked.svg") no-repeat center/15px 12px;
  background: #fdfaf6 url("../images/common/icon_checkbox_checked.svg") no-repeat center/0.9375rem 0.75rem;
}

.p-form__checkbox-icon {
  display: none;
}

.p-form__checkbox-icon::after {
  background: url("../images/common/icon_checkbox_checked.svg") no-repeat center/contain;
  bottom: 2px;
  bottom: 0.125rem;
  content: "";
  height: 12px;
  height: 0.75rem;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  transition: opacity 0.2s;
  width: 15px;
  width: 0.9375rem;
}

.p-form__checkbox-text {
  color: #442614;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
}

.p-form__agree {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-form__agree {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    gap: 1.5rem;
  }
}

.p-form__agree-text {
  color: #442614;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-form__agree-text {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
  }
}

.p-form__agree-text a {
  -webkit-text-decoration: underline;
  color: #008dc9;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-form__agree-text a:hover {
    -webkit-text-decoration: none;
    opacity: 1;
    text-decoration: none;
  }
}

.p-form__checkbox--agree {
  justify-content: center;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-form__checkbox--agree {
    gap: 16px;
    gap: 1rem;
    margin-top: 0;
  }
}

.p-form__submit {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-form__submit-btn {
  align-items: center;
  background: #bc326c;
  border: 1px solid #bc326c;
  border-radius: 0.4375rem;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  height: 66px;
  height: 4.125rem;
  justify-content: center;
  padding: 14px 40px;
  padding: 0.875rem 2.5rem;
  position: relative;
  transition: background 0.3s, color 0.3s;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form__submit-btn {
    margin: 0 auto;
    width: 311px;
    width: 19.4375rem;
  }
}

.p-form__submit-btn::after {
  background: #fff url("../images/common/icon_form_arrow.svg") no-repeat center/6px 10px;
  background: #fff url("../images/common/icon_form_arrow.svg") no-repeat center/0.375rem 0.625rem;
  border-radius: 50%;
  content: "";
  display: block;
  height: 24px;
  height: 1.5rem;
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s;
  width: 24px;
  width: 1.5rem;
}

.p-form__submit-btn:disabled {
  background: #ccc;
  border: none;
  cursor: not-allowed;
}

.p-form__submit-btn:disabled::after {
  display: none;
}

.p-form__submit-btn:not(:disabled):hover {
  background: #fff;
  color: #bc326c;
}
.p-form__submit-btn:not(:disabled):hover::after {
  background: #bc326c url("../images/common/icon_form_arrow_white.svg") no-repeat center/6px 10px;
  background: #bc326c url("../images/common/icon_form_arrow_white.svg") no-repeat center/0.375rem 0.625rem;
}

.p-form__thanks {
  padding: 60px 16px;
  padding: 3.75rem 1rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-form__thanks {
    text-align: center;
  }
}
.p-form__thanks p {
  color: #442614;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.p-form__thanks p + p {
  margin-top: 8px;
  margin-top: 0.5rem;
}
.p-form__thanks-back {
  display: block;
  margin: 48px auto 0;
  margin: 3rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-form__thanks-back {
    margin-top: 32px;
    margin-top: 2rem;
  }
}
.p-form__thanks-back {
  -webkit-text-decoration: none;
  background-color: #1b967b;
  border: 1px solid #1b967b;
  border-radius: 3.125rem;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  padding: 14px 40px;
  padding: 0.875rem 2.5rem;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  width: -moz-fit-content;
  width: fit-content;
}
.p-form__thanks-back:hover {
  background-color: #fff;
  color: #1b967b;
}

.p-fv {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-fv {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    max-width: 120rem;
    padding-left: max(16px, min(6.94vw, 200px));
    padding-left: max(1rem, min(6.94vw, 12.5rem));
    position: relative;
  }
}

.p-fv__bg {
  height: 347px;
  height: 21.6875rem;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-fv__bg {
    height: 734px;
    height: 45.875rem;
    left: 47.1527777778%;
    overflow: hidden;
    position: absolute;
    right: calc(50% - 50vw);
    top: 0;
    width: auto;
    z-index: -1;
  }
}

.p-fv__bg img {
  -o-object-fit: cover;
  aspect-ratio: 375/347;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-fv__bg img {
    -o-object-fit: cover;
    height: 100%;
       object-fit: cover;
    width: 100%;
  }
}

.p-fv__bg::after {
  background: linear-gradient(to top, #fff 17%, rgba(255, 255, 255, 0));
  bottom: 0;
  content: "";
  height: 54%;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-fv__bg::after {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .p-fv__bg::before {
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 302px;
    width: 18.875rem;
    z-index: 1;
  }
}

.p-fv__content {
  margin-top: -125px;
  margin-top: -7.8125rem;
  padding: 0 5px;
  padding: 0 0.3125rem;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-fv__content {
    margin-top: 0;
    order: 1;
    padding-top: 84px;
    padding-top: 5.25rem;
    position: relative;
    z-index: 1;
  }
}

.p-fv__title {
  color: #442614;
  font-family: "Noto Serif JP", serif;
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  margin-top: -127px;
  margin-top: -7.9375rem;
  position: relative;
  text-shadow: 0 0 8px #fff, 0 0 7px #fff, 0 0 6px #fff, 0 0 5px #fff;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-fv__title {
    font-size: 50px;
    font-size: 3.125rem;
    letter-spacing: 0.1em;
    margin: 0;
    max-width: 800px;
    max-width: 50rem;
    text-align: center;
    text-shadow: 0 0 14px #fff, 0 0 12px #fff, 0 0 10px #fff, 0 0 8px #fff;
  }
}

.p-fv__title span {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-fv__title span:nth-child(2),
  .p-fv__title span:nth-child(3) {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  .p-fv__title .p-fv__title--green {
    color: #1b967b;
  }
}

.p-fv__title::before {
  align-items: center;
  background: linear-gradient(to bottom right, #63bd93, #1b967b);
  border-radius: 50%;
  color: #fff;
  content: "会員制";
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  height: 65px;
  height: 4.0625rem;
  justify-content: center;
  left: max(-11px, 5px - 50vw + 50%);
  left: max(-0.6875rem, 0.3125rem - 50vw + 50%);
  letter-spacing: 0.05em;
  line-height: 1.2;
  position: absolute;
  text-shadow: none;
  top: -64px;
  top: -4rem;
  width: 65px;
  width: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .p-fv__title::before {
    display: none;
  }
}

.p-fv__divider {
  background: linear-gradient(to right, rgba(68, 38, 20, 0), #442614 50%, rgba(68, 38, 20, 0));
  height: 1.5px;
  margin: 13px auto 0;
  margin: 0.8125rem auto 0;
  max-width: 343px;
  max-width: 21.4375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-fv__divider {
    margin: 16px 0 0;
    margin: 1rem 0 0;
    max-width: 800px;
    max-width: 50rem;
  }
}

.p-fv__subtitle {
  color: #442614;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 25px;
  margin-top: 1.5625rem;
  text-shadow: 0 0 1px #fff;
}
@media screen and (min-width: 768px) {
  .p-fv__subtitle {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    margin: 26px 0 0;
    margin: 1.625rem 0 0;
    max-width: 800px;
    max-width: 50rem;
  }
}

.p-fv__features {
  --scale: max(0, min(calc((100vw - 375px) / 197px), 1));
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-fv__features {
    margin-top: 29px;
    margin-top: 1.8125rem;
    order: 2;
    position: relative;
    z-index: 1;
  }
}

.p-fv__features-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  gap: 0.5rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-fv__features-inner {
    flex-wrap: nowrap;
    gap: 16px;
    gap: 1rem;
    justify-content: flex-start;
    margin: 0;
    max-width: none;
    padding: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-fv__feature {
  align-items: center;
  aspect-ratio: 108/123;
  background-color: #fff;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  padding: calc(1rem + var(--scale) * 1.0625rem) 0.3125rem calc(0.5rem + var(--scale) * 0.5rem);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-fv__feature {
    align-items: center;
    aspect-ratio: auto;
    flex: initial;
    flex-direction: row;
    gap: 12px;
    gap: 0.75rem;
    height: 93px;
    height: 5.8125rem;
    justify-content: flex-start;
    max-width: none;
    padding: 0 15px 0 20px;
    padding: 0 0.9375rem 0 1.25rem;
    width: 250px;
    width: 15.625rem;
  }
}

.p-fv__feature::after {
  background: url("../images/top/fv-feature-frame.png") no-repeat center/100% 100%;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .p-fv__feature::after {
    background-image: url("../images/top/fv-feature-frame-pc.png");
  }
}

.p-fv__feature.p-fv__feature--map {
  justify-content: flex-start;
  padding: calc(2.75rem + var(--scale) * 1.6875rem) 0.3125rem calc(0.3125rem + var(--scale) * 0.1875rem);
}
@media screen and (min-width: 768px) {
  .p-fv__feature.p-fv__feature--map {
    align-items: center;
    flex-direction: column;
    gap: 5px;
    gap: 0.3125rem;
    justify-content: center;
    padding: 12px 15px 12px 73px;
    padding: 0.75rem 0.9375rem 0.75rem 4.5625rem;
  }
}

.p-fv__feature.p-fv__feature--map .p-fv__feature-text {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-fv__feature.p-fv__feature--map .p-fv__feature-text {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
  }
}

.p-fv__feature-map {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-fv__feature-map {
    bottom: 5px;
    bottom: 0.3125rem;
    height: auto;
    left: 5px;
    left: 0.3125rem;
    right: 5px;
    right: 0.3125rem;
    top: 5px;
    top: 0.3125rem;
    width: auto;
  }
}

.p-fv__feature-map picture {
  display: block;
  height: 100%;
  width: 100%;
}

.p-fv__feature-map img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-fv__feature-map img {
    -o-object-fit: contain;
    -o-object-position: left;
    height: 100%;
       object-fit: contain;
       object-position: left;
    width: 100%;
  }
}

.p-fv__feature-icon {
  position: relative;
  z-index: 1;
}

.p-fv__feature-icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-fv__feature-icon.p-fv__feature-icon--calendar {
  width: calc(2.0625rem + var(--scale) * 1.0625rem);
}
@media screen and (min-width: 768px) {
  .p-fv__feature-icon.p-fv__feature-icon--calendar {
    width: 50px;
    width: 3.125rem;
  }
}

.p-fv__feature-icon.p-fv__feature-icon--calendar img {
  aspect-ratio: 33/30;
}
@media screen and (min-width: 768px) {
  .p-fv__feature-icon.p-fv__feature-icon--calendar img {
    aspect-ratio: 50/45;
  }
}

.p-fv__feature-icon.p-fv__feature-icon--bed {
  width: calc(2.25rem + var(--scale) * 1.1875rem);
}
@media screen and (min-width: 768px) {
  .p-fv__feature-icon.p-fv__feature-icon--bed {
    width: 55px;
    width: 3.4375rem;
  }
}

.p-fv__feature-icon.p-fv__feature-icon--bed img {
  aspect-ratio: 36/30;
}
@media screen and (min-width: 768px) {
  .p-fv__feature-icon.p-fv__feature-icon--bed img {
    aspect-ratio: 55/45;
  }
}

.p-fv__feature-text {
  color: #442614;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(0.8125rem + var(--scale) * 0.1875rem);
  font-weight: 500;
  line-height: 1.4;
  margin-top: calc(0.4375rem + var(--scale) * 0.3125rem);
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-fv__feature-text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0;
    text-align: center;
    white-space: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .p-fv__feature:last-child {
    gap: 20px;
    gap: 1.25rem;
  }
}

.p-fv__feature:last-child .p-fv__feature-text {
  margin-top: calc(1.125rem + var(--scale) * 0.75rem);
}
@media screen and (min-width: 768px) {
  .p-fv__feature:last-child .p-fv__feature-text {
    margin-top: 0;
  }
}

.p-fv__feature-note {
  color: #442614;
  font-size: calc(0.625rem + var(--scale) * 0.25rem);
  line-height: 1.2;
  margin-top: calc(0.3125rem + var(--scale) * 0.1875rem);
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-fv__feature-note {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: -3px;
    margin-top: -0.1875rem;
  }
}

.p-fv__cta {
  background-color: #dcedde;
  border-radius: 0.375rem;
  margin-left: 16px;
  margin-left: 1rem;
  margin-right: 16px;
  margin-right: 1rem;
  margin-top: 45px;
  margin-top: 2.8125rem;
  padding: 28px 11px 30px;
  padding: 1.75rem 0.6875rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-fv__cta {
    background: transparent;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 54px;
    margin-top: 3.375rem;
    order: 3;
    padding: 0;
    position: relative;
    z-index: 1;
  }
}

.p-fv__cta-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-fv__cta-inner {
    background-color: #dcedde;
    border-radius: 0.375rem;
    margin-left: 29px;
    margin-left: 1.8125rem;
    padding: 40px 20px 28px;
    padding: 2.5rem 1.25rem 1.75rem;
    width: 724px;
    width: 45.25rem;
  }
}

.p-fv__cta-header {
  align-items: center;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  margin-top: -40px;
  margin-top: -2.5rem;
}
@media screen and (min-width: 768px) {
  .p-fv__cta-header {
    margin-top: -54px;
    margin-top: -3.375rem;
  }
}

.p-fv__cta-leaf {
  flex-shrink: 0;
  width: 18px;
  width: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-fv__cta-leaf {
    width: 20px;
    width: 1.25rem;
  }
}

.p-fv__cta-leaf:last-child {
  transform: scaleX(-1);
}

.p-fv__cta-leaf img {
  -o-object-fit: cover;
  aspect-ratio: 18/27;
     object-fit: cover;
}

.p-fv__cta-header-text {
  color: #442614;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}
@media screen and (min-width: 768px) {
  .p-fv__cta-header-text {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
  }
}

.p-fv__cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  gap: 1rem;
  max-width: 295px;
  max-width: 18.4375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-fv__cta-buttons {
    flex-direction: row;
    gap: 24px;
    gap: 1.5rem;
    justify-content: center;
    max-width: none;
  }
}

@media screen and (min-width: 768px) {
  .p-fv__cta-buttons .c-cta-phone {
    width: 290px;
    width: 18.125rem;
  }
}

.p-fv__cta-contact {
  align-items: stretch;
  background-color: #bc326c;
  border-radius: 0.4375rem;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  height: 80px;
  height: 5rem;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-fv__cta-contact {
    width: 290px;
    width: 18.125rem;
  }
}

.p-fv__cta-contact-side {
  align-items: center;
  background-color: #a21952;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 2px;
  gap: 0.125rem;
  justify-content: center;
  padding: 4px;
  padding: 0.25rem;
  width: max(50px, min(16.3vw, 61px));
  width: max(3.125rem, min(16.3vw, 3.8125rem));
}

.p-fv__cta-contact-icon {
  width: 30px;
  width: 1.875rem;
}

.p-fv__cta-contact-icon img {
  -o-object-fit: contain;
  aspect-ratio: 30/31;
     object-fit: contain;
}

.p-fv__cta-contact-label {
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
}

.p-fv__cta-contact-main {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
  gap: 0.25rem;
  justify-content: center;
  margin-left: max(5px, min(2.7vw, 10px));
  margin-left: max(0.3125rem, min(2.7vw, 0.625rem));
}

.p-fv__cta-contact-badge {
  background-color: #fff;
  border-radius: 6.25rem;
  color: #bc326c;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
}

.p-fv__cta-contact-text {
  color: #fff;
  font-size: max(15px, min(4.8vw, 18px));
  font-size: max(0.9375rem, min(4.8vw, 1.125rem));
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}

.p-fv__cta-contact-arrow {
  align-self: center;
  flex-shrink: 0;
  margin-left: max(3px, min(1.9vw, 7px));
  margin-left: max(0.1875rem, min(1.9vw, 0.4375rem));
  width: 24px;
  width: 1.5rem;
}

.p-fv__cta-contact-arrow img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
     object-fit: contain;
}

.p-fv__badge {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-fv__badge {
    align-items: center;
    background: linear-gradient(to bottom right, #63bd93, #1b967b);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 700;
    height: 114px;
    height: 7.125rem;
    justify-content: center;
    left: max(16px, min(6.94vw, 200px));
    left: max(1rem, min(6.94vw, 12.5rem));
    letter-spacing: 0.05em;
    line-height: 1.2;
    position: absolute;
    top: 41px;
    top: 2.5625rem;
    width: 114px;
    width: 7.125rem;
    z-index: 2;
  }
}

.p-header {
  background-color: #fff;
}

.p-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  padding-left: 16px;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    max-width: 120rem;
    padding-left: 32px;
    padding-left: 2rem;
    padding-right: 32px;
    padding-right: 2rem;
  }
}

.p-header__logo {
  align-items: center;
  display: flex;
  width: 160px;
  width: 10rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 200px;
    width: 12.5rem;
  }
}

.p-header__logo-link {
  display: block;
}

.p-header__logo-link img {
  -o-object-fit: contain;
  aspect-ratio: 160/36;
     object-fit: contain;
}

.p-header__actions {
  display: flex;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-header__actions {
    align-items: center;
    margin-left: 0;
  }
}

.p-header__action-btn {
  align-items: center;
  display: flex;
  height: 60px;
  height: 3.75rem;
  justify-content: center;
  width: 60px;
  width: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-header__action-btn {
    display: none;
  }
}

.p-header__action-btn.p-header__action-btn--phone {
  background-color: #1b967b;
}

.p-header__action-btn.p-header__action-btn--phone img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
     object-fit: contain;
  width: 26px;
  width: 1.625rem;
}

.p-header__action-btn.p-header__action-btn--mail {
  background-color: #bc326c;
}

.p-header__action-btn.p-header__action-btn--mail img {
  -o-object-fit: contain;
  aspect-ratio: 29/21;
     object-fit: contain;
  width: 29px;
  width: 1.8125rem;
}

.p-header__contact {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__contact {
    align-items: center;
    display: flex;
    gap: 24px;
    gap: 1.5rem;
  }
}

.p-header__tel {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
  gap: 0.25rem;
}

.p-header__tel-main {
  -webkit-text-decoration: none;
  align-items: center;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  text-decoration: none;
}

.p-header__tel-icon {
  align-items: center;
  display: flex;
  width: 23px;
  width: 1.4375rem;
}

.p-header__tel-icon img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
     object-fit: contain;
}

.p-header__tel-number {
  color: #1b967b;
  font-family: "Outfit", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
}

.p-header__tel-sub {
  align-items: center;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
}

.p-header__tel-badge {
  background-color: #dcedde;
  border-radius: 0.125rem;
  color: #442614;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  padding: 3px 8px;
  padding: 0.1875rem 0.5rem;
}

.p-header__tel-hours {
  color: #442614;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
}

.p-header__cta {
  -webkit-text-decoration: none;
  align-items: center;
  background-color: #bc326c;
  border-radius: 0.25rem;
  color: #fff;
  display: flex;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.3;
  padding: 16px 24px;
  padding: 1rem 1.5rem;
  text-decoration: none;
}

.p-membership {
  background-color: #fdfaf6;
  padding: 64px 0;
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .p-membership {
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
    padding-top: 102px;
    padding-top: 6.375rem;
  }
}

.p-membership .c-section-title__text {
  letter-spacing: 0.05em;
}

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

.p-membership__intro-text {
  color: #442614;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-membership__intro-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-membership__intro-text span {
  color: #1b967b;
}

.p-membership__intro-note {
  color: #bc326c;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-membership__intro-note {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 8px;
    margin-top: 0.5rem;
  }
}

.p-membership__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-membership__cards {
    gap: 40px;
    gap: 2.5rem;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

.p-membership__card {
  background-color: #fff;
  border: 1px solid #eadecd;
  padding: 32px 16px;
  padding: 2rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-membership__card {
    padding: 48px 64px;
    padding: 3rem 4rem;
  }
}

.p-membership__card-title-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  gap: 0.75rem;
}

.p-membership__card-title {
  color: #442614;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-membership__card-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.p-membership__card-title-line {
  background-color: #1b967b;
  height: 1px;
  width: 30px;
  width: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-membership__card-title-line {
    width: 50px;
    width: 3.125rem;
  }
}

.p-membership__area-group {
  margin-top: 28px;
  margin-top: 1.75rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-membership__area-group {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

.p-membership__area-label {
  background-color: #dcedde;
  color: #442614;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 8px;
  padding: 0.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-membership__area-label {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 8px;
    padding: 0.5rem;
  }
}

.p-membership__area-text {
  color: #442614;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-membership__area-text {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 16px;
    margin-top: 1rem;
    text-align: center;
  }
}

.p-membership__area-note {
  color: #777;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-membership__area-note {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 32px;
    margin-top: 2rem;
  }
}

.p-membership__price-table {
  margin-top: 30px;
  margin-top: 1.875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-membership__price-table {
    margin-top: 34px;
    margin-top: 2.125rem;
  }
}

.p-membership__price-row {
  align-items: center;
  border-top: 1px dashed #ccc;
  display: flex;
  gap: 5px;
  gap: 0.3125rem;
  justify-content: space-between;
  padding: 14px 0;
  padding: 0.875rem 0;
}
@media screen and (min-width: 768px) {
  .p-membership__price-row {
    padding: 27px 0;
    padding: 1.6875rem 0;
  }
}

.p-membership__price-row:last-child {
  border-bottom: 1px dashed #ccc;
}

.p-membership__price-label {
  color: #442614;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-membership__price-label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-membership__price-value {
  color: #1b967b;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-membership__price-value {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-membership__price-label-note {
  color: #777;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 2px;
  margin-top: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-membership__price-label-note {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-membership__price-notes {
  color: #777;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-membership__price-notes {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 16px;
    margin-top: 1rem;
  }
}

.p-membership__price-note.p-membership__price-note--pink {
  color: #bc326c;
}

.p-membership__simulation {
  background-color: #dcedde;
  margin-top: 32px;
  margin-top: 2rem;
  padding: 16px 8px;
  padding: 1rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-membership__simulation {
    margin-top: 32px;
    margin-top: 2rem;
    padding: 34px 30px;
    padding: 2.125rem 1.875rem;
  }
}

.p-membership__simulation-badge {
  display: flex;
  justify-content: center;
}

.p-membership__simulation-badge-inner {
  background-color: #fff;
  border-radius: 6.25rem;
  color: #442614;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-membership__simulation-badge-inner {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 8px 24px;
    padding: 0.5rem 1.5rem;
  }
}

.p-membership__simulation-text {
  color: #442614;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 12px;
  margin-top: 0.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-membership__simulation-text {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 16px;
    margin-top: 1rem;
  }
}

.p-membership__simulation-arrow {
  margin: 4px auto;
  margin: 0.25rem auto;
  width: 6px;
  width: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-membership__simulation-arrow {
    margin-top: 9px;
    margin-top: 0.5625rem;
  }
}

.p-membership__simulation-arrow img {
  -o-object-fit: contain;
  aspect-ratio: 6/12;
     object-fit: contain;
}

.p-membership__simulation-result {
  color: #442614;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-membership__simulation-result {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-membership__simulation-note {
  color: #777;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 4px;
  margin-top: 0.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-membership__simulation-note {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-membership__trial-note {
  color: #777;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-membership__trial-note {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-mid-cta {
  background: linear-gradient(141deg, #63bd93 17%, #1b967b 86%);
  padding: 32px max(8px, min(4.3vw, 16px));
  padding: 2rem max(0.5rem, min(4.3vw, 1rem));
}
@media screen and (min-width: 768px) {
  .p-mid-cta {
    padding-bottom: 45px;
    padding-bottom: 2.8125rem;
    padding-top: 40px;
    padding-top: 2.5rem;
  }
}

.p-mid-cta__inner {
  background: url("../images/top/mid-cta-frame.svg") center/100% 100% no-repeat;
  margin: 0 auto;
  max-width: 540px;
  max-width: 33.75rem;
  padding: 32px max(10px, min(5vw, 26px));
  padding: 2rem max(0.625rem, min(5vw, 1.625rem));
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mid-cta__inner {
    background-image: url("../images/top/mid-cta-frame_pc.svg");
    max-width: 1132px;
    max-width: 70.75rem;
    padding: 40px 208px;
    padding: 2.5rem 13rem;
  }
}

.p-mid-cta__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  gap: 1rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-mid-cta__content {
    gap: 24px;
    gap: 1.5rem;
  }
}

.p-mid-cta__header {
  align-items: center;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
}

.p-mid-cta__leaf {
  flex-shrink: 0;
  width: 14px;
  width: 0.875rem;
}

.p-mid-cta__leaf.p-mid-cta__leaf--right {
  transform: scaleX(-1);
}

.p-mid-cta__leaf img {
  -o-object-fit: cover;
  aspect-ratio: 14/20;
     object-fit: cover;
}

.p-mid-cta__header-text {
  color: #442614;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mid-cta__header-text {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.p-mid-cta__header-text span {
  color: #bc326c;
}

.p-mid-cta__buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  gap: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-mid-cta__buttons {
    flex-direction: row;
    max-width: 716px;
    max-width: 44.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-mid-cta__buttons > * {
    flex: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-mid-cta__buttons .c-cta-phone__side {
    width: 72px;
    width: 4.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-mid-cta__buttons .c-cta-phone__number-icon {
    width: 24px;
    width: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-mid-cta__buttons .c-cta-phone__number span {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-mid-cta__buttons .c-cta-phone__main {
    margin-left: 13px;
    margin-left: 0.8125rem;
  }
}

.p-mid-cta__contact {
  align-items: stretch;
  background-color: #bc326c;
  border-radius: 0.4375rem;
  display: flex;
  height: 80px;
  height: 5rem;
  overflow: hidden;
  position: relative;
}

.p-mid-cta__contact-side {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  padding: 4px;
  padding: 0.25rem;
  width: 63px;
  width: 3.9375rem;
}
@media screen and (min-width: 768px) {
  .p-mid-cta__contact-side {
    width: 80px;
    width: 5rem;
  }
}

.p-mid-cta__contact-badge-label {
  align-items: center;
  background-color: #a21952;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  height: 55px;
  height: 3.4375rem;
  justify-content: center;
  letter-spacing: 0.05em;
  text-align: center;
  width: 55px;
  width: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .p-mid-cta__contact-badge-label {
    font-size: 18px;
    font-size: 1.125rem;
    height: 60px;
    height: 3.75rem;
    width: 60px;
    width: 3.75rem;
  }
}

.p-mid-cta__contact-main {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding-right: 34px;
  padding-right: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-mid-cta__contact-main {
    flex: none;
    margin-left: 10px;
    margin-left: 0.625rem;
  }
}

.p-mid-cta__contact-text {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mid-cta__contact-text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-mid-cta__contact-arrow {
  position: absolute;
  right: 10px;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  width: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-mid-cta__contact-arrow {
    right: 16px;
    right: 1rem;
  }
}

.p-mid-cta__contact-arrow img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
     object-fit: cover;
}

.p-nav-links {
  background-color: #fdfaf6;
  padding: 48px 0 48px;
  padding: 3rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .p-nav-links {
    padding-top: 61px;
    padding-top: 3.8125rem;
  }
}

.p-nav-links__title {
  color: #442614;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-nav-links__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.p-nav-links__grid {
  grid-gap: 8px;
  display: grid;
  gap: 8px;
  gap: 0.5rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-nav-links__grid {
    gap: 16px;
    gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-nav-links__item {
  align-items: center;
  background-color: #fee6b2;
  border-radius: 0.25rem;
  color: #442614;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  justify-content: space-between;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 14px 16px;
  padding: 0.875rem 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-nav-links__item {
    font-size: 16px;
    font-size: 1rem;
    justify-content: center;
    padding: 14px 24px;
    padding: 0.875rem 1.5rem;
  }
}

.p-nav-links__item img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
     object-fit: cover;
  width: 20px;
  width: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-nav-links__item img {
    position: absolute;
    right: 24px;
    right: 1.5rem;
    width: 24px;
    width: 1.5rem;
  }
}

.p-reason {
  background-color: #dcedde;
  padding: 66px 0 64px;
  padding: 4.125rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .p-reason {
    padding: 95px 0 98px;
    padding: 5.9375rem 0 6.125rem;
  }
}

.p-reason__cards {
  grid-gap: 24px;
  display: grid;
  gap: 24px;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-reason__cards {
    gap: 32px;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 63px;
    margin-top: 3.9375rem;
  }
}

.p-reason__card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.p-reason__card-badge {
  left: -42px;
  left: -2.625rem;
  position: absolute;
  top: -38px;
  top: -2.375rem;
  width: 162px;
  width: 10.125rem;
  z-index: 2;
}

.p-reason__card-badge img {
  -o-object-fit: contain;
  aspect-ratio: 155/161;
     object-fit: contain;
}

.p-reason__card-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  gap: 1rem;
  padding: 24px 15px 32px;
  padding: 1.5rem 0.9375rem 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-reason__card-content {
    flex: 1;
    padding: 32px 20px 32px;
    padding: 2rem 1.25rem 2rem;
  }
}

.p-reason__card-content::before {
  background-color: #ae9257;
  bottom: 0;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.p-reason__card-content::after {
  background-color: #fff;
  bottom: 1px;
  clip-path: polygon(0 0, calc(100% - 29px) 0, 100% 29px, 100% 100%, 29px 100%, 0 calc(100% - 29px));
  content: "";
  left: 1px;
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 0;
}

.p-reason__card-content > * {
  position: relative;
  z-index: 1;
}

.p-reason__card-icon {
  height: 80px;
  height: 5rem;
  position: relative;
  width: 80px;
  width: 5rem;
}

.p-reason__card-icon-bg {
  width: 100%;
}

.p-reason__card-icon-bg img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
     object-fit: contain;
}

.p-reason__card-icon-img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.p-reason__card-icon-img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-reason__card-icon-img.p-reason__card-icon-img--01 {
  width: 45px;
  width: 2.8125rem;
}
.p-reason__card-icon-img.p-reason__card-icon-img--01 img {
  aspect-ratio: 1/1;
}

.p-reason__card-icon-img.p-reason__card-icon-img--02 {
  width: 35px;
  width: 2.1875rem;
}
.p-reason__card-icon-img.p-reason__card-icon-img--02 img {
  aspect-ratio: 35/50;
}

.p-reason__card-icon-img.p-reason__card-icon-img--03 {
  width: 45px;
  width: 2.8125rem;
}
.p-reason__card-icon-img.p-reason__card-icon-img--03 img {
  aspect-ratio: 45/40;
}

.p-reason__card-title {
  color: #442614;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reason__card-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.p-reason__card-title span {
  color: #1b967b;
}

.p-reason__card-divider {
  background: linear-gradient(to right, rgba(174, 146, 87, 0), #ae9257 25%, #ae9257 75%, rgba(174, 146, 87, 0));
  height: 1px;
  width: 100%;
}

.p-reason__card-desc {
  color: #442614;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-reason__card-desc {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-service {
  overflow: clip;
}

.p-service__green-zone,
.p-service__beige-zone {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-service__green-zone,
  .p-service__beige-zone {
    display: block;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
  }
}

@media screen and (min-width: 768px) {
  .p-service__green-zone {
    background-color: #dcedde;
    padding-bottom: 417px;
    padding-bottom: 26.0625rem;
    padding-top: 70px;
    padding-top: 4.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service__beige-zone {
    background-color: #fdfaf6;
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
    padding-top: 66px;
    padding-top: 4.125rem;
  }
}

.p-service__intro {
  background-color: #dcedde;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 60px 0 44px;
  padding: 3.75rem 0 2.75rem;
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}
@media screen and (min-width: 768px) {
  .p-service__intro {
    background-color: transparent;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-service__intro-inner {
    align-items: center;
    display: flex;
    gap: 80px;
    gap: 5rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 65px;
    margin-top: 4.0625rem;
    max-width: 1131px;
    max-width: 70.6875rem;
    width: 100%;
  }
}

.p-service__intro-image {
  margin-top: 27px;
  margin-top: 1.6875rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-service__intro-image {
    flex-shrink: 0;
    margin-top: 0;
    width: 500px;
    width: 31.25rem;
  }
}

.p-service__intro-image img {
  -o-object-fit: cover;
  aspect-ratio: 342/228;
  height: auto;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-service__intro-image img {
    aspect-ratio: 500/333;
  }
}

.p-service__intro-text {
  color: #442614;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-service__intro-text {
    flex: 1;
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 0;
  }
}

.p-service__intro-accent {
  color: #1b967b;
}

.p-service__course {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-service__course {
    align-items: center;
    display: flex;
    gap: 80px;
    gap: 5rem;
    isolation: isolate;
    margin-left: max(50% - 50vw, 50% - 720px);
    margin-left: max(50% - 50vw, 50% - 45rem);
    margin-right: max(50% - 50vw, 50% - 720px);
    margin-right: max(50% - 50vw, 50% - 45rem);
    margin-top: 63px;
    margin-top: 3.9375rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
    padding-left: 156px;
    padding-left: 9.75rem;
    padding-right: 0;
    padding-top: 80px;
    padding-top: 5rem;
    width: min(100vw, 1440px);
    width: min(100vw, 90rem);
  }
}

@media screen and (min-width: 768px) {
  .p-service__course::before {
    background-color: #fff;
    bottom: 0;
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1;
  }
}

@media screen and (min-width: 768px) {
  .p-service__course--nursing {
    flex-direction: row-reverse;
    margin-top: -332px;
    margin-top: -20.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service__course--nursing::before {
    left: 0;
    right: calc(50% - 35.3125rem);
  }
}

@media screen and (min-width: 768px) {
  .p-service__course--nurse {
    padding-left: 0;
    padding-right: 154px;
    padding-right: 9.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service__course--nurse::before {
    left: calc(50% - 18.625rem);
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-service__course--housework {
    flex-direction: row-reverse;
    padding-left: 158px;
    padding-left: 9.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service__course--housework::before {
    left: 0;
    right: calc(50% - 18.6875rem);
  }
}

.p-service__course-image {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .p-service__course-image {
    align-self: stretch;
    flex: 1 1 0;
    margin-left: 0;
    margin-right: 0;
    min-width: 0;
    position: relative;
    width: auto;
    z-index: 1;
  }
}

.p-service__course-image img {
  -o-object-fit: cover;
  aspect-ratio: 375/211;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-service__course-image img {
    aspect-ratio: 1408/938;
    height: auto;
    width: 100%;
  }
}

.p-service__course-body {
  background-color: #fff;
  margin-top: -65px;
  margin-top: -4.0625rem;
  padding: 32px 16px 40px;
  padding: 2rem 1rem 2.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-service__course-body {
    background-color: transparent;
    flex-shrink: 0;
    margin-top: 0;
    padding: 0;
    width: min(500px, 34.7222222222vw);
    width: min(31.25rem, 34.7222222222vw);
  }
}

@media screen and (min-width: 768px) {
  .p-service__course-body::before {
    color: #dcedde;
    font-family: "EB Garamond", serif;
    font-size: 200px;
    font-size: 12.5rem;
    font-style: italic;
    line-height: 1;
    opacity: 0.5;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    z-index: -1;
  }
}

@media screen and (min-width: 768px) {
  .p-service__course--nursing .p-service__course-body::before {
    content: "01";
    left: 414.5px;
    left: 25.90625rem;
    top: 380px;
    top: 23.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service__course--nurse .p-service__course-body::before {
    content: "02";
    left: 398.5px;
    left: 24.90625rem;
    top: 361px;
    top: 22.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service__course--housework .p-service__course-body::before {
    content: "03";
    left: 398.5px;
    left: 24.90625rem;
    top: 303px;
    top: 18.9375rem;
  }
}

.p-service__course-header {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.p-service__course-en {
  color: #a88c4c;
  font-family: "EB Garamond", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-service__course-en {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-service__course-name {
  color: #1b967b;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 6px;
  margin-top: 0.375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-service__course-name {
    font-size: 32px;
    font-size: 2rem;
  }
}

.p-service__course-divider {
  background: linear-gradient(90deg, rgba(168, 140, 76, 0) 0%, #a88c4c 25%, #a88c4c 50%, #a88c4c 75%, rgba(174, 146, 87, 0) 100%);
  height: 1px;
  margin-top: 16px;
  margin-top: 1rem;
  max-width: 273px;
  max-width: 17.0625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-service__course-divider {
    max-width: 320px;
    max-width: 20rem;
  }
}

.p-service__course-desc {
  color: #442614;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__course-desc {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

.p-service__course-note {
  color: #bc326c;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-service__course-note {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-service__course-note span {
  color: #777;
  display: block;
}

.p-service__course-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  gap: 0.5rem;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-service__course-tag {
  align-items: center;
  background-color: #dcedde;
  border-radius: 6.25rem;
  color: #442614;
  display: inline-flex;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-service__course-tag {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}

.p-service__course.p-service__course--white {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-service__course.p-service__course--white {
    background-color: transparent;
  }
}

.p-service__flexible {
  background-color: #fdfaf6;
  display: flex;
  flex-direction: column;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 56px 0 41px;
  padding: 3.5rem 0 2.5625rem;
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-service__flexible {
    align-items: center;
    background-color: transparent;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    gap: 2.5rem;
    justify-content: center;
    margin-left: 0;
    margin-left: auto;
    margin-right: 0;
    margin-right: auto;
    max-width: 1131px;
    max-width: 70.6875rem;
    padding: 0;
    width: 100%;
  }
}

.p-service__flexible-text-block {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-service__flexible-text-block {
    display: flex;
    flex-direction: column;
    gap: 24px;
    gap: 1.5rem;
  }
}

.p-service__flexible-title {
  order: 1;
}
@media screen and (min-width: 768px) {
  .p-service__flexible-title {
    order: 0;
  }
}

.p-service__flexible-icons {
  order: 2;
}
@media screen and (min-width: 768px) {
  .p-service__flexible-icons {
    order: 0;
  }
}

.p-service__flexible-text {
  order: 3;
}
@media screen and (min-width: 768px) {
  .p-service__flexible-text {
    order: 0;
  }
}

.p-service__flexible-arrow {
  order: 4;
}
@media screen and (min-width: 768px) {
  .p-service__flexible-arrow {
    order: 0;
  }
}

.p-service__flexible-title {
  color: #1b967b;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-service__flexible-title {
    font-size: 32px;
    font-size: 2rem;
    text-align: left;
  }
}

.p-service__flexible-icons {
  display: flex;
  gap: 19px;
  gap: 1.1875rem;
  justify-content: center;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__flexible-icons {
    grid-gap: 12px 14px;
    display: grid;
    gap: 12px 14px;
    gap: 0.75rem 0.875rem;
    grid-template-columns: repeat(2, 5.25rem);
    grid-template-rows: auto auto;
    justify-content: center;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-service__flexible-icon:nth-child(1) {
    grid-column: 1/3;
    justify-self: center;
  }
}

.p-service__flexible-icon {
  overflow: hidden;
  width: 76px;
  width: 4.75rem;
}
@media screen and (min-width: 768px) {
  .p-service__flexible-icon {
    width: 84px;
    width: 5.25rem;
  }
}

.p-service__flexible-icon img {
  -o-object-fit: contain;
  aspect-ratio: 76/74;
     object-fit: contain;
}

.p-service__flexible-text {
  color: #442614;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-service__flexible-text {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 0;
  }
}

.p-service__flexible-arrow {
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-top: 1.5rem;
  width: 123px;
  width: 7.6875rem;
}
@media screen and (min-width: 768px) {
  .p-service__flexible-arrow {
    flex-basis: 100%;
    margin-top: -16px;
    margin-top: -1rem;
    width: auto;
  }
}

.p-service__flexible-arrow img {
  -o-object-fit: contain;
  aspect-ratio: 123/32;
  height: auto;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-service__flexible-arrow img {
    aspect-ratio: 170/44;
    margin-left: auto;
    margin-right: auto;
    width: 170px;
    width: 10.625rem;
  }
}

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

@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
