@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 950px) {
  html {
    font-size: 1.6842105263vw;
  }
}
@media screen and (max-width: 767.98px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

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

a,
button {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  a:hover,
  button:hover {
    opacity: 0.7;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

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

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

a {
  text-decoration: none;
  color: inherit;
}

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

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

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
}
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 950px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767.98px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.c-btn {
  text-align: center;
  border-radius: 6.25rem;
  position: relative;
  background: linear-gradient(91.71deg, #FFD640 -7.72%, #DF7410 96.27%);
  width: 17.5rem;
  padding: 1rem;
}
.c-btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(91.71deg, #DF7410 -7.72%, #FFD640 96.27%);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6.25rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.c-btn::after {
  content: "";
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  background: url(../images/icon_arrow.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (hover: hover) {
  .c-btn:hover {
    opacity: 1;
  }
  .c-btn:hover::before {
    opacity: 1;
  }
}
@media screen and (max-width: 767.98px) {
  .c-btn {
    width: 100%;
  }
}

.c-btn__text {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.c-btn--cta {
  width: 100%;
  padding: 1.1875rem;
}
.c-btn--cta::after {
  width: 1.5rem;
  height: 1.5rem;
  right: 1.25rem;
}
.c-btn--cta .c-btn__text {
  font-size: 1.25rem;
}
.c-btn--cta .c-btn__text span {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.125rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767.98px) {
  .c-btn--cta {
    padding: 1rem;
  }
  .c-btn--cta::after {
    width: 1.25rem;
    height: 1.25rem;
    right: 1.375rem;
  }
  .c-btn--cta .c-btn__text {
    font-size: 1.125rem;
  }
  .c-btn--cta .c-btn__text span {
    font-size: 0.75rem;
  }
}

.c-card__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 750/425;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .c-card__img img {
    aspect-ratio: 295/167;
  }
}

.c-card__body {
  margin-top: 1.5rem;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .c-card__body {
    margin-top: 0.75rem;
  }
}

.c-card__title {
  text-align: center;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .c-card__title {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.c-card__overview {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 20.6666666667% 1fr;
  gap: 2.125rem;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .c-card__overview {
    margin-top: 0.75rem;
    display: block;
  }
}

.c-card__overview-title {
  background: #2F1F1B;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 0.6875rem;
}
@media screen and (max-width: 767.98px) {
  .c-card__overview-title {
    font-size: 0.875rem;
    padding: 0.25rem;
  }
}

.c-card__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 1.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .c-card__list-wrap {
    display: block;
    margin-top: 0.375rem;
  }
}

.c-card__list:nth-child(1) {
  width: 55%;
}
.c-card__list:nth-child(2) {
  width: 41%;
}
@media screen and (max-width: 767.98px) {
  .c-card__list:nth-child(1),
  .c-card__list:nth-child(2) {
    width: 100%;
  }
}

.c-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 1em;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #857E7C;
  position: relative;
}
.c-card__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #857E7C;
}

.c-card__term {
  width: 6.9375rem;
}

.c-card__desc {
  width: calc(100% - 6.25rem);
}

.c-card__desc span {
  display: inline-block;
}

.js-fadeAnime {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.js-fadeAnime.is-active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.p-service__head.js-fadeAnime {
  -webkit-transform: translate(-50%, 50px);
          transform: translate(-50%, 50px);
}
@media screen and (max-width: 767.98px) {
  .p-service__head.js-fadeAnime {
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
}

.p-service__head.js-fadeAnime.is-active {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 767.98px) {
  .p-service__head.js-fadeAnime.is-active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.p-case {
  background: #231815;
  padding: 3.75rem 0 4.75rem;
  position: relative;
  z-index: 1;
}
.p-case::before {
  content: "";
  display: block;
  width: 100%;
  height: min(25.8333333333vw, 372px);
  background: url(../images/case_bg.webp) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .p-case {
    padding: 2.4375rem 0 2.4375rem;
  }
  .p-case::before {
    background: url(../images/case_bg_sp.webp) no-repeat center center/cover;
    height: 72vw;
  }
}

.p-case__head {
  text-align: center;
  color: #fff;
}

.p-case__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  padding-top: 2.75rem;
  position: relative;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.p-case__title-left {
  margin-top: -0.75rem;
}
.p-case__title-right {
  margin-top: auto;
}
.p-case__title::before {
  content: attr(data-en);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.375rem 1rem;
  border-radius: 6.25rem;
  background: #33221E;
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(10px, 0.9722222222vw, 14px);
  font-weight: 400;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.15em;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  .p-case__title {
    font-size: 1.75rem;
    gap: 0.5625rem;
  }
  .p-case__title-left {
    margin-top: -0.625rem;
    font-size: 1.5rem;
  }
  .p-case__title-right {
    font-size: 1.5rem;
    margin-bottom: -0.5625rem;
  }
  .p-case__title::before {
    font-size: 0.75rem;
    padding: 0.3125rem 1rem;
  }
}

.p-case__text {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .p-case__text {
    margin-top: 1.4375rem;
    font-size: 1rem;
  }
}

.p-case__slider {
  margin-top: 3.75rem;
  padding-bottom: 3.25rem;
}
@media screen and (max-width: 767.98px) {
  .p-case__slider {
    margin-top: 2rem;
    padding-bottom: 0;
  }
}
.p-case__slider .swiper-pagination-bullets {
  bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .p-case__slider .swiper-pagination-bullets {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-59%);
            transform: translateY(-59%);
  }
}
.p-case__slider .swiper-pagination-bullet {
  background: #4B3732;
  opacity: 1;
}
.p-case__slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-case__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.375rem;
}
.p-case__slider .swiper-pagination-bullet-active {
  background: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-case__slider .p-case__btn {
    position: relative;
    height: 2.125rem;
    width: 12.25rem;
    margin: 2rem auto 0;
  }
}
.p-case__slider .swiper-button-prev {
  width: 2.3611111111vw;
  height: 2.3611111111vw;
  left: 20vw;
  top: 36.5%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .p-case__slider .swiper-button-prev:hover {
    opacity: 0.7;
  }
}
.p-case__slider .swiper-button-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/icon_arrow.svg) no-repeat center center/contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 1439px) {
  .p-case__slider .swiper-button-prev {
    left: 17.578125vw;
    width: 2.125rem;
    height: 2.125rem;
  }
}
@media (max-width: 1279px) {
  .p-case__slider .swiper-button-prev {
    left: 10.9268292683vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-case__slider .swiper-button-prev {
    left: 6.5104166667vw;
    width: 3.2552083333vw;
    height: 3.2552083333vw;
  }
}
@media screen and (max-width: 767.98px) {
  .p-case__slider .swiper-button-prev {
    top: auto;
    bottom: 0;
    width: 2.125rem;
    height: 2.125rem;
    left: 0;
  }
}
.p-case__slider .swiper-button-next {
  width: 2.3611111111vw;
  height: 2.3611111111vw;
  right: 20vw;
  top: 36.5%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .p-case__slider .swiper-button-next:hover {
    opacity: 0.7;
  }
}
.p-case__slider .swiper-button-next::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/icon_arrow.svg) no-repeat center center/contain;
}
@media (max-width: 1439px) {
  .p-case__slider .swiper-button-next {
    right: 17.578125vw;
    width: 2.125rem;
    height: 2.125rem;
  }
}
@media (max-width: 1279px) {
  .p-case__slider .swiper-button-next {
    right: 10.9268292683vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-case__slider .swiper-button-next {
    width: 3.2552083333vw;
    height: 3.2552083333vw;
    right: 6.5104166667vw;
  }
}
@media screen and (max-width: 767.98px) {
  .p-case__slider .swiper-button-next {
    top: auto;
    bottom: 0;
    width: 2.125rem;
    height: 2.125rem;
    right: 0;
  }
}

.p-catch {
  padding: 2.9375rem 0 3.125rem;
}
@media screen and (max-width: 767.98px) {
  .p-catch {
    padding: 1.8125rem 0 3rem;
  }
}

.p-catch__title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.p-catch__title span {
  font-size: 1.25rem;
}
@media screen and (max-width: 767.98px) {
  .p-catch__title {
    font-size: 1.75rem;
  }
  .p-catch__title span {
    font-size: 1.125rem;
  }
}

.p-catch__list {
  margin-top: 1.75rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  max-width: 770px;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .p-catch__list {
    margin-top: 1rem;
    gap: 0.3125rem;
  }
}

.p-catch__item {
  background: #fff;
  border-radius: 0.25rem;
  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: 1.5rem;
}
.p-catch__item:nth-child(1) {
  padding: 2rem 0.9375rem 1.8125rem;
}
.p-catch__item:nth-child(1) .p-catch__img {
  width: 4.875rem;
}
.p-catch__item:nth-child(2) {
  padding: 2.4375rem 2.5rem 1.375rem 0.9375rem;
}
.p-catch__item:nth-child(2) .p-catch__img {
  width: 5.625rem;
}
@media screen and (max-width: 767.98px) {
  .p-catch__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-catch__item:nth-child(1) {
    padding: 1.25rem 0.75rem 1.25rem;
  }
  .p-catch__item:nth-child(1) .p-catch__img {
    width: 4.0625rem;
  }
  .p-catch__item:nth-child(2) {
    padding: 1.25rem 1.625rem 0.625rem;
  }
  .p-catch__item:nth-child(2) .p-catch__img {
    width: 4.0625rem;
  }
  .p-catch__item:nth-child(2) .p-catch__body {
    padding: 0.6875rem 0;
  }
}

.p-catch__img img {
  width: 100%;
}

@media screen and (max-width: 767.98px) {
  .p-catch__body {
    min-height: 4.5rem;
  }
}

.p-catch__text {
  font-size: 1rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
.p-catch__text span {
  font-size: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-catch__text {
    font-size: 0.875rem;
    text-align: center;
  }
  .p-catch__text span {
    font-size: 1.25rem;
  }
}

.p-contact {
  padding: 7.4375rem 0;
}
@media screen and (max-width: 767.98px) {
  .p-contact {
    padding: 2.5rem 0;
  }
}

.p-contact__inner {
  max-width: 850px;
}

.p-contact__title {
  padding-top: 2.25rem;
  position: relative;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-contact__title::before {
  content: attr(data-en);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.375rem 1rem;
  border-radius: 6.25rem;
  background: #E7E2D5;
  color: #DF9310;
  text-transform: uppercase;
  font-size: clamp(10px, 0.9722222222vw, 14px);
  font-weight: 400;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.15em;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  .p-contact__title {
    font-size: 1.75rem;
    line-height: 1.6;
    padding-top: 2.5rem;
  }
  .p-contact__title::before {
    font-size: 0.75rem;
    padding: 0.3125rem 1rem;
  }
}

.p-cta-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.p-cta-btn.is-active {
  opacity: 1;
}
.p-cta-btn a {
  width: 100%;
  padding: 1.5rem;
  position: relative;
  text-align: center;
  background: linear-gradient(91.71deg, #FFD640 -7.72%, #DF7410 96.27%);
}
.p-cta-btn a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(91.71deg, #DF7410 -7.72%, #FFD640 96.27%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767.98px) {
  .p-cta-btn a::before {
    border-radius: 99px;
  }
}
.p-cta-btn a::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/icon_arrow.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-cta-btn a span {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
}
@media (hover: hover) {
  .p-cta-btn a:hover {
    opacity: 1;
  }
  .p-cta-btn a:hover::before {
    opacity: 1;
  }
}
@media screen and (max-width: 767.98px) {
  .p-cta-btn {
    padding-inline: 1.25rem;
    bottom: 0.75rem;
  }
  .p-cta-btn a {
    font-size: 1.125rem;
    padding: 1.5625rem;
    border-radius: 6.25rem;
  }
  .p-cta-btn a::after {
    width: 1.25rem;
    height: 1.25rem;
    right: 1.375rem;
  }
}

.p-cta {
  background: url(../images/cta_bg.webp) no-repeat center center/cover;
  padding: 4.25rem 0 4.6875rem;
}
@media screen and (max-width: 767.98px) {
  .p-cta {
    background: url(../images/cta_bg_sp.webp) no-repeat center center/cover;
    padding: 2.5rem 0;
  }
}

.p-cta__inner {
  max-width: 1290px;
}

.p-cta__wrap {
  display: grid;
  grid-template-columns: 1fr 49.0322580645%;
  gap: 4.1935483871%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .p-cta__wrap {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.p-cta__img {
  border-radius: 0.5rem 0 0 0.5rem;
  overflow: hidden;
}
.p-cta__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 580/520;
}
@media screen and (max-width: 767.98px) {
  .p-cta__img {
    border-radius: 0.25rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-cta__img img {
    aspect-ratio: 335/213;
  }
}

.p-cta__content {
  color: #fff;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767.98px) {
  .p-cta__content {
    display: contents;
  }
}

.p-cta__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767.98px) {
  .p-cta__head {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-cta__title {
  font-size: 2.875rem;
  font-weight: 700;
}
.p-cta__title img {
  display: block;
  width: 10rem;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 767.98px) {
  .p-cta__title {
    font-size: 2.25rem;
  }
  .p-cta__title img {
    width: 9.0625rem;
  }
}

.p-cta__price {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
.p-cta__price span {
  font-size: 1.125rem;
  display: inline-block;
  margin-right: 0.3125rem;
}
@media screen and (max-width: 767.98px) {
  .p-cta__price {
    font-size: 1rem;
  }
  .p-cta__price span {
    display: none;
  }
}

.p-cta__list {
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767.98px) {
  .p-cta__list {
    margin-top: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.p-cta__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Inter", sans-serif;
}
.p-cta__item:not(:first-child) {
  margin-top: 0.75rem;
}
.p-cta__item::before {
  content: "";
  display: block;
  width: 1.125rem;
  height: 0.875rem;
  background: url(../images/icon_check.svg) no-repeat center center/contain;
}

.p-cta__box {
  margin-top: min(3.125vw, 45px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-cta__box {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    grid-template-columns: 1fr;
    margin-top: 0;
  }
}

.p-cta__box-item {
  background: #41312D;
  border-radius: 0.25rem;
  padding: 1.5rem 0.3125rem;
}
.p-cta__box-item:nth-child(1) img {
  width: min(4.0972222222vw, 59px);
}
.p-cta__box-item:nth-child(2) img {
  width: clamp(42px, 4.7916666667vw, 69px);
}
@media screen and (max-width: 767.98px) {
  .p-cta__box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-cta__box-item:nth-child(1) {
    padding: 1.25rem 2.25rem;
  }
  .p-cta__box-item:nth-child(1) .p-cta__box-inner {
    width: 16.4375rem;
  }
  .p-cta__box-item:nth-child(1) img {
    width: 3.625rem;
  }
  .p-cta__box-item:nth-child(2) {
    padding: 1.25rem 1.875rem;
  }
  .p-cta__box-item:nth-child(2) .p-cta__box-inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 17.1875rem;
  }
  .p-cta__box-item:nth-child(2) img {
    width: 4.3125rem;
  }
}

.p-cta__box-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;
  gap: min(1.1111111111vw, 16px);
}
@media screen and (max-width: 767.98px) {
  .p-cta__box-inner {
    gap: 1rem;
  }
}

.p-cta__box-text {
  font-size: clamp(12px, 1.25vw, 18px);
  font-weight: 700;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.05em;
}
.p-cta__box-text span {
  display: block;
  font-size: clamp(10px, 0.9722222222vw, 14px);
  margin-top: 0.125rem;
}
@media screen and (max-width: 767.98px) {
  .p-cta__box-text {
    font-size: 1.125rem;
  }
  .p-cta__box-text span {
    font-size: 0.875rem;
  }
}

.p-cta__btn {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-cta__btn {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-top: 0;
  }
}

.p-faq {
  padding: 7.4375rem 0 7.5rem;
  background: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-faq {
    padding: 2.4375rem 0;
  }
}

.p-faq__title {
  padding-top: 2.25rem;
  position: relative;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-faq__title::before {
  content: attr(data-en);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.375rem 1rem;
  border-radius: 6.25rem;
  background: #F5F4F2;
  color: #DF9310;
  text-transform: uppercase;
  font-size: clamp(10px, 0.9722222222vw, 14px);
  font-weight: 400;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.15em;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  .p-faq__title {
    font-size: 1.75rem;
    line-height: 1.6;
    padding-top: 2.5rem;
  }
  .p-faq__title::before {
    font-size: 0.75rem;
    padding: 0.3125rem 1rem;
  }
}

.p-faq__list {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767.98px) {
  .p-faq__list {
    margin-top: 1rem;
  }
}

.p-faq__item:not(:first-child) {
  margin-top: 3.8125rem;
}
@media screen and (max-width: 767.98px) {
  .p-faq__item:not(:first-child) {
    margin-top: 0;
  }
}

.p-faq__question {
  padding-left: 0.75rem;
  padding-bottom: 1.0625rem;
  border-bottom: 1px solid #CDCBC5;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.6875rem;
}
.p-faq__question span {
  font-size: 1.0625rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-faq__question {
    padding-left: 0;
    padding-right: 1.625rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  .p-faq__question::before {
    display: block;
    content: "";
    width: 1rem;
    height: 0.125rem;
    background: #231815;
    border-radius: 0.625rem;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-faq__question::after {
    display: block;
    content: "";
    width: 0.125rem;
    height: 1rem;
    background: #231815;
    border-radius: 0.625rem;
    position: absolute;
    top: 50%;
    right: 0.4375rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-faq__question.open::after {
    opacity: 0;
  }
}

.p-faq__answer {
  position: relative;
  padding-top: 1.125rem;
  padding-left: 2.6875rem;
  padding-right: 0.75rem;
}
.p-faq__answer span {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.1em;
  color: #DF9310;
  position: absolute;
  top: 1.25rem;
  left: 0.75rem;
}
@media screen and (max-width: 767.98px) {
  .p-faq__answer {
    padding-inline: 0;
    padding-left: 1.9375rem;
    padding-top: 0.6875rem;
    padding-bottom: 0.8125rem;
  }
  .p-faq__answer span {
    left: 0;
    top: 0.875rem;
  }
}

.p-faq__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.p-faq__text + .p-faq__text {
  margin-top: 1.8em;
}
@media screen and (max-width: 767.98px) {
  .p-faq__text {
    font-size: 0.875rem;
  }
}

.p-faq__answer-item {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-left: 1em;
  position: relative;
}
.p-faq__answer-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767.98px) {
  .p-faq__answer-item {
    font-size: 0.875rem;
  }
}

.p-flow {
  padding: 4.875rem 0 5.0625rem;
}
@media screen and (max-width: 767.98px) {
  .p-flow {
    padding: 2.5rem 0;
  }
}

.p-flow__head {
  text-align: center;
}

.p-flow__title {
  padding-top: 2.25rem;
  position: relative;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.p-flow__title::before {
  content: attr(data-en);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.375rem 1rem;
  border-radius: 6.25rem;
  background: #E7E2D5;
  color: #DF9310;
  text-transform: uppercase;
  font-size: clamp(10px, 0.9722222222vw, 14px);
  font-weight: 400;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.15em;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  .p-flow__title {
    font-size: 1.75rem;
    line-height: 1.6;
    padding-top: 2.5rem;
  }
  .p-flow__title::before {
    font-size: 0.75rem;
    padding: 0.3125rem 1rem;
  }
}

.p-flow__text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 0.0625rem;
}
@media screen and (max-width: 767.98px) {
  .p-flow__text {
    font-size: 1rem;
  }
}

.p-flow__list {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-flow__list {
    margin-top: 1.75rem;
  }
}

.p-flow__item {
  background: #fff;
  padding: 2.5rem 3.125rem;
}
.p-flow__item:not(:first-child) {
  margin-top: 4.75rem;
}
.p-flow__item:not(:last-child) {
  position: relative;
}
.p-flow__item:not(:last-child)::after {
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  background: #231815;
  -webkit-mask-image: url(../images/icon_arrow.svg);
          mask-image: url(../images/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  bottom: -3.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  display: block;
}
@media screen and (max-width: 767.98px) {
  .p-flow__item {
    padding: 1.875rem 1.25rem;
  }
  .p-flow__item:not(:first-child) {
    margin-top: 3.6875rem;
  }
  .p-flow__item:not(:last-child)::after {
    bottom: -2.75rem;
  }
}

.p-flow__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-flow__item-title span {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.1em;
  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.125rem;
  height: 2.125rem;
  background: #ECEAE5;
  border-radius: 50%;
}
@media screen and (max-width: 767.98px) {
  .p-flow__item-title {
    gap: 0.75rem;
    font-size: 1.25rem;
  }
  .p-flow__item-title span {
    width: 1.875rem;
    height: 1.875rem;
    font-size: 0.75rem;
  }
}

.p-flow__item-text {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .p-flow__item-text {
    font-size: 0.875rem;
  }
}

.p-flow__btn {
  margin-top: 1rem;
}

.p-flow__btn .c-btn {
  width: 21rem;
}
@media screen and (max-width: 767.98px) {
  .p-flow__btn .c-btn {
    width: 100%;
  }
  .p-flow__btn .c-btn__text {
    font-size: 0.875rem;
  }
}

.p-footer {
  background: #231815;
  padding: 2.5625rem 0 7.25rem;
}
@media screen and (max-width: 767.98px) {
  .p-footer {
    padding-bottom: 7.6875rem;
  }
}

.p-footer__logo {
  width: 11.25rem;
  margin-inline: auto;
}
.p-footer__logo a {
  width: 100%;
}
.p-footer__logo img {
  width: 100%;
}

.p-header {
  padding: 2.4375rem 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 767.98px) {
  .p-header {
    padding: 1.25rem 0 0;
  }
}

.p-header__inner {
  max-width: 1290px;
}

.p-header__logo {
  width: 10.3125rem;
}
@media screen and (max-width: 767.98px) {
  .p-header__logo {
    width: 7.5rem;
    margin-left: auto;
  }
}
.p-header__logo img {
  width: 100%;
}

.p-mv {
  background: url(../images/mv_bg_2.webp) no-repeat center top/cover;
  height: 27.375rem;
  padding-top: 10.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-mv {
    background: url(../images/mv_bg_sp_2.webp) no-repeat center center/cover;
    height: 28.1875rem;
    padding-top: 3.4375rem;
  }
}

.p-mv__inner {
  max-width: 1090px;
  position: relative;
}

.p-mv__content {
  margin-left: 5.625rem;
  -webkit-animation: fadeIn 1s ease-in-out;
          animation: fadeIn 1s ease-in-out;
}
@media screen and (max-width: 767.98px) {
  .p-mv__content {
    margin-left: 0;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.p-mv__title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.p-mv__bg-text {
  color: #231815;
  background: #fff;
  font-family: "Inter", sans-serif;
  display: inline-block;
  padding: 0.125rem 0.6875rem;
  margin-right: 0.75rem;
}
@media screen and (max-width: 767.98px) {
  .p-mv__bg-text {
    font-size: 1.25rem;
    padding-inline: 0.375rem;
    margin-right: 0.375rem;
  }
}

.p-mv__large-text {
  font-size: 2.875rem;
  margin-top: 0.5rem;
  margin-right: 0.625rem;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .p-mv__large-text {
    font-size: 2.25rem;
    margin-top: 0.125rem;
  }
}

.p-mv__sm-txt {
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767.98px) {
  .p-mv__sm-txt {
    font-size: 1.125rem;
  }
}

.p-mv__text {
  margin-top: 0.9375rem;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767.98px) {
  .p-mv__text {
    margin-top: 1.5rem;
  }
}

.p-mv__catch {
  width: 9.8125rem;
  height: 9.8125rem;
  background: url(../images/mv_circle.webp) no-repeat center center/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 1.5625rem;
  bottom: -8.4375rem;
  padding-top: 0.25rem;
  -webkit-animation: fadeIn 1s ease-in-out;
          animation: fadeIn 1s ease-in-out;
}
@media screen and (max-width: 767.98px) {
  .p-mv__catch {
    right: auto;
    right: initial;
    left: 1.25rem;
    bottom: -10.9375rem;
    width: 7.8125rem;
    height: 7.8125rem;
    padding-top: 0;
  }
}

.p-mv__catch-text {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.03em;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
.p-mv__catch-text span {
  font-size: 0.9375rem;
  letter-spacing: 0;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .p-mv__catch-text {
    font-size: 1.1875rem;
  }
  .p-mv__catch-text span {
    font-size: 0.75rem;
  }
}

.p-produce {
  padding-top: 4.9375rem;
}
@media screen and (max-width: 767.98px) {
  .p-produce {
    padding-top: 5.1875rem;
  }
}

.p-produce__inner {
  max-width: 1390px;
}
@media screen and (max-width: 767.98px) {
  .p-produce__inner {
    padding-inline: 0.625rem;
  }
}

.p-produce__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 11rem;
  padding-left: 0.4375rem;
}
@media screen and (max-width: 767.98px) {
  .p-produce__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.75rem;
    padding-left: 0;
  }
}

.p-produce__logo {
  width: min(20.625vw, 297px);
}
.p-produce__logo img {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-produce__logo {
    width: 15rem;
  }
}

.p-produce__title {
  font-size: min(2.9166666667vw, 42px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  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.9375rem;
}
.p-produce__title::before {
  content: attr(data-en);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.375rem 1rem;
  border-radius: 6.25rem;
  background: #E7E2D5;
  color: #DF9310;
  text-transform: uppercase;
  font-size: clamp(10px, 0.9722222222vw, 14px);
  font-weight: 400;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767.98px) {
  .p-produce__title {
    font-size: 1.5rem;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.625rem;
  }
  .p-produce__title::before {
    font-size: 0.75rem;
  }
}

.p-produce__list {
  margin-top: 2.5625rem;
  display: grid;
  gap: 2.5625rem;
}
@media screen and (max-width: 767.98px) {
  .p-produce__list {
    margin-top: 1.5rem;
    gap: 1rem;
  }
}

.p-produce__item {
  position: relative;
}

.p-produce__images {
  display: grid;
  grid-template-columns: 59.8507462687% 1fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-template-areas: "img01 img02 img02" "img01 img03 img04";
}
@media screen and (max-width: 767.98px) {
  .p-produce__images {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 14.3125rem 7.375rem;
    grid-template-areas: "img01 img01 img01" "img02 img03 img04";
  }
}

.p-produce__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-produce__img--01 {
  grid-area: img01;
}
.p-produce__img--01 img {
  aspect-ratio: 802/512;
}
@media screen and (max-width: 767.98px) {
  .p-produce__img--01 img {
    aspect-ratio: 355/229;
  }
}
.p-produce__img--02 {
  grid-area: img02;
}
.p-produce__img--02 img {
  aspect-ratio: 537/254;
}
@media screen and (max-width: 767.98px) {
  .p-produce__img--02 img {
    aspect-ratio: 1;
  }
}
.p-produce__img--03 {
  grid-area: img03;
}
.p-produce__img--03 img {
  aspect-ratio: 268/254;
}
@media screen and (max-width: 767.98px) {
  .p-produce__img--03 img {
    aspect-ratio: 1;
  }
}
.p-produce__img--04 {
  grid-area: img04;
}
.p-produce__img--04 img {
  aspect-ratio: 268/254;
}
@media screen and (max-width: 767.98px) {
  .p-produce__img--04 img {
    aspect-ratio: 1;
  }
}

.p-produce__item-title {
  position: absolute;
  left: 2.5625rem;
  bottom: 1.5625rem;
  color: #fff;
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.06em;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-produce__item-title {
    position: static;
    background: #231815;
    text-align: center;
    font-size: 1.25rem;
    padding: 0.5rem;
    width: 100%;
  }
}

.p-professional {
  padding: 7.3125rem 0 7.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-professional {
    padding: 4.125rem 0 6.375rem;
  }
}

.p-professional__inner {
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .p-professional__inner {
    padding-inline: 1.25rem;
  }
}

.p-professional__head {
  text-align: center;
}

.p-professional__title {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.89;
  letter-spacing: 0.05em;
  margin-left: 1.125rem;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-professional__title::before {
  content: attr(data-en);
  display: inline-block;
  padding: 0.125rem 1rem;
  border-radius: 6.25rem;
  background: #E7E2D5;
  color: #DF9310;
  text-transform: uppercase;
  font-size: clamp(10px, 0.9722222222vw, 14px);
  font-weight: 400;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.15em;
  margin-left: -1.0625rem;
  margin-bottom: 0.6875rem;
}
@media screen and (max-width: 767.98px) {
  .p-professional__title {
    font-size: 1.75rem;
    line-height: 1.7;
    gap: 0.5625rem;
    margin-left: 0;
  }
  .p-professional__title::before {
    font-size: 0.75rem;
    padding: 0.3125rem 0.9375rem;
    margin: 0;
  }
}

.p-professional__title-wrap {
  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: 1.25rem;
}
@media screen and (max-width: 767.98px) {
  .p-professional__title-wrap {
    gap: 0.75rem;
    margin-top: 0.125rem;
  }
}

.p-professional__logo {
  display: inline-block;
  width: 17.75rem;
}
@media screen and (max-width: 767.98px) {
  .p-professional__logo {
    width: 12.5rem;
  }
}

.p-professional__title-wrap02 {
  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.9375rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767.98px) {
  .p-professional__title-wrap02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0;
  }
}

.p-professional__bg-text {
  display: inline-block;
  background: #fff;
  padding: 0.375rem 1.25rem;
  line-height: 1.7;
}
@media screen and (max-width: 767.98px) {
  .p-professional__bg-text {
    padding: 0.1875rem 0.75rem;
  }
}

.p-professional__list {
  margin-top: 3.125rem;
  display: grid;
  gap: 5.0625rem;
}
@media screen and (max-width: 767.98px) {
  .p-professional__list {
    margin-top: 2.5rem;
    gap: 3.25rem;
  }
}

.p-professional__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-professional__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767.98px) {
  .p-professional__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
  .p-professional__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-professional__img {
  width: 50%;
}
.p-professional__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 720/400;
}
@media screen and (max-width: 767.98px) {
  .p-professional__img {
    width: 100%;
  }
  .p-professional__img img {
    aspect-ratio: 335/186;
  }
}

.p-professional__body {
  width: 50%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .p-professional__body {
    width: 100%;
    gap: 1.25rem;
  }
}

.p-professional__item-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.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: min(4.5833333333vw, 66px);
  font-size: clamp(18px, 2.2222222222vw, 32px);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-professional__item-title span {
  font-size: 1.125rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.p-professional__item-title::before, .p-professional__item-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.375rem;
  height: clamp(70px, 8.5416666667vw, 123px);
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
}
.p-professional__item-title::before {
  left: 0;
  border-left: 1px solid #231815;
}
.p-professional__item-title::after {
  right: 0;
  border-right: 1px solid #231815;
}
@media screen and (max-width: 767.98px) {
  .p-professional__item-title {
    padding-inline: 0;
    width: 100%;
    font-size: 1.25rem;
  }
  .p-professional__item-title span {
    font-size: 0.75rem;
  }
  .p-professional__item-title::before, .p-professional__item-title::after {
    height: 5.0625rem;
  }
}

.p-professional__text {
  font-size: clamp(12px, 1.25vw, 18px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-professional__text {
    font-size: 0.875rem;
    text-align: justify;
  }
}

.p-service {
  position: relative;
  background: #231815;
}
@media screen and (max-width: 767.98px) {
  .p-service {
    padding: 2.5rem 0.625rem;
  }
}

.p-service__head {
  position: absolute;
  top: 2.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .p-service__head {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

.p-service__title {
  font-size: 2.625rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-service__title span {
  font-family: "Inter", sans-serif;
  display: inline-block;
  padding-left: 0.1875rem;
  padding-top: 1rem;
}
@media screen and (max-width: 767.98px) {
  .p-service__title {
    font-size: 2.25rem;
  }
  .p-service__title span {
    padding-top: 0.625rem;
    padding-inline: 0.5rem;
  }
}

.p-service__text {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767.98px) {
  .p-service__text {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.59;
  }
}

.p-service__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-service__list {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    margin-top: 1.125rem;
  }
}

.p-service__item {
  height: 42.3125rem;
  position: relative;
}
.p-service__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/service_bg.webp) no-repeat center center/cover;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-service__item {
    height: auto;
  }
  .p-service__item::before {
    display: none;
  }
}

.p-service__img {
  height: 100%;
  width: auto;
}
.p-service__img picture {
  width: auto;
  height: 100%;
}
.p-service__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 479/677;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .p-service__img {
    width: 100%;
    height: auto;
  }
  .p-service__img img {
    aspect-ratio: 355/210;
  }
}

.p-service__item-title {
  position: absolute;
  left: 50%;
  bottom: 2.1875rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(82.254697286%, 24.625rem);
  text-align: center;
  color: #fff;
  z-index: 2;
}
.p-service__item-title::before {
  content: attr(data-en);
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.25em;
  display: block;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
}
.p-service__item-title span {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.05em;
}
.p-service__item-title span::before, .p-service__item-title span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0.375rem;
  height: 3.4375rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.p-service__item-title span::before {
  left: 0;
  border-left: 1px solid #fff;
}
.p-service__item-title span::after {
  right: 0;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767.98px) {
  .p-service__item-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    bottom: 0.75rem;
  }
  .p-service__item-title::before {
    font-size: 0.75rem;
    margin-bottom: 0.125rem;
  }
  .p-service__item-title span {
    padding: 0 1.625rem;
    font-size: 1.25rem;
    white-space: nowrap;
  }
  .p-service__item-title span::before, .p-service__item-title span::after {
    height: 2.5625rem;
    bottom: 0.1875rem;
  }
}

@media screen and (max-width: 767.98px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */


/********************/
/* Coming Soon */
/********************/

.custom-not {
  margin-top: 4rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.75rem;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .custom-not {
    margin-top: 3.5rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
}


/********************/
/* お問い合わせフォーム */
/********************/

.p-contact-wrapper {
  margin-top: 40px;
}
@media screen and (max-width: 767.98px) {
  .p-contact-wrapper {
    margin-top: 32px;
  }
}

.form {
  margin-inline: auto;
  max-width: 600px;
}

.p-contact-form__list:not(:first-child) {
  margin-top: 32px;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__list:not(:first-child) {
    margin-top: 30px;
  }
}

.p-contact-form__label-zone {
  display: inline-block;
}
.p-contact-form__list--must .p-contact-form__label-zone {
  position: relative;
}
.p-contact-form__list--must .p-contact-form__label-zone::before {
  position: absolute;
  top: 0;
  left: calc(100% + 4px);
  content: "＊";
  font-weight: 400;
  font-size: 12px;
  color: #DC551B;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__list--must .p-contact-form__label-zone::before {
    font-size: 10px;
  }
}

.p-contact-form__label {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__label {
    font-size: min(calc(100vw / 375 * 16), 16px);
  }
}

.p-contact-form__data {
  margin: 16px 0 0 0;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__data {
    margin: 8px 0 0 0;
  }
}

.p-contact-form__input {
  width: 100%;
  padding: 16px 24px;
  border-radius: 0;
  border: none;
  background-color: #fff;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__input {
    padding: 16px 12px;
  }
}

.p-contact-form__input::placeholder {
  text-align: left;
  font-size: min(calc(100vw / 375 * 16), 16px);
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #BDBDBD;
}

.p-contact-form__textarea {
  width: 100%;
  height: 204px;
  padding: 12px 25px;
  border-radius: 0;
  border: none;
  background-color: #fff;
  font-weight: 500;
  font-size: min(calc(100vw / 375 * 16), 16px);
  line-height: 1.8;
  letter-spacing: 0.05em;
  resize: vertical;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__textarea {
    padding: 12px;
    height: 200px;
  }
}
.p-contact-form__textarea::placeholder {
  font-weight: 500;
  font-size: min(calc(100vw / 375 * 16), 16px);
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #BDBDBD;
}

/* ラジオボタン */
input[type="radio"] {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.p-contact-form__radio-label {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__radio-label {
    padding-top: 8px;
  }
}
.p-contact-form__radio-label .wpcf7-list-item {
  margin-left: 0;
}
.p-contact-form__radio-label .wpcf7-list-item label {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: min(calc(100vw / 375 * 16), 16px);
  letter-spacing: 0.05em;
  cursor: pointer;
}
.p-contact-form__radio-label .wpcf7-list-item-label {
  display: flex;
  align-items: center;
}
.p-contact-form__radio-label .wpcf7-list-item-label::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  margin-right: 12px;
}
.p-contact-form__radio-label .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background-color: #000;
  box-shadow: inset 0 0 0 3px #fff;
}

/* セレクトボックス */
.p-contact-form__select-zone {
  position: relative;
}
.p-contact-form__select-zone::before {
  position: absolute;
  top: 26px;
  right: 14px;
  content: "";
  width: 12px;
  height: 9px;
  background-color: #231815;
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  pointer-events: none;
  z-index: 2;
}
.p-contact-form__select {
  width: 100%;
  padding: 16px 48px 16px 24px;
  border-radius: 0;
  border: none;
  background-color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #231815;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__select {
    padding: 16px 12px;
  }
}
.p-contact-form__select option {
  color: #231815;
}

/* プライバシーポリシーチェック */
input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.p-contact-form__check {
  margin-top: 22px;
  display: flex;
  justify-content: center;
}
.p-contact-form__check-label {
  display: inline-block;
}
.p-contact-form__check-label .wpcf7-list-item {
  margin-left: 0;
}
.p-contact-form__check-text {
  padding-left: 25px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.08em;
  position: relative;
  cursor: pointer;
}
.p-contact-form__check-label .wpcf7-list-item-label::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #BABABA;
  border-radius: 3px;
  background-color: #fff;
  vertical-align: middle;
}
.p-contact-form__check-label input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background-color: #BABABA;
}
.p-contact-form__check-label input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  position: absolute;
  top: 5px;
  left: 4px;
  content: "";
  width: 12px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  cursor: pointer;
}
.p-contact-form__policy-link {
  display: inline-block;
  text-decoration: underline;
}

/* エラーメッセージ */
.form .wpcf7-not-valid-tip,
.hiragana-error {
  color: #DC551B;
  font-size: 14px;
}
.p-contact-form__select-zone:has(.wpcf7-not-valid-tip) {
  margin-bottom: 36px;
}

/* ボタン */
.p-contact-form__submit {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}
.p-contact-form__submit-buttonZone {
  width: 280px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__submit-buttonZone {
    width: 100%;
    max-width: 335px;
  }
}
.p-contact-form__submit-buttonZone::before {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../images/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  transition: all 0.3s;
}
.p-contact-form__submit-button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  border: 1px solid #231815;
  background-color: #231815;
  padding: 14px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #fff;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__submit-button {
    padding: 23px;
  }
}

.p-contact-form__submit-button:disabled {
  cursor: not-allowed;
}
.form:has(.hiragana-error) .p-contact-form__submit-buttonZone,
.p-contact-form:has(.wpcf7-not-valid-tip) .p-contact-form__submit-buttonZone {
  cursor: not-allowed;
}
.form:has(.hiragana-error) .p-contact-form__submit-button,
.p-contact-form:has(.wpcf7-not-valid-tip) .p-contact-form__submit-button {
  pointer-events: none;
}

.p-contact-form__submit-buttonZone .wpcf7-spinner {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output{
  display: none;
}





/*-------------------------------------
完了画面
-------------------------------------*/

body:has(.p-complete) .p-header__logo img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

.p-complete {
  padding-block: 120px;
}

.p-complete__head {
  text-align: center;
}

.p-complete__title {
  padding-top: 2.25rem;
  position: relative;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.p-complete__title::before {
  content: attr(data-en);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.375rem 1rem;
  border-radius: 6.25rem;
  background: #E7E2D5;
  color: #DF9310;
  text-transform: uppercase;
  font-size: clamp(10px, 0.9722222222vw, 14px);
  font-weight: 400;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.15em;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  .p-complete__title {
    font-size: 1.75rem;
    line-height: 1.6;
    padding-top: 2.5rem;
  }
  .p-complete__title::before {
    font-size: 0.75rem;
    padding: 0.3125rem 1rem;
  }
}
.p-complete__text {
  margin-top: 40px;
  margin-inline: auto;
  max-width: 580px;
  text-align: center;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .p-complete__text {
    margin-top: 20px;
    max-width: 335px;
    text-align: left;
    font-size: 0.875rem;
  }
}
.p-complete__text span {
  display: inline-block;
}
.p-complete__linkZone {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .p-complete__linkZone {
    margin-top: 20px;
  }
}
.p-complete__link {
  width: 100%;
  max-width: 280px;
  background-color: #231815;
  border-radius: 99px;
  padding: 16px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #fff;
  position: relative;
}
.p-complete__link::before {
  position: absolute;
  top: 50%;
  left: 5.7%;
  transform: translateY(-50%) scaleX(-1);
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../images/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}




/*-------------------------------------
404
-------------------------------------*/

body:has(.p-404) .p-header__logo img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

.p-404 {
  padding-block: 120px;
}

.p-404__head {
  text-align: center;
}

.p-404__title {
  padding-top: 2.25rem;
  position: relative;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.p-404__title::before {
  content: attr(data-en);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.375rem 1rem;
  border-radius: 6.25rem;
  background: #E7E2D5;
  color: #DF9310;
  text-transform: uppercase;
  font-size: clamp(10px, 0.9722222222vw, 14px);
  font-weight: 400;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.15em;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  .p-404__title {
    font-size: 1.75rem;
    line-height: 1.6;
    padding-top: 2.5rem;
  }
  .p-404__title::before {
    font-size: 0.75rem;
    padding: 0.3125rem 1rem;
  }
}
.p-404__text {
  margin-top: 40px;
  margin-inline: auto;
  max-width: 580px;
  text-align: center;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .p-404__text {
    margin-top: 20px;
    max-width: 335px;
    font-size: 0.875rem;
  }
}
.p-404__linkZone {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .p-404__linkZone {
    margin-top: 20px;
  }
}
.p-404__link {
  width: 100%;
  max-width: 280px;
  background-color: #231815;
  border-radius: 99px;
  padding: 16px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #fff;
  position: relative;
}
.p-404__link::before {
  position: absolute;
  top: 50%;
  left: 5.7%;
  transform: translateY(-50%) scaleX(-1);
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../images/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}


/* テストLP用 */
@media screen and (max-width: 767.98px) {
  .c-btn--cta .c-btn__text,
  .p-cta-btn a span.p-cta-btn__lp-text {
    font-size: 1rem;
  }
}