@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/*----------------------
margin bottom
----------------------*/
.u-mb10 {
  margin-bottom: 10px;
}

.u-mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .u-mb20 {
    margin-bottom: 10px;
  }
}

.u-mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .u-mb30 {
    margin-bottom: 15px;
  }
}

.u-mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .u-mb40 {
    margin-bottom: 20px;
  }
}

.u-mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .u-mb50 {
    margin-bottom: 25px;
  }
}

.u-mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .u-mb60 {
    margin-bottom: 30px;
  }
}

.u-mb70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .u-mb70 {
    margin-bottom: 35px;
  }
}

.u-mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .u-mb80 {
    margin-bottom: 40px;
  }
}

.u-mb90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .u-mb90 {
    margin-bottom: 45px;
  }
}

.u-mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .u-mb100 {
    margin-bottom: 50px;
  }
}

.u-mb110 {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .u-mb110 {
    margin-bottom: 55px;
  }
}

.u-mb120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .u-mb120 {
    margin-bottom: 60px;
  }
}

.u-mb130 {
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .u-mb130 {
    margin-bottom: 65px;
  }
}

.u-mb140 {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .u-mb140 {
    margin-bottom: 70px;
  }
}

.u-mb150 {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .u-mb150 {
    margin-bottom: 75px;
  }
}

/*----------------------
margin position
----------------------*/
.u-margin--left {
  margin-left: auto;
}

.u-margin--right {
  margin-right: auto;
}

.u-margin--auto {
  margin-left: auto;
  margin-right: auto;
}

/*----------------------
text align
----------------------*/
.u-text_align--left {
  text-align: left;
}

.u-text_align--right {
  text-align: right;
}

.u-text_align--center {
  text-align: center;
}

/*----------------------
text color
----------------------*/
.u-text_color--green {
  color: #1ccca1;
}

.u-text_color--right {
  text-align: right;
}

.u-text_color--center {
  text-align: center;
}

/*----------------------
Zen Old Mincho
----------------------*/
.u-font_zen_weight--400 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}

.u-font_zen_weight--500 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}

.u-font_zen_weight--600 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}

.u-font_zen_weight--700 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}

.u-font_zen_weight--900 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
}

.u-font_tw {
  font-family: "Tw Cen MT", "Century Gothic", "Futura", "Arial", sans-serif;
}

/*----------------------
sp br
----------------------*/
.u-display--pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-display--pc {
    display: none;
  }
}
.u-display--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-display--sp {
    display: block;
  }
}

/* CSS Document */
/*----------------------
wrapper
----------------------*/
.c-wrapper--800 {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  max-width: 800px;
}

.c-wrapper--1000 {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  max-width: 1000px;
}

.c-wrapper--1200 {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  max-width: 1200px;
}

.c-wrapper--1400 {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  max-width: 1400px;
}

/*----------------------
text
----------------------*/
.c-lead_text {
  margin-left: auto;
  max-width: 67rem;
}
@media screen and (max-width: 768px) {
  .c-lead_text {
    margin-top: 4rem;
    max-width: 100%;
  }
}

.c-bg {
  position: relative;
  background-color: #1c1c1c;
  background-image: url("../images/common/fixed_bg.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 530px auto;
  background-attachment: fixed;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-bg {
    background-size: 340px auto;
  }
}
@media screen and (max-width: 580px) {
  .c-bg {
    background-size: 170px auto;
  }
}

/*----------------------
page_top
----------------------*/
.c-page_top {
  background: #303d48;
  position: fixed;
  right: 30px;
  bottom: -200px;
  text-align: center;
  height: 46px;
  width: 46px;
  z-index: 100;
}
.c-page_top i {
  color: #fff;
  line-height: 46px;
}

/*----------------------
c-reveal
----------------------*/
.c-reveal {
  position: relative;
  overflow: hidden;
}
.c-reveal picture,
.c-reveal img {
  display: block;
  width: 100%;
  height: auto;
}
.c-reveal::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(28, 28, 28);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-reveal--rtl::after {
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.c-reveal--rtl.way-show::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.c-reveal--ltr::after {
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.c-reveal--ltr.way-show::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.c-reveal--ttb::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.c-reveal--ttb.way-show::after {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
.c-reveal--btt::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.c-reveal--btt.way-show::after {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
.c-reveal--pop img {
  opacity: 0.4;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}
.c-reveal--pop.way-show img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.c-fade-up {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: opacity 2s ease-out, -webkit-transform 2s ease-out;
  transition: opacity 2s ease-out, -webkit-transform 2s ease-out;
  transition: opacity 2s ease-out, transform 2s ease-out;
  transition: opacity 2s ease-out, transform 2s ease-out, -webkit-transform 2s ease-out;
}
.c-fade-up.way-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-fade-up h2 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.c-fade-up p {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

/* CSS Document */
/*----------------------------------------------------------------------
/////■■ project ■■/////
----------------------------------------------------------------------*/
.p-title--S {
  font-family: "Zen Old Mincho", serif;
}
.p-title--S p {
  font-size: clamp(1.4rem, 2vw, 2rem);
}

.p-title--M {
  font-family: "Zen Old Mincho", serif;
}
.p-title--M p {
  font-size: clamp(1.4rem, 2vw, 2rem);
}
.p-title--M h2 {
  font-size: clamp(3rem, 7.2vw, 7.2rem);
  font-weight: 500;
  line-height: 1.4;
}

.p-title--L {
  font-family: "Zen Old Mincho", serif;
}
.p-title--L p {
  font-size: clamp(1.4rem, 2vw, 2rem);
}
.p-title--L h2 {
  font-size: clamp(3rem, 14vw, 14rem);
  font-weight: 500;
  line-height: 1.4;
}

.p-scrolldown {
  --line-h: 300px;
  --dot: 6px;
  position: absolute;
  right: 10rem;
  bottom: -15rem;
  width: 2px;
  height: var(--line-h);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-scrolldown {
    right: 9rem;
  }
}
@media screen and (max-width: 580px) {
  .p-scrolldown {
    --line-h: 150px;
    bottom: -8rem;
    right: 5rem;
  }
}
.p-scrolldown::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.65);
}
.p-scrolldown::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  background: #fff;
  width: var(--dot);
  height: var(--dot);
  -webkit-animation: scrolldownDot 1.3s ease-in-out infinite;
          animation: scrolldownDot 1.3s ease-in-out infinite;
}

@-webkit-keyframes scrolldownDot {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(calc(var(--line-h) - var(--dot)));
            transform: translateX(-50%) translateY(calc(var(--line-h) - var(--dot)));
  }
}

@keyframes scrolldownDot {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(calc(var(--line-h) - var(--dot)));
            transform: translateX(-50%) translateY(calc(var(--line-h) - var(--dot)));
  }
}
@media (prefers-reduced-motion: reduce) {
  .scrolldown::after {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
  }
}
.p-scrollside {
  position: relative;
  width: 300px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .p-scrollside {
    width: 200px;
  }
}
@media screen and (max-width: 580px) {
  .p-scrollside {
    width: 120px;
  }
}
.p-scrollside::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-scrollside::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: scrollside-dot 1.8s ease-in-out infinite;
          animation: scrollside-dot 1.8s ease-in-out infinite;
}
@-webkit-keyframes scrollside-dot {
  0% {
    left: 0%;
    opacity: 0;
  }
  15% {
    left: 0%;
    opacity: 1;
  }
  85% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@keyframes scrollside-dot {
  0% {
    left: 0%;
    opacity: 0;
  }
  15% {
    left: 0%;
    opacity: 1;
  }
  85% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

/* CSS Document */
/*----------------------
header
----------------------*/
.l-header {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header__logo {
  margin-left: 3.125%;
  width: 100%;
  max-width: 246px;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 30%;
  }
}
.l-header .l-header__nav {
  position: fixed;
  top: 2rem;
  right: 3.2rem;
  z-index: 9999;
}
@media screen and (max-width: 580px) {
  .l-header .l-header__nav {
    top: 1rem;
    right: 1rem;
  }
}
.l-header .l-header__nav__cta {
  -webkit-animation: ctaPulse 3.2s ease-in-out infinite;
          animation: ctaPulse 3.2s ease-in-out infinite;
  background: #ff4b2e;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6rem;
  height: 140px;
  position: relative;
  text-decoration: none;
  will-change: transform;
  width: 140px;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .l-header .l-header__nav__cta {
    height: 120px;
    width: 120px;
  }
}
@media screen and (max-width: 580px) {
  .l-header .l-header__nav__cta {
    height: 85px;
    width: 85px;
  }
}
.l-header .l-header__nav__cta::before, .l-header .l-header__nav__cta::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #ff4b2e;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  will-change: transform, opacity;
  -webkit-animation: ctaRipple 3.2s ease-out infinite;
          animation: ctaRipple 3.2s ease-out infinite;
}
.l-header .l-header__nav__cta::after {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.l-header .l-header__nav__cta:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
}
.l-header .l-header__nav__cta:hover::before {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.l-header .l-header__nav__cta__icon svg {
  height: auto;
  display: block;
  width: 26px;
}
@media screen and (max-width: 580px) {
  .l-header .l-header__nav__cta__icon svg {
    width: 20px;
  }
}
.l-header .l-header__nav__cta__text {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 580px) {
  .l-header .l-header__nav__cta__text {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}
.l-header .l-header__nav__cta .l-header__nav__cta:hover .l-header__nav__cta:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
}
.l-header .l-header__nav__cta .l-header__nav__cta:hover .l-header__nav__cta:hover::before, .l-header .l-header__nav__cta .l-header__nav__cta:hover .l-header__nav__cta:hover::after {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@-webkit-keyframes ctaPulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes ctaPulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes ctaRipple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.55;
  }
  70% {
    opacity: 0.18;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes ctaRipple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.55;
  }
  70% {
    opacity: 0.18;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes ctaPulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*----------------------
l-fv
----------------------*/
.l-fv {
  min-height: 100svh;
  position: relative;
  padding: clamp(2.7rem, 5.4vw, 5.4rem) 0 clamp(12.5rem, 25vw, 25rem);
}
@media screen and (max-width: 768px) {
  .l-fv {
    min-height: 100%;
    padding: clamp(2.7rem, 5.4vw, 5.4rem) 0 0;
  }
}
.l-fv__bg {
  inset: 0;
  overflow: hidden;
  position: fixed;
  pointer-events: none;
  z-index: -1;
}
.l-fv__bg > span {
  -webkit-animation: fvFadeZoom 20s linear infinite;
          animation: fvFadeZoom 20s linear infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  background-size: cover;
  background-position: center;
  opacity: 0;
  position: absolute;
  inset: 0;
  will-change: transform;
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.l-fv__bg > .is-1 {
  background-image: url(../images/fv_bg1.jpg);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@media screen and (max-width: 768px) {
  .l-fv__bg > .is-1 {
    background-image: url(../images/fv_bg1_sp.jpg);
  }
}
.l-fv__bg > .is-2 {
  background-image: url(../images/fv_bg2.jpg);
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
@media screen and (max-width: 768px) {
  .l-fv__bg > .is-2 {
    background-image: url(../images/fv_bg2_sp.jpg);
  }
}
.l-fv__bg > .is-3 {
  background-image: url(../images/fv_bg3.jpg);
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
@media screen and (max-width: 768px) {
  .l-fv__bg > .is-3 {
    background-image: url(../images/fv_bg3_sp.jpg);
  }
}
.l-fv__bg > .is-4 {
  background-image: url(../images/fv_bg4.jpg);
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}
@media screen and (max-width: 768px) {
  .l-fv__bg > .is-4 {
    background-image: url(../images/fv_bg4_sp.jpg);
  }
}
.l-fv__text {
  padding-top: clamp(10rem, 20vw, 20rem);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-fv__text {
    padding: clamp(30rem, 55vw, 55rem) 0 5rem;
    bottom: 0;
  }
}
.l-fv__text h1 {
  font-size: clamp(4rem, 9vw, 9rem);
  line-height: 0.85;
}
.l-fv__text h1 span {
  font-size: 90%;
  letter-spacing: -0.1em;
}
.l-fv__text p {
  font-size: clamp(1.2rem, 2.4vw, 2.4rem);
  letter-spacing: 0.08em;
}

@-webkit-keyframes fvFadeZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
  }
  5% {
    opacity: 1;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  35% {
    opacity: 0;
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}

@keyframes fvFadeZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
  }
  5% {
    opacity: 1;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  35% {
    opacity: 0;
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@media (prefers-reduced-motion: reduce) {
  .l-fv__bg > span {
    -webkit-animation: none;
            animation: none;
    opacity: 0;
    -webkit-transform: none;
            transform: none;
  }
  .l-fv__bg > span.is-1 {
    opacity: 1;
  }
}
/*----------------------
l-about
----------------------*/
.l-about {
  padding: min(14vw, 14rem) 0;
}
.l-about__split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-about__split__text {
  padding-right: 4%;
  padding-top: clamp(7rem, 14vw, 14rem);
  position: relative;
  top: min(-1vw, -1rem);
  width: 46%;
}
@media screen and (max-width: 1024px) {
  .l-about__split__text {
    padding-right: 0;
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .l-about__split__text {
    padding: 6rem 0 0 0;
    width: 100%;
  }
}
.l-about__split__text h3 {
  font-size: clamp(2.2rem, 3.6vw, 3.6rem);
  line-height: 1.75;
}
.l-about__split__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 5%;
  margin-right: calc(50% - 50vw);
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .l-about__split__img {
    margin-left: 5%;
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .l-about__split__img {
    margin: 4rem 0 0 0;
    width: 100%;
  }
}
.l-about__split__img p {
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  padding-right: 2%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .l-about__split__img p {
    padding: 0;
  }
}

/*----------------------
l-business
----------------------*/
.l-business {
  padding: 0 0 min(2vw, 2rem);
}
.l-business__split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .l-business__split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-business__split__text {
  padding-top: clamp(3.5rem, 7.5vw, 7.5rem);
  width: 29%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .l-business__split__text {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .l-business__split__text {
    padding: 0;
    width: 100%;
  }
}
.l-business__split__text h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.8rem, 3.6vw, 3.6rem);
  font-weight: 500;
  line-height: 1.75;
}
.l-business__split__text h3 span {
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  padding-left: 2rem;
  vertical-align: 0.7rem;
}
@media screen and (max-width: 768px) {
  .l-business__split__text h3 span {
    vertical-align: 0.4rem;
  }
}
@media screen and (max-width: 426px) {
  .l-business__split__text h3 span {
    padding-left: 1rem;
    vertical-align: 0.2rem;
  }
}
.l-business__split .l-business__split__img--split_R {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 62.5%;
  margin-right: calc(50% - 50vw);
  margin-left: 10%;
}
@media screen and (max-width: 768px) {
  .l-business__split .l-business__split__img--split_R {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .l-business__split .l-business__split__img--split_R {
    margin-left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .l-business__split .l-business__split__img--split_R {
    margin-right: 0;
    margin-left: 0;
    margin-top: 3rem;
  }
}
.l-business__split .l-business__split__img--split_L {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 62.5%;
  margin-left: calc(50% - 50vw);
  margin-right: 6%;
}
@media screen and (max-width: 768px) {
  .l-business__split .l-business__split__img--split_L {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .l-business__split .l-business__split__img--split_L {
    margin-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .l-business__split .l-business__split__img--split_L {
    margin: 0;
    margin-top: 3rem;
  }
}

/*----------------------
l-building
----------------------*/
.l-building {
  position: relative;
}
.l-building__inner {
  position: sticky;
  inset: 0;
  height: 100vh;
  overflow: hidden;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 426px) {
  .l-building__inner {
    height: 100vh;
  }
}
.l-building__inner__stack {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-building__inner__stack__slide {
  position: absolute;
  inset: 0;
  position: absolute;
  inset: 0;
  will-change: transform;
}
.l-building__inner__stack__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.l-building__inner__stack__slide:nth-child(1) {
  z-index: 1;
}
.l-building__inner__stack__slide:nth-child(2) {
  z-index: 2;
}
.l-building__inner__stack__slide:nth-child(3) {
  z-index: 3;
}
.l-building__inner__stack__slide:nth-child(4) {
  z-index: 4;
}

/*----------------------
l-group
----------------------*/
.l-group {
  background-color: #fff;
  background-image: url("../images/common/fixed_bg02.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 530px auto;
  background-attachment: fixed;
  color: #000000;
  overflow: hidden;
  padding: min(14vw, 14rem) 0 min(16vw, 16rem);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-group {
    background-size: 340px auto;
  }
}
@media screen and (max-width: 580px) {
  .l-group {
    background-size: 170px auto;
  }
}
.l-group ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5rem 0;
}
@media screen and (max-width: 768px) {
  .l-group ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 580px) {
  .l-group ul {
    gap: 2rem 0;
  }
}
.l-group ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid #cccccc;
  padding: 0.5rem 2rem;
  width: 33.3%;
}
@media screen and (max-width: 768px) {
  .l-group ul li {
    width: 48%;
  }
}
@media screen and (max-width: 580px) {
  .l-group ul li {
    border-left: none;
    border-top: 1px solid #cccccc;
    padding: 3rem 0;
    width: 100%;
  }
}
.l-group ul li .l-group__logo {
  margin-bottom: 2rem;
  width: min(100%, 36.2rem);
}
@media screen and (max-width: 580px) {
  .l-group ul li .l-group__logo {
    width: 58%;
  }
}
.l-group ul li p {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
}
.l-group ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: auto;
  margin-left: auto;
}
.l-group ul li a span {
  color: #000;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-group ul li a::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../images/common/icon_arrow.svg") no-repeat center/contain;
  -webkit-transition: background-image 0.15s;
  transition: background-image 0.15s;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateX(0) rotate(0deg);
          transform: translateX(0) rotate(0deg);
}
.l-group ul li a:hover::after {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
  -webkit-transform: translateX(6px) rotate(45deg);
          transform: translateX(6px) rotate(45deg);
  opacity: 0.85;
}
.l-group ul li a:hover span {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .l-group ul li:nth-of-type(2) {
    border-right: 1px solid #cccccc;
  }
}
@media screen and (max-width: 580px) {
  .l-group ul li:nth-of-type(2) {
    border-right: none;
  }
}
.l-group ul li:nth-of-type(3) {
  border-right: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .l-group ul li:nth-of-type(3) {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .l-group ul li:nth-of-type(4) {
    border-right: 1px solid #cccccc;
  }
}
@media screen and (max-width: 580px) {
  .l-group ul li:nth-of-type(4) {
    border-right: none;
  }
}
.l-group ul li:nth-of-type(6) {
  border-right: 1px solid #cccccc;
}
@media screen and (max-width: 580px) {
  .l-group ul li:nth-of-type(6) {
    border-right: none;
  }
}
.l-group ul li:last-child {
  border-right: 1px solid #cccccc;
}
@media screen and (max-width: 580px) {
  .l-group ul li:last-child {
    border-right: none;
    border-bottom: 1px solid #cccccc;
  }
}

/*----------------------
l-company
----------------------*/
.l-company {
  padding: min(14vw, 14rem) 0 0;
}
.l-company__split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-company__split__list {
  width: 36%;
}
@media screen and (max-width: 768px) {
  .l-company__split__list {
    width: 100%;
  }
}
.l-company__split__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: clamp(1.5rem, 3vw, 3rem);
}
.l-company__split__list dl dt {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  width: 35%;
}
@media screen and (max-width: 768px) {
  .l-company__split__list dl dt {
    width: 15%;
  }
}
@media screen and (max-width: 580px) {
  .l-company__split__list dl dt {
    width: 25%;
  }
}
.l-company__split__list dl dd {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  width: 65%;
}
@media screen and (max-width: 768px) {
  .l-company__split__list dl dd {
    width: 85%;
  }
}
@media screen and (max-width: 580px) {
  .l-company__split__list dl dd {
    width: 75%;
  }
}
.l-company__split__map {
  position: relative;
  text-align: right;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .l-company__split__map {
    margin-top: 3rem;
    text-align: left;
    width: 100%;
  }
}
.l-company__split__map__inner {
  height: 350px;
  overflow: hidden;
  width: 100%;
}
.l-company__split__map__inner iframe {
  border: 0;
  display: block;
  -webkit-filter: grayscale(1) contrast(1.05);
          filter: grayscale(1) contrast(1.05);
  margin-top: -250px;
  height: calc(100vh + 50px);
  width: 100%;
}
.l-company__split__map p {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  margin-top: 1rem;
}

/*----------------------
l-showroom
----------------------*/
.l-showroom {
  padding: min(14vw, 14rem) 0;
}
.l-showroom__split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-showroom__split__img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .l-showroom__split__img {
    margin-bottom: 3rem;
    width: 100%;
  }
}
.l-showroom__split__text {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .l-showroom__split__text {
    width: 100%;
  }
}
.l-showroom__split__text img {
  width: min(100%, 32.8rem);
}
@media screen and (max-width: 768px) {
  .l-showroom__split__text img {
    width: 60%;
  }
}
.l-showroom__split__text p:nth-of-type(1) {
  font-size: clamp(1rem, 1.2vw, 1.2rem);
}

/*----------------------
l-movie
----------------------*/
.l-movie {
  position: relative;
  padding: min(22vw, 22rem) 0;
  clip-path: inset(0);
  overflow: clip;
}
.l-movie::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 0;
}
.l-movie__bg {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100vw;
  z-index: -1;
}
.l-movie__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  justify-items: center;
}
.l-movie__inner img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: min(80%, 43.6rem);
}
@media screen and (max-width: 768px) {
  .l-movie__inner img {
    width: 60%;
  }
}
.l-movie__inner p {
  font-size: clamp(1.6rem, 2.6vw, 2.6rem);
}

/*----------------------
l-recruit
----------------------*/
.l-recruit {
  padding: min(16vw, 16rem) 0;
}
.l-recruit ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.l-recruit ul li {
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: clamp(2rem, 4vw, 4rem) clamp(2rem, 7.5vw, 7.5rem);
  width: 46%;
}
@media screen and (max-width: 1024px) {
  .l-recruit ul li {
    padding: clamp(2rem, 4vw, 4rem) clamp(2rem, 4.5vw, 4.5rem);
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .l-recruit ul li {
    margin-bottom: 3rem;
    width: 100%;
  }
}
.l-recruit ul li h3 {
  border-bottom: 1px solid #666666;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: 600;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: clamp(1rem, 2vw, 2rem);
  text-align: center;
  max-width: 20rem;
}
.l-recruit ul li h3 span {
  font-size: clamp(1.8rem, 3.2vw, 3.2rem);
}
.l-recruit ul li h4 {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  font-weight: 600;
  text-align: center;
}
.l-recruit ul li p {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}
.l-recruit ul li dl {
  margin-top: auto;
  text-align: center;
}
.l-recruit ul li dl dt {
  color: #bbbbbb;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  font-weight: 700;
}
.l-recruit ul li dl dd a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  position: relative;
}
.l-recruit ul li dl dd a::after {
  content: "";
  background: url("../images/common/icon_arrow_down.svg") no-repeat center/contain;
  height: 40px;
  width: 40px;
  -webkit-transition: background-image 0.15s;
  transition: background-image 0.15s;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateX(0) rotate(0deg);
          transform: translateX(0) rotate(0deg);
}
.l-recruit ul li dl dd a span {
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-recruit ul li dl dd a:hover::after {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
  -webkit-transform: translateX(6px) rotate(-90deg);
          transform: translateX(6px) rotate(-90deg);
  opacity: 0.65;
}
.l-recruit ul li dl dd a:hover span {
  opacity: 0.5;
}

/*----------------------
l-contact
----------------------*/
.l-contact {
  background: #ffffff;
  color: #000;
  padding: min(14vw, 14rem) 0;
}
.l-contact__top {
  border-bottom: 1px solid #acacac;
  padding-bottom: clamp(2rem, 4vw, 4rem);
  margin-bottom: clamp(2rem, 4vw, 4rem);
  text-align: center;
}
@media screen and (max-width: 580px) {
  .l-contact__top__lead {
    text-align: left;
  }
}
.l-contact .p-form {
  padding: clamp(2rem, 4vw, 4rem) 0 clamp(3rem, 6vw, 6rem);
  /* =========================
     CF7 全体：幅・中央寄せ・基本フォント
  ========================= */
  /* dl/dt/dd のデフォ余白をリセット（ズレ防止） */
  /* =========================
     ラジオ（ddに付けたクラスに当てる）
  ========================= */
  /* =========================
     同意（acceptance）
  ========================= */
  /* =========================
     送信ボタン
  ========================= */
}
.l-contact .p-form .wpcf7 {
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  /* CF7が勝手に入れるpの余白を潰す */
}
.l-contact .p-form .wpcf7 p {
  margin: 0;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
}
.l-contact .p-form form.wpcf7-form {
  width: 100%;
  margin: 0;
  font-size: 1.4rem;
}
.l-contact .p-form__row {
  margin: 0 0 clamp(1.5rem, 3vw, 3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
.l-contact .p-form__row dt,
.l-contact .p-form__row dd {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .l-contact .p-form__row {
    gap: 0.6rem;
  }
}
@media screen and (max-width: 580px) {
  .l-contact .p-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-contact .p-form__row__label {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  width: 16rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 0.8rem;
  text-align: left;
}
@media screen and (max-width: 580px) {
  .l-contact .p-form__row__label {
    width: 100%;
  }
}
.l-contact .p-form__row__required {
  color: #e60012;
  font-size: 1.2rem;
  margin-left: 0.4rem;
  position: relative;
  top: -0.2rem;
}
.l-contact .p-form__row__field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* 入力欄（text/email/tel/textarea） */
  /* エラー文を「入力欄の下」に固定 */
  /* エラー時の赤枠（任意） */
}
@media screen and (max-width: 580px) {
  .l-contact .p-form__row__field {
    width: 100%;
  }
}
.l-contact .p-form__row__field input[type=text],
.l-contact .p-form__row__field input[type=email],
.l-contact .p-form__row__field input[type=tel],
.l-contact .p-form__row__field textarea {
  width: 100%;
  border: none;
  background: #f3f3f3;
  padding: 1rem 2rem;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-family: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-contact .p-form__row__field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.l-contact .p-form__row__field .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.6rem;
  line-height: 1.4;
  font-size: 1.2rem;
  color: #e60012;
}
.l-contact .p-form__row__field .wpcf7-not-valid {
  outline: 2px solid #e60012;
  outline-offset: 2px;
}
.l-contact .p-form__row__field__radioList {
  /* ラジオの必須エラーも下に揃える */
}
.l-contact .p-form__row__field__radioList .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem 2.4rem;
  width: 100%;
}
.l-contact .p-form__row__field__radioList .wpcf7-list-item {
  margin: 0;
}
.l-contact .p-form__row__field__radioList .wpcf7-list-item label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  cursor: pointer;
}
.l-contact .p-form__row__field__radioList input[type=radio] {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.l-contact .p-form__row__field__radioList .wpcf7-not-valid-tip {
  width: 100%;
}
.l-contact .p-form__agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  margin: 2.4rem 0 3.2rem;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}
@media screen and (max-width: 768px) {
  .l-contact .p-form__agree {
    gap: 0.6rem;
  }
}
.l-contact .p-form__agree__agreeLabel {
  width: 7rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-contact .p-form__agree__agreeCheck {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
}
.l-contact .p-form__agree__agreeCheck label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  cursor: pointer;
}
.l-contact .p-form__agree input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #aaa;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  background: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.l-contact .p-form__agree input[type=checkbox]:checked {
  background: #28a745;
  border-color: #28a745;
}
.l-contact .p-form__agree input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-contact .p-form__agree a {
  color: #0000ee;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  text-decoration: underline;
}
.l-contact .p-form__agree a:hover {
  opacity: 0.4;
}
.l-contact .p-form__submit {
  text-align: center;
}
.l-contact .p-form__submit__btn {
  background: #161616;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  letter-spacing: 0.08em;
  padding: clamp(1.5rem, 3vw, 3rem) 1rem;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: min(70%, 36rem);
}
@media screen and (max-width: 580px) {
  .l-contact .p-form__submit__btn {
    width: 48%;
  }
}
.l-contact .p-form__submit__btn:hover {
  opacity: 0.8;
}

.wpcf7-spinner {
	display: none;
}



.l-footer {
  background: #1c1c1c;
  padding: clamp(4rem, 9vw, 9rem) 0 clamp(7rem, 14vw, 14rem);
}
.l-footer img {
  margin-left: auto;
  margin-right: auto;
  width: min(26.9%, 20.7rem);
}
.l-footer p {
  border-top: 1px solid #616161;
  padding-top: clamp(1.5rem, 3vw, 3rem);
  text-align: center;
}
.l-footer p small {
  color: #bdbdbd;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
}

.l-privacy {
  background: #fff;
  color: #111;
  padding: min(7vw, 7rem) 0 min(10vw, 10rem);
}
.l-privacy__top {
  border-bottom: 1px solid #acacac;
  padding-bottom: clamp(3rem, 6vw, 6rem);
  text-align: center;
}
.l-privacy__top img {
  margin-left: auto;
  margin-right: auto;
  width: min(50%, 24.7rem);
}
.l-privacy__top__lead {
  text-align: left;
}
.l-privacy__common h2 {
  border-left: 5px solid #666666;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  padding-left: 2rem;
}
.l-privacy__common ul {
  padding: clamp(1rem, 2vw, 2rem) clamp(2rem, 4vw, 4rem) 0;
}
.l-privacy__common ul li {
  list-style: outside decimal;
  margin-bottom: clamp(1rem, 2vw, 2rem);
}
.l-privacy__common ul li::marker {
  font-size: 110%;
  font-weight: 600;
  color: #666666;
}
.l-privacy__common ul li ol {
  padding: clamp(1rem, 2vw, 2rem) clamp(2rem, 4vw, 4rem) 0;
}
.l-privacy__common__btn a {
  background: #000;
  margin-left: auto;
  margin-right: auto;
  padding: clamp(1rem, 2vw, 2rem) clamp(5rem, 10vw, 10rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.l-privacy__common__btn a:hover {
  opacity: 0.7;
}
.l-privacy__footer {
  text-align: center;
}