@charset "UTF-8";
body {
  font-family: "Zen Old Mincho", serif;
  color: #000000;
  background-color: #ffffff;
}

html {
  font-size: 16px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}

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

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

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

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

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

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

.c-btn {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #000000;
  text-decoration: none;
  padding: 18px 48px;
  padding: 1.125rem 3rem;
  border: 1px solid #000000;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.c-btn:hover {
  background-color: #000000;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .c-btn:hover {
    padding: 1rem 2.25rem;
  }
}

.l-inner {
  width: 100%;
  max-width: 1360px;
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.l-footer {
  background-color: #ffffff;
}

.l-footer__inner {
  max-width: 1360px;
  max-width: 85rem;
  margin: 0 auto;
  padding: 180px 40px 120px;
  padding: 11.25rem 2.5rem 7.5rem;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding: 6.25rem 1.25rem 5rem;
  }
}

.l-footer__catch {
  font-family: "Zen Old Mincho", serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .l-footer__catch {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__catch {
    margin-bottom: 3.75rem;
  }
}

.l-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 52px;
  gap: 3.25rem;
}
@media screen and (max-width: 768px) {
  .l-footer__nav-list {
    gap: 2.25rem;
  }
}

.l-footer__nav-link {
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(14px, 1.25vw, 18px);
  font-size: clamp(0.875rem, 1.25vw, 1.125rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #000000;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.l-footer__nav-link:hover {
  opacity: 0.45;
}

.l-footer__nav-link--2 {
  padding-left: 140px;
  padding-left: 8.75rem;
}
@media screen and (max-width: 768px) {
  .l-footer__nav-link--2 {
    padding-left: 0rem;
  }
}

.l-footer__nav-link--3 {
  padding-left: 420px;
  padding-left: 26.25rem;
}
@media screen and (max-width: 768px) {
  .l-footer__nav-link--3 {
    padding-left: 0rem;
  }
}

.l-footer__copy {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #A7A7A0;
  text-align: center;
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    margin-top: 5rem;
  }
}

.l-footer__year {
  font-style: normal;
}

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 300;
  padding: 40px 80px;
  padding: 2.5rem 5rem;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 1.25rem 1.25rem;
  }
}

.l-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: rgba(255, 255, 255, .92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 200;
  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;
  padding: 80px 80px;
  padding: 5rem 5rem;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 768px) {
  .l-nav {
    padding: 6.25rem 2rem 3.75rem;
  }
}

.l-nav.is-active {
  opacity: 1;
  visibility: visible;
}

.l-nav__list {
  list-style: none;
}

.l-nav__item {
  margin-top: 36px;
  margin-top: 2.25rem;
  -webkit-transform: translateY(1.5rem);
          transform: translateY(1.5rem);
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 768px) {
  .l-nav__item {
    margin-top: 1.75rem;
  }
}

.l-nav__item:first-child {
  margin-top: 0;
}

.l-nav.is-active .l-nav__item {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.l-nav.is-active .l-nav__item:nth-child(1) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}

.l-nav.is-active .l-nav__item:nth-child(2) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}

.l-nav.is-active .l-nav__item:nth-child(3) {
  -webkit-transition-delay: 0.36s;
          transition-delay: 0.36s;
}

.l-nav.is-active .l-nav__item:nth-child(4) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}

.l-nav.is-active .l-nav__item:nth-child(5) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.l-nav.is-active .l-nav__item:nth-child(6) {
  -webkit-transition-delay: 0.72s;
          transition-delay: 0.72s;
}

.l-nav.is-active .l-nav__item:nth-child(7) {
  -webkit-transition-delay: 0.84s;
          transition-delay: 0.84s;
}

.l-nav.is-active .l-nav__item:nth-child(8) {
  -webkit-transition-delay: 0.96s;
          transition-delay: 0.96s;
}

.l-nav.is-active .l-nav__item:nth-child(9) {
  -webkit-transition-delay: 1.08s;
          transition-delay: 1.08s;
}

.l-nav.is-active .l-nav__item:nth-child(10) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.l-nav__item--secondary {
  margin-top: 48px;
  margin-top: 3rem;
}

.l-nav__item--secondary + .l-nav__item--secondary {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.l-nav__link {
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-size: 1.25rem;
  color: #000000;
  text-decoration: none;
  line-height: 1.7;
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-nav__link {
    font-size: 1rem;
  }
}

.l-nav__link:hover {
  opacity: 0.45;
}

.l-nav__link--secondary {
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, .45);
}
@media screen and (max-width: 768px) {
  .l-nav__link--secondary {
    font-size: 0.8125rem;
  }
}

.p-menu-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 15px;
  gap: 0.9375rem;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-menu-trigger {
    gap: 0.8125rem;
  }
}

.p-menu-trigger__lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-menu-trigger__lines {
    gap: 0.625rem;
  }
}

.p-menu-trigger__line {
  display: block;
  height: 1px;
  background-color: #000000;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: width 0.55s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease, -webkit-transform 0.55s cubic-bezier(0.25, 1, 0.5, 1);
  transition: width 0.55s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease, -webkit-transform 0.55s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.55s cubic-bezier(0.25, 1, 0.5, 1), width 0.55s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease;
  transition: transform 0.55s cubic-bezier(0.25, 1, 0.5, 1), width 0.55s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease, -webkit-transform 0.55s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-menu-trigger__line--1 {
  width: 66px;
  width: 4.125rem;
}

.p-menu-trigger__line--2 {
  width: 42px;
  width: 2.625rem;
}

.p-menu-trigger__line--3 {
  width: 54px;
  width: 3.375rem;
}

@media screen and (max-width: 768px) {
  .p-menu-trigger__line--1 {
    width: 3.5625rem;
  }
  .p-menu-trigger__line--2 {
    width: 2.25rem;
  }
  .p-menu-trigger__line--3 {
    width: 2.9375rem;
  }
}
.p-menu-trigger:hover:not(.is-active) .p-menu-trigger__line--1 {
  width: 42px;
  width: 2.625rem;
}

.p-menu-trigger:hover:not(.is-active) .p-menu-trigger__line--2 {
  width: 66px;
  width: 4.125rem;
}

.p-menu-trigger:hover:not(.is-active) .p-menu-trigger__line--3 {
  width: 54px;
  width: 3.375rem;
}

.p-menu-trigger.is-active .p-menu-trigger__line--1 {
  width: 54px;
  width: 3.375rem;
  -webkit-transform: translateY(0.8125rem) rotate(45deg);
          transform: translateY(0.8125rem) rotate(45deg);
}

.p-menu-trigger.is-active .p-menu-trigger__line--2 {
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.p-menu-trigger.is-active .p-menu-trigger__line--3 {
  width: 54px;
  width: 3.375rem;
  -webkit-transform: translateY(-0.8125rem) rotate(-45deg);
          transform: translateY(-0.8125rem) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .p-menu-trigger.is-active .p-menu-trigger__line--1 {
    width: 2.9375rem;
    -webkit-transform: translateY(0.6875rem) rotate(45deg);
            transform: translateY(0.6875rem) rotate(45deg);
  }
  .p-menu-trigger.is-active .p-menu-trigger__line--3 {
    width: 2.9375rem;
    -webkit-transform: translateY(-0.6875rem) rotate(-45deg);
            transform: translateY(-0.6875rem) rotate(-45deg);
  }
}
.p-menu-trigger__text {
  position: relative;
  width: 66px;
  width: 4.125rem;
  height: 17px;
  height: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .p-menu-trigger__text {
    width: 3.5625rem;
    height: 0.875rem;
  }
}

.p-menu-trigger__label--menu,
.p-menu-trigger__label--close {
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: #000000;
  white-space: nowrap;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 768px) {
  .p-menu-trigger__label--menu,
.p-menu-trigger__label--close {
    font-size: 0.75rem;
  }
}

.p-menu-trigger__label--menu {
  opacity: 1;
}

.p-menu-trigger__label--close {
  opacity: 0;
}

.p-menu-trigger.is-active .p-menu-trigger__label--menu {
  opacity: 0;
}

.p-menu-trigger.is-active .p-menu-trigger__label--close {
  opacity: 1;
}

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

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

@media screen and (max-width: 768px) {
  br.u-mobile {
    display: inline;
  }
}

.u-mt-80 {
  margin-top: 80px;
  margin-top: 5rem;
}

.u-mt-40 {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.u-mt-title {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-about {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p-about::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, .1);
  z-index: 1;
}

.p-about__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 70% center;
     object-position: 70% center;
  z-index: 0;
}

.p-about__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 180px 80px;
  padding: 11.25rem 5rem;
}
@media screen and (max-width: 768px) {
  .p-about__inner {
    padding: 6.25rem 1.25rem;
  }
}

.p-about__label {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  color: #ffffff;
  text-transform: uppercase;
}

.p-about__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-about__title {
    font-size: 2rem;
  }
}

.p-about__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0.04em;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-about__text {
    font-size: 0.875rem;
    text-align: center;
  }
}

.p-contact {
  padding: 160px 0 0;
  padding: 10rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding: 6.25rem 0 0;
  }
}

.p-contact__inner {
  max-width: 1360px;
  max-width: 85rem;
  margin: 0 auto;
  padding: 0 40px;
  padding: 0 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 100px;
  gap: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-contact__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1.25rem;
    gap: 3.75rem;
  }
}

.p-contact__info {
  width: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-contact__info {
    width: 100%;
  }
}

.p-contact__label {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.p-contact__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-contact__title {
    font-size: 2rem;
  }
}

.p-contact__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  gap: 1.75rem;
}

.p-contact__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0.04em;
  color: #000000;
}

.p-contact__form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .p-contact__form {
    width: 100%;
  }
}

.p-contact__field {
  margin-top: 48px;
  margin-top: 3rem;
}
.p-contact__field:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-contact__field {
    margin-top: 2.25rem;
  }
}

.p-contact__field-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.p-contact__required {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #A7A7A0;
  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;
}

.p-contact__input,
.p-contact__textarea {
  width: 100%;
  padding: 12px 0;
  padding: 0.75rem 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #000000;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, .25);
  border-radius: 0;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.p-contact__input:focus,
.p-contact__textarea:focus {
  outline: none;
  border-bottom-color: #000000;
}

.p-contact__textarea {
  resize: vertical;
  min-height: 160px;
  min-height: 10rem;
  line-height: 2;
}

.p-contact__select-wrap {
  position: relative;
}
.p-contact__select-wrap::after {
  content: "";
  position: absolute;
  right: 4px;
  right: 0.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 7px;
  width: 0.4375rem;
  height: 7px;
  height: 0.4375rem;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  pointer-events: none;
}

.p-contact__select {
  width: 100%;
  padding: 12px 24px 12px 0;
  padding: 0.75rem 1.5rem 0.75rem 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #000000;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, .25);
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.p-contact__select:focus {
  outline: none;
  border-bottom-color: #000000;
}

.p-contact__submit {
  margin-top: 64px;
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact__submit {
    margin-top: 3rem;
  }
}

.l-service-layout {
  min-height: 100vh;
  padding-top: 120px;
  padding-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .l-service-layout {
    padding-top: 5rem;
  }
}

.l-service-layout__inner {
  max-width: 1440px;
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 80px;
  padding: 0 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 160px;
  gap: 10rem;
}
@media screen and (max-width: 768px) {
  .l-service-layout__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1.25rem;
    gap: 0rem;
  }
}

.l-service-sidebar {
  position: sticky;
  top: 80px;
  top: 5rem;
  width: 167px;
  width: 10.4375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .l-service-sidebar {
    position: static;
    width: 100%;
  }
}

.l-service-sidebar__nav-list {
  list-style: none;
}
@media screen and (max-width: 768px) {
  .l-service-sidebar__nav-list {
    display: none;
  }
}

.l-service-sidebar__nav-item {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.l-service-sidebar__nav-item:first-child {
  margin-top: 0;
}

.l-service-sidebar__nav-link {
  font-family: "Zen Old Mincho", serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: rgba(0, 0, 0, .3);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.l-service-sidebar__nav-link:hover {
  opacity: 1;
  color: rgba(0, 0, 0, .7);
}
.l-service-sidebar__nav-link.is-active {
  color: #000000;
  font-weight: 600;
  opacity: 1;
}

.l-service-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.p-stance,
.p-process,
.p-service-works,
.p-service-price,
.p-service-partner {
  padding-top: 160px;
  padding-top: 10rem;
}
.p-stance:first-child,
.p-process:first-child,
.p-service-works:first-child,
.p-service-price:first-child,
.p-service-partner:first-child {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .p-stance,
.p-process,
.p-service-works,
.p-service-price,
.p-service-partner {
    padding-top: 6.25rem;
  }
}

.p-stance {
  padding-bottom: 180px;
  padding-bottom: 11.25rem;
}
@media screen and (max-width: 768px) {
  .p-stance {
    padding-bottom: 0rem;
  }
}

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

.p-stance__text-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
@media screen and (max-width: 768px) {
  .p-stance__text-col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

.p-stance__label {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  line-height: 1;
}

.p-stance__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-stance__title {
    font-size: 2rem;
  }
}

.p-stance__body {
  max-width: 480px;
  max-width: 30rem;
}

.p-stance__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0.04em;
  color: #000000;
}

.p-stance__image-wrap {
  max-width: 550px;
  max-width: 34.375rem;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  position: relative;
  padding-top: 200px;
  padding-top: 12.5rem;
}
@media screen and (max-width: 768px) {
  .p-stance__image-wrap {
    width: 100%;
    padding-top: 2.5rem;
  }
}

.p-stance__img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-stance__img--main {
  width: 100%;
  aspect-ratio: 4/3;
  position: relative;
  z-index: 0;
}

.p-stance__img--sub {
  max-width: 240px;
  max-width: 15rem;
  width: 100%;
  height: auto;
  position: absolute;
  top: 95%;
  left: -50%;
  aspect-ratio: 3/4;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-stance__img--sub {
    position: static;
    width: 60%;
    margin-top: 1rem;
  }
}

.p-process__label {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  line-height: 1;
}

.p-process__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .p-process__title {
    font-size: 2rem;
  }
}

.p-process__list-wrap {
  position: relative;
}

.p-process__bg {
  position: absolute;
  top: 100px;
  top: 6.25rem;
  right: 0;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-process__bg {
    display: none;
  }
}

.p-process__bg svg {
  width: 100%;
  height: 900px;
  height: 56.25rem;
  display: block;
}

.p-process__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
  gap: 4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-process__list {
    gap: 3rem;
  }
}

.p-process__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-process__item {
    gap: 1.5rem;
  }
}

.p-process__num {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.02em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-process__num {
    font-size: 1.25rem;
  }
}

.p-process__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.p-process__step-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-process__step-title {
    font-size: 1.25rem;
  }
}

.p-process__step-sub {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: #A7A7A0;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-process__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0.04em;
  color: #000000;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-service-works__label {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  line-height: 1;
}

.p-service-works__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-service-works__title {
    font-size: 2rem;
  }
}

.p-service-works__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-service-works__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.p-service-works__item {
  overflow: hidden;
}

.p-service-works__item a {
  display: block;
  width: 100%;
}

.p-service-works__img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.p-service-works__item:hover .p-service-works__img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.p-service-price__label {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  line-height: 1;
}

.p-service-price__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-service-price__title {
    font-size: 2rem;
  }
}

.p-service-price__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-service-price__list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.p-service-price__plan {
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-service-price__plan {
    font-size: 1.5rem;
  }
}

.p-service-price__amount {
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-service-price__amount {
    font-size: 1.5rem;
  }
}

.p-service-price__desc {
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #000000;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-service-partner__label {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  line-height: 1;
}

.p-service-partner__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-service-partner__title {
    font-size: 2rem;
  }
}

.p-service-partner__lead {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0.04em;
  color: #000000;
}

.p-service-partner__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-service-partner__list {
    grid-template-columns: 1fr;
  }
}

.p-service-partner__plan {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-service-partner__plan {
    font-size: 1.5rem;
  }
}

.p-service-partner__amount {
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #000000;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-service-partner__amount {
    font-size: 1.5rem;
  }
}

.p-service-partner__desc {
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #000000;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-error__main {
  max-width: 1200px;
  max-width: 75rem;
  width: 100%;
  height: 60vh;
  margin: auto;
  padding-right: 40px;
  padding-left: 40px;
  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;
}
@media screen and (max-width: 768px) {
  .p-error__main {
    max-width: 40rem;
    width: 100%;
    margin: auto;
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

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

.p-error__container h1 {
  font-size: 60px;
  font-size: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-error__container h1 {
    font-size: 2rem;
  }
}

.p-error__container p {
  padding-top: 10px;
  padding-top: 0.625rem;
  font-size: 36px;
  font-size: 2.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-error__container p {
    font-size: 1rem;
  }
}

.p-fv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.p-fv__left {
  width: 40%;
  background-color: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-fv__left {
    display: none;
  }
}

.p-fv__right {
  width: 60%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-fv__right {
    width: 100%;
  }
}

.p-fv__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.p-fv__content {
  position: absolute;
  top: 25%;
  left: 80px;
  left: 5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-fv__content {
    top: 30%;
    left: 1.25rem;
    right: 1.25rem;
  }
}

.p-fv__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 80px;
  font-size: 5rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-fv__title {
    font-size: 2.625rem;
    color: #ffffff;
    text-shadow: 0 1px 12px rgba(0, 0, 0, .5);
  }
}

.p-fv__title-line {
  display: block;
}

.p-fv__title-line--indent {
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .p-fv__title-line--indent {
    padding-left: 0;
    margin-top: 2.5rem;
  }
}

@-webkit-keyframes p-fv-char-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(0.625rem);
            transform: translateY(0.625rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes p-fv-char-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(0.625rem);
            transform: translateY(0.625rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-fv__char {
  display: inline-block;
  opacity: 0;
  -webkit-animation: p-fv-char-in 0.7s ease forwards;
          animation: p-fv-char-in 0.7s ease forwards;
}

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

.p-journey-gallery__left {
  position: sticky;
  top: 0;
  width: 50%;
  height: 100vh;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-journey-gallery__left {
    position: static;
    width: 100%;
    height: auto;
  }
}

.p-journey-gallery__left-content {
  padding-left: max(2.5rem, calc(50vw - 640px));
  padding-right: 60px;
  padding-right: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-journey-gallery__left-content {
    padding: 5rem 1.25rem 3.75rem;
  }
}

.p-journey-gallery__label {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: #000000;
}

.p-journey-gallery__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-journey-gallery__title {
    font-size: 2rem;
  }
}

.p-journey-gallery__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0.04em;
  color: #000000;
}

.p-journey-gallery__right {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-journey-gallery__right {
    width: 100%;
  }
}

.p-journey-gallery__item {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.p-journey-gallery__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, .4);
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-journey-gallery__item {
    height: 70vh;
  }
}

.p-journey-gallery__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.p-journey-gallery__item:nth-child(1) .p-journey-gallery__img {
  aspect-ratio: 3/4;
}

.p-journey-gallery__item:nth-child(2) .p-journey-gallery__img {
  aspect-ratio: 4/3;
}

.p-journey-gallery__item:nth-child(3) .p-journey-gallery__img {
  aspect-ratio: 1159/2082;
}

.p-journey-gallery__item:nth-child(4) .p-journey-gallery__img {
  aspect-ratio: 720/1077;
}

.p-journey-gallery__caption {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 40px;
  left: 2.5rem;
  right: 40px;
  right: 2.5rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-journey-gallery__caption {
    left: 1.25rem;
    right: 1.25rem;
  }
}

.p-journey-gallery__caption-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-journey-gallery__caption-title {
    font-size: 1.5rem;
  }
}

.p-journey-gallery__caption-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #ffffff;
  opacity: 0.85;
}

.p-partner {
  padding: 160px 0;
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .p-partner {
    padding: 6.25rem 0;
  }
}

.p-partner__inner {
  max-width: 1360px;
  max-width: 85rem;
  margin: 0 auto;
  padding: 0 40px;
  padding: 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-partner__inner {
    padding: 0 1.25rem;
  }
}

.p-partner__label {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  line-height: 1;
  color: #A7A7A0;
}

.p-partner__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-partner__title {
    font-size: 2rem;
  }
}

.p-partner__lead {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0.04em;
  color: #000000;
  max-width: 560px;
  max-width: 35rem;
}

.p-partner__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-partner__list {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.p-partner__item {
  padding: 32px 28px;
  padding: 2rem 1.75rem;
  border-left: 2px solid rgba(0, 0, 0, .12);
}

.p-partner__plan {
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: rgba(0, 0, 0, .45);
}

.p-partner__amount {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 300;
  letter-spacing: -0.02em;
  color: #000000;
  line-height: 1.2;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-partner__amount {
    font-size: 1.75rem;
  }
}

.p-partner__unit {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}

.p-partner__desc {
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #000000;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-partner__note {
  font-family: "Zen Old Mincho", serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: rgba(0, 0, 0, .4);
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-partner__note {
    margin-top: 2rem;
  }
}

.p-price {
  padding: 160px 0;
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .p-price {
    padding: 6.25rem 0;
  }
}

.p-price__inner {
  max-width: 1360px;
  max-width: 85rem;
  margin: 0 auto;
  padding: 0 40px;
  padding: 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-price__inner {
    padding: 0 1.25rem;
  }
}

.p-price__label {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  line-height: 1;
  color: #A7A7A0;
}

.p-price__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-price__title {
    font-size: 2rem;
  }
}

.p-price__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  gap: 1.75rem;
  max-width: 560px;
  max-width: 35rem;
}

.p-price__lead-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0.04em;
  color: #000000;
}

.p-price__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-price__list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.p-price__item {
  padding: 48px 40px;
  padding: 3rem 2.5rem;
  border: 1px solid rgba(0, 0, 0, .12);
}
@media screen and (max-width: 768px) {
  .p-price__item {
    padding: 2rem 1.5rem;
  }
}

.p-price__plan {
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: rgba(0, 0, 0, .5);
}

.p-price__amount {
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: -0.02em;
  color: #000000;
  line-height: 1.2;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-price__amount {
    font-size: 2.25rem;
  }
}

.p-price__unit {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}

.p-price__type {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #A7A7A0;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-price__desc {
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #000000;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-sin-works__inner {
  max-width: 1000px;
  max-width: 62.5rem;
  width: 100%;
  margin: auto;
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-sin-works__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.p-sin-works__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-sin-works__title {
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
}

.p-sin-works__content {
  max-width: 800px;
  max-width: 50rem;
  width: 100%;
  margin: auto;
  margin-top: 80px;
  margin-top: 5rem;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  border-top: 1px solid #000000;
  border-top: 0.0625rem solid #000000;
  border-bottom: 1px solid #000000;
  border-bottom: 0.0625rem solid #000000;
}

.p-sin-works__content p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.02em;
}

.p-sin-works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  gap: 2rem;
}

.p-sin-works__item a {
  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-transition: 0.3s;
  transition: 0.3s;
}

.p-sin-works__item a:hover {
  opacity: 0.6;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.p-sin-works__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.p-sin-works__back {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .p-sin-works {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-sin-works__item {
    min-width: auto;
    width: 100%;
  }
}
.p-story-continue {
  padding: 160px 0 0;
  padding: 10rem 0 0;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-story-continue {
    padding: 6.25rem 0 0;
  }
}

.p-story-continue__inner {
  max-width: 1360px;
  max-width: 85rem;
  margin: 0 auto;
  padding: 0 40px;
  padding: 0 2.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-story-continue__inner {
    padding: 0 1.25rem;
  }
}

.p-story-continue__label {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.p-story-continue__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-story-continue__title {
    font-size: 2rem;
  }
}

.p-story-continue__body {
  max-width: 800px;
  max-width: 50rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
}

.p-story-continue__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0.04em;
  color: #000000;
}

.p-story-continue__text--highlight {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}

.p-story-continue__cta {
  margin-top: 72px;
  margin-top: 4.5rem;
}

.p-story-lead {
  background-color: #ffffff;
}

.p-story-lead__inner {
  padding: 240px 80px;
  padding: 15rem 5rem;
}
@media screen and (max-width: 768px) {
  .p-story-lead__inner {
    padding: 6.25rem 1.25rem;
  }
}

.p-story-lead__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.56vw;
}
@media screen and (max-width: 768px) {
  .p-story-lead__text {
    position: relative;
    gap: 2.5rem;
  }
}

.p-story-lead__block {
  display: block;
  opacity: 0;
}

.p-story-lead__block--1 {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-transform: translateX(-3.75rem);
          transform: translateX(-3.75rem);
  -webkit-transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: opacity 2s ease, transform 2s ease;
  transition: opacity 2s ease, transform 2s ease, -webkit-transform 2s ease;
}
@media screen and (max-width: 768px) {
  .p-story-lead__block--1 {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
.p-story-lead__block--1.is-visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-story-lead__block--2 {
  margin-left: 50vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateY(-2.5rem);
          transform: translateY(-2.5rem);
  -webkit-transition: opacity 3s ease, -webkit-transform 3s ease;
  transition: opacity 3s ease, -webkit-transform 3s ease;
  transition: opacity 3s ease, transform 3s ease;
  transition: opacity 3s ease, transform 3s ease, -webkit-transform 3s ease;
}
@media screen and (max-width: 768px) {
  .p-story-lead__block--2 {
    margin-left: 0;
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: absolute;
    bottom: 1.25rem;
    right: 0rem;
  }
}
.p-story-lead__block--2.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-story-lead__line--2 {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.p-story-lead__line--3 {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.p-story-lead__line {
  font-family: "Zen Old Mincho", serif;
  font-size: 5.56vw;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #000000;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-story-lead__line {
    font-size: clamp(2rem, 12.5vw, 8rem);
  }
}

.p-story-restart {
  padding: 160px 0 0;
  padding: 10rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-story-restart {
    padding: 5rem 0 0;
  }
}

.p-story-restart__inner {
  max-width: 1360px;
  max-width: 85rem;
  margin: 0 auto;
  padding: 0 40px;
  padding: 0 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .p-story-restart__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1.25rem;
    gap: 3.75rem;
  }
}

.p-story-restart__left {
  width: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-story-restart__left {
    width: 100%;
  }
}

.p-story-restart__label {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.p-story-restart__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-story-restart__title {
    font-size: 2rem;
  }
}

.p-story-restart__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  gap: 1.75rem;
}

.p-story-restart__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0.04em;
  color: #000000;
}

.p-story-restart__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .p-story-restart__right {
    width: 100%;
  }
}

.p-story-restart__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  gap: 1rem;
}

.p-story-restart__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.p-story-restart__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.p-story-restart__image--family {
  margin-top: 80px;
  margin-top: 5rem;
}
.p-story-restart__image--family img {
  aspect-ratio: 3/4;
}
@media screen and (max-width: 768px) {
  .p-story-restart__image--family {
    margin-top: 2.5rem;
  }
}

.p-story-restart__image--road img {
  aspect-ratio: 4/5;
}

.p-story-setback {
  position: relative;
  width: 100%;
}
.p-story-setback::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, .4);
  z-index: 1;
  pointer-events: none;
}

.p-story-setback__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  z-index: 0;
}

.p-story-setback__inner {
  position: relative;
  z-index: 2;
  padding: 180px 0;
  padding: 11.25rem 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-story-setback__inner {
    padding: 6.25rem 0;
  }
}

.p-story-setback__content {
  max-width: 700px;
  max-width: 43.75rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  padding: 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-story-setback__content {
    padding: 0 1.25rem;
  }
}

.p-story-setback__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-align: left;
  margin-bottom: 52px;
  margin-bottom: 3.25rem;
}
@media screen and (max-width: 768px) {
  .p-story-setback__title {
    font-size: 2rem;
  }
}

.p-story-setback__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
}

.p-story-setback__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-align: left;
}

.p-sub-mv {
  padding: 200px 0 120px;
  padding: 12.5rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-sub-mv {
    padding: 8.75rem 0 0;
  }
}

.p-sub-mv__inner {
  max-width: 1440px;
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 80px;
  padding: 0 5rem;
}
@media screen and (max-width: 768px) {
  .p-sub-mv__inner {
    padding: 0 1.25rem;
  }
}

.p-sub-mv__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 88px;
  font-size: 5.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-sub-mv__title {
    font-size: 3rem;
  }
}

.p-sub-mv__subtitle {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-sub-mv__subtitle {
    font-size: 1rem;
  }
}

@-webkit-keyframes ticker {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes ticker {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-ticker {
  overflow: hidden;
  background-color: #ffffff;
  padding: 32px 0;
  padding: 2rem 0;
}

.p-ticker__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: ticker 73s linear infinite;
          animation: ticker 73s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .p-ticker__track {
    -webkit-animation: none;
            animation: none;
  }
}

.p-ticker__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}

.p-ticker__item {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.24em;
  color: #000000;
  margin-right: 80px;
  margin-right: 5rem;
}
/*# sourceMappingURL=styles.css.map */
