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

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

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

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

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

@media screen and (max-width: 1179px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1180 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #333333;
  font-family: "M PLUS 1p", sans-serif;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

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

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

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

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

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-footer {
  border-radius: 40px 40px 0 0;
  background: #EFEBE7;
  padding-block: 3.75rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 2.5rem 1.5rem;
  }
}

.l-footer__inner {
  line-height: 1.7;
}

.l-footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}

.l-footer__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-footer__company {
    gap: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l-footer__logo {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  overflow: hidden;
}
.l-footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-footer__address {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 767px) {
  .l-footer__address {
    font-size: 0.875rem;
    text-align: center;
  }
}

.l-footer__company-link {
  border-radius: 40px;
  border: 1px solid #EB6B88;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5625rem;
}
.l-footer__company-link a {
  color: #EB6B88;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5625rem;
  padding: 0.4375rem 0.9375rem;
  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
.l-footer__company-link svg {
  width: 0.875rem;
  height: 0.875rem;
  fill: currentColor;
}

.l-footer__company-link a:hover {
  color: #ffffff;
  background: #EB6B88;
}
.l-footer__company-link a:hover svg rect {
  fill: #ffffff;
}

.l-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.875rem;
  }
}

.l-footer__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-footer__menu-list {
    gap: 0.25rem;
  }
}

.menu-list--other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.menu-item--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .menu-item--content {
    gap: 0.125rem;
  }
}

.menu-item__link-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .menu-item__link-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.75rem;
  }
}

.menu-item__title {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.72px;
  position: relative;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.menu-item__title:hover {
  color: #EB6B88;
}
.menu-item__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.25rem;
  height: 0.125rem;
  background: #EB6B88;
  z-index: 2;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .menu-item__title {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.64px;
  }
}

.menu-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.64px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  padding-block: 0.25rem;
}
.menu-item__link:hover {
  color: #EB6B88;
}
.menu-item__link svg {
  width: 0.875rem;
  height: 0.875rem;
}
@media screen and (max-width: 767px) {
  .menu-item__link {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.56px;
    gap: 0.25rem;
  }
  .menu-item__link svg {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.l-footer__sns {
  -webkit-margin-before: 1.125rem;
          margin-block-start: 1.125rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sns {
    -webkit-margin-before: 1.125rem;
            margin-block-start: 1.125rem;
  }
}

.l-footer__sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 0.28125rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.64px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.l-footer__sns-link:hover {
  color: #EB6B88;
}
.l-footer__sns-link:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(54%) sepia(41%) saturate(700%) hue-rotate(300deg);
          filter: brightness(0) saturate(100%) invert(54%) sepia(41%) saturate(700%) hue-rotate(300deg);
}
.l-footer__sns-link:hover svg path {
  stroke: #EB6B88;
}
.l-footer__sns-link img {
  width: 1.4375rem;
  height: 1.4375rem;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}
.l-footer__sns-link svg {
  width: 0.4375rem;
  height: 0.4375rem;
  fill: currentColor;
}
.l-footer__sns-link svg path {
  -webkit-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
}

.l-footer__bottom {
  -webkit-margin-before: 2.875rem;
          margin-block-start: 2.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-padding-before: 1rem;
          padding-block-start: 1rem;
  border-top: 1px solid #EB6B88;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom {
    -webkit-margin-before: 1.125rem;
            margin-block-start: 1.125rem;
    -webkit-padding-before: 0.75rem;
            padding-block-start: 0.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.375rem;
  }
}

.l-footer__bottom-privacy {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.56px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.l-footer__bottom-privacy:hover {
  color: #EB6B88;
}

.l-footer__bottom-copyright {
  font-family: "Karla", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.56px;
}

.l-inner {
  max-width: 73.75rem;
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-inline: 1.25rem;
  }
}

.c-lead__text {
  position: relative;
  -webkit-padding-start: 1.875rem;
          padding-inline-start: 1.875rem;
  padding-block: 0.3125rem;
}

.c-lead__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 140px;
  background-color: #EB6B88;
  -webkit-transform: rotate(12deg) scaleY(0);
          transform: rotate(12deg) scaleY(0);
  -webkit-transform-origin: 30px 0%;
          transform-origin: 30px 0%;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.c-lead__text.is-visible::before {
  -webkit-transform: rotate(12deg) scaleY(1);
          transform: rotate(12deg) scaleY(1);
}

.c-lead__title--en {
  font-family: "Karla", sans-serif;
  display: block;
  font-size: 2.5rem;
  font-weight: 500;
  color: #EB6B88;
  line-height: 100%;
  letter-spacing: 0.08em;
  -webkit-margin-after: 0.9375rem;
          margin-block-end: 0.9375rem;
}

.c-lead__text p {
  font-size: 1.25rem;
  color: #333333;
  font-weight: 500;
  line-height: 240%;
  letter-spacing: 0.8px;
}

.c-lead__text p:nth-child(1) {
  -webkit-margin-start: 1.5rem;
          margin-inline-start: 1.5rem;
}

.c-lead__text p:nth-child(2) {
  -webkit-margin-start: 0.75rem;
          margin-inline-start: 0.75rem;
}

.c-lead__text p:nth-child(3) {
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
}

.c-page-title {
  position: relative;
  height: 28.75rem;
  background-color: #FCF7F3;
  background-image: url("../img/bg-pattern.png");
  background-repeat: repeat;
  background-size: 320px auto;
  -webkit-padding-before: 7.5rem;
          padding-block-start: 7.5rem;
  overflow: hidden;
}
.c-page-title::after {
  content: "";
  position: absolute;
  bottom: -1.25rem;
  left: 0;
  width: 100%;
  height: 6.4375rem;
  background-image: url("../img/page-title_arch.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-page-title {
    background-size: 180px auto;
  }
  .c-page-title::after {
    bottom: 0;
    background-image: url("../img/page-title_arch-sp.svg");
  }
}

.c-page-title__inner {
  position: relative;
  max-width: 68.75rem;
  margin-inline: auto;
  padding-inline: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-page-title__inner {
    position: relative;
    display: block;
    width: 23.4375rem;
    max-width: 100%;
    height: 21.25rem;
    margin-inline: auto;
    padding: 0;
  }
}

.c-page-title__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-page-title__title {
    position: absolute;
    top: 0;
    left: 1.25rem;
    right: 1.25rem;
    width: auto;
    gap: 0.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c-page-title__icon {
  width: 3.75rem;
  height: 3.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-page-title__icon img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-page-title__icon {
    width: 2.75rem;
    height: 2.75rem;
  }
}

.c-page-title__heading {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #333333;
  white-space: nowrap;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-page-title__heading {
    font-size: 1.75rem;
    line-height: 1.3;
    white-space: normal;
  }
}

.c-page-title__image {
  width: 18.75rem;
  height: 18.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-page-title__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-page-title__image {
    position: absolute;
    left: 7.1875rem;
    bottom: 1.25rem;
    width: 15rem;
    height: 15rem;
  }
}

.c-page-title--no-image {
  height: 18.75rem;
  -webkit-padding-before: 10rem;
          padding-block-start: 10rem;
}
@media screen and (max-width: 767px) {
  .c-page-title--no-image {
    height: 18.75rem;
    -webkit-padding-before: 5.625rem;
            padding-block-start: 5.625rem;
  }
}
.c-page-title--no-image .c-page-title__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-page-title--no-image .c-page-title__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    padding-inline: 1.25rem;
  }
}
.c-page-title--no-image .c-page-title__title {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-page-title--no-image .c-page-title__title {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-page-title--no-image .c-page-title__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6.25rem;
  height: 6.25rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .c-page-title--no-image .c-page-title__icon {
    width: 5rem;
    height: 5rem;
  }
}
.c-page-title--no-image .c-page-title__heading {
  position: relative;
  z-index: 1;
}

/* 会社概要等ボタン・ホバー動作も */
.c-normal-btn {
  position: relative;
  display: inline-block;
  padding: 0.5rem 2rem;
  background-color: transparent;
  border-radius: 40px;
  font-size: 1rem;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0.64px;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-normal-btn {
    width: 17.5rem;
  }
}

/* ボーダーを前面に */
.c-normal-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #333333;
  border-radius: 40px;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

/* ピンクの影を後ろに */
.c-normal-btn::after {
  content: "";
  position: absolute;
  background-color: #F6BDCA;
  border-radius: 40px;
  top: 4px;
  right: -4px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.c-normal-btn a {
  display: block;
  color: inherit;
  text-decoration: none;
  position: relative;
  z-index: 3;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.c-normal-btn:hover::before,
.c-normal-btn:hover a {
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
}

.btn-1-wrap {
  margin: 50px;
}

.c-cta-btn {
  position: relative;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.64px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  border-radius: 40px;
  background: linear-gradient(94deg, #F1B57F 0%, var(--main, #EB6B88) 60%);
  -webkit-transition: -webkit-filter 0.4s ease-in-out;
  transition: -webkit-filter 0.4s ease-in-out;
  transition: filter 0.4s ease-in-out;
  transition: filter 0.4s ease-in-out, -webkit-filter 0.4s ease-in-out;
}

.c-cta-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), linear-gradient(94deg, var(--main, #EB6B88) 40%, #F1B57F 100%);
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.c-cta-btn:hover::before {
  opacity: 1;
}

/* aタグをbeforeより前面に */
.c-cta-btn a {
  padding: 0.5rem 2rem;
  position: relative;
  z-index: 1;
  color: #fff;
  text-decoration: none;
  display: block;
}

.c-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  isolation: isolate;
}

.c-section-title__img {
  display: block;
  -webkit-margin-before: 0.9375rem;
          margin-block-start: 0.9375rem;
  -webkit-margin-end: -3.25rem;
          margin-inline-end: -3.25rem;
  z-index: -1;
  position: relative;
  width: 4.5rem;
  height: 4.5rem;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .c-section-title__img {
    -webkit-margin-before: 0.9375rem;
            margin-block-start: 0.9375rem;
    -webkit-margin-end: -3.75rem;
            margin-inline-end: -3.75rem;
    width: 3.75rem;
    height: 3.75rem;
  }
}

.c-section-title__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  position: relative;
  z-index: 1;
}

.c-section-title__en {
  text-transform: uppercase;
  font-family: "Karla", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #EB6B88;
  line-height: 1;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .c-section-title__en {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.64px;
  }
}

.c-section-title__ja {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1.28px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .c-section-title__ja {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.44px;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.c-section-title.is-visible .c-section-title__img {
  -webkit-animation: fadeIn 1s ease forwards;
          animation: fadeIn 1s ease forwards;
}

.c-section-title.is-visible .c-section-title__en {
  -webkit-animation: fadeIn 0.6s ease 0.7s forwards;
          animation: fadeIn 0.6s ease 0.7s forwards;
}

.c-section-title--center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.c-section-title--center .c-section-title__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}
.c-section-title--center .c-section-title__text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* グラデーションのアンダーライン・左から表示 */
.underline-wrap {
  margin: 50px;
}

.underline__text {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.8px;
}

.underline__target {
  position: relative;
  display: inline-block;
}

.underline__target::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 8px;
  background: -webkit-gradient(linear, left top, right top, from(var(--main, rgba(235, 107, 136, 0.6))), to(rgba(241, 181, 127, 0.6)));
  background: linear-gradient(90deg, var(--main, rgba(235, 107, 136, 0.6)) 0%, rgba(241, 181, 127, 0.6) 100%);
  clip-path: inset(0 100% 0 0); /* 最初は非表示 */
  -webkit-transition: clip-path 0.6s ease-in-out;
  transition: clip-path 0.6s ease-in-out;
}

.underline-wrap.is-visible .underline__target::after {
  clip-path: inset(0 0% 0 0); /* 左から右へ表示 */
}

.c-top-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  margin: 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-top-section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    margin: 0;
  }
}

.c-top-section-title__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-top-section-title__title {
    -webkit-padding-start: 1rem;
            padding-inline-start: 1rem;
  }
}

.c-top-section-title__title-en {
  font-family: "Karla", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--main, #eb6b88);
  letter-spacing: 0.8px;
  line-height: 1;
  opacity: 0;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-top-section-title__title-en {
    font-size: 1rem;
    letter-spacing: 0.64px;
  }
}

.c-top-section-title__title-ja-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.c-top-section-title__circle {
  position: absolute;
  left: -1rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg) scaleY(-1);
          transform: translateY(-50%) rotate(90deg) scaleY(-1);
  width: 4.5rem;
  height: 4.5rem;
  z-index: 1;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .c-top-section-title__circle {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.c-top-section-title__title.is-visible .c-top-section-title__circle {
  -webkit-animation: fadeIn 1s ease forwards;
          animation: fadeIn 1s ease forwards;
}

.c-top-section-title__title.is-visible .c-top-section-title__title-en {
  -webkit-animation: fadeIn 0.6s ease 0.4s forwards;
          animation: fadeIn 0.6s ease 0.4s forwards;
}

.c-top-section-title__title-ja {
  font-size: 2rem;
  font-weight: 700;
  color: #333333;
  letter-spacing: 1.28px;
  line-height: 1.7;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-top-section-title__title-ja {
    font-size: 1.375rem;
    letter-spacing: 0.44px;
  }
}

.c-top-section-title__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-padding-start: 1.25rem;
          padding-inline-start: 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-top-section-title__lead {
    -webkit-padding-start: 2.1875rem;
            padding-inline-start: 2.1875rem;
  }
}

.c-top-section-title__lead::before {
  content: "";
  position: absolute;
  left: 0.9375rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(12deg) scaleY(0);
          transform: translateY(-50%) rotate(12deg) scaleY(0);
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  width: 0.125rem;
  height: 5.5rem;
  background-color: var(--main, #eb6b88);
  border-radius: 2px;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-top-section-title__lead::before {
    left: 2rem;
    height: 9.5rem;
  }
}

.c-top-section-title__lead.is-visible::before {
  -webkit-transform: translateY(-50%) rotate(12deg) scaleY(1);
          transform: translateY(-50%) rotate(12deg) scaleY(1);
}

.c-top-section-title__lead-text {
  font-size: 1.25rem;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0.8px;
  line-height: 2.4;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-top-section-title__lead-text {
    font-size: 1.125rem;
    letter-spacing: 0.36px;
    line-height: 2;
    white-space: normal;
  }
}

.c-top-section-title__lead-text--indent {
  -webkit-padding-start: 0.8125rem;
          padding-inline-start: 0.8125rem;
}

.c-gradient-label {
  position: relative;
}
.c-gradient-label::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.1875rem;
  height: 0.5rem;
  width: var(--gradient-label-w, 6.5rem);
  background: -webkit-gradient(linear, left top, right top, from(rgba(235, 107, 136, 0.6)), to(rgba(241, 181, 127, 0.6)));
  background: linear-gradient(90deg, rgba(235, 107, 136, 0.6), rgba(241, 181, 127, 0.6));
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 0.6s ease-in-out;
  transition: clip-path 0.6s ease-in-out;
}
.c-gradient-label.is-visible::after {
  clip-path: inset(0 0% 0 0);
}
@media screen and (max-width: 767px) {
  .c-gradient-label::after {
    width: var(--gradient-label-w-sp, 5.3125rem);
    height: 0.375rem;
    bottom: 0.25rem;
  }
}

.c-gradient-label__text {
  position: relative;
  z-index: 1;
}

.p-fv-wrap {
  background-color: #FCF7F3;
  background-image: url("../img/bg-pattern.png");
  background-repeat: repeat;
  background-size: 320px auto;
}
@media screen and (max-width: 767px) {
  .p-fv-wrap {
    background-image: url("../img/bg-pattern.png");
    background-size: 180px auto;
  }
}

.p-fv {
  position: relative;
  height: 55.5vw;
  min-height: 37.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv {
    height: 188%;
  }
}
@media (min-width: 1441px) {
  .p-fv {
    height: 800px;
  }
}

.p-fv__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-padding-before: 5.56vw;
          padding-block-start: 5.56vw;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-padding-before: 7.5rem;
            padding-block-start: 7.5rem;
  }
}
@media (min-width: 1441px) {
  .p-fv__inner {
    max-width: 1441px;
    max-height: 800px;
    margin-inline: auto;
    -webkit-padding-before: 80px;
            padding-block-start: 80px;
  }
}

.p-fv__bg-illust {
  position: absolute;
  top: 5.83vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 97.22vw;
  z-index: 1;
  opacity: 0;
  -webkit-animation: fadeInUpCentered 0.8s ease-in-out 0s forwards;
          animation: fadeInUpCentered 0.8s ease-in-out 0s forwards;
}
.p-fv__bg-illust img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-fv__bg-illust .p-fv__bg-illust__circle {
    display: none;
  }
}
@media (min-width: 1441px) {
  .p-fv__bg-illust {
    max-width: 1401px;
    top: 84px;
  }
}

.p-fv__bg-illust__circle {
  position: absolute;
  top: 7.43vw;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-fv__bg-illust__circle {
    display: none;
  }
}
@media (min-width: 1441px) {
  .p-fv__bg-illust__circle {
    top: 108px;
  }
}

@media screen and (max-width: 767px) {
  .p-fv__bg-illust {
    top: min(80vw, 400px);
    width: 100%;
    max-width: none;
    z-index: 1;
  }
}

.p-fv__bg-swiper {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fv__bg-swiper {
    display: block;
    width: 100%;
  }
  .p-fv__bg-swiper .swiper-slide {
    width: 100%;
  }
  .p-fv__bg-swiper img {
    width: 90%;
    height: auto;
    display: block;
    padding: 5.3vw 0rem;
  }
}

/* スライドの動き等速 */
.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-fv__bg-people {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 91.67vw;
  z-index: 3;
  opacity: 0;
  -webkit-animation: fadeInUpCentered 0.8s ease-in-out 0.2s forwards;
          animation: fadeInUpCentered 0.8s ease-in-out 0.2s forwards;
}
@media screen and (max-width: 767px) {
  .p-fv__bg-people {
    display: none;
  }
}
@media (min-width: 1441px) {
  .p-fv__bg-people {
    max-width: 1321px;
  }
}

@media (min-width: 500px) and (max-width: 767px) {
  .p-fv__bg-illust {
    top: 400px;
  }
  .p-fv__bg-swiper .swiper-slide img {
    width: 85%;
    padding: 20px 0rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__bg-puzzle {
    position: absolute;
    top: min(32vw, 130px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    z-index: 1;
  }
  .p-fv__bg-puzzle img {
    width: 100%;
    height: auto;
    display: block;
  }
}

@media screen and (min-width: 590px) and (max-width: 767px) {
  .p-fv__bg-puzzle {
    z-index: 0;
  }
}
.p-fv__contents {
  position: relative;
  z-index: 2;
  top: 1.5625rem;
  width: 100%;
  max-width: 35.76vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-fv__contents {
    top: auto;
    max-width: 100%;
  }
}
@media (min-width: 1441px) {
  .p-fv__contents {
    max-width: 516px;
  }
}

.p-fv__balloon {
  position: relative;
  z-index: 4;
  -webkit-margin-after: -1.39vw;
          margin-block-end: -1.39vw;
  opacity: 0;
  -webkit-animation: fadeInUp 1s ease-in-out 0.8s forwards;
          animation: fadeInUp 1s ease-in-out 0.8s forwards;
}
.p-fv__balloon img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-fv__balloon {
    width: max(50vw, 110%);
    -webkit-margin-after: -0.5rem;
            margin-block-end: -0.5rem;
    max-width: 31.25rem;
  }
}
@media (min-width: 1441px) {
  .p-fv__balloon {
    -webkit-margin-after: -20px;
            margin-block-end: -20px;
  }
}

.p-fv__title {
  width: 35.76vw;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-animation: fadeInUp 1s ease-in-out 0.5s forwards;
          animation: fadeInUp 1s ease-in-out 0.5s forwards;
}
.p-fv__title img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    width: 62.6vw;
    -webkit-margin-after: 1.4375rem;
            margin-block-end: 1.4375rem;
    max-width: 14.6875rem;
  }
}
@media (min-width: 1441px) {
  .p-fv__title {
    width: 516px;
  }
}

.p-fv__people_talking {
  position: relative;
  z-index: 3;
  width: 11.11vw;
  opacity: 0;
  -webkit-animation: fadeInUp 0.8s ease-in-out 0s forwards;
          animation: fadeInUp 0.8s ease-in-out 0s forwards;
  top: -0.375rem;
}
.p-fv__people_talking img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-fv__people_talking {
    width: min(8.75rem, 300px);
    max-width: 31.25rem;
  }
}
@media (min-width: 1441px) {
  .p-fv__people_talking {
    width: 161px;
  }
}

.p-fv__lead {
  position: relative;
  z-index: 2;
  -webkit-padding-start: 0.48vw;
          padding-inline-start: 0.48vw;
  width: 100%;
  bottom: 0.625rem;
  opacity: 0;
  -webkit-animation: fadeInUp 0.8s ease-in-out 0s forwards;
          animation: fadeInUp 0.8s ease-in-out 0s forwards;
}
.p-fv__lead::before {
  content: "";
  position: absolute;
  bottom: 0.35vw;
  left: 1.04vw;
  width: 19.86vw;
  height: 0.83vw;
  background: -webkit-gradient(linear, left top, right top, from(rgba(235, 107, 136, 0.6)), to(rgba(241, 181, 127, 0.6)));
  background: linear-gradient(to right, rgba(235, 107, 136, 0.6), rgba(241, 181, 127, 0.6));
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-animation: slideInX 1s ease 1s forwards;
          animation: slideInX 1s ease 1s forwards;
}
@media screen and (max-width: 767px) {
  .p-fv__lead {
    -webkit-margin-before: 2vw;
            margin-block-start: 2vw;
    -webkit-padding-start: 0.5rem;
            padding-inline-start: 0.5rem;
    font-size: 1.25rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-fv__lead::before {
    width: 12.5rem;
    height: 0.5rem;
    left: 0.5rem;
    bottom: 0;
  }
}
@media (min-width: 1441px) {
  .p-fv__lead {
    -webkit-padding-start: 15px;
            padding-inline-start: 15px;
  }
  .p-fv__lead::before {
    bottom: 5px;
    left: 15px;
    width: 286px;
    height: 12px;
  }
}

.p-fv__lead-text {
  font-size: 1.67vw;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.96px;
  color: #333333;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv__lead-text {
    font-size: 4.2vw;
    letter-spacing: 0.64px;
    white-space: normal;
  }
}
@media (min-width: 1441px) {
  .p-fv__lead-text {
    font-size: 24px;
  }
}

.p-fv__lead-em--pink {
  color: #EB6B88;
  font-size: 2.22vw;
  letter-spacing: 1.28px;
}
@media screen and (max-width: 767px) {
  .p-fv__lead-em--pink {
    font-size: 5.8vw;
  }
}
@media (min-width: 1441px) {
  .p-fv__lead-em--pink {
    font-size: 32px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUpCentered {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(16px);
            transform: translateX(-50%) translateY(16px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}
@keyframes fadeInUpCentered {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(16px);
            transform: translateX(-50%) translateY(16px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}
@-webkit-keyframes slideInX {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes slideInX {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-fv__lead-em--yellow {
  color: #F9BE00;
  font-size: 2.22vw;
  letter-spacing: 1.28px;
}
@media screen and (max-width: 767px) {
  .p-fv__lead-em--yellow {
    font-size: 5.8vw;
  }
}
@media (min-width: 1441px) {
  .p-fv__lead-em--yellow {
    font-size: 32px;
  }
}

.p-company__message {
  position: relative;
  padding-block: 6.25rem;
  background: #ffffff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-company__message {
    padding-block: 5rem;
  }
}

.p-company__message .c-section-title {
  -webkit-margin-start: -1.25rem;
          margin-inline-start: -1.25rem;
}
@media screen and (max-width: 767px) {
  .p-company__message .c-section-title {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-company__message .c-section-title__text {
    -webkit-margin-start: 0.8125rem;
            margin-inline-start: 0.8125rem;
  }
}

.p-company__message-deco {
  position: absolute;
  pointer-events: none;
}
.p-company__message-deco img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-company__message-deco--1 {
  width: 25rem;
  height: 33.625rem;
  right: 2.5rem;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-company__message-deco--1 {
    width: 23.75rem;
    height: 31.9375rem;
    right: -5rem;
    bottom: 0;
  }
}
@media (min-width: 1440px) {
  .p-company__message-deco--1 {
    right: auto;
    left: calc(50% + 17.5rem);
  }
}

.p-company__message-deco--2 {
  width: 20rem;
  height: 23.25rem;
  left: 2.5rem;
  bottom: 25rem;
}
@media screen and (max-width: 767px) {
  .p-company__message-deco--2 {
    left: -6.25rem;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 1440px) {
  .p-company__message-deco--2 {
    left: calc(50% - 42.5rem);
  }
}

.p-company__message-inner {
  max-width: 73.75rem;
  margin-inline: auto;
  padding-inline: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-company__message-inner {
    padding-inline: 1.25rem;
    gap: 2rem;
  }
}

.p-company__message-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__message-contents {
    padding-inline: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 520px) and (max-width: 767px) {
  .p-company__message-contents {
    padding-inline: 2.5rem;
  }
}

.p-company__message-image-wrap {
  position: relative;
  -webkit-padding-end: 2.5rem;
          padding-inline-end: 2.5rem;
  -webkit-padding-before: 2.5rem;
          padding-block-start: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-company__message-image-wrap {
    width: 100%;
    -webkit-padding-before: 1.25rem;
            padding-block-start: 1.25rem;
    -webkit-padding-after: 0.5rem;
            padding-block-end: 0.5rem;
    max-width: 23.4375rem;
    margin-inline: auto;
  }
}

.p-company__message-image-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50rem;
  height: 25rem;
  background: -webkit-gradient(linear, left top, right top, from(#FEF2CC), to(#FCEDE9));
  background: linear-gradient(90deg, #FEF2CC 0%, #FCEDE9 100%);
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__message-image-bg {
    left: 1.25rem;
    right: -1.25rem;
    width: auto;
    height: 17.5rem;
    top: 0;
    -webkit-transform: none;
            transform: none;
    border-radius: 0.5rem;
  }
}

.p-company__message-image {
  position: relative;
  width: 50rem;
  height: 25rem;
  overflow: hidden;
  background: #fafafa;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-padding-start: 10rem;
          padding-inline-start: 10rem;
  -webkit-padding-end: 2.5rem;
          padding-inline-end: 2.5rem;
  -webkit-padding-before: 1rem;
          padding-block-start: 1rem;
}
@media screen and (max-width: 767px) {
  .p-company__message-image {
    width: 22.1875rem;
    height: 17.5rem;
    -webkit-padding-start: 6.25rem;
            padding-inline-start: 6.25rem;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
    -webkit-padding-before: 1.25rem;
            padding-block-start: 1.25rem;
    border-radius: 0.5rem 0 0 0.5rem;
    -webkit-margin-start: -1.25rem;
            margin-inline-start: -1.25rem;
  }
}

.p-company__message-lead {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 10.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-company__message-lead {
    top: 1.25rem;
    left: 1.25rem;
    z-index: 1;
  }
}

.p-company__message-lead-joy {
  font-family: "Karla", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #EB6B88;
  line-height: 0.8;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .p-company__message-lead-joy {
    font-size: 2.25rem;
    letter-spacing: 1.44px;
  }
}

.p-company__message-lead-lines {
  position: relative;
  -webkit-padding-start: 1.875rem;
          padding-inline-start: 1.875rem;
}
.p-company__message-lead-lines::before {
  content: "";
  position: absolute;
  left: 1.875rem;
  top: calc(50% - 3.9375rem);
  -webkit-transform: rotate(12deg) scaleY(0);
          transform: rotate(12deg) scaleY(0);
  -webkit-transform-origin: center 0%;
          transform-origin: center 0%;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  width: 2px;
  height: 8.75rem;
  background: #EB6B88;
  border-radius: 2px;
}
.p-company__message-lead-lines.is-visible::before {
  -webkit-transform: rotate(12deg) scaleY(1);
          transform: rotate(12deg) scaleY(1);
}
.p-company__message-lead-lines p {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.8px;
  color: #333333;
  white-space: nowrap;
}
.p-company__message-lead-lines p:nth-child(1) {
  -webkit-padding-start: 1.5rem;
          padding-inline-start: 1.5rem;
}
.p-company__message-lead-lines p:nth-child(2) {
  -webkit-padding-start: 0.75rem;
          padding-inline-start: 0.75rem;
}
.p-company__message-lead-lines p:nth-child(3) {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
@media screen and (max-width: 767px) {
  .p-company__message-lead-lines::before {
    top: calc(50% - 3.375rem);
    height: 6.75rem;
  }
  .p-company__message-lead-lines p {
    font-size: 1.125rem;
    line-height: 2;
    letter-spacing: 0.36px;
  }
  .p-company__message-lead-lines p:nth-child(1) {
    -webkit-padding-start: 1rem;
            padding-inline-start: 1rem;
  }
  .p-company__message-lead-lines p:nth-child(2) {
    -webkit-padding-start: 0.5rem;
            padding-inline-start: 0.5rem;
  }
  .p-company__message-lead-lines p:nth-child(3) {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}

.p-company__message-photo {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  position: relative;
}
.p-company__message-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}

.p-company__message-name {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  color: #333333;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-company__message-name {
    bottom: 0;
    right: auto;
    left: 0rem;
    gap: 0;
  }
}

.p-company__message-name-role {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 767px) {
  .p-company__message-name-role {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.48px;
  }
}

.p-company__message-name-text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .p-company__message-name-text {
    font-size: 1rem;
    letter-spacing: 0.64px;
  }
}

.p-company__message-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  max-width: 40.5625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.64px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-company__message-textarea {
    max-width: none;
    font-size: 0.9375rem;
    letter-spacing: 0.3px;
    gap: 1.5625rem;
  }
}

.p-company__message-textarea-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-company__policy {
  position: relative;
  padding-block: 6.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #FCF7F3), to(#FCEDE9));
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #FCF7F3 50%, #FCEDE9 100%);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-company__policy {
    padding-block: 4.5rem 5rem;
  }
}

.p-company__policy .c-section-title {
  -webkit-margin-start: -1.25rem;
          margin-inline-start: -1.25rem;
}
@media screen and (max-width: 767px) {
  .p-company__policy .c-section-title {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-company__policy .c-section-title__text {
    -webkit-margin-start: 0.8125rem;
            margin-inline-start: 0.8125rem;
  }
}

.p-company__policy-deco {
  position: absolute;
  top: 10.5rem;
  left: calc(50% + 18.75rem);
  width: 7.5rem;
  height: 8.75rem;
  pointer-events: none;
}
.p-company__policy-deco img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-company__policy-inner {
  position: relative;
  max-width: 73.75rem;
  margin-inline: auto;
  padding-inline: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-company__policy-inner {
    padding-inline: 1.25rem;
    gap: 2rem;
  }
}

.p-company__policy-contents {
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__policy-contents {
    padding-inline: 0.25rem;
  }
}

.p-company__policy-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

.p-company__policy-heading {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 1.28px;
  background: linear-gradient(128.84deg, #F1B57F 0%, #EB6B88 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-transform: skewX(-8deg);
          transform: skewX(-8deg);
}
@media screen and (max-width: 767px) {
  .p-company__policy-heading {
    font-size: 1.5rem;
    letter-spacing: 0.96px;
  }
}

.p-company__policy-textarea {
  padding-inline: 0.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.72px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-company__policy-textarea {
    padding-inline: 0.25rem;
    font-size: 0.9375rem;
    letter-spacing: 0.6px;
  }
}

.p-company__information {
  padding-block: 6.25rem;
  background: #FCEDE9;
}
@media screen and (max-width: 767px) {
  .p-company__information {
    padding-block: 5.1875rem 5rem;
  }
}

.p-company__information-inner {
  max-width: 78.75rem;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__information-inner {
    padding-inline: 1.25rem;
  }
}

.p-company__information-contents {
  background: #ffffff;
  border-radius: 0.5rem;
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__information-contents {
    padding: 2.5rem 1.25rem 1.625rem;
    gap: 2.25rem;
  }
}

.p-company__information-items {
  width: 56.25rem;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-company__information-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 5rem;
  padding-inline: 0.5rem;
  border-bottom: 1px solid #EB6B88;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 767px) {
  .p-company__information-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.25rem;
    min-height: 0;
    padding-block: 0.25rem;
    font-size: 0.875rem;
    letter-spacing: 0.56px;
  }
}

.p-company__information-label {
  width: 7.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 500;
  color: #EB6B88;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-company__information-label {
    width: auto;
    text-align: left;
    line-height: 1.2;
  }
}

.p-company__information-value {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin: 0;
  font-weight: 400;
  color: #333333;
  line-height: 1.7;
}
.p-company__information-value a {
  color: #333333;
  text-decoration: none;
}
.p-company__information-value a.external-link {
  text-decoration: underline;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.p-company__information-value a.external-link:hover {
  color: #EB6B88;
}
@media screen and (max-width: 767px) {
  .p-company__information-value {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

.external-link::after {
  content: "↗";
}

.p-company .p-contact-section__title {
  top: -0.375rem;
}

.p-company .p-contact-section__lead {
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
}

.p-company .p-contact-section__content {
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-company .p-contact-section__content {
    -webkit-margin-before: -2.4375rem;
            margin-block-start: -2.4375rem;
    gap: 1.25rem;
  }
}

.p-company .p-contact-section {
  padding-block: 6.25rem 6.4375rem;
}
@media screen and (max-width: 767px) {
  .p-company .p-contact-section {
    padding-block: 5.625rem 5rem;
  }
}

.c-section-title--service {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.c-section-title--service .c-section-title__img {
  position: absolute;
  margin: 0;
  width: 4.5rem;
  height: 4.5rem;
  left: -1rem;
  top: 0.9375rem;
  z-index: 1;
  opacity: 1;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.c-section-title--service.is-visible .c-section-title__img {
  -webkit-animation: none;
          animation: none;
}
.c-section-title--service .c-section-title__text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-section-title--service {
    -webkit-padding-start: 2.1875rem;
            padding-inline-start: 2.1875rem;
  }
  .c-section-title--service .c-section-title__img {
    width: 3.75rem;
    height: 3.75rem;
    left: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .c-gradient-label--solution {
    --gradient-label-w-sp: 6.875rem;
  }
}

.p-service .c-page-title {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), to(#FCF7F3)), url("../img/bg-pattern.png");
  background-image: linear-gradient(180deg, transparent 70%, #FCF7F3 100%), url("../img/bg-pattern.png");
  background-size: 100% 100%, 320px auto;
}
.p-service .c-page-title::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-service .c-page-title {
    background-size: 100% 100%, 180px auto;
  }
}

.p-service__problem {
  background: #FCF7F3;
  padding-block: 2.5rem 8.75rem;
  position: relative;
}
.p-service__problem::after {
  content: "";
  position: absolute;
  bottom: -1.25rem;
  left: 0;
  width: 100%;
  height: 6.4375rem;
  background-image: url("../img/page-title_arch.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-service__problem {
    -webkit-padding-before: 2.5rem;
            padding-block-start: 2.5rem;
    -webkit-padding-after: 6.4375rem;
            padding-block-end: 6.4375rem;
  }
  .p-service__problem::after {
    bottom: 0;
    background-image: url("../img/page-title_arch-sp.svg");
  }
}

.p-service__problem-inner {
  max-width: 73.75rem;
  margin-inline: auto;
  padding-inline: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-service__problem-inner {
    padding-inline: 1.25rem;
    gap: 3rem;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .p-service__problem-inner {
    max-width: 31.25rem;
    margin-inline: auto;
  }
}

.p-service__problem-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  padding-inline: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-service__problem-contents {
    position: relative;
    padding-inline: 0rem;
  }
}

.p-service__problem-deco {
  width: 12.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-service__problem-deco img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-service__problem-deco {
    position: absolute;
    width: auto;
    display: block;
  }
  .p-service__problem-deco img {
    width: auto;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-service__problem-deco--left {
    left: -0.75rem;
    top: 0.25rem;
    height: 8.375rem;
  }
}

.p-service__problem-deco--right {
  padding-inline: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__problem-deco--right {
    right: -0.75rem;
    bottom: 0.25rem;
    height: 10.6875rem;
    padding: 0;
  }
}

.p-service__problem-list {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-service__problem-list {
    gap: 1rem;
  }
}

.p-service__problem-item {
  background: #EFEBE7;
  border-radius: 0.5rem;
  padding: 0.75rem 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.72px;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service__problem-item {
    padding: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.2;
    letter-spacing: 0.56px;
  }
  .p-service__problem-item:nth-child(-n+2) {
    -webkit-margin-start: 6rem;
            margin-inline-start: 6rem;
  }
  .p-service__problem-item:nth-child(n+3) {
    -webkit-margin-end: 5.8125rem;
            margin-inline-end: 5.8125rem;
  }
}

.p-service__solution {
  background: #ffffff;
  padding-block: 6.25rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-service__solution {
    padding-block: 3.75rem 1.25rem;
  }
}

.p-service__solution-inner {
  max-width: 73.75rem;
  margin-inline: auto;
  padding-inline: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-service__solution-inner {
    padding-inline: 1.25rem;
    gap: 3rem;
  }
}

.p-service__solution-contents {
  position: relative;
  isolation: isolate;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.5rem;
  width: 100%;
}
.p-service__solution-contents::before {
  content: "";
  position: absolute;
  top: 7.5rem;
  left: 0;
  right: 0;
  height: 11.25rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(254, 242, 204, 0.5)), color-stop(70%, rgba(251, 222, 229, 0.5)), to(rgba(246, 189, 202, 0.5))), #F6BDCA;
  background: linear-gradient(90deg, rgba(254, 242, 204, 0.5) 40%, rgba(251, 222, 229, 0.5) 70%, rgba(246, 189, 202, 0.5) 100%), #F6BDCA;
  clip-path: polygon(0% 77.8%, 100% 0%, 100% 100%, 0% 100%);
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-service__solution-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.125rem;
  }
  .p-service__solution-contents::before {
    display: none;
  }
}

.p-service__solution-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  -webkit-margin-before: 0rem;
          margin-block-start: 0rem;
}
@media screen and (max-width: 767px) {
  .p-service__solution-card {
    width: 100%;
    max-width: 18.75rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.75rem;
    -webkit-margin-before: 3.125rem;
            margin-block-start: 3.125rem;
  }
}
@media (min-width: 400px) and (max-width: 767px) {
  .p-service__solution-card {
    max-width: 25rem;
  }
}

.p-service__solution-card-num {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  font-family: "Karla", sans-serif;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.08px;
  background: linear-gradient(128.84deg, #F1B57F 0%, #EB6B88 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 767px) {
  .p-service__solution-card-num {
    font-size: 3.25rem;
    left: -1.25rem;
    top: -3.125rem;
  }
}

.p-service__solution-card-image {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  isolation: isolate;
  z-index: 1;
}
.p-service__solution-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-service__solution-card-image {
    width: 100%;
    aspect-ratio: auto;
    overflow: visible;
    -webkit-margin-before: -3.125rem;
            margin-block-start: -3.125rem;
  }
  .p-service__solution-card-image img {
    -o-object-position: center top;
       object-position: center top;
  }
  .p-service__solution-card-image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 11.25rem;
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(254, 242, 204, 0.5)), color-stop(70%, rgba(251, 222, 229, 0.5)), to(rgba(246, 189, 202, 0.5))), #F6BDCA;
    background: linear-gradient(90deg, rgba(254, 242, 204, 0.5) 40%, rgba(251, 222, 229, 0.5) 70%, rgba(246, 189, 202, 0.5) 100%), #F6BDCA;
    clip-path: polygon(0% 52.2%, 100% 25.6%, 100% 100%, 0% 100%);
    pointer-events: none;
    z-index: 0;
  }
}

.p-service__solution-card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-service__solution-card-body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
  }
}

.p-service__solution-card-label {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.8px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-service__solution-card-label {
    font-size: 1.125rem;
    letter-spacing: 0.72px;
  }
}

.p-service__solution-card:nth-child(2) .p-service__solution-card-label,
.p-service__solution-card:nth-child(3) .p-service__solution-card-label {
  --gradient-label-w: 8rem;
}

@media screen and (max-width: 767px) {
  .p-service__solution-card:nth-child(1) .p-service__solution-card-label {
    --gradient-label-w-sp: 6rem;
  }
}
.p-service__solution-card-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.64px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-service__solution-card-text {
    font-size: 0.9375rem;
    letter-spacing: 0.6px;
    text-align: left;
    max-width: none;
  }
}

.p-service__service {
  background: #FCEDE9;
  padding-block: 11.75rem 6.25rem;
  position: relative;
}
.p-service__service::before {
  content: "";
  position: absolute;
  top: -0.625rem;
  left: 0;
  width: 100%;
  height: 6.4375rem;
  background-image: url("../img/section-patarn-pc.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-service__service {
    padding-block: 8.9375rem 5rem;
  }
  .p-service__service::before {
    top: -1.25rem;
    background-image: url("../img/section-patarn-sp.svg");
  }
}

.p-service__service-inner {
  max-width: 73.75rem;
  margin-inline: auto;
  padding-inline: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-service__service-inner {
    padding-inline: 0.5rem;
    gap: 3rem;
  }
}

.p-service__service-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-service__service-contents {
    gap: 2.5rem;
  }
}

.p-service__service-card {
  background: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding: 2rem 2rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-service__service-card {
    gap: 1.25rem;
    padding: 1rem 0.75rem 0rem 0.75rem;
  }
}

.p-service__service-card-label {
  position: absolute;
  top: 1rem;
  left: 0;
  background: #EB6B88;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.8px;
  white-space: nowrap;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  border-radius: 0 0.5rem 0.5rem 0;
}
.p-service__service-card-label span {
  border-left: 2px solid #ffffff;
  -webkit-padding-start: 1rem;
          padding-inline-start: 1rem;
}
@media screen and (max-width: 767px) {
  .p-service__service-card-label {
    top: 0.625rem;
    font-size: 1.125rem;
    letter-spacing: 0.72px;
    padding: 0.25rem 1rem 0.25rem 0.5rem;
    border-radius: 0 0.25rem 0.25rem 0;
  }
}

.p-service__service-card-image {
  width: 100%;
  height: 25rem;
  border-radius: 0.5rem;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-service__service-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-service__service-card-image--bottom img {
  -o-object-position: center 20%;
     object-position: center 20%;
}
@media screen and (max-width: 767px) {
  .p-service__service-card-image {
    height: 15rem;
    border-radius: 0.25rem;
  }
}

.p-service__service-card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-service__service-card-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}

.p-service__service-card-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service__service-card-left {
    gap: 0.75rem;
  }
}

.p-service__service-card-lead {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.64px;
  color: #EB6B88;
}

.p-service__service-card-list {
  list-style: none;
  padding: 0;
  -webkit-padding-end: 2.5rem;
          padding-inline-end: 2.5rem;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-service__service-card-list {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}

.p-service__service-card-list-item {
  position: relative;
  -webkit-padding-start: 0.75rem;
          padding-inline-start: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.64px;
  color: #333333;
}
.p-service__service-card-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.625rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #F6BDCA;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-service__service-card-list-item {
    font-size: 0.9375rem;
    letter-spacing: 0.3px;
  }
}

.p-service__service-card-list-etc {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.64px;
  color: #333333;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-service__service-card-list-etc {
    font-size: 0.9375rem;
    letter-spacing: 0.3px;
    bottom: -1.875rem;
  }
}

.p-service__service-card-right {
  width: 31.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-padding-after: 6.25rem;
          padding-block-end: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-service__service-card-right {
    width: 100%;
    -webkit-padding-after: 4.6875rem;
            padding-block-end: 4.6875rem;
  }
}

.p-service__service-card:nth-child(4) .p-service__service-card-right {
  -webkit-padding-after: 4.375rem;
          padding-block-end: 4.375rem;
}

.p-service__service-card-block {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), #FDE599;
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), #FDE599;
  border-radius: 2rem;
  padding: 1.875rem 1.25rem 2.625rem;
  position: relative;
}
.p-service__service-card-block::after {
  content: "";
  position: absolute;
  bottom: -1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.875rem;
  height: 2.875rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46 46'%3E%3Cpath d='M13.5 0L27 0C27 0 28.8147 13.7853 32 22C35.7046 31.554 45.5 44.5 45.5 44.5C45.5 44.5 28.1863 33.6496 19 24.5C10.4213 15.9557 0 0 0 0L13.5 0Z' fill='%23FDE599'/%3E%3Cpath d='M13.5 0L27 0C27 0 28.8147 13.7853 32 22C35.7046 31.554 45.5 44.5 45.5 44.5C45.5 44.5 28.1863 33.6496 19 24.5C10.4213 15.9557 0 0 0 0L13.5 0Z' fill='white' fill-opacity='0.5'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-service__service-card-block {
    border-radius: 1rem;
    padding: 0.5rem 0.75rem;
  }
  .p-service__service-card-block::after {
    bottom: -1rem;
    width: 1.5rem;
    height: 1.5rem;
    left: 57%;
  }
}

.p-service__service-card:first-child .p-service__service-card-block {
  padding: 1.875rem 1.4375rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-service__service-card:first-child .p-service__service-card-block {
    padding: 0.5rem 0.75rem 0.75rem;
  }
}

.p-service__service-card-block-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.64px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-service__service-card-block-text {
    font-size: 0.875rem;
    letter-spacing: 0.56px;
  }
}

.p-service__service-card-chara {
  position: absolute;
  bottom: -0.1875rem;
  right: 1.25rem;
  width: 10rem;
  height: 8.3125rem;
  overflow: hidden;
}
.p-service__service-card-chara img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-service__service-card-chara {
    bottom: 0rem;
    width: 8rem;
    height: auto;
    right: -0.5625rem;
  }
}

.p-service-flow.p-top-flow {
  padding-block: 6.25rem 6.9375rem;
}
@media screen and (max-width: 767px) {
  .p-service-flow.p-top-flow {
    padding-block: 5rem 5.0625rem;
  }
}

.p-service-flow__contents.p-top-flow__contents {
  padding: 2.5rem 2.5rem 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-service-flow__contents.p-top-flow__contents {
    padding: 2rem 0.75rem;
  }
}

.p-service__flow-cta.p-service__flow-cta {
  -webkit-margin-before: 1.75rem;
          margin-block-start: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-service__flow-cta.p-service__flow-cta {
    -webkit-margin-before: 3.125rem;
            margin-block-start: 3.125rem;
  }
}

.p-top-about {
  position: relative;
  padding-block: 6.25rem 11.5625rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 237, 233, 0)), to(#FCEDE9));
  background: linear-gradient(180deg, rgba(252, 237, 233, 0) 0%, #FCEDE9 100%);
}
.p-top-about::after {
  content: "";
  position: absolute;
  bottom: -0.9375rem;
  left: 0;
  width: 100%;
  height: 6.4375rem;
  background-image: url("../img/top-about_arch.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-top-about {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 237, 233, 0)), to(#FCEDE9));
    background: linear-gradient(180deg, rgba(252, 237, 233, 0) 0%, #FCEDE9 100%);
    padding-block: 4.75rem 3.125rem;
  }
  .p-top-about::after {
    background-image: url("../img/top-about_arch-sp.svg");
  }
}

.p-top-about__inner {
  display: grid;
  grid-template-columns: 36.25rem 29.125rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-padding-after: 0rem;
          padding-block-end: 0rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    max-width: 23.4375rem;
    -webkit-padding-after: 6.4375rem;
            padding-block-end: 6.4375rem;
  }
}

.p-top-about__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-top-about__left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
    -webkit-padding-after: 14.25rem;
            padding-block-end: 14.25rem;
  }
}

.p-top-about__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__heading {
    position: relative;
    z-index: 2;
    gap: 0.75rem;
  }
}

.p-top-about__en {
  font-family: "Karla", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #EB6B88;
  letter-spacing: 0.8px;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-top-about__en {
    font-size: 1rem;
    letter-spacing: 0.64px;
  }
}

.p-top-about__heading.is-visible .p-top-about__en {
  -webkit-animation: fadeIn 0.6s ease 0.4s forwards;
          animation: fadeIn 0.6s ease 0.4s forwards;
}

.p-top-about__heading.is-visible .p-top-about__lead-block::before {
  -webkit-transform: translateY(-50%) rotate(12deg) scaleY(1);
          transform: translateY(-50%) rotate(12deg) scaleY(1);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.p-top-about__lead-block {
  position: relative;
  -webkit-padding-start: 1.25rem;
          padding-inline-start: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.p-top-about__lead-block::before {
  content: "";
  position: absolute;
  left: 0.3125rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(12deg) scaleY(0);
          transform: translateY(-50%) rotate(12deg) scaleY(0);
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  width: 2px;
  height: 5.5rem;
  background: #EB6B88;
  border-radius: 2px;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-top-about__lead-block {
    -webkit-padding-start: 1.5rem;
            padding-inline-start: 1.5rem;
    gap: 0;
  }
  .p-top-about__lead-block::before {
    height: 9.375rem;
    left: 1.875rem;
  }
}

.p-top-about__lead-text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.8px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-top-about__lead-text {
    font-size: 1.125rem;
    letter-spacing: 0.36px;
    line-height: 2;
  }
  .p-top-about__lead-text span {
    display: block;
  }
}

.p-top-about__lead-block .p-top-about__lead-text:nth-of-type(1) {
  -webkit-margin-start: 0.625rem;
          margin-inline-start: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__lead-block .p-top-about__lead-text:nth-of-type(1) span:nth-of-type(1) {
    -webkit-padding-start: 0.8125rem;
            padding-inline-start: 0.8125rem;
  }
  .p-top-about__lead-block .p-top-about__lead-text:nth-of-type(1) span:nth-of-type(2) {
    -webkit-padding-start: 0.375rem;
            padding-inline-start: 0.375rem;
  }
  .p-top-about__lead-block .p-top-about__lead-text:nth-of-type(2) span:nth-of-type(1) {
    -webkit-padding-start: 0.5rem;
            padding-inline-start: 0.5rem;
  }
  .p-top-about__lead-block .p-top-about__lead-text:nth-of-type(2) span:nth-of-type(2) {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}

.p-top-about__img-wrap {
  border-radius: 8px;
  -webkit-box-shadow: 0 0 1.25rem 0 rgba(165, 107, 136, 0.16);
          box-shadow: 0 0 1.25rem 0 rgba(165, 107, 136, 0.16);
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-top-about__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-top-about__img-wrap--large {
  width: 28.75rem;
  height: 21.5625rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__img-wrap--large {
    position: absolute;
    z-index: 1;
    top: 10rem;
    right: -2.625rem;
    width: 20rem;
    height: 15rem;
    border-radius: 8px;
  }
}

.p-top-about__img-wrap--small {
  width: 25rem;
  height: 15rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__img-wrap--small {
    position: absolute;
    top: 0;
    left: -1.25rem;
    width: 20rem;
    height: 15rem;
    border-radius: 8px;
  }
}

.p-top-about__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-about__right {
    position: relative;
    -webkit-padding-before: 17rem;
            padding-block-start: 17rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 2.5rem;
  }
}

.p-top-about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-top-about__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

.p-top-about__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.64px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-top-about__text {
    font-size: 0.9375rem;
    letter-spacing: 0.3px;
  }
}

.p-header {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 100;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-header.is-open {
    z-index: 102;
  }
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-inline: 2.5rem;
  -webkit-padding-before: 1.25rem;
          padding-block-start: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-inline: 1.25rem;
    -webkit-padding-before: 1.25rem;
            padding-block-start: 1.25rem;
  }
}

.p-header__logo {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px 0 rgba(165, 107, 136, 0.16);
          box-shadow: 0 0 20px 0 rgba(165, 107, 136, 0.16);
}
.p-header__logo img {
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 5rem;
    height: 5rem;
    -webkit-box-shadow: 0 0 20px 0 rgba(165, 107, 136, 0.16);
            box-shadow: 0 0 20px 0 rgba(165, 107, 136, 0.16);
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  padding: 1.03125rem 2rem;
  border-radius: 8px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px 0 rgba(165, 107, 136, 0.16);
          box-shadow: 0 0 20px 0 rgba(165, 107, 136, 0.16);
  max-height: 5rem;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.p-header__item {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.72px;
}
.p-header__item a {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.p-header__item a:hover {
  color: #EB6B88;
}

.c-cta-btn--header {
  font-size: 1.125rem;
  line-height: 1.7;
}

.p-drawer {
  position: fixed;
  inset: 0;
  z-index: 101;
  background: -webkit-gradient(linear, right top, left top, from(rgba(234, 82, 124, 0.8)), color-stop(45%, rgba(235, 131, 124, 0.8)), to(rgba(241, 184, 126, 0.8)));
  background: linear-gradient(to left, rgba(234, 82, 124, 0.8), rgba(235, 131, 124, 0.8) 45%, rgba(241, 184, 126, 0.8));
  -webkit-padding-before: 7.5rem;
          padding-block-start: 7.5rem;
  padding-inline: 1.25rem;
  -webkit-padding-after: 2rem;
          padding-block-end: 2rem;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
.p-drawer.is-open {
  opacity: 1;
  visibility: visible;
}

.p-drawer__body {
  background: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px 0 rgba(165, 107, 136, 0.16);
          box-shadow: 0 0 20px 0 rgba(165, 107, 136, 0.16);
  padding: 5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  width: 100%;
}

.p-drawer__link {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.64px;
  padding: 0.25rem 1.25rem;
  text-align: center;
}

.p-drawer__list .c-cta-btn {
  width: 17.5rem;
  -webkit-margin-before: 0.75rem;
          margin-block-start: 0.75rem;
  font-size: 0.9375rem;
  letter-spacing: 0.6px;
}
.p-drawer__list .c-cta-btn a {
  text-align: center;
}

.p-drawer__icon {
  display: none;
  position: fixed;
  top: 2rem;
  right: 1.5625rem;
  z-index: 102;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-drawer__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-drawer__icon--bar {
  display: block;
  width: 1.875rem;
  height: 3px;
  background-color: #EB6B88;
  border-radius: 2px;
  -webkit-transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, background-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.p-drawer__icon.is-open .p-drawer__icon--bar {
  background-color: #ffffff;
}
.p-drawer__icon.is-open .p-drawer__icon--bar:nth-child(1) {
  -webkit-transform: translateY(0.625rem) rotate(45deg);
          transform: translateY(0.625rem) rotate(45deg);
}
.p-drawer__icon.is-open .p-drawer__icon--bar:nth-child(2) {
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.p-drawer__icon.is-open .p-drawer__icon--bar:nth-child(3) {
  -webkit-transform: translateY(-0.625rem) rotate(-45deg);
          transform: translateY(-0.625rem) rotate(-45deg);
}

.p-contact-section {
  padding-block: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact-section {
    padding-block: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-contact-section__inner {
    max-width: 23.4375rem;
  }
}

.p-contact-section__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact-section__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0rem;
  }
}

.p-contact-section__title-wrap {
  position: relative;
  width: 31.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-contact-section__title-wrap {
    width: 100%;
  }
}

.p-contact-section__title {
  position: absolute;
  top: -0.75rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-contact-section__title {
    top: 0;
    gap: 0;
  }
}

.p-contact-section__title-en {
  text-transform: uppercase;
  font-family: "Karla", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #EB6B88;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-contact-section__title-en {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.64px;
  }
}

.p-contact-section__title.is-visible .p-contact-section__title-en {
  -webkit-animation: fadeIn 0.6s ease 0.4s forwards;
          animation: fadeIn 0.6s ease 0.4s forwards;
}

.p-contact-section__title-ja {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1.28px;
  -webkit-margin-before: -0.625rem;
          margin-block-start: -0.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact-section__title-ja {
    font-size: 1.375rem;
    font-weight: 700;
    letter-spacing: 0.44px;
    -webkit-margin-before: 0rem;
            margin-block-start: 0rem;
  }
}

.p-contact-section__image {
  width: 100%;
  height: auto;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact-section__image {
    width: 20.9375rem;
  }
}

.p-contact-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-margin-before: 0rem;
          margin-block-start: 0rem;
}
@media screen and (max-width: 767px) {
  .p-contact-section__content {
    -webkit-margin-before: -1.375rem;
            margin-block-start: -1.375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
  }
}

.p-contact-section__lead-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-contact-section__lead-text {
    -webkit-padding-start: 0.875rem;
            padding-inline-start: 0.875rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-contact-section__lead-text p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 1.7;
  }
}

@media screen and (max-width: 767px) {
  .column-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-contact-section__lead-text::before {
  height: 80%;
  -webkit-transform-origin: -60px 0%;
          transform-origin: -60px 0%;
  left: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-contact-section__lead-text::before {
    display: none;
  }
}

.p-contact-section__btn {
  line-height: 1.7;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-contact-section__btn {
    width: 83%;
    text-align: center;
  }
}

.p-top-news {
  padding-block: 6.1875rem 6.25rem;
  background-color: #FCF7F3;
}

.p-top-news-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  padding: 2.875rem 2.5rem;
  background-color: #ffffff;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-top-news-wrap {
    padding: 0.75rem 0.75rem;
    gap: 1.875rem;
  }
}

.p-top-news__heading {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-start: 2.1875rem;
          margin-inline-start: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__heading {
    text-align: left;
    -webkit-margin-start: 1.0625rem;
            margin-inline-start: 1.0625rem;
  }
}

.p-top-news-title__text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-top-news-title__img {
  -webkit-margin-before: 1.5625rem;
          margin-block-start: 1.5625rem;
  -webkit-margin-end: -6.75rem;
          margin-inline-end: -6.75rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-news-title__img {
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
    -webkit-margin-end: -4.6875rem;
            margin-inline-end: -4.6875rem;
  }
}

.p-top-news__content {
  padding-inline: 4.1vw;
}
@media screen and (max-width: 767px) {
  .p-top-news__content {
    padding-inline: 0;
  }
}

.p-top-news__list {
  list-style: none;
}

.p-top-news__item {
  border-bottom: 1px solid #F6BDCA;
}

.p-top-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  padding: 1.625rem 0.5rem;
  text-decoration: none;
  color: inherit;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.p-top-news__link:hover {
  background-color: #FCEDE9;
}
@media screen and (max-width: 767px) {
  .p-top-news__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.25rem;
    padding: 0.75rem 0.25rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-top-news__date {
  font-family: "Karla", sans-serif;
  width: 6.25rem;
  font-size: 1rem;
  color: #9F9B97;
  font-weight: 400;
  letter-spacing: 0.64px;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-top-news__title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .p-top-news__title {
    font-size: 1rem;
    line-height: 1.7;
    letter-spacing: 0.64px;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.p-top-news__btn {
  text-align: center;
}

.p-top-column {
  background-color: #FCEDE9;
  background-image: url(../img/top-column_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-block: 6.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-column {
    background-image: url(../img/top-column_bg-sp.png);
    padding-block: 5rem;
  }
}

.p-top-column__inner {
  position: relative;
}
.p-top-column__inner::before {
  content: "";
  position: absolute;
  width: 5rem;
  height: 13.0625rem;
  background-image: url(../img/top-column_bg1.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -1.25rem;
  top: -5rem;
  pointer-events: none;
}
.p-top-column__inner::after {
  content: "";
  position: absolute;
  width: 18.75rem;
  height: 13.8125rem;
  background-image: url(../img/top-column_bg2.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: -5rem;
  top: -5rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-top-column__inner {
    max-width: 31.25rem;
  }
  .p-top-column__inner::before {
    display: none;
  }
}

.p-top-column__title {
  margin: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-top-column__title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-top-column .c-top-section-title__lead::before {
  left: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-top-column .c-top-section-title__lead::before {
    left: 2rem;
  }
}

/* コラムリスト */
.p-column-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none;
  margin-inline: auto;
  margin-block: 3.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-column-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-block: 3rem 1.0625rem;
    gap: 2.5rem;
  }
}

.p-column-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-column-item {
    width: 100%;
  }
}

.p-column-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  text-decoration: none;
  color: inherit;
}

.p-column-item__img-wrap {
  aspect-ratio: 320/200;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background-color: #efebe7;
}

.p-column-item__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.p-column-item__link:hover .p-column-item__img-wrap img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-column-item__link:hover .p-column-item__title {
  color: #EB6B88;
}

.p-column-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.3125rem;
  padding-inline: 0.25rem;
}

.p-column-item__title {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--text, #333);
  letter-spacing: 0.8px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-column-item__title {
    font-size: 1rem;
  }
}

.p-column-item__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.25rem;
  border: 1px solid var(--main, #eb6b88);
  border-radius: 2px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--main, #eb6b88);
  letter-spacing: 0.56px;
  line-height: 1.2;
  white-space: nowrap;
}

.p-column-btn {
  text-align: center;
}

.p-top-service {
  padding-block: 12.375rem 6.25rem;
  background-image: url(../img/top-service_bg.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .p-top-service {
    background-image: url(../img/top-service_bg-sp.webp);
    padding-block: max(9.625rem, 30vw) 5rem;
  }
}

.p-top-service__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}

.p-top-service-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}

.p-top-service-title__en {
  text-transform: uppercase;
  font-family: "Karla", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #EB6B88;
  letter-spacing: 0.8px;
  line-height: 1;
  opacity: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-service-title__en {
    font-size: 1rem;
    letter-spacing: 0.64px;
  }
}

.p-top-service-title__ja-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-top-service-title__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg) scaleY(-1);
          transform: translate(-50%, -50%) rotate(90deg) scaleY(-1);
  width: 4.5rem;
  height: 4.5rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  z-index: 0;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-top-service-title__img {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.p-top-service-title.is-visible .p-top-service-title__img {
  -webkit-animation: fadeIn 1s ease forwards;
          animation: fadeIn 1s ease forwards;
}

.p-top-service-title.is-visible .p-top-service-title__en {
  -webkit-animation: fadeIn 0.6s ease 0.7s forwards;
          animation: fadeIn 0.6s ease 0.7s forwards;
}

.p-top-service-title__ja {
  font-size: 2rem;
  font-weight: 700;
  color: #333333;
  letter-spacing: 1.28px;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-service-title__ja {
    font-size: 1.375rem;
    letter-spacing: 0.44px;
  }
}

.p-top-service__contents {
  -webkit-margin-before: 3.25rem;
          margin-block-start: 3.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-top-service__contents {
    -webkit-margin-before: 3rem;
            margin-block-start: 3rem;
    grid-template-columns: 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
  }
}

.p-top-service-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  width: 33.125rem;
  min-height: 32.5rem;
  padding: 1.25rem 1.25rem 3.75rem 1.25rem;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 1.25rem 0 rgba(165, 107, 136, 0.16);
          box-shadow: 0 0 1.25rem 0 rgba(165, 107, 136, 0.16);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-service-card {
    width: 100%;
    gap: 0.75rem;
    padding: 0.75rem 0.75rem 3.125rem 0.75rem;
    min-height: auto;
    max-width: 31.25rem;
  }
}

.p-top-service-card__img-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 18.75rem;
  border-radius: 6px;
  overflow: hidden;
  background-color: var(--gray, #efebe7);
}
.p-top-service-card__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-top-service-card__img-wrap {
    height: 13.75rem;
  }
}

.p-top-service-card:hover .p-top-service-card__img-wrap img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-top-service-card__btn img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.p-top-service-card:hover .p-top-service-card__btn img {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.p-top-service-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.p-top-service-card__title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.72px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-top-service-card__title {
    font-size: 1rem;
    letter-spacing: 0.64px;
  }
}

.p-top-service-card__desc {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.64px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-top-service-card__desc {
    font-size: 0.9375rem;
    letter-spacing: 0.3px;
  }
}

.p-top-service-card__btn {
  position: absolute;
  bottom: 0.5rem;
  right: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-service-card__btn {
    bottom: 0.25rem;
    right: 0.9375rem;
    gap: 1.25rem;
  }
}
.p-top-service-card__btn img {
  width: 1.25rem;
  height: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-top-service-card__btn img {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}

.p-top-service-card__btn-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 767px) {
  .p-top-service-card__btn-text {
    font-size: 0.9375rem;
    letter-spacing: 0.6px;
  }
}

.p-top-service-card__label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.25rem 1.25rem;
  border-radius: 0 0 8px 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.8px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-service-card__label {
    font-size: 1.125rem;
    padding: 0.25rem 0.8125rem;
    letter-spacing: 0.72px;
  }
}

.p-top-service-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3.5rem;
  height: 3.5rem;
  aspect-ratio: 1/1;
  border-radius: 50px 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-top-service-card::after {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}

.p-top-service-card--yellow .p-top-service-card__label {
  background-color: var(--sub, #f9be00);
}
.p-top-service-card--yellow .p-top-service-card__btn-text {
  color: var(--sub, #f9be00);
}
.p-top-service-card--yellow::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), #FDE599;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%), #FDE599;
}

.p-top-service-card--pink .p-top-service-card__label {
  background-color: #EB6B88;
}
.p-top-service-card--pink .p-top-service-card__btn-text {
  color: #EB6B88;
}
.p-top-service-card--pink::after {
  background-color: #FCEDE9;
}

@media screen and (max-width: 767px) {
  .p-top-service__contents > :nth-child(3) .p-top-service-card__label {
    background-color: var(--sub, #f9be00);
  }
  .p-top-service__contents > :nth-child(3) .p-top-service-card__btn-text {
    color: var(--sub, #f9be00);
  }
  .p-top-service__contents > :nth-child(3) .p-top-service-card__btn img {
    content: url(../img/arrow-yellow.svg);
  }
  .p-top-service__contents > :nth-child(3)::after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), #FDE599;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%), #FDE599;
  }
  .p-top-service__contents > :nth-child(4) .p-top-service-card__label {
    background-color: #EB6B88;
  }
  .p-top-service__contents > :nth-child(4) .p-top-service-card__btn-text {
    color: #EB6B88;
  }
  .p-top-service__contents > :nth-child(4) .p-top-service-card__btn img {
    content: url(../img/arrow-pink.svg);
  }
  .p-top-service__contents > :nth-child(4)::after {
    background-color: #FCEDE9;
  }
}
.p-top-flow {
  padding-block: 6.25rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-flow {
    padding-block: 5rem;
  }
}

.p-top-flow__top {
  position: relative;
  z-index: 2;
  -webkit-padding-start: 0.75rem;
          padding-inline-start: 0.75rem;
  -webkit-margin-after: -1.5rem;
          margin-block-end: -1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-flow__top {
    -webkit-padding-start: 0.5rem;
            padding-inline-start: 0.5rem;
    -webkit-margin-after: -1.125rem;
            margin-block-end: -1.125rem;
  }
}

.p-top-flow__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  background-color: #fff;
  padding-inline: 0.5rem;
}

.p-top-flow__title-en {
  font-family: "Karla", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #EB6B88;
  letter-spacing: 0.8px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-flow__title-en {
    font-size: 1rem;
    letter-spacing: 0.64px;
  }
}

.p-top-flow__title-ja {
  font-size: 2rem;
  font-weight: 700;
  color: #333333;
  letter-spacing: 1.28px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-top-flow__title-ja {
    font-size: 1.375rem;
    letter-spacing: 0.44px;
  }
}

.p-top-flow__contents {
  position: relative;
  z-index: 1;
  border: 1px solid #EB6B88;
  border-radius: 8px;
  padding: 2.5rem 2.5rem 2.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-top-flow__contents {
    padding: 2rem 0.75rem;
    gap: 1.25rem;
  }
}

.p-top-flow__free-badge {
  position: absolute;
  right: 9.375rem;
  top: 3.75rem;
  width: 2.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.p-top-flow__free-badge::before {
  content: "";
  display: block;
  width: 0.625rem;
  height: 24.875rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#F9BE00), to(#F9BE00)) center/0.125rem 100% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#F9BE00), to(#F9BE00)) center top/100% 0.125rem no-repeat, -webkit-gradient(linear, left top, left bottom, from(#F9BE00), to(#F9BE00)) center bottom/100% 0.125rem no-repeat;
  background: linear-gradient(#F9BE00, #F9BE00) center/0.125rem 100% no-repeat, linear-gradient(#F9BE00, #F9BE00) center top/100% 0.125rem no-repeat, linear-gradient(#F9BE00, #F9BE00) center bottom/100% 0.125rem no-repeat;
}
@media screen and (max-width: 767px) {
  .p-top-flow__free-badge {
    top: 3rem;
    right: 0.75rem;
    width: 1.5rem;
  }
  .p-top-flow__free-badge::before {
    height: 43.25rem;
  }
}

.p-top-flow__free-badge-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #F9BE00;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.8px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 0.5rem;
  border-radius: 4px;
  width: 2.375rem;
  text-align: center;
}
.p-top-flow__free-badge-text.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-flow__free-badge-text {
    font-size: 1rem;
    letter-spacing: 0.64px;
    width: 1.5rem;
    padding: 0.5rem 0.25rem;
  }
  .p-top-flow__free-badge-text.is-pc {
    display: none;
  }
  .p-top-flow__free-badge-text.is-sp {
    display: block;
  }
}

.p-top-flow-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.125rem;
  width: 56.25rem;
  -webkit-padding-end: 7.5rem;
          padding-inline-end: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-flow-item {
    width: 100%;
    -webkit-padding-end: 2.5rem;
            padding-inline-end: 2.5rem;
  }
}

.p-top-flow-item--last {
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}
@media screen and (max-width: 767px) {
  .p-top-flow-item--last {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}

.p-top-flow-item__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.125rem;
  font-family: "Karla", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #EB6B88;
  letter-spacing: 0;
  line-height: 1;
}
.p-top-flow-item__number span {
  font-size: inherit;
}
@media screen and (max-width: 767px) {
  .p-top-flow-item__number {
    font-size: 0.875rem;
  }
}

.p-top-flow-item__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2rem;
  background-color: #FCF7F3;
  border-radius: 4px;
  padding: 0.75rem 1.25rem;
}
.p-top-flow-item__body::before {
  content: "";
  position: absolute;
  left: 1.375rem;
  top: 0.0625rem;
  width: 1px;
  height: 2rem;
  background-color: #EB6B88;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
@media screen and (max-width: 767px) {
  .p-top-flow-item__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem;
  }
}

.p-top-flow-item__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 9.875rem;
  height: 100%;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-flow-item__label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    height: auto;
    gap: 0.5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-top-flow-item__icon {
  width: 2.75rem;
  height: 2.75rem;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-top-flow-item__label-text {
  font-size: 1rem;
  font-weight: 500;
  color: #EB6B88;
  letter-spacing: 0.64px;
  line-height: 1.7;
  white-space: nowrap;
}

.p-top-flow-item__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.64px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-top-flow-item__desc {
    font-size: 0.875rem;
    letter-spacing: 0.28px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

.p-top-flow-item__arrow {
  position: absolute;
  bottom: -0.75rem;
  left: 5.5625rem;
  width: 1.25rem;
  height: 0.75rem;
}
.p-top-flow-item__arrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-top: 0.75rem solid #EB6B88;
}
@media screen and (max-width: 767px) {
  .p-top-flow-item__arrow {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-flow-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-before: 3.4375rem;
          margin-block-start: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-flow-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    -webkit-margin-before: 3rem;
            margin-block-start: 3rem;
    max-width: 375px;
    margin-inline: auto;
  }
}

.p-flow-cta__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25rem;
  height: 5rem;
  padding: 0.5rem 2.5rem;
  border-radius: 8px;
  text-decoration: none;
  gap: 0.625rem;
  overflow: hidden;
}
.p-flow-cta__btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  pointer-events: none;
}
.p-flow-cta__btn:hover::after {
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  .p-flow-cta__btn {
    width: 100%;
    height: 3.75rem;
  }
}

.p-flow-cta__btn--main {
  background-color: #EB6B88;
  border: 1px solid #EB6B88;
}

.p-flow-cta__btn--sub {
  background-color: #F9BE00;
}

.p-flow-cta__text {
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.8px;
  line-height: 1.7;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-flow-cta__text {
    font-size: 1rem;
    letter-spacing: 0.64px;
  }
}

.p-flow-cta__arrow {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  padding: 0.3125rem 0.3125rem;
  background: #ffffff;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-flow-cta__arrow {
    right: 1.3125rem;
    width: 1rem;
    height: 1rem;
    padding: 0.1875rem;
  }
}

.p-flow-cta__btn:hover .p-flow-cta__arrow {
  -webkit-transform: translateY(-50%) translateX(4px);
          transform: translateY(-50%) translateX(4px);
}

.p-top-strength {
  padding-block: 0 0.625rem;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-strength {
    padding-block: 0.8125rem 0.3125rem;
  }
}

.p-top-strength__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.1875rem;
  max-width: 1280px;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-strength__inner {
    gap: 3.375rem;
    padding-inline: 1.25rem;
  }
}

.p-top-strength__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-strength__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-inline: 0;
  }
}

.p-top-strength__title__title {
  -webkit-padding-start: 0.5625rem;
          padding-inline-start: 0.5625rem;
}

.p-top-strength__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .p-top-strength__contents {
    padding-inline: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-strength__contents {
    max-width: 31.25rem;
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem;
    padding-inline: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-strength .c-lead__text p {
    font-size: 1.125rem;
    line-height: 2;
    letter-spacing: 0.36px;
  }
}

.p-top-strength__title {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  margin: 3.25rem 0rem 3.125rem -4.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-strength__title {
    margin: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1320px) {
  .p-top-strength__title {
    margin: 3.25rem 0rem 3.125rem 0rem;
  }
}
.p-top-strength__title__lead::before {
  left: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-top-strength__title__lead {
    -webkit-padding-start: 1rem;
            padding-inline-start: 1rem;
    -webkit-margin-end: -1.875rem;
            margin-inline-end: -1.875rem;
  }
  .p-top-strength__title__lead::before {
    left: 0.9375rem;
    height: 6.875rem;
    top: 53%;
  }
  .p-top-strength__title__lead .text1 {
    display: block;
    -webkit-padding-start: 5px;
            padding-inline-start: 5px;
  }
  .p-top-strength__title__lead .text2 {
    display: block;
  }
}

.p-top-strength-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 22.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-strength-card {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    max-width: 100%;
    gap: 0.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-top-strength-card__img-area {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .p-top-strength-card__img-area {
    width: 18.75rem;
    aspect-ratio: 1/1;
  }
}

.p-top-strength-card__circle {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.p-top-strength-card__circle.is-active {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.p-top-strength-card__circle--pink {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), #f6bdca;
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), #f6bdca;
}

.p-top-strength-card__circle--yellow {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), #fde599;
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), #fde599;
}

.p-top-strength-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.p-top-strength-card__number {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Karla", sans-serif;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#EB6B88), to(#f1b57f));
  background: linear-gradient(90deg, #EB6B88, #f1b57f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 767px) {
  .p-top-strength-card__number {
    top: 0rem;
    left: 0rem;
  }
}

.p-top-strength-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-strength-card__body {
    gap: 0.5rem;
  }
}

.p-top-strength-card__label--short {
  --gradient-label-w: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-strength-card__label--short {
    --gradient-label-w-sp: 2.9375rem;
  }
}

.p-top-strength-card__label-text {
  font-size: 1.25rem;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0.8px;
  line-height: 1.7;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-strength-card__label-text {
    font-size: 1rem;
    letter-spacing: 0.64px;
  }
}

.p-top-strength-card__desc {
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.64px;
  line-height: 1.7;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-strength-card__desc {
    font-size: 0.9375rem;
    letter-spacing: 0.3px;
  }
}

.p-404__contents {
  padding-block: 6.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-404__contents {
    padding-block: 5rem;
  }
}

.p-404__contents-text {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.64px;
}

.p-404__btn {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}

.p-privacy-policy .c-page-title {
  height: 18.75rem;
  -webkit-padding-before: 10rem;
          padding-block-start: 10rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy .c-page-title {
    -webkit-padding-before: 5.25rem;
            padding-block-start: 5.25rem;
    height: 18.75rem;
  }
}

.p-privacy-policy .c-page-title__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy .c-page-title__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
  }
}

.p-privacy-policy .c-page-title__title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy .c-page-title__title {
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
  }
}

.p-privacy-policy .c-page-title__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6.25rem;
  height: 6.25rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy .c-page-title__icon {
    width: 5rem;
    height: 5rem;
  }
}

.p-privacy-policy__contents {
  background: #ffffff;
  padding-block: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy__contents {
    padding-block: 5rem;
  }
}

.p-privacy-policy__contents-inner {
  max-width: 73.75rem;
  margin-inline: auto;
  padding-inline: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy__contents-inner {
    padding-inline: 1.25rem;
    gap: 1.25rem;
  }
}

.p-privacy-policy__lead {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.64px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy__lead {
    font-size: 0.9375rem;
    letter-spacing: 0.3px;
  }
}

.p-privacy-policy__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-padding-before: 1.25rem;
          padding-block-start: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy__block {
    gap: 0.5rem;
    -webkit-padding-before: 0.75rem;
            padding-block-start: 0.75rem;
  }
}

.p-privacy-policy__block-heading {
  position: relative;
  padding-inline: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.96px;
  color: #333333;
}
.p-privacy-policy__block-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(12deg);
          transform: translateY(-50%) rotate(12deg);
  width: 0.125rem;
  height: 1.75rem;
  background: #EB6B88;
  border-radius: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy__block-heading {
    padding-inline: 1rem;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.36px;
  }
  .p-privacy-policy__block-heading::before {
    height: 1.375rem;
  }
}

.p-privacy-policy__block-body {
  -webkit-padding-start: 1.5rem;
          padding-inline-start: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy__block-body {
    -webkit-padding-start: 1rem;
            padding-inline-start: 1rem;
    gap: 0.25rem;
  }
}

.p-privacy-policy__block-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.64px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy__block-text {
    font-size: 0.9375rem;
    letter-spacing: 0.3px;
  }
}

.p-privacy-policy__block-list {
  list-style: none;
  padding: 0;
  -webkit-padding-start: 0.5rem;
          padding-inline-start: 0.5rem;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy__block-list {
    -webkit-padding-start: 0.25rem;
            padding-inline-start: 0.25rem;
    gap: 0.125rem;
  }
}

.p-privacy-policy__block-list-item {
  position: relative;
  -webkit-padding-start: 0.75rem;
          padding-inline-start: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.64px;
  color: #333333;
}
.p-privacy-policy__block-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.25rem;
  height: 0.25rem;
  background: #EB6B88;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy__block-list-item {
    -webkit-padding-start: 0.5rem;
            padding-inline-start: 0.5rem;
    font-size: 0.9375rem;
    letter-spacing: 0.3px;
  }
}

.p-price .c-section-title {
  -webkit-margin-start: -1.125rem;
          margin-inline-start: -1.125rem;
}
@media screen and (max-width: 767px) {
  .p-price .c-section-title {
    -webkit-margin-start: 0.9375rem;
            margin-inline-start: 0.9375rem;
  }
}

.p-price__plan {
  padding-block: 6.25rem 8.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-price__plan {
    padding-block: 5rem;
    gap: 2rem;
  }
}

.p-price__plan-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}

.p-price__plan-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.p-price__plan-block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.8px;
  color: #333333;
}
.p-price__plan-block-title::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url("../img/icon-dot.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-price__plan-block-title {
    font-size: 1.125rem;
    letter-spacing: 0.72px;
  }
}

.p-price__plan-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-price__plan-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.p-price__plan-card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  background: #FCEDE9;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  padding: 3.75rem 1rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-price__plan-card {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    padding: 0.75rem 0.5rem;
    gap: 0.5rem;
  }
}

.p-price__plan-card--light {
  background: #FCF7F3;
}

.p-price__plan-card-caption {
  position: absolute;
  top: 1.25rem;
  left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  background: #ffffff;
  border-radius: 5rem;
  padding: 0.25rem 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-price__plan-card-caption {
    position: static;
  }
}

.p-price__plan-card-caption-dot {
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  background: #EB6B88;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-price__plan-card-caption-text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.56px;
  color: #333333;
  white-space: nowrap;
}

.p-price__plan-card-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #EB6B88;
  padding: 0.25rem 0.5rem;
}

.p-price__plan-card-name {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.8px;
  color: #EB6B88;
}
@media screen and (max-width: 767px) {
  .p-price__plan-card-name {
    font-size: 1.125rem;
    letter-spacing: 0.72px;
  }
}

.p-price__plan-card-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-price__plan-card-price {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-padding-before: 0.125rem;
            padding-block-start: 0.125rem;
  }
}

.p-price__plan-card-price-num {
  font-family: "Karla", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  color: #EB6B88;
}
@media screen and (max-width: 767px) {
  .p-price__plan-card-price-num {
    font-size: 1.125rem;
  }
}

.p-price__plan-card-price-unit {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.64px;
  color: #EB6B88;
}
@media screen and (max-width: 767px) {
  .p-price__plan-card-price-unit {
    font-size: 0.875rem;
    line-height: 1.2;
    letter-spacing: 0.56px;
  }
}

.p-price__plan-card-text {
  padding-inline: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.64px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-price__plan-card-text {
    font-size: 0.9375rem;
    letter-spacing: 0.3px;
  }
}

.p-price__qa .c-section-title__img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.p-price__qa {
  background: #FCEDE9;
  padding-block: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-price__qa {
    padding-block: 5rem;
  }
}

.p-price__qa-inner {
  max-width: 73.75rem;
  margin-inline: auto;
  padding-inline: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-price__qa-inner {
    padding-inline: 1.25rem;
    gap: 3rem;
  }
}

.p-price__qa-contents {
  width: 100%;
  max-width: 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}

.p-price__qa-item {
  background: #ffffff;
  border-radius: 0.5rem;
}

.p-price__qa-item-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  padding: 0.75rem 2.75rem 0.75rem 1.25rem;
  position: relative;
  cursor: pointer;
  list-style: none;
}
.p-price__qa-item-question::-webkit-details-marker {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-price__qa-item-question {
    gap: 0.75rem;
    padding: 0.75rem 2.5rem 0.75rem 0.75rem;
  }
}

.p-price__qa-item-q,
.p-price__qa-item-a {
  display: block;
  width: 1.25rem;
  height: 1.9375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-price__qa-item-q,
  .p-price__qa-item-a {
    width: 1.125rem;
    height: 1.625rem;
  }
}

.p-price__qa-item-question-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.64px;
  color: #333333;
  -webkit-padding-before: 0.125rem;
          padding-block-start: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-price__qa-item-question-text {
    font-size: 0.9375rem;
    letter-spacing: 0.6px;
  }
}

.p-price__qa-item-toggle {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
}
.p-price__qa-item-toggle::before, .p-price__qa-item-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #EB6B88;
  border-radius: 0.0625rem;
}
.p-price__qa-item-toggle::before {
  width: 1rem;
  height: 0.125rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-price__qa-item-toggle::after {
  width: 0.125rem;
  height: 1rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-price__qa-item-toggle {
    top: 0.875rem;
    -webkit-transform: none;
            transform: none;
    right: 0.75rem;
  }
}

.p-price__qa-item[open] .p-price__qa-item-toggle::after {
  display: none;
}

.p-price__qa-item-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding: 0.5625rem 1.25rem 0.625rem 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-price__qa-item-answer {
    gap: 0.75rem;
    padding: 0.4375rem 0.75rem 0.75rem;
  }
}

.p-price__qa-item-answer-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-padding-before: 0.125rem;
          padding-block-start: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-price__qa-item-answer-body {
    gap: 0.5rem;
  }
}

.p-price__qa-item-answer-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.64px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-price__qa-item-answer-text {
    font-size: 1rem;
    letter-spacing: 0.3px;
  }
}

.p-price__qa .c-section-title__text {
  -webkit-margin-start: -0.9375rem;
          margin-inline-start: -0.9375rem;
}

.p-contact {
  background: #ffffff;
  padding-block: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-block: 5rem;
  }
}

.p-contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}

.p-contact__lead {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.8px;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__lead {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.3px;
    text-align: left;
  }
}

.p-contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem;
  }
}

.p-contact__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-contact__steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-contact__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact__step:not(:last-child)::after {
  content: "";
  display: block;
  width: 0.125rem;
  height: 1.375rem;
  background: #9f9b97;
}
@media screen and (max-width: 767px) {
  .p-contact__step:not(:last-child)::after {
    width: 1rem;
    height: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-contact__step-circle {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 2px solid #9f9b97;
  background: #ffffff;
  color: #9f9b97;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 767px) {
  .p-contact__step-circle {
    width: 4.25rem;
    height: 4.25rem;
    font-size: 1rem;
    letter-spacing: 0.64px;
  }
}

.p-contact__step--active .p-contact__step-circle {
  background: #EB6B88;
  border-color: #EB6B88;
  color: #ffffff;
}

.p-contact__form-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #FCF7F3;
  border-radius: 0.5rem;
  padding: 1.25rem 2.5rem 2.5rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-contact__form-area {
    width: 100%;
    padding: 1.25rem 0.75rem;
  }
}

/* UNUSED: 元のHTMLフォームスタイル（Snow Monkey Formsに置き換え済み）
.p-contact__form-list {
  display: flex;
  flex-direction: column;
  gap: rm(20);
  width: 100%;
}

.p-contact__form-item {
  display: flex;
  align-items: center;
  gap: rm(12);

  @include mq(sp) {
    flex-direction: column;
    align-items: flex-start;
    gap: rm(4);
  }
}

.p-contact__form-item--textarea {
  align-items: flex-start;

  .p-contact__form-label {
    height: rm(45);
  }
}

.p-contact__form-item--checkbox {
  padding-block-start: rm(16);
}

.p-contact__form-label {
  display: flex;
  align-items: center;
  gap: rm(8);
  min-width: rm(200);
  align-self: stretch;

  label {
    font-size: rm(18);
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.72px;
    color: $color-text;
    white-space: nowrap;

    @include mq(sp) {
      font-size: rm(15);
      letter-spacing: 0.6px;
    }
  }

  @include mq(sp) {
    min-width: auto;
    align-self: auto;
    gap: rm(4);
  }
}
*/
.p-contact__form-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #EB6B88;
  border-radius: 0.125rem;
  padding: 0.125rem 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.56px;
  color: #EB6B88;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__form-tag {
    font-size: 0.75rem;
    letter-spacing: 0.48px;
  }
}

/* UNUSED: 元のHTMLフォームスタイル（Snow Monkey Formsに置き換え済み）
.p-contact__form-input {
  width: rm(400);
  background: $white;
  border: none;
  border-radius: rm(4);
  padding: rm(8) rm(16);
  font-size: rm(16);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.64px;
  color: $color-text;
  outline: none;

  &::placeholder {
    color: #9f9b97;
  }

  @include mq(sp) {
    width: 100%;
    height: rm(40);
    padding: rm(4) rm(8);
    font-size: rm(15);
    letter-spacing: 0.3px;
  }
}

.p-contact__form-textarea {
  flex: 1;
  min-width: 0;
  height: rm(200);
  background: $white;
  border: none;
  border-radius: rm(4);
  padding: rm(8) rm(16);
  font-size: rm(16);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.64px;
  color: $color-text;
  resize: vertical;
  outline: none;

  &::placeholder {
    color: #9f9b97;
  }

  @include mq(sp) {
    width: 100%;
    height: rm(160);
    padding: rm(4) rm(8);
    font-size: rm(15);
    letter-spacing: 0.3px;
  }
}

.p-contact__form-select-wrap {
  position: relative;
  width: rm(400);

  &::after {
    content: "";
    position: absolute;
    top: 50%;
    right: rm(12);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: rm(7) solid transparent;
    border-right: rm(7) solid transparent;
    border-top: rm(10) solid $color-main;
    pointer-events: none;
  }

  @include mq(sp) {
    width: 100%;

    &::after {
      border-left-width: rm(5);
      border-right-width: rm(5);
      border-top-width: rm(8);
    }
  }
}

.p-contact__form-select {
  width: 100%;
  background: $white;
  border: none;
  border-radius: rm(4);
  padding: rm(8) rm(40) rm(8) rm(16);
  font-size: rm(16);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.64px;
  color: $color-text;
  appearance: none;
  cursor: pointer;
  outline: none;

  @include mq(sp) {
    height: rm(40);
    padding: rm(4) rm(32) rm(4) rm(8);
    font-size: rm(15);
    letter-spacing: 0.3px;
  }
}
*/
/* UNUSED: 元のHTMLカスタムチェックボックス（Snow Monkey Formsに置き換え済み）
// カスタムチェックボックス
.p-contact__form-privacy {
  display: flex;
  align-items: center;
  gap: rm(12);
  cursor: pointer;

  @include mq(sp) {
    gap: rm(8);
  }
}

.p-contact__form-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.p-contact__form-checkbox-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: rm(40);
  height: rm(40);
  background: $white;
  border-radius: rm(2);
  flex-shrink: 0;

  &::after {
    content: "";
    display: none;
    width: rm(20);
    height: rm(12);
    border-left: 2px solid $color-main;
    border-bottom: 2px solid $color-main;
    transform: rotate(-45deg) translateY(rm(-2));
  }

  @include mq(sp) {
    width: rm(32);
    height: rm(32);

    &::after {
      width: rm(14);
      height: rm(9);
    }
  }
}

.p-contact__form-checkbox:checked + .p-contact__form-checkbox-icon::after {
  display: block;
}

.p-contact__form-privacy-text {
  font-size: rm(16);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.64px;
  color: $color-text;

  @include mq(sp) {
    font-size: rm(15);
    letter-spacing: 0.6px;
  }
}

.p-contact__form-privacy-link {
  text-decoration: underline;
  color: $color-text;
}
*/
.p-contact__form-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20rem;
  background: #EB6B88;
  border: none;
  border-radius: 6.25rem;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.72px;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.p-contact__form-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  border-radius: inherit;
}
.p-contact__form-btn:hover::after {
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .p-contact__form-btn {
    width: 17.5rem;
    padding: 0.5rem 2rem;
    font-size: 0.9375rem;
    letter-spacing: 0.6px;
  }
}

.p-contact__step--done .p-contact__step-circle {
  background: #ffffff;
  border-color: #EB6B88;
  color: #EB6B88;
}

.p-contact__step--done:not(:last-child)::after {
  background: #EB6B88;
}

.p-contact__confirm-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  width: 100%;
}

.p-contact__confirm-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  border-bottom: 1px solid #EB6B88;
  -webkit-padding-after: 1rem;
          padding-block-end: 1rem;
}
.p-contact__confirm-item--multiline {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-contact__confirm-item--multiline .p-contact__confirm-label {
  height: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__confirm-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.25rem;
    -webkit-padding-after: 0.5rem;
            padding-block-end: 0.5rem;
  }
  .p-contact__confirm-item--multiline .p-contact__confirm-label {
    height: auto;
  }
}

.p-contact__confirm-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  min-width: 13.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.72px;
  color: #333333;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__confirm-label {
    min-width: auto;
    font-size: 0.9375rem;
    letter-spacing: 0.6px;
    gap: 0.25rem;
    white-space: normal;
  }
}

.p-contact__confirm-value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.64px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-contact__confirm-value {
    padding: 0.25rem 0;
  }
}

.p-contact__thanks-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  width: 100%;
  text-align: center;
}

.p-contact__thanks-lead {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.8px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-contact__thanks-lead {
    font-size: 0.9375rem;
    line-height: 1.7;
    letter-spacing: 0.6px;
  }
}

.p-contact__thanks-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.64px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-contact__thanks-text {
    font-size: 0.9375rem;
    letter-spacing: 0.3px;
  }
}

.p-contact__form-area .smf-progress-tracker {
  display: none;
}
.p-contact__form-area .snow-monkey-form,
.p-contact__form-area .smf-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  width: 100%;
}
.p-contact__form-area .smf-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  border: none;
}
.p-contact__form-area .smf-item:has(.smf-textarea-control__control) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-contact__form-area .smf-item:has(.smf-textarea-control__control) .smf-item__col--label {
  -webkit-padding-before: 0.625rem;
          padding-block-start: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form-area .smf-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form-area .smf-form .smf-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.25rem;
  }
  .p-contact__form-area .smf-form .smf-item__col--label {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
    min-width: auto;
    gap: 0.25rem;
  }
  .p-contact__form-area .smf-form .smf-item__col--controls {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
    width: 100%;
  }
}
.p-contact__form-area .smf-item__col--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  max-width: 12.5rem !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: none;
  border: none;
  padding: 0;
  max-width: none;
}
.p-contact__form-area .smf-item__col--label label {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.72px;
  color: #333333;
  white-space: nowrap;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-contact__form-area .smf-item__col--label label {
    font-size: 0.9375rem;
    letter-spacing: 0.6px;
  }
}
.p-contact__form-area .smf-item__col--label .smf-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #EB6B88;
  border-radius: 0.125rem;
  padding: 0.125rem 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.56px;
  color: #EB6B88;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__form-area .smf-item__col--label .smf-label {
    font-size: 0.75rem;
    letter-spacing: 0.48px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form-area .smf-item__col--label {
    min-width: auto;
    gap: 0.25rem;
  }
}
.p-contact__form-area .smf-item__col--controls {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 0;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .p-contact__form-area .smf-item__col--controls {
    width: 100%;
  }
}
.p-contact__form-area .smf-text-control__control {
  width: 25rem;
  background: #ffffff;
  border: none !important;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.64px;
  color: #333333;
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.p-contact__form-area .smf-text-control__control::-webkit-input-placeholder {
  color: #9f9b97;
}
.p-contact__form-area .smf-text-control__control::-moz-placeholder {
  color: #9f9b97;
}
.p-contact__form-area .smf-text-control__control:-ms-input-placeholder {
  color: #9f9b97;
}
.p-contact__form-area .smf-text-control__control::-ms-input-placeholder {
  color: #9f9b97;
}
.p-contact__form-area .smf-text-control__control::placeholder {
  color: #9f9b97;
}
@media screen and (max-width: 767px) {
  .p-contact__form-area .smf-text-control__control {
    width: 100%;
    height: 2.5rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.9375rem;
    letter-spacing: 0.3px;
  }
}
.p-contact__form-area .smf-textarea-control__control {
  display: block;
  width: 100%;
  height: 12.5rem;
  background: #ffffff;
  border: none !important;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.64px;
  color: #333333;
  resize: vertical;
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.p-contact__form-area .smf-textarea-control__control::-webkit-input-placeholder {
  color: #9f9b97;
}
.p-contact__form-area .smf-textarea-control__control::-moz-placeholder {
  color: #9f9b97;
}
.p-contact__form-area .smf-textarea-control__control:-ms-input-placeholder {
  color: #9f9b97;
}
.p-contact__form-area .smf-textarea-control__control::-ms-input-placeholder {
  color: #9f9b97;
}
.p-contact__form-area .smf-textarea-control__control::placeholder {
  color: #9f9b97;
}
@media screen and (max-width: 767px) {
  .p-contact__form-area .smf-textarea-control__control {
    height: 10rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.9375rem;
    letter-spacing: 0.3px;
  }
}
.p-contact__form-area .smf-select-control {
  position: relative;
  display: block;
  width: 25rem;
}
.p-contact__form-area .smf-select-control::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 0.4375rem solid transparent;
  border-right: 0.4375rem solid transparent;
  border-top: 0.625rem solid #333333;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-contact__form-area .smf-select-control {
    width: 100%;
  }
  .p-contact__form-area .smf-select-control::after {
    border-left-width: 0.3125rem;
    border-right-width: 0.3125rem;
    border-top-width: 0.5rem;
  }
}
.p-contact__form-area .smf-select-control__toggle {
  display: none !important;
}
.p-contact__form-area .smf-select-control__control {
  width: 100%;
  background: #ffffff;
  border: none !important;
  border-radius: 0.25rem;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.64px;
  color: #333333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media screen and (max-width: 767px) {
  .p-contact__form-area .smf-select-control__control {
    height: 2.5rem;
    padding: 0.25rem 2rem 0.25rem 0.5rem;
    font-size: 0.9375rem;
    letter-spacing: 0.3px;
  }
}
.p-contact__form-area .smf-checkbox-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-contact__form-area .smf-checkbox-control {
    gap: 0.5rem;
  }
}
.p-contact__form-area .smf-checkbox-control__control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: #ffffff;
  border: none !important;
  border-radius: 0.125rem;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0;
  cursor: pointer;
  position: relative;
}
.p-contact__form-area .smf-checkbox-control__control::before {
  content: "";
  display: none;
  width: 2rem;
  height: 1.625rem;
  background-image: url("../img/icon_check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-contact__form-area .smf-checkbox-control__control:checked {
  background: #ffffff;
}
.p-contact__form-area .smf-checkbox-control__control:checked::before {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-contact__form-area .smf-checkbox-control__control {
    width: 2rem;
    height: 2rem;
  }
  .p-contact__form-area .smf-checkbox-control__control::before {
    width: 1.5625rem;
    height: 1.25rem;
  }
}
.p-contact__form-area .smf-control-legend a {
  text-decoration: underline !important;
}
.p-contact__form-area .smf-checkbox-control .smf-label {
  border: none;
  border-radius: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.64px;
  color: #333333;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .p-contact__form-area .smf-checkbox-control .smf-label {
    font-size: 0.9375rem;
    letter-spacing: 0.6px;
  }
}
.p-contact__form-area .smf-checkboxes-control__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.p-contact__form-area .smf-error-messages {
  color: #cc3033;
  font-size: 0.8125rem;
  -webkit-margin-before: 0.25rem;
          margin-block-start: 0.25rem;
  line-height: 1.5;
}
.p-contact__form-area .smf-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-before: 0.75rem;
          margin-block-start: 0.75rem;
  text-align: center;
}
.p-contact__form-area .smf-button-control__control {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20rem;
  height: auto;
  background: #EB6B88;
  background-image: none;
  border: none !important;
  border-radius: 6.25rem;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.72px;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.p-contact__form-area .smf-button-control__control::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  border-radius: inherit;
}
.p-contact__form-area .smf-button-control__control:hover::after {
  opacity: 0.3;
}
.p-contact__form-area .smf-button-control__control:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
@media screen and (max-width: 767px) {
  .p-contact__form-area .smf-button-control__control {
    width: 17.5rem;
    padding: 0.5rem 2rem;
    font-size: 0.9375rem;
    letter-spacing: 0.6px;
  }
}
.p-contact__form-area .smf-item__label__text a {
  text-decoration: underline;
}
.p-contact__form-area .snow-monkey-form[data-screen=confirm] .smf-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #EB6B88;
  -webkit-padding-after: 1rem;
          padding-block-end: 1rem;
}
.p-contact__form-area .snow-monkey-form[data-screen=confirm] .smf-item .smf-item__col--label {
  -webkit-padding-before: 0.5rem;
          padding-block-start: 0.5rem;
}
.p-contact__form-area .snow-monkey-form[data-screen=confirm] .smf-item__col--controls {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.64px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-contact__form-area .snow-monkey-form[data-screen=confirm] .smf-item__col--controls {
    padding: 0.25rem 0;
    font-size: 0.9375rem;
  }
}

.smf-item__description {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #EB6B88;
  border-radius: 0.125rem;
  padding: 0.125rem 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.56px;
  color: #EB6B88;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .smf-item__description {
    font-size: 0.75rem;
    letter-spacing: 0.48px;
  }
}

.p-news {
  background: #ffffff;
  padding-block: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding-block: 5rem;
  }
}

.p-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}

.p-news__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 56.25rem;
}
@media screen and (max-width: 767px) {
  .p-news__items {
    width: 100%;
  }
}

.p-news__item {
  border-bottom: 1px solid #f6bdca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  padding: 2rem 0.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-news__item {
    gap: 1.25rem;
    padding: 2rem 0;
  }
  .p-news__item:first-child {
    -webkit-padding-before: 0;
            padding-block-start: 0;
  }
}

.p-news__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__item-top {
    gap: 0.25rem;
  }
}

.p-news__item-date {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.64px;
  color: #9f9b97;
}
@media screen and (max-width: 767px) {
  .p-news__item-date {
    font-family: "Karla", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.56px;
  }
}

.p-news__item-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.8px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-news__item-title {
    font-size: 1.125rem;
    line-height: 1.7;
    letter-spacing: 0.72px;
  }
}

.p-news__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-news__item-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.p-news__item-image {
  width: 20rem;
  height: 11.25rem;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-news__item-image {
    width: 100%;
    height: auto;
    aspect-ratio: 320/180;
  }
}

.p-news__item-textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-news__item-textarea h2,
.p-news__item-textarea h3 {
  position: relative;
  -webkit-padding-start: 0.75rem;
          padding-inline-start: 0.75rem;
  font-weight: 500;
  line-height: 1.7;
  color: #333333;
}
.p-news__item-textarea h2::before,
.p-news__item-textarea h3::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(12deg);
          transform: translateY(-50%) rotate(12deg);
  width: 0.125rem;
  height: 1.125rem;
  background: #EB6B88;
  border-radius: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-news__item-textarea h2,
  .p-news__item-textarea h3 {
    -webkit-padding-start: 0.5rem;
            padding-inline-start: 0.5rem;
  }
  .p-news__item-textarea h2::before,
  .p-news__item-textarea h3::before {
    height: 1rem;
  }
}
.p-news__item-textarea h2 {
  font-size: 1.125rem;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 767px) {
  .p-news__item-textarea h2 {
    font-size: 1rem;
    letter-spacing: 0.64px;
  }
}
.p-news__item-textarea h3 {
  font-size: 1rem;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 767px) {
  .p-news__item-textarea h3 {
    font-size: 0.9375rem;
    letter-spacing: 0.3px;
  }
}
@media screen and (max-width: 767px) {
  .p-news__item-textarea {
    width: 100%;
    gap: 0.75rem;
  }
}

.p-news__item-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.64px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-news__item-text {
    font-size: 0.9375rem;
    letter-spacing: 0.3px;
  }
}

.p-news__item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.p-news__item-h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  -webkit-padding-start: 0.75rem;
          padding-inline-start: 0.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-news__item-h3 {
    -webkit-padding-start: 0.5rem;
            padding-inline-start: 0.5rem;
  }
}

.p-news__item-h3-line {
  position: absolute;
  left: 0.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(12deg);
          transform: translateY(-50%) rotate(12deg);
  width: 0.125rem;
  height: 1.125rem;
  background: #EB6B88;
  border-radius: 0.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-news__item-h3-line {
    height: 1rem;
  }
}

.p-news__item-h3-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.72px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-news__item-h3-text {
    font-size: 1rem;
    letter-spacing: 0.64px;
  }
}

.p-news__item-block-text {
  -webkit-padding-start: 0.75rem;
          padding-inline-start: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.64px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__item-block-text {
    -webkit-padding-start: 0.5rem;
            padding-inline-start: 0.5rem;
    font-size: 0.9375rem;
    letter-spacing: 0.3px;
  }
}

.p-news__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-news__pagination {
    -webkit-padding-before: 0.5rem;
            padding-block-start: 0.5rem;
  }
}

.p-news__page-arrow {
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-news__page-arrow--prev img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.p-news__page-arrow.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.p-news__page-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.25rem;
  background: #efebe7;
  font-family: "Karla", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.72px;
  color: #EB6B88;
  text-decoration: none;
}
.p-news__page-btn--active {
  background: #EB6B88;
  color: #ffffff;
  line-height: 1.7;
  letter-spacing: normal;
}

.p-news__page-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}

.p-news__page-dot {
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 0.0625rem;
  background: #efebe7;
}

.p-column {
  background: #ffffff;
  padding-block: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-column {
    padding-block: 5rem;
  }
}

.p-column__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-column__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}

.p-column__main {
  width: 50rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-column__main {
    width: 100%;
  }
}

.p-column__sp-category {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-column__sp-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}

.p-column__sp-category-title {
  font-family: "Karla", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.64px;
  color: #EB6B88;
}

.p-column__sp-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-column__sp-category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0;
}

.p-column__sp-category-deco {
  width: 0.5rem;
  height: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-column__sp-category-text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.6px;
  color: #333333;
  white-space: nowrap;
}

.p-column__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-column__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.1875rem;
  }
}

.p-column__card {
  width: calc(50% - 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-column__card {
    width: 100%;
  }
}

.p-column__card-img-wrap {
  width: 100%;
  aspect-ratio: 320/200;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #efebe7;
}

.p-column__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.p-column__card:hover .p-column__card-img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-column__card:hover .p-column__card-title {
  color: #EB6B88;
}

.p-column__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  padding-inline: 0.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-column__card-body {
    gap: 0.6875rem;
  }
}

.p-column__card-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.8px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-column__card-title {
    font-size: 1rem;
    letter-spacing: 0.64px;
  }
}

.p-column__card-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #EB6B88;
  border-radius: 0.125rem;
  padding: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.56px;
  color: #EB6B88;
}

.p-column__card-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 0.25rem;
}

.p-column__card-date {
  font-family: "Karla", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.56px;
  color: #9f9b97;
}

.p-column__pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
  -webkit-margin-before: 0rem;
          margin-block-start: 0rem;
}
@media screen and (max-width: 767px) {
  .p-column__pagination {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-column__page-arrow {
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-column__page-arrow--prev img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.p-column__page-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.25rem;
  background: #efebe7;
  font-family: "Karla", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.72px;
  color: #EB6B88;
  text-decoration: none;
}
.p-column__page-btn--active {
  background: #EB6B88;
  color: #ffffff;
  line-height: 1.7;
  letter-spacing: normal;
}

.p-column__page-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}

.p-column__page-dot {
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 0.0625rem;
  background: #efebe7;
}

.p-column__side {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p-column__side {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    order: 3;
  }
}

.p-column__side-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-column__side-block--pc-only {
    display: none;
  }
}

.p-column__side-label {
  -webkit-padding-after: 0.25rem;
          padding-block-end: 0.25rem;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.8px;
  color: #333333;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #EB6B88), color-stop(20%, #F6BDCA));
  background-image: linear-gradient(to right, #EB6B88 20%, #F6BDCA 20%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .p-column__side-label {
    font-size: 1.125rem;
    letter-spacing: 0.72px;
  }
}

.p-column__side-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  width: 100%;
}

.p-column__side-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0;
  width: 100%;
}

.p-column__side-deco {
  width: 0.625rem;
  height: 0.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-column__side-item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.64px;
  color: #333333;
}

.p-column__recommended {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-column__recommended {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.75rem;
  }
}

.p-column__recommended-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-column__recommended-card {
    width: calc(50% - 0.375rem);
    gap: 0.5rem;
  }
}

.p-column__recommended-img {
  width: 100%;
  aspect-ratio: 320/200;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
  background: #efebe7;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-column__recommended-img {
    border-radius: 0.25rem;
  }
}

.p-column__recommended-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  padding-inline: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-column__recommended-body {
    gap: 0.25rem;
  }
}

.p-column__recommended-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.64px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .p-column__recommended-title {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.p-column__recommended-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #EB6B88;
  border-radius: 0.125rem;
  padding: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.56px;
  color: #EB6B88;
}
@media screen and (max-width: 767px) {
  .p-column__recommended-badge {
    font-size: 0.625rem;
    letter-spacing: 0.4px;
    padding: 0.125rem;
  }
}

.p-column__recommended-date {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.56px;
  color: #9f9b97;
}

.p-column__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.p-column__profile-img {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-column__profile-img {
    width: 15rem;
    height: 15rem;
  }
}

.p-column__profile-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 0.25rem;
  width: 100%;
}

.p-column__profile-name {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.72px;
  color: #333333;
  text-align: center;
}

.p-column__profile-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.56px;
  color: #333333;
}

.p-column__side-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.p-column__side-contact-img {
  width: 100%;
  aspect-ratio: 500/300;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 0.5rem 0.5rem 0 0;
}

.p-column__side-contact-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 0.25rem 0.25rem;
}

.p-column__side-contact-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.56px;
  color: #333333;
  text-align: center;
}

.p-column__side-contact-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 2rem;
  border-radius: 2.5rem;
  background: linear-gradient(108.71deg, #f1b57f 0%, #eb6b88 60%);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.64px;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-column__side-contact-btn {
    width: 17.5rem;
    font-size: 0.9375rem;
    letter-spacing: 0.6px;
    background: linear-gradient(114.4deg, #f1b57f 0%, #eb6b88 60%);
  }
}

.p-archive-column__pickup-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-archive-column__pickup-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
}
.p-archive-column__pickup-cards--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.75rem;
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
}
.p-archive-column__pickup-cards--vertical .p-archive-column__pickup-card {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-archive-column__pickup-cards--vertical .p-archive-column__pickup-card {
    width: auto;
  }
}

.p-archive-column__pickup-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.0625rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-archive-column__pickup-card {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    gap: 0.625rem;
  }
}
.p-archive-column__pickup-card.is-sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-archive-column__pickup-card.is-sp-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-archive-column__pickup-card-img {
  width: 100%;
  aspect-ratio: 320/200;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
  background: #efebe7;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-archive-column__pickup-card-img {
    border-radius: 0.25rem;
  }
}

.p-archive-column__pickup-card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4375rem;
  padding-inline: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-archive-column__pickup-card-body {
    gap: 0.1875rem;
    padding-inline: 0;
  }
}

.p-archive-column__pickup-card-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.64px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .p-archive-column__pickup-card-title {
    font-size: 0.75rem;
    line-height: 1.5;
    white-space: normal;
    text-overflow: unset;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}

.p-archive-column__pickup-card-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-archive-column__pickup-card-meta {
    padding-inline: 0rem;
  }
}

.p-archive-column__pickup-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #EB6B88;
  border-radius: 0.125rem;
  padding: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.56px;
  color: #EB6B88;
}
@media screen and (max-width: 767px) {
  .p-archive-column__pickup-badge {
    font-size: 0.625rem;
    letter-spacing: 0.4px;
    padding: 0.125rem;
  }
}

.p-single-column {
  background: #ffffff;
  -webkit-padding-before: 7.5rem;
          padding-block-start: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-column {
    -webkit-padding-before: 5rem;
            padding-block-start: 5rem;
  }
}

.p-single-column__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  -webkit-padding-before: 3.75rem;
          padding-block-start: 3.75rem;
  -webkit-padding-after: 6.25rem;
          padding-block-end: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-column__article {
    gap: 1.25rem;
    -webkit-padding-before: 2.5rem;
            padding-block-start: 2.5rem;
    -webkit-padding-after: 5rem;
            padding-block-end: 5rem;
  }
}

.p-single-column__header {
  width: 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single-column__header {
    width: 100%;
    gap: 0.75rem;
  }
}

.p-single-column__title {
  position: relative;
  isolation: isolate;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 1.6px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-single-column__title {
    font-size: 1.75rem;
    line-height: 1.3;
    letter-spacing: 1.12px;
  }
}

.p-single-column__title-icon {
  position: absolute;
  left: -1rem;
  top: -2rem;
  width: 3.75rem;
  height: 3.75rem;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-single-column__title-icon {
    left: -0.5rem;
    top: -1.5rem;
    width: 2.75rem;
    height: 2.75rem;
  }
}

.p-single-column__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single-column__meta {
    gap: 0.5rem 0.75rem;
  }
}

.p-single-column__date {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.56px;
  color: #9f9b97;
  width: 6.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-single-column__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
}

.p-single-column__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #EB6B88;
  border-radius: 0.125rem;
  padding: 0.25rem 0.75rem;
  height: 2.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.56px;
  color: #EB6B88;
  text-decoration: none;
  white-space: nowrap;
}

.p-single-column__body {
  width: 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  padding-inline: 0.75rem;
}
.p-single-column__body h2 {
  background: #FCEDE9;
  border-bottom: 2px solid #EB6B88;
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 0 0.75rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 1.28px;
  color: #EB6B88;
}
@media screen and (max-width: 767px) {
  .p-single-column__body h2 {
    font-size: 1.375rem;
    letter-spacing: 0.44px;
    padding: 0 0.5rem;
  }
}
.p-single-column__body h3 {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-padding-before: 1.75rem;
          padding-block-start: 1.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.96px;
  color: #333333;
}
.p-single-column__body h3::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 1rem;
  width: 3.75rem;
  height: 3.75rem;
  background-image: url("../img/circle-column.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-single-column__body h3 {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.36px;
    -webkit-padding-before: 0.75rem;
            padding-block-start: 0.75rem;
    padding-inline: 0.5rem;
  }
  .p-single-column__body h3::before {
    left: -0.25rem;
    top: 0.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-single-column__body h4 {
  position: relative;
  -webkit-padding-start: 3.25rem;
          padding-inline-start: 3.25rem;
  -webkit-padding-before: 1rem;
          padding-block-start: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.8px;
  color: #333333;
}
.p-single-column__body h4::before {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: calc(1rem + 0.85em);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.75rem;
  height: 0.125rem;
  background: #EB6B88;
  border-radius: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .p-single-column__body h4 {
    -webkit-padding-start: 1.75rem;
            padding-inline-start: 1.75rem;
    -webkit-padding-before: 0.5rem;
            padding-block-start: 0.5rem;
    font-size: 1rem;
    letter-spacing: 0.64px;
  }
  .p-single-column__body h4::before {
    left: 0.25rem;
    top: calc(0.5rem + 0.85em);
    width: 1.25rem;
  }
}
.p-single-column__body strong,
.p-single-column__body b {
  color: #EB6B88;
}
.p-single-column__body img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-single-column__body {
    width: 100%;
    padding-inline: 0;
    gap: 1rem;
  }
}

.p-single-column__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.64px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-single-column__text {
    font-size: 0.9375rem;
    letter-spacing: 0.3px;
  }
}
.p-single-column__text--accent {
  font-weight: 500;
  color: #EB6B88;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 767px) {
  .p-single-column__text--accent {
    letter-spacing: 0.6px;
  }
}

.p-single-column__toc {
  background: #FCF7F3;
  border-radius: 0.25rem;
  padding: 2.5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single-column__toc {
    padding: 1.25rem 0.75rem;
    gap: 0.5rem;
  }
}

.p-single-column__toc-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.96px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-single-column__toc-title {
    font-size: 1.125rem;
    font-weight: 500;
  }
}

.p-single-column__toc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  list-style: none;
  -webkit-padding-start: 1.5rem;
          padding-inline-start: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-column__toc-list {
    -webkit-padding-start: 1.25rem;
            padding-inline-start: 1.25rem;
  }
}

.p-single-column__toc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0.56px;
}

.p-single-column__toc-icon {
  width: 1rem;
  height: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-single-column__toc-icon {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.p-single-column__h2 {
  background: #FCEDE9;
  border-bottom: 2px solid #EB6B88;
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 0 0.75rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 1.28px;
  color: #EB6B88;
}
@media screen and (max-width: 767px) {
  .p-single-column__h2 {
    font-size: 1.375rem;
    letter-spacing: 0.44px;
    padding: 0 0.5rem;
  }
}

.p-single-column__h3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-padding-before: 1.75rem;
          padding-block-start: 1.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.96px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-single-column__h3 {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.36px;
    -webkit-padding-before: 0.75rem;
            padding-block-start: 0.75rem;
    padding-inline: 0.5rem;
  }
}

.p-single-column__h3-icon {
  position: absolute;
  left: -1rem;
  top: 1rem;
  width: 3.75rem;
  height: 3.75rem;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-single-column__h3-icon {
    left: -0.25rem;
    top: 0.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}

.p-single-column__h3-text {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.p-single-column__h4 {
  position: relative;
  -webkit-padding-start: 3.25rem;
          padding-inline-start: 3.25rem;
  -webkit-padding-before: 1rem;
          padding-block-start: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.8px;
  color: #333333;
}
.p-single-column__h4::before {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: calc(1rem + 0.85em);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.75rem;
  height: 0.125rem;
  background: #EB6B88;
  border-radius: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .p-single-column__h4 {
    -webkit-padding-start: 1.75rem;
            padding-inline-start: 1.75rem;
    -webkit-padding-before: 0.5rem;
            padding-block-start: 0.5rem;
    font-size: 1rem;
    letter-spacing: 0.64px;
  }
  .p-single-column__h4::before {
    left: 0.25rem;
    top: calc(0.5rem + 0.85em);
    width: 1.25rem;
  }
}

.p-single-column__figure {
  width: 100%;
}

.p-single-column__figure-img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 31.25rem;
  margin: 0 auto;
  border-radius: 0.5rem;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-single-column__figure-img {
    max-height: 18.75rem;
  }
}

.p-single-column__profile {
  width: 50rem;
  border: 2px solid #EB6B88;
  border-radius: 0.5rem;
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single-column__profile {
    width: 100%;
    padding: 0.75rem;
  }
}

.p-single-column__profile-label {
  border-bottom: 2px solid #EB6B88;
  -webkit-padding-after: 0.25rem;
          padding-block-end: 0.25rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.8px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-single-column__profile-label {
    font-size: 1.125rem;
    letter-spacing: 0.72px;
  }
}

.p-single-column__profile-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-single-column__profile-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}

.p-single-column__profile-img {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-single-column__profile-img {
    width: 15rem;
    height: 15rem;
  }
}

.p-single-column__profile-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.p-single-column__profile-name {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.72px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-single-column__profile-name {
    text-align: center;
  }
}

.p-single-column__profile-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.56px;
  color: #333333;
}

.p-single-column__nav {
  width: 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single-column__nav {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}

.p-single-column__nav-prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .p-single-column__nav-next {
    justify-self: end;
  }
}

.p-single-column__nav-prev,
.p-single-column__nav-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.64px;
  color: #EB6B88;
  text-decoration: none;
}
.p-single-column__nav-prev img,
.p-single-column__nav-next img {
  width: 1.25rem;
  height: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-single-column__nav-prev,
  .p-single-column__nav-next {
    font-size: 0.875rem;
    letter-spacing: 0.56px;
  }
}

.p-single-column__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #EB6B88;
  border-radius: 2rem;
  padding: 0.5rem 2.5rem;
  width: 12.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.64px;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-single-column__nav-list {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    grid-column: 1/-1;
    width: 17.5rem;
    margin-inline: auto;
    font-size: 0.9375rem;
    letter-spacing: 0.6px;
  }
}

.p-single-column__pickup {
  background: #FCF7F3;
  -webkit-padding-before: 12.5rem;
          padding-block-start: 12.5rem;
  -webkit-padding-after: 6.25rem;
          padding-block-end: 6.25rem;
  position: relative;
}
.p-single-column__pickup::before {
  content: "";
  position: absolute;
  top: -2.5rem;
  left: 0;
  width: 100%;
  height: 6.4375rem;
  background-image: url(../img/section-patarn-pc.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-single-column__pickup {
    -webkit-padding-before: 5rem;
            padding-block-start: 5rem;
    -webkit-padding-after: 5rem;
            padding-block-end: 5rem;
  }
}

.p-single-column__pickup-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-column__pickup-inner {
    gap: 2rem;
  }
}

.p-single-column__pickup-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}

.p-single-column__pickup-en {
  font-family: "Karla", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #EB6B88;
}
@media screen and (max-width: 767px) {
  .p-single-column__pickup-en {
    font-size: 1rem;
    letter-spacing: 0.64px;
  }
}

.p-single-column__pickup-title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 1.28px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-single-column__pickup-title {
    font-size: 1.375rem;
    letter-spacing: 0.44px;
  }
}

.p-single-column__pickup-title-deco {
  position: absolute;
  left: -0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4.5rem;
  height: 4.5rem;
  z-index: 0;
  pointer-events: none;
}
.p-single-column__pickup-title-deco img {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-single-column__pickup-title-deco {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.p-single-column__pickup-title-text {
  position: relative;
  z-index: 1;
}

.p-single-column__pickup-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-single-column__pickup-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
}
.p-single-column__pickup-cards--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.75rem;
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
}
.p-single-column__pickup-cards--vertical .p-single-column__pickup-card {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-single-column__pickup-cards--vertical .p-single-column__pickup-card {
    width: auto;
  }
}

.p-single-column__pickup-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.0625rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-single-column__pickup-card {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    gap: 0.625rem;
  }
}
.p-single-column__pickup-card.is-sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-single-column__pickup-card.is-sp-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-single-column__pickup-card-img {
  width: 100%;
  aspect-ratio: 320/200;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
  background: #efebe7;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-single-column__pickup-card-img {
    border-radius: 0.25rem;
  }
}

.p-single-column__pickup-card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4375rem;
  padding-inline: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-column__pickup-card-body {
    gap: 0.1875rem;
    padding-inline: 0;
  }
}

.p-single-column__pickup-card-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.64px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .p-single-column__pickup-card-title {
    font-size: 0.75rem;
    line-height: 1.5;
    white-space: normal;
    text-overflow: unset;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}

.p-single-column__pickup-card-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-column__pickup-card-meta {
    padding-inline: 0rem;
  }
}

.p-single-column__pickup-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #EB6B88;
  border-radius: 0.125rem;
  padding: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.56px;
  color: #EB6B88;
}
@media screen and (max-width: 767px) {
  .p-single-column__pickup-badge {
    font-size: 0.625rem;
    letter-spacing: 0.4px;
    padding: 0.125rem;
  }
}

.p-single-column__pickup-date {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.56px;
  color: #9f9b97;
}
@media screen and (max-width: 767px) {
  .p-single-column__pickup-date {
    display: none;
  }
}

.puzzle-animation {
  position: absolute;
  top: 6.25rem;
  width: min(66vw, 962px);
  aspect-ratio: 962/497;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .puzzle-animation {
    display: none;
  }
}

.puzzle-animation svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.puzzle-animation path {
  transform-box: fill-box;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: puzzle-fit var(--duration, 5.8s) linear infinite;
          animation: puzzle-fit var(--duration, 5.8s) linear infinite;
  -webkit-animation-delay: var(--delay, 0s);
          animation-delay: var(--delay, 0s);
  will-change: transform;
}

@-webkit-keyframes puzzle-fit {
  0%, 12% {
    -webkit-transform: translate(var(--away-x), var(--away-y)) rotate(var(--away-r));
            transform: translate(var(--away-x), var(--away-y)) rotate(var(--away-r));
  }
  30%, 52% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  70%, 100% {
    -webkit-transform: translate(var(--away-x), var(--away-y)) rotate(var(--away-r));
            transform: translate(var(--away-x), var(--away-y)) rotate(var(--away-r));
  }
}

@keyframes puzzle-fit {
  0%, 12% {
    -webkit-transform: translate(var(--away-x), var(--away-y)) rotate(var(--away-r));
            transform: translate(var(--away-x), var(--away-y)) rotate(var(--away-r));
  }
  30%, 52% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  70%, 100% {
    -webkit-transform: translate(var(--away-x), var(--away-y)) rotate(var(--away-r));
            transform: translate(var(--away-x), var(--away-y)) rotate(var(--away-r));
  }
}
.puzzle-animation path:nth-of-type(1) {
  --away-x: -34px;
  --away-y: 0px;
  --away-r: 0deg;
  --near-x: -4px;
  --near-y: 0px;
  --near-r: 0deg;
  --click-x: 2px;
  --click-y: 0px;
  --click-r: 0deg;
  --duration: 5.8s;
  --delay: -1.2s;
}

.puzzle-animation path:nth-of-type(2) {
  --away-x: 0px;
  --away-y: 28px;
  --away-r: 0deg;
  --near-x: 0px;
  --near-y: 4px;
  --near-r: 0deg;
  --click-x: 0px;
  --click-y: -1px;
  --click-r: 0deg;
  --duration: 5.9s;
  --delay: -3.8s;
}

.puzzle-animation path:nth-of-type(3) {
  --away-x: 0px;
  --away-y: -18px;
  --away-r: 0deg;
  --near-x: 0px;
  --near-y: -3px;
  --near-r: 0deg;
  --click-x: 0px;
  --click-y: 1px;
  --click-r: 0deg;
  --duration: 5.6s;
  --delay: -2.6s;
}

.puzzle-animation path:nth-of-type(4),
.puzzle-animation path:nth-of-type(5) {
  --away-x: 28px;
  --away-y: 0px;
  --away-r: 0deg;
  --near-x: 4px;
  --near-y: 0px;
  --near-r: 0deg;
  --click-x: -2px;
  --click-y: 0px;
  --click-r: 0deg;
  --duration: 5.8s;
  --delay: -1.2s;
}

.puzzle-animation path:nth-of-type(6),
.puzzle-animation path:nth-of-type(7) {
  --away-x: 0px;
  --away-y: 38px;
  --away-r: 0deg;
  --near-x: 0px;
  --near-y: 5px;
  --near-r: 0deg;
  --click-x: 0px;
  --click-y: -2px;
  --click-r: 0deg;
  --duration: 6s;
  --delay: -5.2s;
}

.puzzle-animation path:nth-of-type(8) {
  --away-x: -46px;
  --away-y: 0px;
  --away-r: 0deg;
  --near-x: -7px;
  --near-y: 0px;
  --near-r: 0deg;
  --click-x: 2px;
  --click-y: 0px;
  --click-r: 0deg;
  --duration: 5.7s;
  --delay: -2.1s;
}

.puzzle-animation path:nth-of-type(9) {
  --away-x: 0px;
  --away-y: -32px;
  --away-r: 0deg;
  --near-x: 0px;
  --near-y: -5px;
  --near-r: 0deg;
  --click-x: 0px;
  --click-y: 2px;
  --click-r: 0deg;
  --duration: 5.9s;
  --delay: -4.4s;
}

.puzzle-animation path:nth-of-type(10),
.puzzle-animation path:nth-of-type(11) {
  --away-x: 48px;
  --away-y: 0px;
  --away-r: 0deg;
  --near-x: 7px;
  --near-y: 0px;
  --near-r: 0deg;
  --click-x: -2px;
  --click-y: 0px;
  --click-r: 0deg;
  --duration: 5.7s;
  --delay: -2.1s;
}

.puzzle-animation path:nth-of-type(12),
.puzzle-animation path:nth-of-type(13) {
  --away-x: 0px;
  --away-y: -42px;
  --away-r: 0deg;
  --near-x: 0px;
  --near-y: -7px;
  --near-r: 0deg;
  --click-x: 0px;
  --click-y: 2px;
  --click-r: 0deg;
  --duration: 5.5s;
  --delay: -6.4s;
}

.puzzle-animation path:nth-of-type(14) {
  --away-x: 30px;
  --away-y: 0px;
  --away-r: 0deg;
  --near-x: 5px;
  --near-y: 0px;
  --near-r: 0deg;
  --click-x: -2px;
  --click-y: 0px;
  --click-r: 0deg;
  --duration: 6s;
  --delay: -3s;
}

.puzzle-animation path:nth-of-type(15) {
  --away-x: 0px;
  --away-y: 28px;
  --away-r: 0deg;
  --near-x: 0px;
  --near-y: 4px;
  --near-r: 0deg;
  --click-x: 0px;
  --click-y: -1px;
  --click-r: 0deg;
  --duration: 5.8s;
  --delay: -4.9s;
}

.puzzle-animation path:nth-of-type(16) {
  --away-x: 0px;
  --away-y: -30px;
  --away-r: 0deg;
  --near-x: 0px;
  --near-y: -4px;
  --near-r: 0deg;
  --click-x: 0px;
  --click-y: 1px;
  --click-r: 0deg;
  --duration: 5.7s;
  --delay: -5.8s;
}

.puzzle-animation path:nth-of-type(17),
.puzzle-animation path:nth-of-type(18) {
  --away-x: -38px;
  --away-y: 0px;
  --away-r: 0deg;
  --near-x: -6px;
  --near-y: 0px;
  --near-r: 0deg;
  --click-x: 2px;
  --click-y: 0px;
  --click-r: 0deg;
  --duration: 6s;
  --delay: -3s;
}

.puzzle-animation path:nth-of-type(19),
.puzzle-animation path:nth-of-type(20) {
  --away-x: 0px;
  --away-y: -28px;
  --away-r: 0deg;
  --near-x: 0px;
  --near-y: -4px;
  --near-r: 0deg;
  --click-x: 0px;
  --click-y: 1px;
  --click-r: 0deg;
  --duration: 5.6s;
  --delay: -6.9s;
}

@media (prefers-reduced-motion: reduce) {
  .puzzle-animation path {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
            transform: none;
  }
}
@media (min-width: 768px) {
  .u-hidden-pc {
    display: none;
  }
}

@media (min-width: 375px) {
  .u-hidden-sp-lg {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-hidden-tab {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-hidden-tab {
    display: none;
  }
}

@media (max-width: 1260px) and (min-width: 768px) {
  .u-hidden-tab {
    display: block;
  }
}
.js-fade-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
.js-fade-up.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}