/**
 * @file
 * メインCSSファイル
 */

/* global */
html {
  --scroll-padding-top: 0;
  scroll-padding-top: var(--scroll-padding-top);
}
html.is-not-scrollable {
  overflow: hidden;
}
body {
  font-family: "shippori-mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: var(--black);
  background: #fff;
}
img {
  height: auto;
}

/* component */
.c-link {
  position: relative;
  top: 3px;
  display: inline-block;
  padding-bottom: var(--size-2);
  transition: color var(--transition);
  overflow: hidden;
  line-height: 1;
}
.c-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: translateX(0);
  transition: transform var(--transition);
}
.c-link:hover:before {
  animation: border-animation var(--transition);
}
.c-skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #FFF;
  color: var(--black);
  padding: 8px;
  z-index: 100;
  transition: top 0.3s;
}
.c-skip-link:focus {
  top: 10px;
  z-index: 302;
}
.c-font-shippori {
  font-family: "shippori-mincho", serif;
}
.c-outer {
  margin: 0 var(--size-85);
}
.c-inner {
  max-width: calc(var(--size-1520) + var(--size-80));
  padding: 0 var(--size-40);
  margin: auto;
}
.c-check-label {
  display: flex;
  align-items: baseline;
  gap: var(--size-4);
  cursor: pointer;
  font-size: 16px;
  font-size: var(--size-16);
  line-height: 1.6;
  transition: var(--transition);
}
.c-check-label:hover {
  color: var(--green);
}
.c-check-label.u-all {
  padding-right: var(--size-32);
  border-right: solid 2px var(--gray);
}
.c-check {
  position: relative;
  top: 2px;
  width: var(--size-16);
  height: var(--size-16);
  border: var(--size-1) solid var(--green);
  cursor: pointer;
  background: var(--white);
  transition: var(--transition);
}
.c-check-label:hover .c-check {
  box-shadow: 0 0 0 var(--size-1) var(--green) inset;
}
.c-check:checked {
  background: var(--green);
}
.c-check:checked:before {
  position: absolute;
  top: var(--size-1);
  left: var(--size-4);
  transform: rotate(50deg);
  width: var(--size-6);
  height: var(--size-9);
  border-right: var(--size-2) solid var(--white);
  border-bottom: var(--size-2) solid var(--white);
  content: '';
}
.c-check-wrap-label {
  position: relative;
  flex: 1;
}
.c-check-wrap-label-text {
  display: block;
  position: relative;
  padding: var(--size-14);
  background: #fff;
  text-align: center;
}
.c-check-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: solid var(--size-1) var(--green);
  cursor: pointer;
}
.c-check-wrap:checked + .c-check-wrap-label-text {
  color: var(--white);
  background: var(--green);
}
.c-check-wrap:hover + .c-check-wrap-label-text {
  color: var(--green);
  background: var(--green-t);
}
.c-check-wrap:checked:hover + .c-check-wrap-label-text {
  background: var(--green);
}
.c-check-wrap:checked:hover + .c-check-wrap-label-text {
  color: var(--white);
}
.c-check-label-text {
  flex: 1;
}
.c-only-sp {
  display: none;
}
.c-visually-hidden {
  position: absolute;
  width: var(--size-1);
  height: var(--size-1);
  margin: calc(var(--size-1) * -1);
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.c-list-style {
  list-style: disc;
}
.c-inner-small {
  max-width: var(--size-1080);
  margin-left: auto;
  margin-right: auto;
}
.is-hidden {
  display: none;
}
.c-color-accent {
  color: var(--accent);
}
.c-title {
  position: relative;
  display: block;
  font-size: 32px;
  font-size: var(--size-32);
  letter-spacing: 0.1em;
  font-weight: 500;
  padding-left: var(--size-24);
  line-height: 1;
}
.c-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: var(--size-10);
  height: 1em;
  background: #DACDAA;
  top: 50%;
  transform: translateY(-50%);
}
.c-title-text {
  font-size: 16px;
  font-size: var(--size-16);
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #6C6C6C;
}
.c-title.u-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-title__en {
  font-size: 13px;
  font-size: var(--size-13);
  margin-bottom: var(--size-24);
  border-bottom: solid var(--size-1) var(--border-color);
  width: fit-content;
}
.c-title__ja {
  font-size: 24px;
  font-size: var(--size-24);
  letter-spacing: 0.005em;
  font-weight: 500;
}
.c-italic {
  font-style: italic;
}
.c-link-button {
  position: relative;
  display: flex;
  width: fit-content;
  padding-bottom: var(--size-6);
  align-items: center;
  justify-content: center;
  gap: var(--size-32);
  font-size: 13px;
  font-size: var(--size-13);
  line-height: 1;
  position: relative;
  overflow: hidden;
  width: fit-content;
}
.c-link-button.c-only-sp {
  display: none;
}
.c-link-button:after {
  content: '';
  display: inline-block;
  width: var(--size-12);
  height: var(--size-12);
  background: url(../img/svg/icon-arrow.svg) no-repeat center center / contain;
}
.c-link-button:before,
.txtLink:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: translateX(0);
  transition: transform var(--transition);
}
.c-link-button:hover:before,
.txtLink:hover:before {
  animation: border-animation var(--transition);
}
@keyframes border-animation {
  0% {
    transform: translateX(0);
    animation-timing-function: ease-in;
  }
  50% {
    transform: translateX(100%);
    animation-timing-function: ease-out;
  }
  50% {
    transform: translateX(-100%);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateX(0);
    animation-timing-function: ease-out;
  }
}
.c-white {
  color: var(--white);
}
.c-page-banner {
  max-width: calc(var(--size-1280) + var(--size-64));
  margin: 0 auto;
  padding: 0 var(--size-32);
}
.c-banner {
  display: flex;
  align-items: center;
  border: solid 2px var(--blue);
  max-width: var(--size-1280);
  margin: 0 auto;
  padding: var(--size-24) var(--size-32);
  box-shadow: inset 0 0 0 var(--size-5) rgba(239, 239, 239, 1);
  transition: opacity var(--transition);
  background: var(--white);
}
.c-banner:hover {
  opacity: 0.48;
}
.c-banner__title {
  margin-left: var(--size-20);
  font-size: 24px;
  font-size: var(--size-24);
  letter-spacing: 0.005em;
  font-weight: 500;
  color: var(--blue);
}
.c-banner__text {
  font-size: 14px;
  font-size: var(--size-14);
  letter-spacing: 0.0025em;
  line-height: 1.85;
  flex: 1;
  margin-left: auto;
}
.c-banner__text-inner {
  margin: auto;
  display: block;
  width: fit-content;
  padding: 0 var(--size-48);
}
.c-banner__price {
  display: flex;
  align-items: center;
  padding: 0 var(--size-12) 0 var(--size-48);
  gap: var(--size-4);
  border-left: solid var(--size-2) #efefef;
}
.c-banner__price-title {
  font-size: 21px;
  font-size: var(--size-21);
  letter-spacing: 0.005em;
  color: var(--blue);
  font-weight: 500;
}
.c-banner__price-number {
  font-size: 88px;
  font-size: var(--size-88);
  color: var(--blue);
}
.c-banner__price-small {
  font-size: 14px;
  font-size: var(--size-14);
  letter-spacing: 0.0025em;
}
.c-banner__image-wrapper {
  width: var(--size-64);
}
.c-vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.c-youtube {
  position: relative;
  width: var(--size-224);
  height: auto;
  aspect-ratio: 16 / 9;
}
.c-youtube iframe {
  width: 100%;
  height: 100%;
}
.c-button {
  display: block;
  font-size: 14px;
  font-size: var(--size-14);
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: var(--white);
  background: #DACDAA;
  width: var(--size-335);
  padding: var(--size-25);
  border-radius: 100vmax;
  transition: opacity var(--transition);
}
.c-button:hover {
  opacity: 0.48;
}

.c-button.u-black {
  border: solid 1px var(--black);
  background: var(--black);
  color: var(--white);
  font-size: 14px;
  font-size: var(--size-14);
}
.c-button.u-black:hover {
  background: var(--white);
  color: var(--black);
}
.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: var(--off-white);
  transition: opacity var(--transition), pointer-events var(--transition), visibility var(--transition);
}
.c-loading.is-loaded {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.c-shadow {
  box-shadow: 0 0 var(--size-15) var(--size-5) rgba(239, 239, 239, 0.48);
}

.c-section-title-en {
  font-size: 48px;
  font-size: var(--size-48);
  letter-spacing: 0.025em;
  text-decoration: underline;
  text-decoration-color: var(--border-color);
  text-underline-offset: .21em;
  text-decoration-thickness: var(--size-1);
}
.c-section-title-ja {
  font-size: 15px;
  font-size: var(--size-15);
  letter-spacing: 0.05em;
  font-weight: 500;
}
.c-section-title {
  display: flex;
  align-items: center;
  gap: var(--size-24);
}
.js-blur {
  opacity: 0;
  filter: blur(10px);
  animation-delay: 1s;
}
.js-blur.is-active {
  animation: letter-glow 0.7s 0s ease both, blur 1s 0s ease both;
}
.c-blur {
  opacity: 0;
  filter: blur(10px);
  animation-delay: 1.1s;
  animation: letter-glow 0.7s 1s ease both, blur 1s 1s ease both;
}
@keyframes letter-glow{
  0%   {
    opacity: 0;
    text-shadow: 0px 0px 1px rgba(255,255,255,0.1);
  }
  66%  {
    opacity: 1;
    text-shadow: 0px 0px 20px rgba(255,255,255,0.9);
  }
  77%   { opacity: 1;  }
  100% {
    opacity:0.7;
    text-shadow: 0px 0px 20px rgba(255,255,255,0.0);
  }
}
@keyframes blur {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@media (max-width: 1344px) {
  .c-banner {
    display: grid;
    grid-template:
      'image title price' 1fr
      'image text price' 1fr /var(--size-150) 1fr var(--size-200);
  }
  .c-banner-wrapper {
    margin: 0 var(--size-32);
  }
  .c-banner__title {
    grid-area: title;
    margin-left: 0;
  }
  .c-banner__text {
    grid-area: text;
    width: 100%;
  }
  .c-banner__text-inner {
    padding: 0 var(--size-48) 0 0;
    margin-left: 0;
  }
  .c-banner__price {
    grid-area: price;
  }
  .c-banner__image-wrapper {
    grid-area: image;
  }
  .c-button.u-black:not(.u-black-sp) {
    background: var(--white);
  }
}

@media screen and (max-width: 768px) { /* 767px */
  .c-outer {
    margin: 0;
  }
  .c-only-pc {
    display: none;
  }
  .c-only-sp {
    display: block;
  }
  .c-link-button.c-only-sp {
    display: flex;
  }
  .c-inner-sp {
    padding: 0 var(--size-20);
  }
  .c-inner {
    padding: 0 var(--size-20);
  }
  .c-banner {
    grid-template:
      'image title price' 1fr
      'image title price' 1fr
      '... ... ...' var(--size-16)
      'text text text' 1fr
      /var(--size-100) 1fr var(--size-200);
  }
  .c-banner__text br {
    display: none;

  }
  .c-banner__text-inner {
    padding: 0;
  }
  .c-banner__title {
    font-size: var(--size-16);
  }
  .c-title__en {
    margin-bottom: var(--size-16)
  }
  .c-title__ja {
    font-size: var(--size-24);
  }
  .c-link-button {
    font-size: var(--size-13);
  }
  .l-section-title-en {
    font-size: 32px;
    font-size: var(--size-32);
  }
  .l-section-title-ja {
    font-size: 13px;
    font-size: var(--size-13);
  }
  .c-title {
    font-size: var(--size-20);
    padding-left: var(--size-18);
  }
  .c-title:before {
    width: var(--size-8);
  }
  .c-title-text {
    font-size: var(--size-13);
    line-height: 1.8;
  }
  .c-button {
    padding: var(--size-23);
  }
}
@media (max-width: 600px) {

  .c-banner {
    grid-template:
      'title title'
      'price price'
      '... ...' var(--size-16)
      'text text'
      / var(--size-64) 1fr;
    padding: var(--size-48) var(--size-32) var(--size-62);
    margin: 0;
  }
  .c-banner__title {
    font-size: var(--size-19);
    text-align: center;
  }
  .c-banner__text {
    font-size: var(--size-14);
  }
  .c-banner__price {
    padding: var(--size-12) var(--size-24);
    border-left: none;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    justify-content: center;
    border-bottom: solid var(--size-1) #efefef;
    margin-bottom: var(--size-24);
  }
  .c-banner__price-small {
    column-gap: var(--size-24);
    font-size: var(--size-16);
  }
  .c-banner__image-wrapper {
    display: none;
  }
  .c-banner-wrapper {
    margin: 0 var(--size-32);
  }
  .c-section-title {
    flex-wrap: wrap;
    row-gap: var(--size-12);
  }
  .c-section-title-en {
    font-size: 32px;
    font-size: var(--size-32);
  }
  .c-section-title-ja {
    font-size: 13px;
    font-size: var(--size-13);
  }
}

/* swiper */
.c-controls {
  margin-top: var(--size-20);
}
.c-controls__inner {
  position: relative;
}
.c-controls__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--size-15);
}
.c-swiper-button-prev:after,
.c-swiper-button-next:after {
  content: '';
  display: block;
  width: var(--size-40);
  height: var(--size-40);
  background: url(../img/webp/icon-button-prev.webp) no-repeat center center;
  background-size: contain;
}
.c-swiper-button-next:after {
  transform: scale(-1);
}
.c-controls .swiper-button-next,
.c-controls .swiper-button-prev {
  width: var(--size-40);
  height: var(--size-40);
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  transform: unset;
}
.c-swiper-pagination {
  position: relative;
  bottom: unset!important;
  top: unset!important;
  left: unset!important;
  right: unset!important;
  margin: 0;
  transform: unset;
  display: flex;
  align-items: center;
  margin-left: var(--size-5);
}
.c-controls .swiper-pagination-bullet {
  margin: 0!important;
  background: #E8E7E7;
  width: 100%;
  height: 1px;
  flex: 1;
  opacity: 1;
  border-radius: 0!important;
}
.c-controls .swiper-pagination-bullet-active {
  background: #707070;
}

@media (max-width: 768px) {
  .c-controls {
    margin-top: var(--size-10);
  }
}

/*
 layout
 */

 /* header */
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: var(--size-48) var(--size-64);
}
.l-header__nav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  column-gap: var(--size-50);
  row-gap: var(--size-16);
}
.l-header__nav-link {
  font-size: 14px;
  font-size: var(--size-14);
  position: relative;
}
.l-header__nav-link::after{
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: currentColor;
  opacity: .48;
  transition: width var(--transition);
}
.l-header__nav-link:hover::after {
  width: 100%;
}

.l-hamburger {
  display: none;
  height: var(--size-15);
  width: var(--size-32);
}
.l-header__policy {
  display: none;
}
.l-header.u-archive .l-header__nav-list {
  color: var(--black);
}
.l-header .c-logo__img-black {
  display: none;
}
.l-header.u-archive .c-logo__img-white {
  display: none;
}
.l-header.u-archive .c-logo__img-black {
  display: block;
}
.l-header__nav-item.u-logo {
  display: none;
}

@media (max-width: 1344px) {

  .l-hamburger {
    position: fixed;
    top: var(--size-32);
    right: var(--size-32);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    mix-blend-mode: difference;
  }
  .l-hamburger__line {
    display: block;
    width: 100%;
    height: var(--size-1);
    background: var(--white);
    transition: transform var(--transition), opacity var(--transition);
  }
  .l-header__nav {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: var(--size-320);
    visibility: hidden;
    opacity: 0;
    background: var(--white);
    box-shadow: 0 0 var(--size-10) rgba(0, 0, 0, 0.1);
    transition: visibility var(--transition), opacity var(--transition);
  }
  .l-hamburger.is-active .l-hamburger__line {
    position: absolute;
  }
  .l-hamburger.is-active .l-hamburger__line:nth-child(1) {
    top: 50%;
    transform: rotate(45deg);
  }
  .l-hamburger.is-active .l-hamburger__line:nth-child(2) {
    opacity: 0;
    top: 50%;
  }
  .l-hamburger.is-active .l-hamburger__line:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
  }
  .l-header__nav.is-active {
    visibility: visible;
    opacity: 1;
  }
  .l-header__nav-link {
    color: var(--black);
  }
  .l-header__nav-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--size-40);
    height: 100%;
    flex: 1;
  }
  .l-header__nav .c-button {
    color: var(--black);
    border: solid var(--size-1) var(--black);
  }
  .l-header__nav .c-button:hover {
    background: var(--black);
    color: var(--white);
  }
  .l-header__policy {
    display: flex;
    flex-direction: column;
    padding: var(--size-62) var(--size-24);
    text-align: center;
    color: var(--black);
    gap: var(--size-16);
    background: var(--off-white);
  }
  .l-header__nav-item.u-logo {
    display: block;
  }
}

@media (max-width: 768px) {
  .l-header__inner {
    padding: var(--size-32) var(--size-24);
  }
}

@media (max-width: 420px) {
  .l-header__nav {
    width: 100%;
  }
}

/* main */
.l-main {
  position: relative;
  z-index: 2;
}
.l-main.u-top {
  background: #fff;
}

/* mv */
.l-mv {
  position: relative;
  height: 100vh;
  background: #fff;
  z-index: -1;
}
.l-mv__inner {
  height: 100vh;
  position: relative;
}
.l-mv__swiper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; /* ビューポート全体を使用 */
  /* position: relative; */
  overflow: hidden;
  z-index: -1;
}

/* 各スライドのスタイル */
.l-mv .swiper-slide {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: opacity 5s; /* フェードの速度を設定 */
}
.l-mv .swiper-slide-active {
  opacity: 1; /* ��クティブスライド���表示 */
}
.l-mv .swiper-slide.is-fade {
  opacity: 0;
  transition: opacity 5s;
}

/* 画像のスタイル */
.l-mv .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像をスライド全体にフィットさせる */
  opacity: 0.8;
}
.l-mv__text {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 6.87vw;
  transform: translateY(-50%);
  z-index: 3;
}
.l-mv__text-title {
  font-size: clamp(1.5rem, 1.197rem + 1.29vw, 2.75rem);
  font-weight: 500;
  line-height: 1.9;
  margin-bottom: 6.25vw;
  letter-spacing: 0.08em;
}
.l-mv__text-title-span {
  font-size: clamp(0.875rem, 0.541rem + 1.42vw, 2.25rem);
}
.l-mv__text-text {
  font-size: clamp(0.875rem, 0.784rem + 0.39vw, 1.25rem);
  line-height: 2;
}
.l-mv__catchcopy {
  opacity: 0;
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: var(--white);
  width: 100%;
  text-align: center;
}
.l-mv__catchcopy-text-en {
  margin: 0 auto var(--size-24);
  font-size: 80px;
  font-size: clamp(var(--size-32), 1.143rem + 4.29vw, var(--size-80));
  letter-spacing: 0.025em;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.16);
  text-underline-offset: .21em;
  text-decoration-thickness: var(--size-1);
}
.l-mv__catchcopy-text-ja {
  font-size: 16px;
  font-size: var(--size-16);
  letter-spacing: 0.02em;
  font-weight: 500;
}
.l-mv__scroll-down {
  position: absolute;
  top: 42%;
  right: var(--size-62);
  transform: translateY(-50%);
  color: #fff;
  z-index: 3;
}
.l-mv__scroll-down-text {
  position: relative;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 13px;
  font-size: var(--size-13);
  letter-spacing: 0.025em;
}
.l-mv__scroll-down-text:before {
  content: '';
  position: absolute;
  top: calc(100% + var(--size-16));
  left: 50%;
  transform: translateX(-50%);
  width: var(--size-1);
  height: var(--size-64);
  background: rgba(255, 255, 255, 0.16);
}
.l-mv__scroll-down-text:after {
  content: '';
  position: absolute;
  top: calc(100% + var(--size-16));
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  width: var(--size-1);
  height: var(--size-64);
  background: rgba(255, 255, 255, 1);
  animation: scroll-down 3s infinite ease-out;
}
@keyframes scroll-down {
  0% {
    height: 0;
  }
  75% {
    height: var(--size-64);
  }
  100% {
    height: var(--size-64);
  }
}

@media (min-width: 769px) {
  .l-mv__inner .swiper:before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: calc(100% + 2px);
    height: 100%;
    background: transparent;
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
  }
}

@media (max-width: 1344px) {
  .l-mv__text {
    transform: unset;
    left: var(--size-62);
    top: 40%;
  }
}

@media (max-width: 768px) {
  .l-mv {
    max-height: var(--size-400);
  }
  .l-mv__inner {
    max-height: var(--size-400);
  }
  .l-mv__swiper {
    max-height: var(--size-400);
  }
  .l-mv__text {
    top: unset;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    background: #000;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    padding: var(--size-12);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 1!important;
    filter: none!important;
  }
  .l-mv__text-title {
    font-size: var(--size-20);
    margin-bottom: var(--size-20);
    width: fit-content;
    margin: 0 auto;
  }
  .l-mv__text-title-span {
    font-size: var(--size-17);
  }
  .l-mv__text-sp-wrapper {
    padding: var(--size-25) var(--size-20);
    background: var(--off-white);
  }
  .l-mv__text-text-sp {
    width: fit-content;
    margin: 0 auto;
    font-size: var(--size-13);
    line-height: 2;
    letter-spacing: 0.072em;
  }
}


/* contents header */
.l-contents__header {
  background: var(--white);
}
.l-contents__header-text {
  padding: var(--size-200) 0;
  font-size: clamp(1rem, 0.848rem + 0.65vw, 1.625rem);
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
.l-contents__header-text-inner {
  display: inline;
  background: linear-gradient(90deg, #DACDAA 0 100%) 0 100% / 100% 1px no-repeat;
}

@media (max-width: 1344px) {
  .l-contents__header-text {
    padding: clamp(var(--size-32), -0.857rem + 14.29vw, var(--size-192)) 0 clamp(var(--size-32), -0.286rem + 11.43vw, var(--size-202));
  }
}

@media (max-width: 768px) {
  .l-contents__header-text {
    padding: var(--size-50) 0;
    text-align: left;
    width: fit-content;
    margin: 0 auto;
    font-size: var(--size-16);
  }
  .l-contents__header-text-inner {
    font-size: var(--size-14);
  }
}

/* フッター */
.l-footer {
  position: relative;
  position: fixed;
  z-index: 0;
  left: 0;
  bottom: -200px;
  width: 100vw;
}
.l-footer__inner {
  padding: var(--size-150) var(--size-50) var(--size-15);
}
.l-footer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--size-32);
}
.l-footer__logo-wrapper {
  display: flex;
  gap: var(--size-16);
  align-items: center;
}
.l-footer__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.l-footer__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  z-index: -1;
}
.l-footer__bg-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.70);
}
.l-footer__nav-list {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-size: var(--size-15);
  letter-spacing: 0.0025em;
  column-gap: var(--size-50);
  row-gap: var(--size-12);
  flex-wrap: wrap;
}
.l-footer__nav-link {
  position: relative;
}
.l-footer__nav-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  opacity: .48;
  background: currentColor;
  transition: width var(--transition);
}
.l-footer__nav-link:hover::after {
  width: 100%;
}
.l-footer__copyright {
  font-size: 13px;
  font-size: var(--size-13);
  letter-spacing: 0.0025em;
  text-align: center;
  margin-top: var(--size-135);
}
.l-footer__movie-link {
  display: block;
  width: var(--size-224);
  height: 100%;
  transition: opacity var(--transition);
  overflow: hidden;
}
.l-footer__movie-link:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 15, 15, 0.56);
  transition: opacity var(--transition);
}
.l-footer__movie-link:hover:after {
  opacity: 0;
}
.l-footer__movie-link:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--size-128);
  height: var(--size-28);
  z-index: 1;
  background: url(../img/svg/icon-youtube.svg) no-repeat center center / cover;
  transform: translate(-50%, -50%);
}
.l-footer__movie-text {
  margin-top: var(--size-10);
  font-size: 13px;
  font-size: var(--size-13);
  letter-spacing: 0.0025em;
}
.l-footer__body {
  display: flex;
  margin-top: clamp(var(--size-32), -1.143rem + 15.71vw, var(--size-208));
  justify-content: space-between;
  gap: var(--size-32);
}
.l-footer__policy {
  display: flex;
  margin-top: var(--size-12);
  color: rgba(255, 255, 255, 0.4);
}
.l-footer__policy-link {
  display: block;
  margin-right: var(--size-32);
  position: relative;
  line-height: 1.4;
}
.l-footer__policy-link:after {
  content: '';
  position: absolute;
  top: 0;
  left: calc(100% + var(--size-16));
  width: var(--size-1);
  height: 100%;
  background: rgba(255, 255, 255, 0.16);
}
.l-footer__policy-item:last-child .l-footer__policy-link:after {
  display: none;
}
.l-footer__policy-link:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: currentColor;
  opacity: .48;
  transition: width var(--transition);
}
.l-footer__policy-link:hover:before {
  width: 100%;
}
.l-footer__policy-item:last-child .l-footer__policy-link {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

@media (max-width: 1344px) {
  .l-footer__inner {
    padding: var(--size-64) var(--size-32);
  }
  .l-footer__header {
    flex-direction: column;
    gap: var(--size-48);
  }
  .l-footer__body {
    flex-direction: column;
    margin-top: var(--size-72);
  }
  .l-footer__policy {
    margin-top: var(--size-32);
  }
  .l-footer__copyright {
    margin-top: var(--size-64);
  }
}

@media (max-width: 768px) {
  .l-footer__inner {
    padding: var(--size-70) var(--size-32) 0;
  }
  .l-footer__policy {
    margin-top: var(--size-16);
  }
  .l-footer__body {
    margin-top: 48px;
    gap: 16px;
  }
  .l-footer__copyright {
    margin: var(--size-32) auto var(--size-32);
  }
  .l-footer__nav-list {
    justify-content: center;
    text-align: center;
    gap: var(--size-28);
    font-size: var(--size-13);
  }
  .l-footer__nav-item {
    width: 100%;
  }
  .l-footer__movie-link {
    margin: auto;
  }
  .l-footer__copyright {
    text-align: center;
    margin: var(--size-80) auto var(--size-10);
  }
  .l-footer__policy-link {
    /* padding-right: var(--size-8); */
    margin-right: var(--size-16);
  }
  .l-footer__policy {
    justify-content: center;
  }
  .l-footer__logo {
    width: var(--size-138);
  }
  .l-footer__policy-link:after {
    left: calc(100% + var(--size-8));
  }
}

/* ページ */
.u-page .l-main{
  background-color: #fbf9f9;
}
.l-page-header {
  aspect-ratio: 1440 / 640;
  position: relative;
  height: 70vh;
  width: 100%;
  max-height: var(--size-750);
}
.l-page-header__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-page-header__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.l-page-header__bg-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.48);
}
.l-page-header__title {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 64px;
  color: #fff;
}
.l-page-header__title-en {
  font-size: 64px;
  font-size: clamp(var(--size-32), 1.429rem + 2.86vw, var(--size-64));
  letter-spacing: 0.025em;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.16);
  text-underline-offset: .22em;
  text-decoration-thickness: var(--size-1);
}
.l-page-header__title-ja {
  margin-top: var(--size-24);
  font-size: var(--size-16);
  letter-spacing: 0.2em;
  font-weight: 500;
}
.l-page-case__category-title {
  font-size: var(--size-24);
  letter-spacing: 0.05em;
  font-weight: 500;
}
.l-page-case__pagination-link {
  font-size: 15px;
  font-size: var(--size-15);
}
.l-page-sidebar__text {
  font-size: 15px;
  font-size: var(--size-15);
  letter-spacing: 0.025em;
  line-height: 1.8;
}
.l-page-sidebar__text-inner {
  display: inline;
  background: linear-gradient(currentColor, currentColor) 0 100% / 0 1px no-repeat;
  transition: background var(--transition);
}
.l-page-sidebar__link:hover .l-page-sidebar__text-inner {
  background-size: 100% 1px;
}
.l-page-sidebar__count {
  color: #c7c6c6;
  font-size: 11px;
  font-size: var(--size-11);
}
.l-page-sidebar__list {
  max-height: 100vh;
  overflow: auto;
  padding: var(--size-20) var(--size-8) var(--size-40) 0;
}
.l-page-wrapper {
  display: flex;
  max-width: calc(var(--size-1280) + var(--size-64));
  margin: 0 auto;
  padding: 0 var(--size-32) var(--size-240);
}
.l-page-case {
  margin-top: var(--size-160);
  padding-right: var(--size-80);
  flex: 1;
  border-right: solid var(--size-1) var(--border-color);
}
.l-page-wrapper.u-archive.u-not-sidebar {
  padding-bottom: 0;
}
.u-not-sidebar .l-page-case{
  border-right: none;
  padding-right: 0;
  padding-bottom: 0;
}
.l-page-case__list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--size-48);
}
.l-page-case__item {
  width: calc(33.33% - var(--size-48) * 2 / 3);
}
.l-page-sidebar {
  width: var(--size-240);
  padding-top: var(--size-160);
}
.l-page-sidebar__inner {
  position: sticky;
  top: var(--size-30);
}
.l-page-case__inner {
  width: 100%;
  margin-top: var(--size-40);
}
.l-page-sidebar__item:first-child .l-page-sidebar__link {
  padding-top: 0;
}
.l-page-sidebar__link {
  display: flex;
  padding: var(--size-30) 0;
  margin-left: var(--size-30);
  align-items: center;
  justify-content: space-between;
  border-bottom: dotted var(--size-1) var(--border-color);
}
.l-page-case__pagination {
  margin-top: var(--size-80);
}
.l-page-case__pagination-list {
  display: flex;
  gap: var(--size-16);
  align-items: center;
  line-height: 1;
  justify-content: center;
}
.l-page-case__pagination-link {
  display: flex;
  height: var(--size-32);
  width: var(--size-32);
  align-items: center;
  justify-content: center;
  padding: var(--size-4) var(--size-12);
  border-bottom: solid var(--size-1) var(--border-color);
  transition: border-color var(--transition);
}
.l-page-case__pagination-link.u-reverse {
  transform: rotate(180deg);
  border-top: solid var(--size-1) var(--border-color);
  border-bottom: none;
}
.l-page-case__pagination-link.u-no-link {
  border-bottom: none;
  font-size: var(--size-24);
  height: var(--size-32);
  display: flex;
  align-items: center;
  top: -7px;
  position: relative;
}
.l-page-case__pagination-link.u-arrow {
  margin: 0 var(--size-8);
}
.l-page-case__pagination-link.u-current {
  color: #e17f24;
  border-bottom: solid var(--size-1) #e17f24;
}
.l-page-case__pagination-link:not(.u-current, .u-no-link, .u-reverse):hover {
  border-bottom: solid var(--size-1) #e17f24;
}
.l-page-case__pagination-link.u-reverse:hover {
  border-top: solid var(--size-1) #e17f24;
}
.l-page-case__link {
  display: block;
}
.l-page-case__link img {
  margin-bottom: var(--size-24);
  transition: opacity var(--transition);
}
.l-page-case__link:hover img {
  opacity: 0.48;
}
.l-page-sidebar__link {
  gap: var(--size-16);
  font-size: var(--size-15);
}
.l-page-body {
  margin-top: var(--size-160);
  padding-bottom: var(--size-160);
}
.l-page-body__section {
  margin-bottom: var(--size-160);
}
.l-page-body__section.u-not-mb {
  margin-bottom: 0;
}

@media (max-width: 1344px) {
  .l-page-case {
    padding-right: var(--size-32);
  }
  .l-page-case__list {
    gap: var(--size-32);
  }
  .l-page-case__item {
    width: calc(50% - var(--size-32) / 2);
  }
  .l-page-body {
    margin-top: var(--size-100);
  }
}

@media (max-width: 768px) {
  .l-page-body {
    padding-bottom: var(--size-100);
  }
  .l-page-header {
    aspect-ratio: 4 / 3;
    height: auto;
    min-height: var(--size-350);
  }
  .l-page-header__title-ja {
    margin-top: var(--size-16);
  }
  .l-page-header__title {
    padding: var(--size-32);
  }
  .l-page-wrapper {
    flex-direction: column;
    padding: 0 var(--size-32) var(--size-120);
    margin: 0 auto;
  }
  .l-page-case {
    padding-right: 0;
    border-right: none;
    margin-top: var(--size-100);
  }
  .l-page-sidebar {
    width: 100%;
    border-top: solid var(--size-1) var(--border-color);
    padding-top: var(--size-30);
    margin-top: var(--size-80);
  }
  .l-page-sidebar__link {
    margin-left: 0;
    padding: var(--size-24) 0;
  }
  .l-page-sidebar__item:first-child .l-page-sidebar__link {
    padding-top: 0;
  }
  .l-page-case__category-title {
    font-size: 19px;
    font-size: var(--size-19);
  }
  .l-case__list-text {
    font-size: 13px;
    font-size: var(--size-13);
  }
  .l-page-sidebar__text {
    font-size: var(--size-13);
  }
  .l-page-case__pagination-link {
    height: var(--size-32);
    width: var(--size-24);
    padding: var(--size-8) 0;
  }
}

/* ニュース */
.u-archive .l-main {
  background-color: rgba(247, 246, 246, 1);
}
.l-archive-header {
  position: relative;
  height: var(--size-500);
  width: 100%;
}
.l-archive-header__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: var(--size-800);
  overflow: hidden;
}
.l-archive-header__bg-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: var(--size-800);
  background-image: linear-gradient(180deg, rgba(247, 246, 246, 0.64), rgba(247, 246, 246, 1) 90%);
}
.l-archive-header__bg {
  height: var(--size-650);
  width: 100%;
  object-fit: cover;
  object-position: center;
  scale: 1.3;
}
.l-archive-header__title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding: var(--size-40) 0;
  height: 100%;
  width: 100%;
  gap: var(--size-64);
}
.l-archive-header__title-inner {
  width: 100%;
}
.l-archive-header__title-en {
  width: 100%;
  margin-bottom: var(--size-64);
  padding-bottom: var(--size-16);
  font-size: var(--size-13);
  border-bottom: solid var(--size-1) var(--border-color);
}
.l-archive-header__title-ja {
  font-size: 24px;
  font-size: var(--size-24);
  letter-spacing: 0.05em;
  font-weight: 500;
}
.l-archive-header__title-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: var(--size-16);
}
.l-breadcrumbs__list {
  display: flex;
  align-items: center;
  gap: var(--size-24);
}
.l-breadcrumbs__link {
  position: relative;
  font-size: var(--size-12);
  line-height: 1;
  text-decoration: none;
  transition: opacity var(--transition);
  display: inline;
  background: linear-gradient(currentColor, currentColor) 0 100% / 0 1px no-repeat;
  transition: background var(--transition);
}
a.l-breadcrumbs__link:hover {
  background-size: 100% 1px;
}
.l-breadcrumbs__link:before {
  content: '';
  position: absolute;
  bottom: -1px;
  top: 50%;
  left: -16px;
  width: 8px;
  height: 1px;
  background-color: var(--border-color);
  transform: translateY(-50%);
}
.l-breadcrumbs__item:first-child .l-breadcrumbs__link:before {
  display: none;
}
.l-breadcrumbs__link.is-current {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.l-page-container {
  max-width: calc(1344px + var(--size-64));
  margin: 0 auto;
  padding: 0 var(--size-32) var(--size-240);
}
.l-page-wrapper.u-archive {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(247, 246, 246, 1) var(--size-480));
  border-radius: var(--size-32) var(--size-32) 0 0;
  padding: var(--size-64) var(--size-80);
  margin: 0;
  min-height: var(--size-480);
  max-width: unset;
  justify-content: center;
}
.u-archive .l-page-case {
  max-width: calc(var(--size-1280) - var(--size-240));
}
.u-archive .l-archive-header__title-inner {
  max-width: calc(var(--size-1280) + var(--size-128));
  margin: 0 auto;
  padding: 0 var(--size-64);
}
.u-archive .l-page-case,
.u-archive.u-case .l-page-case {
  margin-top: var(--size-100);
}
.u-archive .l-page-sidebar {
  padding-top: var(--size-100);
}

@media (max-width: 990px) {
  .l-archive-header {
    aspect-ratio:  2 / 1;
  }
}

@media (max-width: 768px) {
  .l-archive-header {
    aspect-ratio: 4 / 3;
    height: auto;
    min-height: var(--size-350);
  }
  .l-archive-header__title-en {
    margin-bottom: var(--size-32);
  }
  .l-archive-header__title-ja {
    font-size: var(--size-21);
  }
  .u-archive .l-page-case__category-title {
    font-size: var(--size-18);
    line-height: 1.6;
  }
  .u-archive .l-page-case {
    margin-top: 0;
  }
  .u-archive .l-archive-header__title-inner {
    padding: 0 var(--size-32);
  }
  .u-archive .l-page-container {
    padding: 0 var(--size-8) var(--size-120);
  }
  .l-page-wrapper.u-archive {
    padding: var(--size-64) var(--size-24);
  }
  .l-archive-header__title-wrapper {
    flex-direction: column;
  }
  .l-breadcrumbs__list {
    width: 100%;
    justify-content: flex-end;
    row-gap: var(--size-12);
    overflow: auto;
    overflow-y: hidden;
    padding-bottom: var(--size-4);
  }
  .l-breadcrumbs__item {
    white-space: nowrap;
  }
  .l-archive-header__title-en {
    padding-bottom: var(--size-8);
  }
  .u-archive .l-page-sidebar {
    padding-top: var(--size-30);
  }
}

/*
 project
*/

/* ニュース詳細 */
.p-news-detail__title {
  font-size: 24px;
  font-size: var(--size-24);
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: var(--size-24);
}
.p-news-detail__meta {
  color: #c7c6c6;
  font-size: 13px;
  font-size: var(--size-13);
  line-height: 1;
  margin-bottom: var(--size-64);
}
.p-news-detail__body p {
  font-size: 14px;
  font-size: var(--size-14);
  line-height: 2;
  margin-bottom: var(--size-28);
}
.p-news-detail__body a {
  display: flex;
  justify-content: center;
  margin-top: var(--size-24);
  position: relative;
  display: flex;
  width: fit-content;
  padding-bottom: var(--size-6);
  align-items: center;
  justify-content: center;
  gap: var(--size-32);
  font-size: 13px;
  font-size: var(--size-13);
  line-height: 1;
  position: relative;
  overflow: hidden;
  width: fit-content;
}
.p-news-detail__body li strong {
  margin-bottom: var(--size-14);
  display: block;
}
.p-news-detail__body a:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: translateX(0);
  transition: transform var(--transition);
}
.p-news-detail__body a:hover:before{
  animation: border-animation var(--transition);
}
.p-news-detail__body a:after {
  content: '';
  display: inline-block;
  width: var(--size-12);
  height: var(--size-12);
  background: url(../img/svg/icon-arrow.svg) no-repeat center center / contain;
}
.p-news-detail__link-inner {
  width: calc(100% - var(--size-280));
  max-width: var(--size-840);
  border-top: solid var(--size-1) var(--border-color);
  padding-top: var(--size-64);
  margin-top: var(--size-64);
  display: flex;
  justify-content: center;
}
.p-news-detail__image {
  margin-bottom: var(--size-64);
}
.l-news-detail .c-link-button {
  margin-top: var(--size-48);
}

@media (max-width: 768px) {
  .p-news-detail__title {
    font-size: var(--size-19);
  }
  .p-news-detail__link-inner {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    border-top: 0;
    max-width: var(--size-200);
  }
}

/* 事例 */
.p-page-case__article-title-group {
  text-align: center;
}
.p-page-case__article-title {
  font-size: 24px;
  font-size: var(--size-24);
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}
.p-page-case__article-date {
  text-align: center;
}
.p-page-case__article-thumb {
  max-width: var(--size-560);
  margin: var(--size-64) auto var(--size-24);
}
.p-page-case__article-body-inner {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(251, 249, 249, 1) 80%);
  border-radius: var(--size-32) var(--size-32) 0 0;
  padding: var(--size-80);
  margin: var(--size-80) 0 var(--size-20);
  max-width: unset;
  justify-content: center;
}
.p-page-case__article-comment-title,
.p-page-case__article-meta-text-label {
  font-size: 13px;
  font-size: var(--size-13);
  text-decoration: underline;
  text-decoration-color: var(--border-color);
  text-underline-offset: var(--size-2);
  margin-bottom: var(--size-24);
}
.p-page-case__article-body-inner {
  display: flex;
  gap: var(--size-120);
}
.p-page-case__article-meta {
  width: var(--size-256);
}
.p-page-case__article-comment {
  position: relative;
  width: 100%;
  flex: 1;
}
.p-page-case__article-comment:after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + var(--size-60));
  width: 1px;
  height: 100%;
  background-color: var(--border-color);
  transform: translateY(-50%);
}
.p-page-case__article-body-inner p {
  font-size: 14px;
  font-size: var(--size-14);
  line-height: 2;
  letter-spacing: 0.025em;
  margin-bottom: var(--size-24);
}
.p-page-case__article-comment-text:last-child {
  margin-bottom: 0;
}
.p-page-case__article-meta-text-value {
  font-size: 17px;
  font-size: var(--size-17);
  letter-spacing: 0.025em;
  margin-bottom: var(--size-36);
}
.p-case-detail__link {
  display: flex;
  justify-content: center;
}
.p-page-case__related-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--size-48);
}
.p-page-case__item {
  width: calc(33.33% - var(--size-48) * 2 / 3);
}
.p-page-case__article {
  padding-top: var(--size-115);
}
.p-page-case__related {
  padding: var(--size-80);
  margin-top: var(--size-68);
}
.p-page-case__item-thumb img {
  width: 100%;
}

@media (max-width: 1344px) {
  .p-page-case__article-body-inner {
    flex-direction: column;
    gap: var(--size-60);
    padding: var(--size-64) var(--size-32) var(--size-40);
  }
  .p-page-case__article-comment:after {
    width: 100%;
    height: 1px;
    left: 0;
    top: calc(100% + var(--size-30));
    transform: none;
  }
  .p-page-case__article-meta-inner {
    display: flex;
    gap: var(--size-32);
  }
  .p-page-case__article-meta-text-label {
    min-width: 5em;
  }
  .p-page-case__related {
    padding: var(--size-64) 0 0;
  }
}

@media (max-width: 768px) {
  .l-page-wrapper.u-page-case {
    padding: var(--size-64) 0 0;
  }
  .p-page-case__article-title-group,
  .p-page-case__article-thumb{
    padding: 0 var(--size-32);
  }
  .p-page-case__related {
    padding: 0 var(--size-32) var(--size-64);
  }
  .p-page-case__item {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
  .p-page-case__article-title {
    font-size: 18px;
    font-size: var(--size-18);
  }
  .p-page-case__article {
    padding-top: 0;
  }
  .p-page-case__article-thumb {
    margin-top: var(--size-32);
  }
  .p-page-case__article-body-inner {
    margin: var(--size-32) var(--size-8) 0;
    padding: var(--size-64) var(--size-24) var(--size-40)
  }
  .p-page-case__article-date {
    display: block;
    margin-top: var(--size-16);
  }
  .p-page-case__related {
    margin-top: var(--size-100);
  }
}

/* guide */
.p-commitment {
  margin-right: calc((100vw - var(--size-1280)) / 2);
  margin-bottom: var(--size-192);
  position: relative;
}
.p-commitment.u-has-border:after {
  content: '';
  position: absolute;
  bottom: calc(var(--size-192) / 2 * -1);
  right: 0;
  width: calc(var(--size-1280));
  max-width: calc(100% - var(--size-64));
  height: 1px;
  background: rgba(233, 226, 223, .64);
}
.p-commitment:last-child {
  margin-bottom: 0;
}
.p-commitment.u-reverse {
  margin-right: 0;
  margin-left: calc((100vw - var(--size-1280)) / 2);
}
.p-page-body__section-title {
  max-width: calc(var(--size-1280) + var(--size-64));
  margin: 0 auto;
  padding: 0 var(--size-32);
}
.p-step-list-wrapper {
  max-width: calc(var(--size-1280) + var(--size-64));
  margin: 0 auto;
  padding: 0 var(--size-32);
}
.p-step-list {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(251, 249, 249, 1) 80%);
  border-radius: var(--size-32) var(--size-32) 0 0;
  padding: var(--size-32) var(--size-80) var(--size-40);
}
.p-step-list__item {
  display: flex;
  padding: var(--size-40);
  gap: var(--size-112);
  align-items: center;
  position: relative;
}
.p-step-list__item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: dotted var(--size-1) var(--border-color);
}
.p-step-list__item.u-accent:after {
  bottom: calc(var(--size-24) * -1);
}
.p-step-list__item.u-accent {
  margin: var(--size-24) 0;
  border: solid var(--size-2) var(--blue);
  box-shadow: inset 0 0 0 var(--size-5) rgba(239, 239, 239, 1);
  background: #fff;
}
.p-step-list__number {
  min-width: 6em;
  font-size: 13px;
  font-size: var(--size-13);
}
.p-step-list__number-accent {
  display: inline-block;
  margin-left: var(--size-4);
  font-size: 40px;
  font-size: var(--size-40);
  color: #4d7f94;
}
.p-step-list__label {
  padding: var(--size-4) var(--size-6);
  width: fit-content;
  font-size: 12px;
  font-size: var(--size-12);
  background-color: #4d7f94;
  color: #fff;
  border-radius: var(--size-2);
  line-height: 1;
}
.p-step-list__labels {
  display: flex;
  margin-top: var(--size-12);
  gap: var(--size-6);
  flex-wrap: wrap;
}
.p-step-list__title {
  font-size: 21px;
  font-size: var(--size-21);
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: var(--size-8);
}
.p-step-list__text {
  position: relative;
}
.p-step-list__text:after {
  content: '';
  position: absolute;
  left: -40px;
  top: 0;
  width: var(--size-1);
  height: 100%;
  background: var(--border-color);
}
.p-step-list__text-inner {
  font-size: 14px;
  font-size: var(--size-14);
  line-height: 1.7;
}
.p-commitment__title-en {
  padding-bottom: var(--size-8);
  border-bottom: solid var(--size-1) var(--border-color);
  margin-bottom: var(--size-64);
  font-size: 13px;
  font-size: var(--size-13);
}
.p-commitment__title {
  margin-bottom: var(--size-64);
  font-size: 24px;
  font-size: var(--size-24);
  letter-spacing: 0.05em;
  line-height: 1.9;
}
.p-commitment__text {
  margin-bottom: var(--size-64);
  font-size: 14px;
  font-size: var(--size-14);
  line-height: 2.1;
}
.p-commitment__section-title {
  max-width: calc(var(--size-1280) + var(--size-64));
  margin: var(--size-160) auto var(--size-64);
  padding: 0 var(--size-32);
}
.p-commitment__image-wrapper {
  max-width: 50vw;
  aspect-ratio: 4 / 3;
}
.u-guide .p-commitment__contents {
  flex: 1;
}
.p-commitment__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-commitment {
  display: flex;
  gap: var(--size-100);
  align-items: center;
}
.p-commitment.u-reverse {
  flex-direction: row-reverse;
}

@media (max-width: 1344px) {
  .p-commitment {
    padding: 0 var(--size-32);
    flex-direction: column-reverse;
    margin: 0 0 var(--size-128);
    gap: var(--size-64);
  }
  .p-commitment.u-has-border:after {
    width: calc(100% - var(--size-64));
    max-width: unset;
    left: var(--size-32);
    bottom: calc(var(--size-128) / 2 * -1);
  }
  .p-commitment__image-wrapper {
    aspect-ratio: 2 / 1;
    max-width: 100%;
  }
  .p-commitment.u-reverse {
    flex-direction: column-reverse;
    margin-left: 0;
  }
  .p-commitment__contents {
    width: 100%;
  }
  .p-commitment__title-en,
  .p-commitment__title,
  .p-commitment__text {
    margin-bottom: var(--size-32);
  }
  .p-step-list {
    padding: var(--size-32);
  }
  .p-step-list__title {
    font-size: 19px;
    font-size: var(--size-19);
  }
  .p-step-list__text-inner {
    font-size: 13px;
    font-size: var(--size-13);
  }
}

@media (max-width: 768px) {
  .p-step-list__title {
    text-align: center;
  }
  .p-step-list__item {
    flex-direction: column;
    gap: var(--size-16);
    min-height: var(--size-300);
    justify-content: center;
  }
  .p-step-list__text:after {
    display: none;
  }
  .p-step-list__item {
    padding: var(--size-32) 0 var(--size-40);
  }
  .p-commitment__title {
    font-size: 18px;
    font-size: var(--size-18);
  }
  .p-step-list {
    border-radius: var(--size-24) var(--size-24) 0 0;
    padding: var(--size-32) var(--size-24);
  }
  .p-step-list-wrapper {
    padding: 0 var(--size-8);
  }
  .p-commitment__section-title {
    margin: var(--size-100) auto var(--size-64);
  }
  .l-scene__inner.u-page-scene {
    margin-top: 0;
    margin-bottom: var(--size-40);
  }
  .p-commitment {
    gap: var(--size-48);
    margin-bottom: var(--size-128);
  }
  .p-commitment__image-wrapper {
    width: 100%;
    aspect-ratio: 4 / 3;
  }
  .p-step-list__labels {
    justify-content: center;
    margin-top: var(--size-24);
  }
}

/* faq */
.u-faq.l-page-case__category-title {
  margin-top: var(--size-80);
  margin-bottom: var(--size-32);
}
.u-faq.l-page-case__category-title:first-child {
  margin-top: 0;
}
.p-page-faq__list {
  border-radius: var(--size-8);
  border: solid var(--size-1) var(--border-color);
  margin-bottom: var(--size-16);
  overflow: hidden;
}
.p-page-faq__list .c-link {
  top: var(--size-5);
}
.p-page-faq__title {
  margin: 0 var(--size-32);
  padding: var(--size-24) var(--size-24) var(--size-24) 0;
  font-weight: 400;
  font-size: 16px;
  font-size: var(--size-16);
  line-height: 1.85;
}
.p-page-faq__title-inner {
  display: inline-block;
  background: linear-gradient(currentColor, currentColor) 0 100% / 0 1px no-repeat;
  transition: background var(--transition);
  line-height: 1.4;
}
.p-page-faq__title:hover .p-page-faq__title-inner {
  background-size: 100% 1px;
}
.js-accordion-title {
  position: relative;
  cursor: pointer;
}
.js-accordion-title:before,
.js-accordion-title:after {
  content: '';
  position: absolute;
  right: var(--size-40);
  top: 50%;
  transform: translateY(-50%);
  width: var(--size-10);
  height: var(--size-1);
  background: #312D2B;
  transition: transform var(--transition);
}
.js-accordion-title:after {
  transform: translateY(-50%) rotate(90deg);
}
.js-accordion-title.is-active:after {
  transform: translateY(-50%) rotate(0deg);
}
.js-accordion-content {
  display: none;
}

@media (max-width: 768px) {
  .p-page-faq__title {
    font-size: 14px;
    font-size: var(--size-14);
    padding: var(--size-20) var(--size-24) var(--size-20) 0;
    margin: 0 var(--size-16);
  }
  .p-page-faq__title:before,
  .p-page-faq__title:after {
    right: var(--size-8);
  }
  .p-page-faq__text {
    padding: var(--size-20) var(--size-16);
  }
  .p-page-faq__list {
    margin-bottom: var(--size-16);
  }
  .p-page-faq__title-inner {
    background: none;
  }
  .js-accordion-title:before,
  .js-accordion-title:after {
    right: var(--size-8);
  }
}

/* template */
.l-template__list {
  max-width: calc(var(--size-1280) + var(--size-64));
  margin: 0 auto;
  padding: 0 var(--size-32);
  display: flex;
  gap: var(--size-48);
  flex-wrap: wrap;
}
.l-template__item {
  width: calc(25% - var(--size-48) * 3 / 4);
}
.l-template__item img {
  display: block;
  margin-bottom: var(--size-24);
  background: #fff;
}
.l-template__title {
  max-width: calc(var(--size-1280) + var(--size-64));
  margin: var(--size-128) auto var(--size-64);
  padding: 0 var(--size-32);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-template__title:first-child {
  margin-top: 0;
}
.l-template__title .p-page-body__section-title {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.l-template__description {
  font-size: 14px;
  font-size: var(--size-14);
  border: solid var(--size-1) var(--border-color);
  padding: var(--size-12) var(--size-14);
  border-radius: var(--size-4);
  line-height: 1;
}

@media (max-width: 768px) {
  .l-template__item {
    width: calc(50% - var(--size-24) / 2);
  }
  .l-template__title {
    flex-direction: column;
    align-items: flex-start;
    row-gap: var(--size-16);
    margin: var(--size-80) auto var(--size-48);
  }
  .l-template__list {
    column-gap: var(--size-24);
    row-gap: var(--size-32);
  }
}

/* story */
.u-story .p-commitment__image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}

.p-commitment__image-wrapper .p-story__image2 {
  width: auto;
  height: 100%;
  aspect-ratio: 368 / 490;
  max-width: 100%;
  object-position: 75%;
  object-fit: cover;
}
.p-commitment__image-wrapper .p-story__image3 {
  position: absolute;
  top: 84%;
  left: 6%;
  aspect-ratio: 304 / 228;
  max-width: var(--size-304);
  max-height: var(--size-228);
}
.u-center .p-commitment__contents {
  min-width: var(--size-382);
  flex: 1;
}
.u-story .p-commitment__image-wrapper img {
  width: unset;
}
.p-story__image1 {
  margin-top: 20px;
  margin-right: var(--size-48);
  aspect-ratio: 624 / 468;
}
.p-story__image4 {
  width: 30%;
}
.p-story__image5 {
  width: 30%;
}
.p-message__inner {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgb(251 249 249) var(--size-480));
  border-radius: var(--size-80) var(--size-80) 0 0;
  padding: var(--size-144) var(--size-32);
  margin: 0 var(--size-16);
  max-width: unset;
  justify-content: center;
}
.p-commitment.u-story.u-center {
  position: relative;
  justify-content: space-between;
  margin-right: 0;
  margin-left: 0;
  padding-top: 80px;
  gap: 92px;
}

/* @media (min-width: 1480px) {
  .p-commitment.u-story.u-center {
    padding-top: 0;
  }
} */

.u-story .p-story__image4 img{
  width: auto;
  position: absolute;
  top: -15%;
  left: 0;
}
.u-story .p-story__image5 img {
  position: absolute;
  top: 33%;
  right: 0;
}
.p-story-footer {
  position: relative;
  padding: var(--size-125) 0;
  width: fit-content;
  margin: 0 auto;
}
.p-story-footer:after {
  content: '';
  position: absolute;
  top: calc(50% + 6px);
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;height: var(--size-92);
  background: url(../img/svg/title-bg.svg) no-repeat center center / contain;
}
.p-message__title,
.p-message__text {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.p-message__contents {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--size-32);
}
.p-message__contents-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-message__contents-inner {
  display: flex;
  margin-top: var(--size-32);
  flex-direction: row-reverse;
  gap: var(--size-72);
}
.p-message__title {
  font-size: 24px;
  font-size: var(--size-24);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.91;
}
.p-message__text {
  font-size: 14px;
  font-size: var(--size-14);
  line-height: 2.1;
  letter-spacing: 0.025em;
}
.p-message__container {
  max-width: var(--size-960);
  margin: 0 auto;
}
.p-message__contents-daihyo {
  width: var(--size-128);
  height: auto;
}
.p-message__contents-logo {
  width: var(--size-96);
  height: auto;
  margin-bottom: var(--size-80);
}
.p-message__contents-daihyo-text {
  margin-top: var(--size-16);
  font-size: 11px;
  font-size: var(--size-11);
  letter-spacing: 0.025em;
}
.p-message__contents-daihyo-name {
  margin-top: var(--size-16);
  font-size: 15px;
  font-size: var(--size-15);
  letter-spacing: 0.2em;
}
.p-message__footer {
  display: flex;
  justify-content: center;
  margin-top: var(--size-148);
}
.p-message__footer-inner {
  width: var(--size-480);
}
.p-message__footer-title {
  margin-bottom: var(--size-20);
  font-size: 21px;
  font-size: var(--size-21);
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-message__footer-text {
  margin-bottom: 72px;
  font-size: 13px;
  font-size: var(--size-13);
  letter-spacing: 0.025em;
  text-decoration: underline;
  text-underline-offset: .22em;
  text-decoration-thickness: var(--size-1);
  text-decoration-color: var(--border-color);
}
.p-message__footer-message-text {
  font-size: 14px;
  font-size: var(--size-14);
  line-height: 2.1;
  letter-spacing: 0.025em;
}
.p-message__footer-message {
  flex: 1;
}
.p-page-body__section-title.u-story {
  max-width: calc(var(--size-960) + var(--size-64));
}
.p-commitment.u-story {
  margin-right: calc((100vw - var(--size-960)) / 2);
  margin-bottom: var(--size-80);
  gap: var(--size-56);
}
.p-commitment.u-story.u-reverse {
  margin-right: 0;
  margin-left: calc((100vw - var(--size-960)) / 2);
}
.l-page-body__section.u-story {
  margin-bottom: var(--size-72);
}
.p-message__contents-daihyo-wrapper {
  text-align: center;
}
.p-message__footer {
  position: relative;
}
.p-message__footer:before,
.p-message__footer:after {
  content: '';
  position: absolute;
  bottom: calc(100% + var(--size-74));
  left: 0;
  width: 100%;
  height: var(--size-1);
  background: var(--border-color);
  opacity: .64;
}
.p-message__footer:before {
  bottom: calc(100% + var(--size-74));
}
.p-message__footer:after {
  top: calc(100% + var(--size-74));
}

@media (max-width: 1344px) {
  .p-commitment.u-story {
    margin: auto;
    max-width: calc(var(--size-960) + var(--size-64));
    gap: var(--size-32);
  }
  .p-story__image1 {
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 4 / 3;
  }
  .p-commitment.u-story.u-reverse {
    margin: 100px auto 0;
  }
  .p-commitment__image-wrapper .p-story__image3 {
    top: 62%;
  }
  .p-commitment__image-wrapper .p-story__image2 {
    aspect-ratio: 4 / 3;
    margin-left: auto;
  }
  .u-center .p-commitment__contents {
    min-width: unset;
    order: 1;
  }
  .u-story .p-commitment__image-wrapper.p-story__image5 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80%;
  }
  .u-story .p-story__image5 img {
    position: unset;
    top: 0;
    left: 0;
  }
  .u-story .p-story__image4 {
    width: 100%;
    aspect-ratio: 2 / 1;
  }
  .u-story .p-story__image4 img {
    bottom: 28%;
    width: 33%;
    aspect-ratio: 3 / 4;
  }
  .p-message__contents {
    flex-direction: column-reverse;
    align-items: center;
  }
  .p-commitment.u-story.u-center {
    padding-top: 100px;
  }
}

@media (max-width: 856px) {
  .p-message__contents-inner {
    flex-direction: column;
  }
  .p-message__title,
  .p-message__text {
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .u-only-pc {
    display: none;
  }
  .p-message__contents-title {
    flex-direction: row-reverse;
    align-items: center;
    gap: var(--size-48);
    margin-top: var(--size-40);
    margin-right: auto;
  }
  .p-message__contents-logo {
    margin-bottom: 0;
  }
  .p-message__footer-text {
    margin-bottom: 40px;
  }
  .p-message__footer {
    flex-direction: column;
    gap: var(--size-72);
  }
  .p-message__footer-inner {
    width: 100%;
  }
  .u-story .p-commitment__image-wrapper .p-story__image2 {
    width: 60%;
  }
  .u-story .p-commitment__image-wrapper .p-story__image3 {
    width: 50%;
    height: auto;
  }
  .u-story .p-commitment__image-wrapper.p-story__image5 {
    width: 60%;
  }
  .p-message__inner {
    margin: 0 var(--size-8);
    padding: var(--size-80) var(--size-24);
  }
  .p-message__contents-inner {
    gap: var(--size-40);
  }
  .p-message__inner {
    border-radius: var(--size-24) var(--size-24) 0 0;
  }
  .p-message__title {
    font-size: 18px;
    font-size: var(--size-18);
  }
  .p-message__text {
    font-size: 13px;
    font-size: var(--size-13);
  }
  .u-story .p-commitment__title {
    font-size: 16px;
    font-size: var(--size-16);
  }
  .u-story .p-commitment__text {
    font-size: 13px;
    font-size: var(--size-13);
  }
  .p-message__footer {
    gap: var(--size-40);
  }
  .p-message__footer-title {
    font-size: 16px;
    font-size: var(--size-16);
  }
  .l-page-body__section.u-story {
    margin-bottom: 0;
  }
}

/* お問い合わせ */
.wpcf7-form dl {
  display: flex;
  padding: var(--size-36) 0;
  align-items: center;
  border-bottom: dotted var(--size-1) var(--border-color);
}
.wpcf7-form dl p {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wpcf7-form dt {
  min-width: 14em;
}
.wpcf7-form dd {
  width: 100%;
}
.wpcf7-form-control:has(input[type="radio"]) {
  display: flex;
  column-gap: 32px;
  row-gap: var(--size-8);
  flex-wrap: wrap;
}
.wpcf7-list-item label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: var(--size-8);
}
input[type="radio"],
input[type="checkbox"] {
  width: var(--size-20);
  height: var(--size-20);
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  top: -1px;
  cursor: pointer;
}
input[type="radio"]:before,
input[type="checkbox"]:before {
  content: "";
  width: var(--size-20);
  height: var(--size-20);
  border-radius: var(--size-2);
  border: 1px solid var(--border-color);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition: box-shadow var(--transition);
}
input[type="radio"]:hover:before,
input[type="checkbox"]:hover:before {
  box-shadow: 0 0 0 var(--size-1) var(--border-color) inset;
}
input[type="radio"]:checked:after,
input[type="checkbox"]:checked:after {
  content: "";
  width: .5em;
  height: .5em;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--black);
  border-radius: 50%;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  border: 1px solid var(--border-color);
  border-radius: var(--size-4);
  padding: var(--size-16) var(--size-16);
  width: 100%;
}
::placeholder {
  color: #c1c0c0;
}
.required {
  background: #cb1b45;
  color: #fff;
  padding: var(--size-4) var(--size-8);
  border-radius: var(--size-2);
  font-size: var(--size-11);
}
.l-page-case.u-contact {
  padding-right: 0;
  border-right: none;
}
.wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-form-control-wrap[data-name="tel"] {
  width: 50%;
}
.u-archive .l-page-case.u-contact {
  margin-top: 68px;
}
.u-contact .l-page-case__inner {
  margin-top: 0;
}
.l-page-case.u-contact {
  max-width: var(--size-800);
  margin: auto;
}
.wpcf7-form dl.u-contact__message {
  align-items: flex-start;
}
.wpcf7-form .u-contact__message dt {
  margin-top: 1em;
}
.txtLink {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.wpcf7-list-item-label {
  display: inline-flex;
}
.agree {
  margin-top: var(--size-70);
  text-align: center;
}
.wpcf7-form .c-button {
  margin: var(--size-64) auto 0;
  padding: var(--size-20);
  width: 100%;
  max-width: var(--size-480);
  font-size: 17px;
  font-size: var(--size-17);
  text-align: center;
}
.wpcf7-list-item {
  min-width: 10em;
}
.text-count {
  margin-top: var(--size-8);
}
.u-contact__text {
  line-height: 2;
}

@media (max-width: 768px) {
  .wpcf7-form dl {
    flex-direction: column;
    gap: var(--size-24);
    align-items: flex-start;
  }
  .wpcf7-form dl p {
    gap: var(--size-8);
  }
  .wpcf7-form-control-wrap[data-name="tel"] {
    width: 100%;
  }
  .wpcf7-form .c-button {
    font-size: 15px;
    font-size: var(--size-15);
  }
  .u-archive .l-page-case.u-contact {
    margin-top: 0;
  }
}

/* プライバシーポリシー */
.l-privacy {
  max-width: var(--size-800);
  margin: auto;
}
.p-privacy__text {
  font-size: 14px;
  font-size: var(--size-14);
  line-height: 2;
}
.p-privacy__title {
  font-size: 19px;
  font-size: var(--size-19);
  line-height: 2;
  border-bottom: 1px solid var(--border-color);
  margin: var(--size-64) 0 var(--size-32);
}
.p-privacy__list-kakko {
  counter-reset: terms-list;
  padding-left: 28px;
  margin: var(--size-32) 0;
}
.p-privacy__list-kakko li {
  font-size: 14px;
  font-size: var(--size-14);
  line-height: 2;
}
.p-privacy__list-kakko li:before {
  counter-increment: terms-list;
  content: "（" counter(terms-list) "）";
  display: inline-block;
  text-indent: -36px;
}
.p-privacy__footer {
  font-size: 16px;
  font-size: var(--size-16);
  margin-top: var(--size-100);
  line-height: 2;
  text-align: right;
}

@media (max-width: 768px) {
  .p-privacy__title {
    margin: var(--size-48) 0 var(--size-24);
    font-size: 17px;
    font-size: var(--size-17);
    padding-left: 1em;
    text-indent: -0.95em;
    line-height: 1.75;
  }
  .p-privacy__text {
    font-size: 13px;
    font-size: var(--size-13);
  }
  .p-privacy__footer {
    margin-top: var(--size-64);
    font-size: 14px;
    font-size: var(--size-14);
  }
}

/* サービス */
.p-commitment__contents.u-service {
  max-width: var(--size-465);
}
.l-service__buttons-wrapper {
  display: flex;
  gap: var(--size-48);
  margin-top: var(--size-56);
}
.p-service-list__item {
  margin-bottom: var(--size-44);
}
.l-service-list__item-inner {
  display: flex;
  gap: var(--size-80);
}
.l-service-list__item-image-wrapper {
  width: 34%;
}
.p-service-list {
  max-width: calc(var(--size-960) + var(--size-64));
  padding: 0 var(--size-32);
  margin: auto;
}
.p-service__cta {
  margin: var(--size-124) auto 0;
  max-width: calc(var(--size-1280) + var(--size-64));
  padding: var(--size-64) var(--size-32);
  border-top: 1px solid var(--border-color);
}
.p-service__cta .c-button {
  width: 100%;
  max-width: var(--size-480);
  height: var(--size-64);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 17px;
  font-size: var(--size-17);
  letter-spacing: 0.025em;
}
.p-commitment.u-service {
  margin-bottom: var(--size-128);
  justify-content: space-between;
}

@media (max-width: 1344px) {
  .p-commitment__contents.u-service {
    max-width: unset;
  }
  .p-commitment.u-has-border-sp:after {
    content: '';
    position: absolute;
    height: 1px;
    background: rgba(233, 226, 223, .64);
    width: calc(100% - var(--size-64));
    max-width: unset;
    left: var(--size-32);
    bottom: calc(var(--size-128) / 2* -1);
  }
}

@media (max-width: 768px) {
  .l-service-list__item-inner {
    flex-direction: column;
    gap: var(--size-24);
  }
  .l-service-list__item-image-wrapper {
    width: 100%;
  }
  .l-service-list__item-image-wrapper img {
    width: 100%;
  }
  .p-service__cta {
    margin: var(--size-40) var(--size-32) 0;
    padding: var(--size-40) 0;
  }
  .p-service__cta .c-button {
    height: var(--size-48);
    font-size: 15px;
    font-size: var(--size-15);
  }
  .p-service-list .l-scene__item-description {
    padding-top: var(--size-16);
  }
  .p-service-list__item {
    margin-bottom: var(--size-72);
  }
  .p-service-list__item:last-child {
    margin-bottom: var(--size-36);
  }
}

/* サイトマップ */
.l-sitemap {
  max-width: var(--size-800);
  margin: auto;
}
.p-sitemap__link-text {
  position: relative;
  top: 1px;
  display: inline-block;
  background: linear-gradient(currentColor, currentColor) 0 100% / 0 1px no-repeat;
  transition: background var(--transition);
  line-height: 1.4;
}
.p-sitemap__link:hover .p-sitemap__link-text {
  background-size: 100% 1px;
}
.p-sitemap__title {
  margin: var(--size-56) 0 var(--size-32);
  font-size: 19px;
  font-size: var(--size-19);
  line-height: 2;
  border-bottom: 1px solid var(--border-color);
}
.p-sitemap__list {
  display: flex;
  gap: var(--size-24);
  flex-wrap: wrap;
}
.p-sitemap__item {
  width: calc(50% - var(--size-12));
}
.p-sitemap__link {
  display: flex;
  gap: var(--size-16);
  padding: var(--size-20);
  border: 1px solid var(--border-color);
  border-radius: var(--size-4);
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-size: var(--size-16);
}

@media (max-width: 480px) {
  .p-sitemap__item {
    width: 100%;
  }
  .p-sitemap__link {
    padding: var(--size-16);
    font-size: 14px;
    font-size: var(--size-14);
  }
  .p-sitemap__title {
    margin: var(--size-48) 0 var(--size-24);
    font-size: 17px;
    font-size: var(--size-17);
  }
  .p-sitemap__list {
    gap: var(--size-12);
  }
}

/* 追従バナー */
.l-fixed-banner {
  position: fixed;
  bottom: 15px;
  right: 30px;
  width: 130px;
  height: 130px;
  visibility: hidden;
  opacity: 0;
  transition: visibility var(--transition), opacity var(--transition);
  z-index: 2;
}
.l-fixed-banner__link {
  position: relative;
  z-index: -1;
  display: block;
  transition: background var(--transition);
  background: url(../img/webp/fixed-banner.webp) no-repeat center center / cover;
  aspect-ratio: 1 / 1;
}
.l-fixed-banner__link:hover {
  background: url(../img/webp/fixed-banner-hv.webp) no-repeat center center / cover;
}
.l-fixed-banner.is-active {
  visibility: visible;
  opacity: 1;
}
.l-fixed-banner__close {
  display: none;
  position: absolute;
  top: -16px;
  right: -16px;
  width: 32px;
  height: 32px;
  background: #cf5c37;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity var(--transition);
}

.l-fixed-banner__close:hover {
  opacity: 0.64;
}

.l-fixed-banner__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  background: #fff;
}
.l-fixed-banner__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.l-fixed-banner__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 768px) {
  .l-fixed-banner {
    bottom: 10px;
    right: 10px;
    width: 110px;
    height: 110px;
    background: #fff;
  }
  .l-fixed-banner__close {
    top: 3px;
    right: 3px;
    height: 24px;
    width: 24px;
  }
}

/* 404 */
.l-page-case__inner-text {
  line-height: 2;
}
.l-page-case__inner-text .c-link {
  top: 5px;
}

@media (max-width: 768px) {
  .l-page-case__inner-text {
    font-size: 14px;
    font-size: var(--size-14);
  }
}

/* about */
.l-about {
  background: var(--white);
  padding-bottom: var(--size-125);
}
.p-about__wrapper {
  position: relative;
  padding: var(--size-100) 0;
}
.p-about__wrapper:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: solid 1px #DEBB00;
  pointer-events: none;
}
.p-about__wrapper:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - var(--size-50));
  height: calc(100% + var(--size-50));
  border: solid 1px #907900;
  pointer-events: none;
}
.p-about__title {
  font-size: 44px;
  font-size: var(--size-44);
  line-height: 1;
  width: fit-content;
  margin: auto;
  background: #DACDAA;
  color: #fff;
  padding: var(--size-6) var(--size-3) var(--size-3);
  margin-bottom: var(--size-50);
}
.p-about__text {
  font-size: 24px;
  font-size: var(--size-24);
  line-height: 2;
  text-align: center;
  margin-bottom: var(--size-50);
}
.p-about__text-red {
  color: #D15D36;
}
.p-about__contents-list {
  display: flex;
  gap: var(--size-50);
}
.p-about__contents-item {
  width: calc(33.33% - var(--size-25));
}
.p-about__contents-image-wrapper {
  display: block;
  width: 100%;
  position: relative;
  border: solid 1px #efefef;
}
.p-about__contents-image-wrapper img {
  position: relative;
  z-index: 1;
}
.p-about__contents-image-wrapper:after {
  z-index: 0;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
.p-about__contents-text {
  text-align: center;
  margin-top: var(--size-20);
  font-size: clamp(0.875rem, 0.723rem + 0.65vw, 1.5rem);
  line-height: 2;
}

@media (max-width: 1120px) {
  .p-about__title {
    font-size: 24px;
  }
  .p-about__text {
    font-size: 18px;
  }
  .p-about__contents-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-about__contents-item {
    width: calc(50% - var(--size-25));
  }
  .p-about__contents-image-wrapper {
    width: 100%;
  }
  .p-about__contents-text {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .l-about {
    padding: var(--size-75) 0 var(--size-100);
  }
  .p-about__contents {
    padding: 0 var(--size-5);
  }
  .p-about__title {
    padding: 0;
    font-size: var(--size-22);
    background: unset;
    margin-bottom: var(--size-20);
  }
  .p-about__title-span {
    display: block;
    width: fit-content;
    padding: 0 var(--size-4);
    line-height: 1.5;
    background: #DACDAA;
    margin-bottom: var(--size-18);
  }
  .p-about__text {
    font-size: var(--size-13);
    text-align: left;
    width: fit-content;
    margin: 0 auto var(--size-20);
  }
  .p-about__contents-item {
    width: 100%;
  }
  .p-about__contents-text {
    margin-top: var(--size-18);
  }
  .p-about__wrapper {
    margin: 0 var(--size-10);
    padding: var(--size-40) 0;
  }
  .p-about__wrapper:after {
    width: calc(100% - var(--size-20));
    height: calc(100% + var(--size-20));
  }
}

/* album */
.l-album {
  background: var(--off-white);
  padding: var(--size-100) 0;
}
.p-album__wrapper {
  display: flex;
  gap: var(--size-200);
  justify-content: space-between;
  position: relative;
}
.p-album__images {
  width: 50%;
  max-width: var(--size-650);
  position: relative;
  z-index: 1;
  height: fit-content;
}
.p-album__images-control {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.p-album__images-control-inner {
  position: relative;
}
.p-album__images-control-prev {
  right: calc(var(--size-10) * -1);
  left: unset;
}
.p-album__images-control-next {
  left: calc(var(--size-10) * -1);
}
.p-album__contents {
  flex: 1;
  height: fit-content;
  margin: auto;
}
.p-album__title {
  font-size: 32px;
  font-size: var(--size-32);
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.p-album__text {
  font-size: 16px;
  font-size: var(--size-16);
  line-height: 1.8;
  color: #444444;
}
.p-album__images-control .p-album__images-control-next:after,
.p-album__images-control .p-album__images-control-prev:after {
  content: '';
  background-image: url(../img/webp/album-swiper-prev.svg);
  width: var(--size-29);
  height: var(--size-56);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-album__images-control .p-album__images-control-next:after {
  transform: scaleX(-1);
}
.p-album__swiper-slide img {
  aspect-ratio: 1300 / 860;
}

@media (max-width: 1240px) {
  .p-album__wrapper {
    gap: var(--size-100);
  }
}

@media (max-width: 1024px) {
  .p-album__wrapper {
    flex-direction: column;
    gap: var(--size-50);
    max-width: var(--size-650);
    margin: 0 auto;
  }
  .p-album__images {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .l-album {
    padding: var(--size-75) 0;
  }
  .p-album__title {
    font-size: var(--size-20);
  }
  .p-album__text {
    font-size: var(--size-14);
  }
  .p-album__images-control .p-album__images-control-next:after,
  .p-album__images-control .p-album__images-control-prev:after {
    width: var(--size-15);
    height: var(--size-29);
  }
  .p-album__images-control-prev {
    right: calc(var(--size-15) * -1);
    left: unset;
  }
  .p-album__images-control-next {
    left: calc(var(--size-15) * -1);
  }
}

/* thought */
.l-thought {
  background: var(--off-white);
  padding: var(--size-100) 0;
}
.p-thought__wrapper {
  display: flex;
  gap: var(--size-200);
  justify-content: space-between;
}
.p-thought__inner {
  flex: 1;
}
.p-thought__title {
  margin-bottom: var(--size-20);
  font-size: 30px;
  font-size: var(--size-30);
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.p-thought__text {
  font-size: 16px;
  font-size: var(--size-16);
  line-height: 1.8;
}
.p-thought__image {
  width: 50%;
  max-width: var(--size-500);
}

@media (max-width: 1240px) {
  .p-thought__wrapper {
    gap: var(--size-100);
  }
}

@media (max-width: 1024px) {
  .p-thought__wrapper {
    flex-direction: column;
    gap: var(--size-50);
    max-width: var(--size-650);
    margin: 0 auto;
  }
  .p-thought__image {
    width: 100%;
    margin: 0 auto;
  }
  .p-thought__inner {
    width: 100%;
  }
}

@media (max-width: 768px) { 
  .l-thought {
    padding: var(--size-75) 0;
  }
  
  .p-thought__title {
    font-size: var(--size-20);
    line-height: 1.5;
    width: fit-content;
    margin: 0 auto;
  }
  .p-thought__text {
    font-size: var(--size-14);
    width: fit-content;
    margin: 0 auto;
  }
}

/* recommend */
.l-recommend {
  padding: var(--size-100) 0;
}
.p-recommend__list {
  display: flex;
  justify-content: center;
  gap: var(--size-32);
  flex-wrap: wrap;
}
.p-recommend__item {
  width: calc(25% - var(--size-32) * 3 / 4);
}
.p-recommend__item-image {
  aspect-ratio: 1 / 1;
}
.p-recommend__item-text {
  margin-top: var(--size-20);
  font-size: 16px;
  font-size: var(--size-16);
  line-height: 1.5;
  color: #6C6C6C;
}

@media (max-width: 768px) {
  .l-recommend {
    padding: var(--size-75) 0;
  }
  .p-recommend__list {
    gap: var(--size-20);
  }
  .p-recommend__item {
    width: calc(50% - var(--size-20) / 2);
  }
  .p-recommend__item-text {
    font-size: var(--size-14);
    line-height: 1.6;
    margin-top: var(--size-18);
  }
}

/* whats */
.l-whats {
  background: var(--white);
  padding: var(--size-100) 0;
}
.p-whats__text {
  font-size: 14px;
  font-size: var(--size-14);
  line-height: 1.2;
  margin-bottom: var(--size-20);
}
.p-whats__contents {
  display: flex;
  gap: var(--size-32);
  justify-content: space-between;
  margin-bottom: var(--size-150);
}
.p-whats__contents-text {
  width: var(--size-447);
  font-size: 16px;
  font-size: var(--size-16);
  line-height: 1.9;
  color: #6C6C6C;
}
.p-whats__contents-image {
  max-width: var(--size-556);
  flex: 1;
}
.p-whats__contents-image img {
  width: 100%;
  height: 100%;
}
.p-whats__contents-list {
  display: flex;
  gap: var(--size-20);
  flex-wrap: wrap;
}
.p-whats__contents-item {
  width: calc(33.33% - var(--size-20) * 2 / 3);
}
.p-whats__contents-item-title {
  font-size: clamp(0.875rem, 0.723rem + 0.65vw, 1.5rem);
  line-height: 1.6;
  margin-bottom: var(--size-20);
  text-align: center;
}
.p-whats__contents-item-image {
  aspect-ratio: 493 / 250;
}
.p-whats__contents-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-whats__contents-item-text {
  margin-top: var(--size-20);
  font-size: 16px;
  font-size: var(--size-16);
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #6C6C6C;
}

@media (max-width: 1350px) {
  .p-whats__contents-item-title {
    font-size: 14px;
  }
  .p-whats__contents-item-text {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .l-whats {
    padding: var(--size-75) 0;
  }
  .p-whats__text {
    text-align: center;
    font-size: var(--size-14);
    line-height: 1.3;
    margin-bottom: var(--size-30);
  }
  .p-whats__contents {
    align-items: center;
    flex-direction: column;
    gap: var(--size-75);
    margin-bottom: var(--size-75);
  }
  .p-whats__contents-text {
    width: fit-content;
    margin: 0 auto;
    font-size: var(--size-14);
  }
  .p-whats__contents-list {
    flex-direction: column;
    gap: var(--size-75);
  }
  .p-whats__contents-item {
    width: 100%;
  }
  .p-whats__contents-item-title {
    width: fit-content;
    margin: 0 auto;
    font-size: var(--size-22);
    text-align: left;
  }
  .p-whats__contents-item-text {
    font-size: var(--size-14);
  }
}

/* feature */
.l-feature {
  padding: var(--size-100) 0;
  background: var(--off-white);
}
.p-feature__list {
  display: flex;
  column-gap: var(--size-20);
  row-gap: var(--size-50);
  flex-wrap: wrap;
}
.p-feature__item {
  width: calc(50% - var(--size-20) / 2);
}
.p-feature__item-image {
  aspect-ratio: 493 / 300;
  margin-bottom: var(--size-20);
}
.p-feature__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-feature__item-text {
  font-size: 18px;
  font-size: var(--size-18);
  line-height: 2;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .l-feature {
    padding: var(--size-75) 0;
    overflow: hidden;
  }
  .p-feature__item {
    width: var(--size-310);
  }
  .p-feature__item-text {
    font-size: var(--size-16);
  }
  .p-feature__swiper {
    overflow: visible;
  }
}

/* case */
.l-case {
  padding: var(--size-100) 0;
  background: var(--white);
  overflow: hidden;
}
.p-case__item-image-wrapper {
  position: relative;
  display: block;
  border: solid 1px #efefef;
  width: fit-content;
}
.p-case__item-image-wrapper:after {
  z-index: 0;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
.p-case__item-image {
  position: relative;
  z-index: 1;
  aspect-ratio: 350 / 495;
}
.p-case__item-title {
  font-size: 16px;
  font-size: var(--size-16);
  line-height: 1.5;
  margin-top: var(--size-20);
}
.p-case__swiper-slide {
  width: var(--size-350);
}
.p-case__swiper {
  overflow: visible;
}

@media (max-width: 768px) {
  .p-case__swiper-slide {
    width: var(--size-310);
  }
  .p-case__item-title {
    font-size: var(--size-14);
    line-height: 2;
    margin-top: var(--size-18);
  }
}

/* voice */
.l-voice {
  padding: var(--size-100) 0;
  background: var(--off-white);
}
.p-voice__list {
  display: flex;
  column-gap: var(--size-100);
  row-gap: var(--size-32);
  flex-wrap: wrap;
}
.p-voice__item {
  width: calc(50% - var(--size-100) / 2);
  display: flex;
  gap: var(--size-13);
  padding: var(--size-28) var(--size-23);
  background: #fff;
}
.p-voice__item-image {
  width: var(--size-100);
  height: var(--size-100);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-voice__item-image img {
  width: var(--size-48);
  height: var(--size-48);
}
.p-voice__item-text-title {
  font-size: 18px;
  font-size: var(--size-18);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: var(--size-20);
}
.p-voice__item-text-text {
  font-size: 14px;
  font-size: var(--size-14);
  line-height: 1.8;
  letter-spacing: 0.1em;
}

@media (max-width: 1024px) {
  .p-voice__list {
    gap: var(--size-20);
  }
  .p-voice__item {
    width: calc(50% - var(--size-20) / 2);
  }
}
@media (max-width: 768px) {
  .l-voice {
    padding: var(--size-75) 0;
    overflow: hidden;
  }
  .p-voice__swiper {
    overflow: visible;
  }
  .p-voice__item {
    width: var(--size-310);
    padding: var(--size-25) var(--size-10);
    flex-direction: column;
    gap: var(--size-18);
  }
  .p-voice__item-image {
    display: flex;
    width: 100%;
    border-bottom: solid 1px #CBC8C8;
  }
  .p-voice__item-image img {
    width: var(--size-29);
    height: var(--size-29);
  }
  .p-voice__item-text-title {
    margin-bottom: 0;
    flex: 1;
    font-size: var(--size-18);
    line-height: 1.9;
    letter-spacing: 0.1em;
  }
  .p-voice__item-text-text {
    font-size: var(--size-14);
    line-height: 2;
  }
}

/* step */
.l-step {
  padding: var(--size-100) 0;
}
.p-step__contents {
  display: flex;
  column-gap: var(--size-20);
  row-gap: var(--size-100);
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-step__contents-item {
  position: relative;
  display: flex;
  gap: var(--size-20);
  width: calc(33.333% - var(--size-20) * 2 / 3);
}
.p-step__contents-item-image {
  display: block;
  width: var(--size-300);
  height: var(--size-300);
  margin: 0 auto;
  object-fit: contain;
  aspect-ratio: 1 / 1;
}
.p-step__contents-item-text {
  text-align: center;
  position: absolute;
  top: -26px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.p-step__contents-item-text-step {
  font-size: 18px;
  font-size: var(--size-18);
  line-height: 2;
  color: #907900;
}
.p-step__contents-item-text-title {
  font-size: 18px;
  font-size: var(--size-18);
  line-height: 2;
}

@media (max-width: 1024px) {
  .p-step__contents-item-text-step {
    font-size: 16px;
    font-size: var(--size-16);
  }
  .p-step__contents-item-text-title {
    font-size: 16px;
    font-size: var(--size-16);
  }
}

@media (max-width: 768px) {
  .l-step {
    padding: var(--size-75) 0;
  }
  .p-step__contents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: var(--size-30);
    row-gap: var(--size-50);
    justify-items: center;
    align-items: center;
  }
  .p-step__contents-item {
    width: var(--size-150);
  }
  .p-step__contents-item-image {
    width: var(--size-150);
    height: var(--size-150);
  }
  .p-step__contents-item-text-step {
    font-size: 12px;
    font-size: var(--size-12);
    line-height: 1.5;
  }
  .p-step__contents-item-text-title {
    font-size: 12px;
    font-size: var(--size-12);
    line-height: 1.5;
  }
}

/* plan */
.l-plan {
  padding: var(--size-130) 0;
  background: var(--white);
}
.p-plan__contents {
  position: relative;
}
.p-plan__contents-text-wrapper {
  width: 100%;
  max-width: var(--size-1260);
  margin-left: auto;
  position: relative;
}
.p-plan__contents-text-wrapper:before {
  content: '';
  position: absolute;
  top: var(--size-13);
  left: -224px;
  width: var(--size-471);
  height: calc(100% + var(--size-14));
  border: solid 1px #907900;
  z-index: -1;
}
.p-plan__contents-text-wrapper:after {
  content: '';
  position: absolute;
  top: -12px;
  left: -199px;
  width: var(--size-421);
  height: calc(100% + var(--size-64));
  border: solid 1px #DEBB00;
  z-index: -1;
}
.p-plan__contents-image {
  width: calc(100% - var(--size-1260) + var(--size-160));
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}
.p-plan__contents-image img {
  width: 100%;
  height: 100%;
}
.p-plan__contents-text-wrapper {
  padding: var(--size-100) 0;
  background: var(--off-white);
}
.p-plan__contents-text {
  padding: var(--size-100) var(--size-72);
  background: #fff;
  width: fit-content;
  margin: auto;
}
.p-plan__contents-text-title-span {
  font-size: 18px;
  font-size: var(--size-18);
  letter-spacing: 0.1em;
  color: #D15D36;
}
.p-plan__contents-text-title-price {
  font-size: 32px;
  font-size: var(--size-32);
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.p-plan__contents-text-title-small {
  font-size: 16px;
  font-size: var(--size-16);
  line-height: 1;
  letter-spacing: 0.1em;
  color: #717070;
}
.p-plan__contents-text-desc {
  font-size: 14px;
  font-size: var(--size-14);
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #717070;
  margin-top: var(--size-80);
}
.p-plan__contents-announce {
  margin-top: var(--size-20);
}
.p-plan__contents-announce {
  font-size: 16px;
  font-size: var(--size-16);
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #717070;
  margin-top: var(--size-50);
  text-align: center;
}
.p-plan__contents-button {
  margin-top: var(--size-50);
  text-align: center;
  display: flex;
  justify-content: center;
}

@media (max-width: 1500px) {
  .p-plan__contents-text-wrapper {
    max-width: var(--size-768);
  }
  .p-plan__contents-image {
    width: calc(100% - var(--size-768) + var(--size-20));
    padding: 0 var(--size-10);
  }
}

@media (max-width: 1024px) {
  .l-plan {
    background: var(--off-white);
  }
  .p-plan__contents-image {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    transform: none;
    max-width: var(--size-768);
    margin: 0 auto var(--size-77);
  }
  .p-plan__contents-image:before {
    content: "";
    position: absolute;
    top: -13px;
    right: 11px;
    width: var(--size-235);
    height: calc(100% + var(--size-44));
    border: solid 1px #907900;
    z-index: -1;
  }
  .p-plan__contents-image:after {
    content: "";
    position: absolute;
    top: -23px;
    right: 21px;
    width: var(--size-215);
    height: calc(100% + var(--size-64));
    border: solid 1px #DEBB00;
    z-index: -1;
  }
  .p-plan__contents-text-wrapper {
    margin: auto;
    padding: 0 var(--size-10);
  }
  .p-plan__contents-text-wrapper:before,
  .p-plan__contents-text-wrapper:after {
    display: none;
  }
  .p-plan__contents-text {
    width: 100%;
    text-align: center;
    padding: var(--size-40) var(--size-10);
  }
}

@media (max-width: 768px) {
  .l-plan {
    padding: var(--size-75) 0;
  }
  .p-plan__contents-text-title-span {
    font-size: var(--size-14);
  }
  .p-plan__contents-text-title-price {
    font-size: var(--size-28);
  }
  .p-plan__contents-text-title-small {
    font-size: var(--size-14);
  }
  .p-plan__contents-text-desc {
    width: fit-content;
    margin: auto;
    font-size: var(--size-14);
    margin-top: var(--size-30);
    text-align: left;
  }
  .p-plan__contents-announce {
    text-align: left;
    width: fit-content;
    margin: var(--size-50) auto;
    font-size: var(--size-14);
  }
}

/* faq */
.p-faq__title {
  font-size: 32px;
  font-size: var(--size-32);
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding: var(--size-28) var(--size-25);
  background: #DACDAA;
}
.p-faq__list {
  display: flex;
}
.p-faq__contents-item-title {
  position: relative;
  display: flex;
  padding: var(--size-28) var(--size-60) var(--size-28) var(--size-54);
  border-bottom: solid 1px rgba(112,112,112,0.32);
  transition: all 0.3s;
  font-weight: 400;
  line-height: 1.6;
}
.p-faq__contents-item-title.is-active {
  background: rgba(218, 205, 170, 0.2);
}
.p-faq__contents-item-title-span {
  position: relative;
}
.p-faq__contents-item-title-span:before {
  content: 'Q';
  position: absolute;
  top: -12px;
  left: -44px;
  font-size: 32px;
  font-weight: 500;
  color: #DACDAA;
}
.p-faq__contents-item-text {
  padding: var(--size-28) var(--size-10) var(--size-28) var(--size-54);
  font-size: 14px;
  font-size: var(--size-14);
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.p-faq__contents-item-text-span {
  position: relative;
}
.p-faq__contents-item-text-span:before {
  content: 'A';
  position: absolute;
  top: -10px;
  left: -44px;
  font-size: 32px;
  font-weight: 500;
  color: #DACDAA;
}
.p-faq__contents-item-text {
  transition: background 0.3s;
}
.p-faq__contents-item-text.is-active {
   background: rgba(218, 205, 170, 0.2);
}

@media (max-width: 1024px) {
  .l-faq {
    padding: var(--size-75) 0;
  }
}

@media (max-width: 768px) {
  .l-faq {
    padding: var(--size-75) 0;
  }
  .p-faq__title {
    font-size: var(--size-23);
    padding: var(--size-14);
    text-align: center;
  }
  .p-faq__contents-item-title-span:before {
    font-size: var(--size-20);
    top: -6px;
    left: -24px;
  }
  .p-faq__contents-item-title {
    font-size: var(--size-14);
    padding: var(--size-32) var(--size-35);
  }
  .p-faq__contents-item-text {
    font-size: var(--size-14);
    padding: var(--size-32) var(--size-35);
  }
  .p-faq__contents-item-text-span:before {
    font-size: var(--size-20);
    top: -6px;
    left: -24px;
  }
  .p-faq__contents-item-text-span {
    font-size: var(--size-14);
  }
}

/* l-cta */
.l-cta {
  padding: var(--size-190) 0 var(--size-200);
  background: var(--white);
}
.p-cta__read {
  font-size: 30px;
  font-size: var(--size-30);
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
}
.p-cta__text {
  margin: var(--size-100) 0;
  font-size: 16px;
  font-size: var(--size-16);
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #717070;
}
.p-cta__copy {
  font-size: 16px;
  font-size: var(--size-16);
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-cta__copy {
  text-align: center;
  font-size: 23px;
  font-size: var(--size-23);
  font-weight: 500;
  margin-bottom: var(--size-75);
}
.p-cta__copy-text {
  width: fit-content;
  margin: auto;
  display: inline;
  line-height: 2.5;
  background: linear-gradient(90deg,#DACDAA 0 100%) 0 100% / 100% 1px no-repeat;
}
.p-cta__button {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .l-cta {
    padding: var(--size-25) 0 var(--size-100);
  }
  .p-cta__read {
    font-size: var(--size-18);
    line-height: 1.6;
  }
  .p-cta__text {
    margin: var(--size-50) 0;
    font-size: var(--size-14);
    line-height: 1.8;
  }
  .p-cta__copy {
    font-size: var(--size-16);
    line-height: 2;
  }
  .p-cta__copy-text {
    font-size: var(--size-14);
    line-height: 1.8;
  }
  .p-cta__button {}
}