*,
*::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: 1919px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1920 * 100vw);
  }
}
@media screen and (max-width: 392px) {
  html {
    font-size: calc(16 / 393 * 100vw);
  }
}

body {
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: max(1.5rem, 19.2px);
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}
body {
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: 0.2em;
  background-color: #F5F2F2;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.16em;
  }
}

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-main {
  min-height: 100vh;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: inherit;
  padding: 0 9.375rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 640px;
    padding: 0 1.25rem;
  }
}

.c-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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14.625rem;
  max-width: 100%;
  height: 3.75rem;
  padding-inline: 1.5rem;
  border-radius: 1.875rem;
  background: #5A7ACD;
  color: #FFFFFF;
  line-height: 1;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
@media (hover: hover) {
  .c-btn:hover {
    background: #000000;
  }
  .c-btn:hover .c-btn__icon {
    translate: 0.25rem 0;
  }
}

.c-btn__text {
  font-family: "Futura", "Century Gothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0;
  white-space: nowrap;
}

.c-btn__icon {
  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;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 0;
  translate: 0;
  -webkit-transition: translate 0.3s ease;
  transition: translate 0.3s ease;
}

.c-btn__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-btn.--sm {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  width: auto;
  height: auto;
  padding: 0.625rem 1.25rem;
  border-radius: 2.25rem;
  -webkit-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
}

.c-btn.--sm .c-btn__text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.c-animated__fadeIn {
  translate: 0 1.25rem;
  opacity: 0;
  -webkit-transition: opacity 1.5s cubic-bezier(0.22, 1, 0.36, 1), translate 1.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 1.5s cubic-bezier(0.22, 1, 0.36, 1), translate 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}

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

.c-circle-reveal {
  opacity: 0;
}

.c-circle-reveal.js-show {
  opacity: 1;
}

.c-circle-reveal svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.c-circle-reveal__circle {
  fill: none;
  stroke: #FEB15E;
  stroke-opacity: 0.5;
  stroke-width: 80;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transform-box: view-box;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.c-circle-reveal.js-show .c-circle-reveal__circle {
  -webkit-animation: c-circle-reveal 1.4s linear forwards;
          animation: c-circle-reveal 1.4s linear forwards;
}

.c-circle-reveal.--start-bottom .c-circle-reveal__circle {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-circle-reveal.--start-left .c-circle-reveal__circle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-circle-reveal.--start-right .c-circle-reveal__circle {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.c-circle-reveal.--ccw .c-circle-reveal__circle {
  -webkit-transform: scaleX(-1) rotate(-90deg);
          transform: scaleX(-1) rotate(-90deg);
}

.c-circle-reveal.--ccw.--start-bottom .c-circle-reveal__circle {
  -webkit-transform: scaleX(-1) rotate(90deg);
          transform: scaleX(-1) rotate(90deg);
}

.c-circle-reveal.--ccw.--start-left .c-circle-reveal__circle {
  -webkit-transform: scaleX(-1) rotate(180deg);
          transform: scaleX(-1) rotate(180deg);
}

.c-circle-reveal.--ccw.--start-right .c-circle-reveal__circle {
  -webkit-transform: scaleX(-1) rotate(0deg);
          transform: scaleX(-1) rotate(0deg);
}

@-webkit-keyframes c-circle-reveal {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes c-circle-reveal {
  to {
    stroke-dashoffset: 0;
  }
}
.c-section-title {
  color: #222222;
}

.c-section-title__en {
  font-family: "Old Standard TT", serif;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 1.24;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-section-title__en {
    font-size: 1.875rem;
    line-height: 1.2333333333;
  }
}

.c-section-title__ja {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-section-title__ja {
    font-size: 1.125rem;
    line-height: 1.2222222222;
  }
}

@media screen and (max-width: 767px) {
  .c-section-title.--center {
    text-align: center;
  }
}

.c-page-hero {
  position: relative;
  overflow: hidden;
  padding-block: 11.875rem 0;
}
@media screen and (max-width: 767px) {
  .c-page-hero {
    padding-block: 9.8125rem 0;
  }
}

.c-page-hero__deco {
  position: absolute;
  z-index: 0;
  top: -8.25rem;
  left: -15.125rem;
  width: 30.25rem;
  height: 30.25rem;
  pointer-events: none;
  clip-path: inset(15.125rem -100% -100% -100%);
}
@media screen and (max-width: 767px) {
  .c-page-hero__deco {
    display: none;
  }
}

.c-page-hero__deco img {
  display: block;
  width: 100%;
  height: 100%;
}

.c-page-hero__head {
  position: relative;
  z-index: 1;
}

.c-page-hero__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #222222;
}

.c-page-hero__titleEn {
  font-family: "Old Standard TT", serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 3.75rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .c-page-hero__titleEn {
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 1.875rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
}

.c-page-hero__titleJa {
  -webkit-margin-before: 0.75rem;
          margin-block-start: 0.75rem;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.875rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .c-page-hero__titleJa {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 0.875rem;
    line-height: 1.7857142857;
    letter-spacing: 0.2em;
  }
}

.c-page-hero__media {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: calc(100% - 6.25rem);
  max-width: 113.75rem;
  aspect-ratio: 1820/729;
  -webkit-margin-before: 12.5rem;
          margin-block-start: 12.5rem;
  margin-inline: auto;
  border-radius: 6.25rem;
}
@media screen and (max-width: 767px) {
  .c-page-hero__media {
    width: 100%;
    aspect-ratio: 393/565;
    height: auto;
    -webkit-margin-before: 4.0625rem;
            margin-block-start: 4.0625rem;
    border-radius: 12.28125rem 12.28125rem 0 0;
  }
}

.c-page-hero__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(245, 242, 242, 0.5);
}
@media screen and (max-width: 767px) {
  .p-header {
    z-index: 102;
    padding-block: 1.25rem;
    background: #F5F2F2;
    -webkit-transition: padding-block 0.3s ease;
    transition: padding-block 0.3s ease;
  }
  .p-header:has(.p-drawer__icon.js-show) {
    background: transparent;
  }
  .p-header:has(.p-drawer__icon.js-show) .p-header__logo {
    visibility: hidden;
  }
}

@media screen and (max-width: 767px) {
  .p-header.js-fixed {
    padding-block: 1.25rem;
  }
}

.p-header__inner {
  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;
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  padding-block: 1.375rem;
  padding-inline: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    min-height: 2rem;
    padding-block: 0;
    padding-inline: 1.25rem;
  }
}

.p-header__logo {
  display: block;
  width: 26.25rem;
  height: 4.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-header__logo {
    width: 18.75rem;
    height: 2.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 11.5rem;
    height: 1.8125rem;
  }
}

.p-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@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;
  -webkit-column-gap: 1.0625rem;
     -moz-column-gap: 1.0625rem;
          column-gap: 1.0625rem;
  line-height: 1;
}

.p-header__slash {
  display: block;
  width: 1.125rem;
  height: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0;
}

.p-header__slash img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2rem;
  font-family: "Futura", "Century Gothic", sans-serif;
  color: #222222;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}
@media (hover: hover) {
  .p-header__link:hover {
    opacity: 0.7;
  }
}

.p-drawer__icon {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.6875rem;
  height: 2rem;
}
@media screen and (max-width: 767px) {
  .p-drawer__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-drawer__icon--bar {
  display: block;
  width: 100%;
  height: 1px;
  background: #222222;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-drawer__icon.js-show {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1.25rem;
}
.p-drawer__icon.js-show .p-drawer__icon--bar {
  background: #FFFFFF;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1),
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  opacity: 0;
  height: 0;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  height: 4px;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: auto;
  inset: 0;
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
  height: 100dvh;
  background: #000000;
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
@media (min-width: 768px) {
  .p-drawer {
    display: none;
  }
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 3.75rem 2.5rem;
}

.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;
  row-gap: 1.875rem;
  width: 100%;
  margin-bottom: 1.875rem;
}

.p-drawer__link {
  display: block;
  color: #FFFFFF;
  font-family: "Old Standard TT", serif;
  font-size: max(1.25rem, 16px);
}
@media screen and (max-width: 767px) {
  .p-drawer__link {
    font-size: 1.25rem;
  }
}
.p-drawer__link {
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.p-drawer__link.--top {
  font-size: max(1rem, 12.8px);
}
@media screen and (max-width: 767px) {
  .p-drawer__link.--top {
    font-size: 1rem;
  }
}
.p-drawer__link.--top {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.p-drawer__en {
  font-family: "Old Standard TT", serif;
  font-size: max(1.25rem, 16px);
}
@media screen and (max-width: 767px) {
  .p-drawer__en {
    font-size: 1.25rem;
  }
}
.p-drawer__en {
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.p-drawer__sep {
  font-family: "Old Standard TT", serif;
  font-size: max(1rem, 12.8px);
}
@media screen and (max-width: 767px) {
  .p-drawer__sep {
    font-size: 1rem;
  }
}
.p-drawer__sep {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.p-drawer__ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(0.875rem, 11.2px);
}
@media screen and (max-width: 767px) {
  .p-drawer__ja {
    font-size: 0.875rem;
  }
}
.p-drawer__ja {
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.1142857143em;
}

.p-drawer .c-btn {
  -ms-flex-item-align: center;
      align-self: center;
}

.p-fv {
  position: relative;
  width: 100%;
  padding-block: 7rem 0;
  padding-inline: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv {
    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;
    row-gap: 1.75rem;
    padding-block: 7.5rem 0;
    padding-inline: 0;
  }
}

.p-fv__slider {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1820/968;
  height: auto;
  border-radius: 6.25rem;
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  will-change: opacity, transform;
}
@media screen and (max-width: 767px) {
  .p-fv__slider {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    aspect-ratio: auto;
    height: 35.3125rem;
    border-radius: 12.28125rem 12.28125rem 0 0;
  }
}

.p-fv__slider .swiper-wrapper {
  overflow: hidden;
}

.p-fv__slider .swiper-slide {
  position: relative;
  height: 100%;
}

.p-fv__slide {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.p-fv__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .p-fv__slide img {
    -o-object-position: 75% center;
       object-position: 75% center;
  }
}

.p-fv__panel {
  position: absolute;
  z-index: 2;
  top: 13.59375vw;
  left: 1.4583333333vw;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: visible;
  width: 45.9895833333vw;
  height: 23.1770833333vw;
  padding-block: 3.8020833333vw 3.2291666667vw;
  padding-inline: 3.4895833333vw 1.6145833333vw;
  border-radius: 0 2.6041666667vw 2.6041666667vw 0;
  opacity: 0;
  will-change: opacity;
}
@media screen and (max-width: 767px) {
  .p-fv__panel {
    position: static;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: block;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    padding-block: 0;
    padding-inline: 1.25rem;
    border-radius: 0;
  }
}

.p-fv__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.81)), to(rgba(255, 255, 255, 0.72)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.81) 0%, rgba(255, 255, 255, 0.72) 100%);
  -webkit-box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.15);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-fv__panel::after {
    content: none;
  }
}

.p-fv__deco {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 1.1458333333vw;
  height: 100%;
  background: #D1D1D1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-fv__deco {
    display: none;
  }
}

.p-fv__deco img {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 1.3020833333vw;
}

.p-fv__text {
  position: relative;
  z-index: 1;
  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;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}

.p-fv__title {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  -webkit-font-feature-settings: "halt" 1;
          font-feature-settings: "halt" 1;
  color: #222222;
  font-size: 2.9166666667vw;
  font-weight: 900;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  will-change: transform, opacity;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 1.625rem;
    line-height: 1.6153846154;
    letter-spacing: 0.1em;
  }
}

.p-fv__titleLine {
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-fv__titleLine {
    white-space: normal;
  }
}

.p-fv__lead {
  width: 32.3958333333vw;
  max-width: 100%;
  -webkit-margin-before: 2.6041666667vw;
          margin-block-start: 2.6041666667vw;
  color: #222222;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 1.5625vw;
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: 0.1066666667em;
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
  will-change: transform, opacity, clip-path;
}
@media screen and (max-width: 767px) {
  .p-fv__lead {
    width: 100%;
    -webkit-margin-before: 0.4375rem;
            margin-block-start: 0.4375rem;
    font-size: 0.9375rem;
    line-height: 1.6666666667;
    letter-spacing: 0.2em;
  }
}

.p-fv__leadLine {
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-fv__leadLine {
    white-space: normal;
  }
}

.p-fv__leadStrong {
  font-weight: 600;
}

.p-fv__contact {
  position: absolute;
  z-index: 2;
  right: 5.2083333333%;
  bottom: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 31.25rem;
  height: 10.5625rem;
  border-radius: 0.5rem;
  background: #FFFFFF;
  opacity: 0;
  -webkit-transform: translateY(1.25rem);
          transform: translateY(1.25rem);
  will-change: transform, opacity;
}
@media screen and (max-width: 767px) {
  .p-fv__contact {
    display: none;
  }
}

.p-fv__contactLabel {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.5rem;
  border-radius: 0.5rem 1px 1px 0.5rem;
  background: #222222;
}

.p-fv__contactLabelText {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}

.p-fv__contactBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -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;
  row-gap: 1.75rem;
}

.p-fv__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 0.8125rem;
     -moz-column-gap: 0.8125rem;
          column-gap: 0.8125rem;
  font-family: "Futura", "Century Gothic", sans-serif;
  color: #222222;
}

.p-fv__telLabel {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

.p-fv__telNumber {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1;
}

.p-fv__contact .c-btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.p-fv__contact .c-btn__text,
.p-fv__contact .c-btn__icon {
  position: relative;
  z-index: 2;
}

.p-fv__cta {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fv__cta {
    position: absolute;
    z-index: 2;
    bottom: 1.25rem;
    left: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    isolation: isolate;
    translate: -50% 0;
    opacity: 0;
    -webkit-transform: translateY(1.25rem);
            transform: translateY(1.25rem);
    will-change: transform, opacity;
  }
}

.p-fv__cta .c-btn__text,
.p-fv__cta .c-btn__icon {
  position: relative;
  z-index: 2;
}

.p-fv__shine {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -30%;
  width: 20%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.18) 35%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.18) 65%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  pointer-events: none;
  -webkit-transform: skewX(-24deg);
          transform: skewX(-24deg);
}

.p-fv.js-show .p-fv__slider {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.9s ease, -webkit-transform 1.2s ease;
  transition: opacity 0.9s ease, -webkit-transform 1.2s ease;
  transition: opacity 0.9s ease, transform 1.2s ease;
  transition: opacity 0.9s ease, transform 1.2s ease, -webkit-transform 1.2s ease;
}

.p-fv.js-show .p-fv__panel {
  -webkit-animation: fvPanelFade 0.9s ease 0.2s forwards;
          animation: fvPanelFade 0.9s ease 0.2s forwards;
}

.p-fv.js-show .p-fv__title {
  -webkit-animation: fvTitleUp 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.45s forwards;
          animation: fvTitleUp 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.45s forwards;
}

.p-fv.js-show .p-fv__lead {
  -webkit-animation: fvLeadReveal 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
          animation: fvLeadReveal 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
}

.p-fv.js-show .p-fv__contact {
  -webkit-animation: fvContactIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.35s forwards;
          animation: fvContactIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.35s forwards;
}

.p-fv.js-show .p-fv__cta .p-fv__shine {
  -webkit-animation: fvContactShine 4s ease-in-out 2.8s infinite;
          animation: fvContactShine 4s ease-in-out 2.8s infinite;
}

@media screen and (max-width: 767px) {
  .p-fv.js-show .p-fv__cta {
    -webkit-animation: fvContactIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.35s forwards;
            animation: fvContactIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.35s forwards;
  }
}

.p-fv.js-intro-skip .p-fv__slider {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: none;
  transition: none;
}

.p-fv.js-intro-skip .p-fv__panel,
.p-fv.js-intro-skip .p-fv__title,
.p-fv.js-intro-skip .p-fv__lead,
.p-fv.js-intro-skip .p-fv__contact,
.p-fv.js-intro-skip .p-fv__cta {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  clip-path: none;
  -webkit-animation: none !important;
          animation: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.p-fv.js-intro-skip .p-fv__slider .swiper-slide.js-first .p-fv__slide {
  clip-path: none;
  -webkit-animation: none !important;
          animation: none !important;
}

.p-fv:not(.js-intro-done) .p-fv__slider .swiper-slide {
  opacity: 0;
  visibility: hidden;
}

.p-fv:not(.js-intro-done) .p-fv__slider .swiper-slide.js-first {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.p-fv.js-intro-done .p-fv__slider .swiper-slide {
  opacity: 1;
  visibility: visible;
}

.p-fv__slider .swiper-slide.js-first .p-fv__slide {
  clip-path: circle(12% at 50% 50%);
  -webkit-animation: fvClipReveal 1.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: fvClipReveal 1.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

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

@keyframes fvPanelFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fvTitleUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fvTitleUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fvLeadReveal {
  from {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  to {
    clip-path: inset(0 0 0 0);
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fvLeadReveal {
  from {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  to {
    clip-path: inset(0 0 0 0);
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fvContactIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(1.25rem);
            transform: translateY(1.25rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fvContactIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(1.25rem);
            transform: translateY(1.25rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fvContactShine {
  0% {
    left: -30%;
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  35% {
    left: 120%;
    opacity: 1;
  }
  50%, 100% {
    left: 120%;
    opacity: 0;
  }
}
@keyframes fvContactShine {
  0% {
    left: -30%;
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  35% {
    left: 120%;
    opacity: 1;
  }
  50%, 100% {
    left: 120%;
    opacity: 0;
  }
}
@-webkit-keyframes fvClipReveal {
  from {
    clip-path: circle(12% at 50% 50%);
  }
  to {
    clip-path: circle(150% at 50% 50%);
  }
}
@keyframes fvClipReveal {
  from {
    clip-path: circle(12% at 50% 50%);
  }
  to {
    clip-path: circle(150% at 50% 50%);
  }
}
.p-message {
  padding-block: 9.5625rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-message {
    padding-block: 3.75rem 5rem;
  }
}

.p-message__title {
  color: #222222;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-message__title {
    width: 100%;
    font-size: 1.875rem;
    letter-spacing: normal;
    text-align: left;
  }
}

.p-message__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 46.8125rem;
  -webkit-margin-before: 2.9375rem;
          margin-block-start: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .p-message__body {
    display: block;
    position: static;
    min-height: 0;
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
  }
}

.p-message__text {
  position: relative;
  z-index: 1;
  width: 50.5625rem;
  max-width: 100%;
  -webkit-margin-start: 5.5625rem;
          margin-inline-start: 5.5625rem;
  -webkit-margin-before: 7.0625rem;
          margin-block-start: 7.0625rem;
  color: #222222;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-message__text {
    width: 100%;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.16em;
  }
}

.p-message__text p + p {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-message__text p + p {
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
  }
}

.p-message__text strong {
  font-weight: 600;
}

.p-message__media {
  position: absolute;
  top: 0;
  right: 5.5625rem;
  width: 35.625rem;
  height: 46.8125rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-message__media {
    display: none;
  }
}

.p-message__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.p-message__btn {
  position: absolute;
  z-index: 2;
  right: 3.0625rem;
  bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-message__btn {
    display: none;
  }
}

.p-business {
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 6.25rem;
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .p-business {
    border-radius: 3.125rem;
    padding-block: 2.5rem 0;
  }
}

.p-business__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-business__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    row-gap: 1.875rem;
  }
}

.p-business__left {
  width: 45.5rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-business__left {
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  .p-business .c-section-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-business__media {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 728/559;
  -webkit-margin-before: 6.4375rem;
          margin-block-start: 6.4375rem;
  border-radius: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-business__media {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: calc(100% + 2.5rem);
    aspect-ratio: 393/479;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    margin-inline: -1.25rem;
    border-radius: 0 0 3.125rem 3.125rem;
  }
}

.p-business__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-business__text {
  width: 50.5625rem;
  max-width: 100%;
  color: #222222;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-business__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0.16em;
  }
}

.p-business__text p + p {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-business__text p + p {
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
  }
}

.p-business__text strong {
  font-weight: 600;
}

.p-business__deco {
  position: absolute;
  z-index: 2;
  right: -15.5625rem;
  bottom: -17.0625rem;
  width: 32.1875rem;
  height: 32.1875rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-business__deco {
    right: -10.8125rem;
    bottom: -11.25rem;
    width: 21.625rem;
    height: 21.625rem;
  }
}

.p-business__deco img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-service {
  position: relative;
  overflow: hidden;
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
  padding-block: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-service {
    -webkit-margin-before: 3.75rem;
            margin-block-start: 3.75rem;
    padding-block: 3.75rem;
  }
}

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

.p-service__lead {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  color: #222222;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-service__lead {
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0.16em;
  }
}

.p-service__slider {
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  -webkit-padding-after: 5.4375rem;
          padding-block-end: 5.4375rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-service__slider {
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
    -webkit-padding-after: 0;
            padding-block-end: 0;
  }
}

.p-service__slider .swiper-slide {
  width: 43.75rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-service__slider .swiper-slide {
    width: 100%;
  }
}

.p-service__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-service__card {
    -webkit-padding-after: 4rem;
            padding-block-end: 4rem;
  }
}

.p-service__media {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 700/487;
  border-radius: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-service__media {
    aspect-ratio: 393/260;
    border-radius: 1.875rem;
  }
}

.p-service__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-service__cardTitle {
  width: 100%;
  max-width: 40rem;
  color: #222222;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-service__cardTitle {
    max-width: none;
    padding-inline: 1.25rem;
    font-size: 1.375rem;
    line-height: 1.3636363636;
    letter-spacing: 0.1em;
  }
}

.p-service__cardTitle .u-pc,
.p-service__cardTitle .u-sp {
  display: block;
}

.p-service__price {
  font-family: "Futura", "Century Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.0533333333em;
}

.p-service__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -webkit-margin-before: 0rem;
          margin-block-start: 0rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-service__sub {
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0.1em;
  }
}

.p-service__sub img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.6875rem;
  height: 0.9375rem;
  -webkit-margin-before: 0.8125rem;
          margin-block-start: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-service__sub img {
    width: 0.5625rem;
    height: 0.875rem;
    -webkit-margin-before: 0.5rem;
            margin-block-start: 0.5rem;
  }
}

.p-service__cardText {
  width: 100%;
  max-width: 40rem;
  color: #222222;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-service__cardText {
    max-width: none;
    padding-inline: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.7142857143;
    letter-spacing: 0.16em;
  }
}

.p-service__controls {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8125rem;
     -moz-column-gap: 0.8125rem;
          column-gap: 0.8125rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-service__controls {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-inline: 1.25rem;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    -webkit-transform: none;
            transform: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-service__nav {
  display: grid;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  place-items: center;
  width: 2.1875rem;
  height: 2.1875rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-service__nav {
    width: 1.625rem;
    height: 1.625rem;
  }
}

.p-service__nav img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-service__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8125rem;
     -moz-column-gap: 0.8125rem;
          column-gap: 0.8125rem;
  --swiper-pagination-bullet-horizontal-gap: 0px;
  --swiper-pagination-color: #000000;
}
@media screen and (max-width: 767px) {
  .p-service__pagination {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 0;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}

.p-service__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.1875rem;
  height: 2.1875rem;
  margin: 0;
  border-radius: 50%;
  background: #d9d9d9;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-service__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 1.625rem;
    height: 1.625rem;
  }
}

.p-service__pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #000000;
}

.p-service__note {
  position: relative;
  z-index: 1;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  color: #222222;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service__note {
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
    font-size: 0.875rem;
    line-height: 1.7142857143;
    letter-spacing: 0.2em;
    text-align: left;
  }
}

.p-service__deco {
  position: absolute;
  z-index: 0;
  width: 32.1875rem;
  height: 32.1875rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-service__deco {
    width: 21.625rem;
    height: 21.625rem;
  }
}

.p-service__deco.--tr {
  top: -18.875rem;
  right: -15.5625rem;
}
@media screen and (max-width: 767px) {
  .p-service__deco.--tr {
    top: -14.125rem;
    right: -10.8125rem;
  }
}

.p-service__deco.--bl {
  bottom: -18.125rem;
  left: -16.125rem;
}
@media screen and (max-width: 767px) {
  .p-service__deco.--bl {
    bottom: -13.25rem;
    left: -10.8125rem;
    width: 21.875rem;
    height: 21.875rem;
  }
}

.p-service__deco img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-works {
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  padding-block: 5rem 5.6875rem;
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
  color: #222222;
  -webkit-transition: background-color 0.5s ease, color 0.5s ease;
  transition: background-color 0.5s ease, color 0.5s ease;
}
@media screen and (max-width: 767px) {
  .p-works {
    padding-block: 5rem;
  }
}

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

.p-works .c-section-title {
  text-align: center;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.p-works__body {
  -webkit-margin-before: 5.8125rem;
          margin-block-start: 5.8125rem;
}

.p-works__list {
  position: relative;
  z-index: 3;
  -webkit-border-before: 0.3125rem solid #F5F2F2;
          border-block-start: 0.3125rem solid #F5F2F2;
  -webkit-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
}

.p-works__item {
  -webkit-border-after: 0.3125rem solid #F5F2F2;
          border-block-end: 0.3125rem solid #F5F2F2;
  -webkit-transition: background-color 0.5s ease, border-color 0.5s ease;
  transition: background-color 0.5s ease, border-color 0.5s ease;
}

.p-works__link {
  display: block;
  padding-block: 2.1875rem;
  color: inherit;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.4230769231;
  letter-spacing: 0.2em;
}

.p-works__preview {
  position: absolute;
  z-index: 2;
  top: 9.6875rem;
  right: 1.25rem;
  width: 62.5rem;
  max-width: 52%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.p-works.js-hover .p-works__preview {
  opacity: 1;
  visibility: visible;
}

.p-works__previewItem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.p-works__previewMedia {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1000/570;
}

.p-works__previewMedia img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-works__previewText {
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2em;
}

.p-works__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5rem;
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
}

.p-works__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
  width: calc(100% + 2.5rem);
  margin-inline: -1.25rem;
  padding: 2.5rem 1.25rem;
}

.p-works__card.--01 {
  background: #991823;
  border-radius: 3.125rem 0;
  color: #FFFFFF;
}

.p-works__card.--02 {
  background: #B2B7C2;
  border-radius: 0 3.125rem;
  color: #222222;
}

.p-works__card.--03 {
  background: #CDAE4F;
  border-radius: 3.125rem 0;
  color: #FFFFFF;
}

.p-works__card.--04 {
  background: #5CA8A3;
  border-radius: 0 3.125rem;
  color: #222222;
}

.p-works__media {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 353/201;
}

.p-works__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-works__cardTitle {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.4545454545;
  letter-spacing: 0.2em;
}

.p-works__cardText {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.1428571429;
  letter-spacing: 0.1em;
}

.p-works__url {
  font-family: "Futura", "Century Gothic", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-decoration: underline;
  word-break: break-all;
  color: inherit;
}

.p-works__btn {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-before: 5.625rem;
          margin-block-start: 5.625rem;
  -webkit-transition: -webkit-margin-before 0.5s ease;
  transition: -webkit-margin-before 0.5s ease;
  transition: margin-block-start 0.5s ease;
  transition: margin-block-start 0.5s ease, -webkit-margin-before 0.5s ease;
}
@media screen and (max-width: 767px) {
  .p-works__btn {
    -webkit-margin-before: 5rem;
            margin-block-start: 5rem;
  }
}

.p-works.js-hover .p-works__btn {
  -webkit-margin-before: 8.75rem;
          margin-block-start: 8.75rem;
}

.p-works__deco {
  position: absolute;
  z-index: 0;
  top: -18.0625rem;
  left: -16.0625rem;
  width: 32.1875rem;
  height: 32.1875rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-works__deco {
    top: -11.25rem;
    left: -10.8125rem;
    width: 21.625rem;
    height: 21.625rem;
  }
}

.p-works__deco img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-works[data-works-active="01"] {
  background: #991823;
  color: #FFFFFF;
}

.p-works[data-works-active="01"] .c-section-title {
  color: #FFFFFF;
}

.p-works[data-works-active="01"] .p-works__list,
.p-works[data-works-active="01"] .p-works__item {
  border-color: #7D111A;
}

.p-works[data-works-active="01"] .p-works__item.js-active {
  background: #8D101A;
}

.p-works[data-works-active="01"] .p-works__previewItem.--01 {
  opacity: 1;
}

.p-works[data-works-active="02"] {
  background: #B2B7C2;
  color: #222222;
}

.p-works[data-works-active="02"] .p-works__list,
.p-works[data-works-active="02"] .p-works__item {
  border-color: #C9CFDB;
}

.p-works[data-works-active="02"] .p-works__item.js-active {
  background: #A1AABE;
}

.p-works[data-works-active="02"] .p-works__previewItem.--02 {
  opacity: 1;
}

.p-works[data-works-active="03"] {
  background: #CDAE4F;
  color: #FFFFFF;
}

.p-works[data-works-active="03"] .c-section-title {
  color: #FFFFFF;
}

.p-works[data-works-active="03"] .p-works__list,
.p-works[data-works-active="03"] .p-works__item {
  border-color: #E2C365;
}

.p-works[data-works-active="03"] .p-works__item.js-active {
  background: #C5A645;
}

.p-works[data-works-active="03"] .p-works__previewItem.--03 {
  opacity: 1;
}

.p-works[data-works-active="04"] {
  background: #5CA8A3;
  color: #222222;
}

.p-works[data-works-active="04"] .p-works__list,
.p-works[data-works-active="04"] .p-works__item {
  border-color: #76BEBA;
}

.p-works[data-works-active="04"] .p-works__item.js-active {
  background: #429D97;
}

.p-works[data-works-active="04"] .p-works__previewItem.--04 {
  opacity: 1;
}

.p-policy {
  position: relative;
  overflow: hidden;
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
  padding-block: 10rem;
  background: #FEB15E;
  border-radius: 6.25rem;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .p-policy {
    -webkit-margin-before: 3.75rem;
            margin-block-start: 3.75rem;
    padding-block: 5rem 0;
    border-radius: 3.125rem;
  }
}

.p-policy__inner {
  position: relative;
  z-index: 1;
  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;
  row-gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-policy__inner {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    row-gap: 1.875rem;
  }
}

.p-policy .c-section-title {
  text-align: center;
}

.p-policy__catch {
  width: 68.375rem;
  max-width: 100%;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-policy__catch {
    width: 100%;
    font-size: 1.375rem;
    line-height: 1.3636363636;
    letter-spacing: 0.2em;
    text-align: left;
  }
}

.p-policy__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 98.375rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-policy__body {
    display: contents;
  }
}

.p-policy__media {
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 34.375rem;
  aspect-ratio: 550/791;
  border-radius: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-policy__media {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: calc(100% + 2.5rem);
    aspect-ratio: 393/491;
    margin-inline: -1.25rem;
    border-radius: 0 0 3.125rem 3.125rem;
  }
}

.p-policy__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .p-policy__media img {
    -o-object-position: 40% 30%;
       object-position: 40% 30%;
  }
}

.p-policy__text {
  width: 60.25rem;
  max-width: 100%;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8333333333;
  letter-spacing: 0.26em;
}
@media screen and (max-width: 767px) {
  .p-policy__text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0.16em;
  }
}

.p-policy__text p + p {
  -webkit-margin-before: 2.75rem;
          margin-block-start: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-policy__text p + p {
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
  }
}

.p-policy__logo {
  position: absolute;
  z-index: 0;
  left: 50%;
  width: 101.25rem;
  max-width: calc(100% - 6.25rem);
  height: auto;
  aspect-ratio: 1248.979/88.519;
  pointer-events: none;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .p-policy__logo {
    display: none;
  }
}

.p-policy__logo.--top {
  top: 0;
  translate: -50% -50%;
}

.p-policy__logo.--bottom {
  bottom: 0;
  translate: -50% 50%;
}

.p-policy__logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.p-question {
  padding-block: 5rem;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .p-question {
    padding-block: 5rem;
  }
}

.p-question__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;
  row-gap: 2.5rem;
}

.p-question .c-section-title {
  width: 100%;
  text-align: center;
}

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

.p-question__item {
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 1.875rem;
}

.p-question__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  width: 100%;
  padding-block: 3.0625rem 3rem;
  padding-inline: 5.1875rem 3.9375rem;
  text-align: left;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-question__button {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: 1.875rem;
    padding-inline: 2.0625rem 1.6875rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }
}

.p-question__item.js-open .p-question__button {
  -webkit-padding-after: 0;
          padding-block-end: 0;
}
@media screen and (max-width: 767px) {
  .p-question__item.js-open .p-question__button {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-block: 1.875rem 0;
  }
}

.p-question__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 3.1875rem;
     -moz-column-gap: 3.1875rem;
          column-gap: 3.1875rem;
  min-width: 0;
  -webkit-padding-before: 0;
          padding-block-start: 0;
}
@media screen and (max-width: 767px) {
  .p-question__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1.8125rem;
       -moz-column-gap: 1.8125rem;
            column-gap: 1.8125rem;
  }
}

.p-question__q {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.125rem;
  font-family: "Futura", "Century Gothic", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .p-question__q {
    line-height: normal;
  }
}

.p-question__title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .p-question__title {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.04em;
  }
}

.p-question__icon {
  position: relative;
  display: grid;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  place-items: center;
  width: 2.0625rem;
  height: 2.0625rem;
  -webkit-margin-before: 0.0625rem;
          margin-block-start: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .p-question__icon {
    width: 0.9375rem;
    height: 0.9375rem;
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

.p-question__iconImg {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: rotate 0.3s ease, opacity 0.3s ease;
  transition: rotate 0.3s ease, opacity 0.3s ease;
}

.p-question__iconImg.--cross {
  rotate: 45deg;
}

.p-question__item.js-open .p-question__iconImg.--cross {
  rotate: 0deg;
}
@media screen and (max-width: 767px) {
  .p-question__item.js-open .p-question__iconImg.--cross {
    display: none;
  }
}

.p-question__iconImg.--minus {
  display: none;
  rotate: 45deg;
}

@media screen and (max-width: 767px) {
  .p-question__item.js-open .p-question__iconImg.--minus {
    display: block;
  }
}

.p-question__panel {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.3s ease;
  transition: grid-template-rows 0.3s ease;
  transition: grid-template-rows 0.3s ease, -ms-grid-rows 0.3s ease;
}

.p-question__item.js-open .p-question__panel {
  grid-template-rows: 1fr;
}

.p-question__panelInner {
  overflow: hidden;
}

.p-question__answer {
  padding-block: 2.3125rem 2.5rem;
  padding-inline: 9.5rem 3.9375rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-question__answer {
    padding-block: 1.875rem 2.5rem;
    padding-inline: 5rem 1.6875rem;
    font-size: 0.875rem;
    line-height: 2.1428571429;
    letter-spacing: 0.2em;
  }
}

.p-closing {
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
}

.p-closing__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.p-closing__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-closing__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(70, 46, 19, 0.4);
}

.p-closing__inner {
  position: relative;
  z-index: 1;
  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;
  row-gap: 3.75rem;
  padding-block: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-closing__inner {
    row-gap: 1.875rem;
    padding-block: 1.875rem;
  }
}

.p-closing__title {
  width: 100%;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-closing__title {
    font-size: 1.875rem;
    line-height: 1;
    letter-spacing: 0.2em;
  }
}

.p-closing__text {
  width: 100%;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-closing__text {
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0.2em;
  }
}

.p-closing__text p {
  margin: 0;
}

.p-company {
  position: relative;
  overflow: hidden;
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
  padding-block: 5rem;
  background: #FFFFFF;
  border-radius: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-company {
    -webkit-margin-before: 4.0625rem;
            margin-block-start: 4.0625rem;
    padding-block: 5rem 7.5rem;
    border-radius: 3.125rem;
  }
}

.p-company__inner {
  position: relative;
  z-index: 1;
  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;
  row-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__inner {
    row-gap: 2.5rem;
  }
}

.p-company .c-section-title {
  text-align: center;
}

.p-company__list {
  width: 100%;
  max-width: 101.25rem;
  -webkit-border-before: 1px solid #222222;
          border-block-start: 1px solid #222222;
}

.p-company__row {
  display: grid;
  grid-template-columns: 10.25rem auto;
  -webkit-column-gap: 13.1875rem;
     -moz-column-gap: 13.1875rem;
          column-gap: 13.1875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 1.5rem;
  -webkit-padding-start: 24.6875rem;
          padding-inline-start: 24.6875rem;
  -webkit-border-after: 1px solid #222222;
          border-block-end: 1px solid #222222;
}
@media screen and (max-width: 767px) {
  .p-company__row {
    grid-template-columns: 4.6875rem 1fr;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: 5.6875rem;
    padding-block: 2.125rem;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}

.p-company__term {
  width: 10.25rem;
  color: #000000;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: normal;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-company__term {
    width: 4.6875rem;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-align: left;
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
}

.p-company__desc {
  color: #000000;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-company__desc {
    font-size: 1rem;
    letter-spacing: 0.2em;
  }
}

.p-company__zip {
  font-family: "Futura", "Century Gothic", sans-serif;
  font-weight: 500;
}

.p-company__desc.--en,
.p-company__desc a {
  font-family: "Futura", "Century Gothic", sans-serif;
  font-weight: 500;
}

.p-company__deco {
  position: absolute;
  z-index: 0;
  right: -16.0625rem;
  bottom: -18.1875rem;
  width: 32.1875rem;
  height: 32.1875rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-company__deco {
    right: -10.5rem;
    bottom: -12.4375rem;
    width: 21.625rem;
    height: 21.625rem;
  }
}

.p-company__deco img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-advantage {
  position: relative;
  overflow: hidden;
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .p-advantage {
    -webkit-margin-before: 3.75rem;
            margin-block-start: 3.75rem;
    padding-block: 5rem 3.75rem;
  }
}

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

@media screen and (max-width: 767px) {
  .p-advantage__title {
    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;
    row-gap: 1.875rem;
    text-align: center;
  }
}

.p-advantage__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 4.375rem;
     -moz-column-gap: 4.375rem;
          column-gap: 4.375rem;
  -webkit-margin-before: 5.1875rem;
          margin-block-start: 5.1875rem;
}
@media screen and (max-width: 767px) {
  .p-advantage__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    row-gap: 1.875rem;
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
  }
}

.p-advantage__media {
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50.5625rem;
  border-radius: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-advantage__media {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100% + 2.5rem);
    aspect-ratio: 393/524;
    margin-inline: -1.25rem;
    border-radius: 0 0 3.125rem 3.125rem;
  }
}

.p-advantage__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
@media screen and (max-width: 767px) {
  .p-advantage__media img {
    position: static;
  }
}

.p-advantage__text {
  width: 50.5rem;
  max-width: 100%;
  color: #222222;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-advantage__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0.16em;
  }
}

.p-advantage__text p + p {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-advantage__text p + p {
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
  }
}

.p-advantage__text strong {
  font-weight: 600;
}

.p-advantage__closing {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-advantage__closing {
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
  }
}

.p-advantage__closing p + p {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-advantage__closing p + p {
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
  }
}

.p-advantage__deco {
  position: absolute;
  z-index: 0;
  top: -19rem;
  right: -16.0625rem;
  width: 32.1875rem;
  height: 32.1875rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-advantage__deco {
    top: -12.9375rem;
    right: -10.5rem;
    width: 21.625rem;
    height: 21.625rem;
  }
}

.p-advantage__deco img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-originality {
  position: relative;
  overflow: hidden;
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
  padding-block: 5rem;
  background: #FFFFFF;
  border-radius: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-originality {
    -webkit-margin-before: 3.75rem;
            margin-block-start: 3.75rem;
    padding-block: 5rem;
    border-radius: 3.125rem;
  }
}

.p-originality__inner {
  position: relative;
  z-index: 1;
  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;
  row-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-originality__inner {
    row-gap: 1.875rem;
  }
}

.p-originality .c-section-title {
  text-align: center;
}

.p-originality__catch {
  color: #000000;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-originality__catch {
    color: #222222;
    font-size: 1.625rem;
    line-height: 1.3846153846;
    letter-spacing: 0;
  }
}

.p-originality__catchLine {
  display: inline;
}
@media screen and (max-width: 767px) {
  .p-originality__catchLine {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-originality__catchMid {
    font-size: 1.5rem;
  }
}

.p-originality__lead {
  width: 66.25rem;
  max-width: 100%;
  color: #000000;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-originality__lead {
    width: 100%;
    color: #222222;
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0.1em;
  }
}

.p-originality__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  row-gap: 2.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-originality__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;
    row-gap: 1.875rem;
  }
}

.p-originality__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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  grid-column: span 2;
  width: 100%;
  height: 30.875rem;
  padding-block: 3.4375rem 2.5rem;
  padding-inline: 2.5rem;
  background: #FFFFFF;
  border: 3px solid rgba(111, 160, 193, 0.5);
  border-radius: 1.875rem;
  -webkit-box-shadow: 0 4px 8px 0 #F5F5F5;
          box-shadow: 0 4px 8px 0 #F5F5F5;
}
@media screen and (max-width: 767px) {
  .p-originality__card {
    grid-column: auto;
    height: auto;
    min-height: 0;
    padding-block: 0 5rem;
    padding-inline: 0;
    row-gap: 2.5rem;
    -webkit-box-shadow: 0 4px 4px 0 #F5F5F5;
            box-shadow: 0 4px 4px 0 #F5F5F5;
  }
}

.p-originality__card:nth-child(4) {
  grid-column: 2/span 2;
}
@media screen and (max-width: 767px) {
  .p-originality__card:nth-child(4) {
    grid-column: auto;
  }
}

.p-originality__card:nth-child(5) {
  grid-column: 4/span 2;
}
@media screen and (max-width: 767px) {
  .p-originality__card:nth-child(5) {
    grid-column: auto;
  }
}

.p-originality__label {
  position: absolute;
  top: 0;
  left: 50%;
  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: 12.3125rem;
  height: 2.125rem;
  translate: -50% 0;
  border-radius: 0 0 0.625rem 0.625rem;
  background: #5A7ACD;
  color: #FFFFFF;
  font-family: "Futura", "Century Gothic", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: 0.2em;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-originality__label {
    position: static;
    width: 11.0625rem;
    height: 2.6875rem;
    translate: none;
  }
}

.p-originality__cardTitle {
  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;
  width: 100%;
  max-width: 27.5rem;
  min-height: 4.5rem;
  color: #000000;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-originality__cardTitle {
    display: block;
    max-width: none;
    min-height: 0;
    color: #222222;
    font-size: 1.375rem;
    white-space: normal;
  }
}

.p-originality__cardTitleLine {
  display: block;
  white-space: nowrap;
}

.p-originality__cardText {
  width: 100%;
  max-width: 27.5rem;
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  color: #000000;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-originality__cardText {
    max-width: 19.6875rem;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    color: #222222;
    font-size: 0.875rem;
    line-height: 1.7142857143;
    letter-spacing: 0.16em;
  }
}

.p-originality__cardText p + p {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-originality__cardText p + p {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}

.p-originality__deco {
  position: absolute;
  z-index: 0;
  right: -16.0625rem;
  bottom: -18.1875rem;
  width: 32.1875rem;
  height: 32.1875rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-originality__deco {
    display: none;
  }
}

.p-originality__deco img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-costs {
  position: relative;
  overflow: hidden;
  padding-block: 5rem;
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
}
@media screen and (max-width: 767px) {
  .p-costs {
    padding-block: 5rem;
    -webkit-margin-before: 3.75rem;
            margin-block-start: 3.75rem;
  }
}

.p-costs__inner {
  position: relative;
  z-index: 1;
  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;
  row-gap: 2.5rem;
}

.p-costs__intro {
  width: 100%;
  color: #222222;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-costs__intro {
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0.14em;
  }
}

.p-costs__examples {
  width: 100%;
  color: #000000;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-costs__examples {
    color: #222222;
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0.2em;
  }
}

.p-costs__list {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.p-costs__num {
  font-family: "Futura", "Century Gothic", sans-serif;
  font-weight: 700;
}

.p-costs__en {
  font-family: "Futura", "Century Gothic", sans-serif;
  font-weight: 500;
}

.p-costs__noteSmall {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-costs__noteSmall {
    font-size: 0.875rem;
  }
}

.p-costs__closing {
  width: 100%;
  color: #222222;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-costs__closing {
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0.2em;
  }
}

.p-costs__closing p + p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.p-costs__deco {
  position: absolute;
  z-index: 0;
  top: -19.6875rem;
  right: -16.0625rem;
  width: 32.1875rem;
  height: 32.1875rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-costs__deco {
    display: none;
  }
}

.p-costs__deco img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-flow {
  position: relative;
  overflow: hidden;
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .p-flow {
    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: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    row-gap: 1.25rem;
  }
}

.p-flow__head {
  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;
  row-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-flow__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-flow__head .c-section-title {
    text-align: center;
  }
}

.p-flow__lead {
  width: 100%;
  color: #000000;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-flow__lead {
    color: #222222;
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0.1em;
  }
}

.p-flow__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.8125rem;
     -moz-column-gap: 2.8125rem;
          column-gap: 2.8125rem;
  width: 100%;
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-flow__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.5rem;
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

.p-flow__list::before {
  content: "";
  position: absolute;
  top: 1.875rem;
  left: 10%;
  right: 10%;
  height: 2px;
  background: #5A7ACD;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-flow__list::before {
    top: 2.3125rem;
    bottom: 0;
    left: 1.6875rem;
    right: auto;
    width: 2px;
    height: auto;
  }
}

.p-flow__item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -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;
  min-width: 0;
  max-width: 18rem;
}
@media screen and (max-width: 767px) {
  .p-flow__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
    max-width: none;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-flow__item:last-child::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 3.125rem;
    bottom: 0;
    left: 0;
    width: 3.5rem;
    background-color: #F5F2F2;
    pointer-events: none;
  }
}

.p-flow__item.c-animated__fadeIn {
  translate: -1.25rem 0;
}

.p-flow__item.c-animated__fadeIn.js-show {
  translate: 0;
}

.p-flow__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;
  row-gap: 0.375rem;
  -webkit-margin-after: 1.125rem;
          margin-block-end: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-flow__step {
    position: relative;
    z-index: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 0.125rem;
       -moz-column-gap: 0.125rem;
            column-gap: 0.125rem;
    width: 3.5rem;
    -webkit-margin-before: 1.375rem;
            margin-block-start: 1.375rem;
    -webkit-margin-after: 0;
            margin-block-end: 0;
    padding-block: 0.375rem;
    row-gap: 0;
    background-color: #F5F2F2;
  }
}

.p-flow__stepLabel {
  color: #000000;
  font-family: "Futura", "Century Gothic", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1666666667em;
}
@media screen and (max-width: 767px) {
  .p-flow__stepLabel {
    color: #222222;
    font-size: 0.6875rem;
    letter-spacing: 0.0909090909em;
  }
}

.p-flow__stepNum {
  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;
  min-width: 2rem;
  height: 1.75rem;
  padding-inline: 0.375rem;
  color: #000000;
  font-family: "Futura", "Century Gothic", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  background: #F5F2F2;
}
@media screen and (max-width: 767px) {
  .p-flow__stepNum {
    min-width: 0;
    height: auto;
    padding-inline: 0;
    color: #222222;
    font-size: 1.375rem;
    background: transparent;
  }
}

.p-flow__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  width: 100%;
  min-height: 33.1875rem;
  background: #FFFFFF;
  border: 2px solid #6FA0C1;
  border-radius: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-flow__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 15rem;
            flex: 0 1 15rem;
    width: 100%;
    max-width: 15rem;
    min-height: 17.625rem;
    border-radius: 1.875rem;
  }
}

.p-flow__cardTitle {
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 5.5rem;
  padding-block: 1rem;
  padding-inline: 0.75rem;
  background: #5A7ACD;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow__cardTitle {
    min-height: 4.625rem;
    padding-inline: 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.4666666667;
    letter-spacing: 0.1em;
  }
}

.p-flow__cardText {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-block: 1.75rem 2.5rem;
  padding-inline: 1.75rem;
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-flow__cardText {
    padding-block: 1.5rem 2rem;
    padding-inline: 1.25rem;
    color: #222222;
    font-size: 0.8125rem;
    line-height: 1.8461538462;
    letter-spacing: 0.1em;
  }
}

.p-contact {
  position: relative;
  overflow: hidden;
  padding-block: 5rem;
}

.p-contact__inner {
  position: relative;
  z-index: 1;
  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;
  row-gap: 2.5rem;
  width: 100%;
  max-width: 55.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    max-width: none;
    padding-inline: 1.25rem;
  }
}

.p-contact__title {
  width: 100%;
  color: #222222;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

.p-contact__alert {
  width: 100%;
  padding: 1rem;
  border: 1px solid #C0392B;
  background: rgba(192, 57, 43, 0.08);
  color: #C0392B;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0.2em;
}

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

.p-contact__honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.p-contact__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.625rem;
  width: 100%;
}

.p-contact__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}

.p-contact__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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 5.1875rem;
  height: 1.875rem;
  border-radius: 0.625rem;
  background: #5A7ACD;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

.p-contact__badge.--optional {
  background: rgba(90, 122, 205, 0.5);
  color: #222222;
}

.p-contact__labelText {
  color: #222222;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

.p-contact__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__controls {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}

.p-contact__input {
  width: 100%;
  min-height: 3.6875rem;
  padding: 0.75rem 1rem;
  border: 1px solid #000000;
  border-radius: 0;
  background: #F5F2F2;
  color: #222222;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

.p-contact__input.--half {
  width: 13.375rem;
}
@media screen and (max-width: 767px) {
  .p-contact__input.--half {
    width: calc((100% - 0.625rem) / 2);
  }
}

.p-contact__input::-webkit-input-placeholder, .p-contact__textarea::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
  opacity: 1;
}

.p-contact__input::-moz-placeholder, .p-contact__textarea::-moz-placeholder {
  color: rgba(34, 34, 34, 0.4);
  opacity: 1;
}

.p-contact__input:-ms-input-placeholder, .p-contact__textarea:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
  opacity: 1;
}

.p-contact__input::-ms-input-placeholder, .p-contact__textarea::-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
  opacity: 1;
}

.p-contact__input::placeholder,
.p-contact__textarea::placeholder {
  color: rgba(34, 34, 34, 0.4);
  opacity: 1;
}

.p-contact__textarea {
  display: block;
  width: 100%;
  height: 21.875rem;
  padding: 0.75rem 1rem;
  border: 1px solid #000000;
  border-radius: 0;
  background: #F5F2F2;
  color: #222222;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
  resize: vertical;
}

.p-contact__input.--error,
.p-contact__textarea.--error {
  border-color: #C0392B;
  background: rgba(192, 57, 43, 0.08);
}

.p-contact__error {
  color: #C0392B;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.2em;
}

.p-contact__submit {
  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: 100%;
  height: 3.1875rem;
  background: #5A7ACD;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
  cursor: pointer;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
@media (hover: hover) {
  .p-contact__submit:hover {
    background: #000000;
  }
}

.p-contact__hours {
  width: 100%;
  color: #222222;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

.p-contact__deco {
  position: absolute;
  z-index: 0;
  right: -16.0625rem;
  bottom: -20.4375rem;
  width: 32.1875rem;
  height: 32.1875rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-contact__deco {
    display: none;
  }
}

.p-contact__deco img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-thanks {
  position: relative;
  overflow: hidden;
  padding-block: 11.875rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    padding-block: 9.8125rem 5rem;
  }
}

.p-thanks__inner {
  position: relative;
  z-index: 1;
  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;
  row-gap: 2.5rem;
  width: 100%;
  max-width: 55.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-thanks__inner {
    max-width: none;
    padding-inline: 1.25rem;
  }
}

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

.p-thanks__titleEn {
  color: #222222;
  font-family: "Old Standard TT", serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.0625em;
}
@media screen and (max-width: 767px) {
  .p-thanks__titleEn {
    font-size: 2.5rem;
  }
}

.p-thanks__titleJa {
  color: #222222;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1666666667em;
}
@media screen and (max-width: 767px) {
  .p-thanks__titleJa {
    font-size: 1.125rem;
  }
}

.p-thanks__text {
  color: #222222;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    font-size: 1rem;
  }
}

.p-thanks__note {
  color: rgba(34, 34, 34, 0.7);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-thanks__note {
    font-size: 0.875rem;
  }
}

.p-thanks__deco {
  position: absolute;
  z-index: 0;
  right: -16.0625rem;
  bottom: -20.4375rem;
  width: 32.1875rem;
  height: 32.1875rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-thanks__deco {
    display: none;
  }
}

.p-thanks__deco img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-footer {
  background: #3E3A39;
  color: #FFFFFF;
}

.p-footer__inner {
  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;
  height: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 14rem;
    padding-block: 1.4375rem 0;
    padding-inline: 0.625rem 3.75rem;
  }
}

.p-footer__logo {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12.6875rem;
  height: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 9.5rem;
    height: 8.9375rem;
    -webkit-margin-before: 0.3125rem;
            margin-block-start: 0.3125rem;
  }
}

.p-footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.0625rem;
     -moz-column-gap: 1.0625rem;
          column-gap: 1.0625rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__list {
    -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;
    row-gap: 1.25rem;
  }
}

.p-footer__slash {
  display: block;
  width: 1.125rem;
  height: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .p-footer__slash {
    display: none;
  }
}

.p-footer__slash img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2rem;
  font-family: "Futura", "Century Gothic", sans-serif;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}
@media (hover: hover) {
  .p-footer__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__link {
    height: 1.1875rem;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__list > li:first-child .p-footer__link {
    height: 1.5rem;
  }
}

.p-footer__copy {
  position: absolute;
  right: 9.375rem;
  top: 9.25rem;
  font-family: "Futura", "Century Gothic", sans-serif;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    right: auto;
    top: 11.75rem;
    left: 50%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 1rem;
    color: #DEDEDE;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    text-align: center;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__en {
  font-family: "Futura", "Century Gothic", sans-serif;
}
.u-font__heading {
  font-family: "Old Standard TT", serif;
}

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

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

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

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

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