@charset "UTF-8";
/*----------------------------------------
common
------------------------------------------*/
/*----------------------------------------
setting
------------------------------------------*/
/*----------------------------------------
foundation
------------------------------------------*/
html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  margin: 0;
  padding: 0;
  overflow-y: scroll;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font-size: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  padding: 0;
}

button {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

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

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

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

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

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

video {
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}

body {
  font-family: "Hanken Grotesk", "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  background-color: #000;
  color: #000;
}

@media all and (max-width: 1279px) {
  html:has(#nav-input:checked), body:has(#nav-input:checked) {
    overscroll-behavior-y: none;
  }
}

strong, b {
  font-weight: 700;
}

span {
  font-weight: inherit;
}

#site-contents {
  background-color: #fff;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
}
@media all and (min-width: 641px) {
  #site-contents {
    font-size: 1.6rem;
  }
}

@media all and (min-width: 499px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
main p {
  line-height: 1.8;
  letter-spacing: 0.05em;
}
main a:not([class]) {
  color: #000;
  transition: color 0.5s;
}
@media (any-hover: hover) and (min-width: 499px) {
  main a:not([class]):hover {
    color: #ED8220;
    text-decoration: none;
  }
}
main h2 {
  font-size: 2rem;
}
@media all and (min-width: 641px) {
  main h2 {
    font-size: 2.2rem;
  }
}
main h3 {
  font-size: 1.8rem;
}
@media all and (min-width: 641px) {
  main h3 {
    font-size: 2rem;
  }
}
main h4 {
  font-size: 1.6rem;
}
@media all and (min-width: 641px) {
  main h4 {
    font-size: 1.8rem;
  }
}
main h5 {
  font-size: 1.6rem;
}
@media all and (min-width: 641px) {
  main h5 {
    font-size: 1.7rem;
  }
}

@media (any-hover: hover) and (min-width: 499px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*----------------------------------------
library
------------------------------------------*/
.inview {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s, transform 0.5s;
}
.inview.show-in {
  opacity: 1;
  transform: translateY(0);
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: auto;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
  z-index: 3;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.scroll-hint-shadow-wrap {
  position: relative;
}

.scroll-hint-shadow-wrap::after {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap::before {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after,
.scroll-hint-shadow-wrap.is-right-scrollable::after {
  opacity: 1;
  visibility: visible;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before,
.scroll-hint-shadow-wrap.is-left-scrollable::before {
  opacity: 1;
  visibility: visible;
}

.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-contents {
  width: 90%;
  max-width: 1100px;
  height: auto;
  background-color: #fff;
  padding: 10px;
  position: relative;
}

.modal-close-button {
  color: #000;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.custom-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 37px;
  margin-top: 35px;
}
@media all and (min-width: 641px) {
  .custom-arrows {
    margin-top: 67px;
  }
}
.custom-arrows .splide__pagination {
  max-width: calc(100% - 154px);
  gap: 15px 20px;
  padding: 0;
}
@media all and (min-width: 641px) {
  .custom-arrows .splide__pagination {
    max-width: calc(100% - 130px);
  }
}
.custom-arrows .splide__pagination li {
  display: grid;
  place-content: center;
}
.custom-arrows .splide__pagination__page {
  background-color: #BFBFBF;
  width: 8px;
  height: 8px;
  opacity: 1;
  margin: 0;
  outline: none;
}
.custom-arrows .splide__pagination__page.is-active {
  background-color: #ED8220;
  transform: none;
}

.custom-pagination {
  position: static;
  order: 2;
}

.custom-arrow {
  position: static;
  transform: translate(0);
  background: #000 no-repeat center/5px 9px;
  outline: none;
  opacity: 1;
  width: 40px;
  height: 40px;
  transition: opacity 0.5s;
}
@media all and (min-width: 641px) {
  .custom-arrow {
    width: 28px;
    height: 28px;
  }
}
.custom-arrow svg {
  display: none;
}
@media (any-hover: hover) and (min-width: 499px) {
  .custom-arrow:hover {
    opacity: 0.7;
  }
}

.custom-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%204.78%208.54%22%3E%3Cpath%20d%3D%22M4.28%2C8.54c-.15%2C0-.29-.07-.38-.17L.15%2C4.61c-.2-.2-.2-.51%2C0-.71L3.89.17c.2-.26.72-.21.86.12.08.19.04.4-.11.54l-3.43%2C3.43%2C3.43%2C3.43c.14.14.19.36.11.54s-.26.31-.46.31Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  order: 1;
}

.custom-next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%204.78%208.54%22%3E%3Cpath%20d%3D%22M.5%2C8.54c.15%2C0%2C.29-.07.38-.17l3.76-3.76c.2-.2.2-.51%2C0-.71L.9.17C.69-.09.18-.05.04.29-.04.47%2C0%2C.69.15.83l3.43%2C3.43L.15%2C7.69c-.14.14-.19.36-.11.54s.26.31.46.31Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  order: 3;
}

/*----------------------------------------
layout
------------------------------------------*/
.l-header {
  background-color: #000;
  position: sticky;
  top: 0;
  z-index: 5;
}
.l-header__inner {
  width: min(94%, 100% - 40px);
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  height: 60px;
}
@media all and (min-width: 641px) {
  .l-header__inner {
    height: 80px;
  }
}
@media all and (min-width: 1279px) {
  .l-header__logo {
    width: 203px;
  }
}
.l-header__logo a {
  display: block;
  width: 140px;
}
@media all and (min-width: 641px) {
  .l-header__logo a {
    width: 181px;
  }
}
.l-header__logo a {
  transition: opacity 0.5s;
}
@media (any-hover: hover) and (min-width: 499px) {
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}
.l-header__global-nav {
  display: flex;
  gap: 50px;
  list-style: none;
}
@media all and (max-width: 1389px) {
  .l-header__global-nav {
    gap: 30px;
  }
}
@media all and (max-width: 1279px) {
  .l-header__global-nav {
    flex-direction: column;
    gap: 24px;
  }
}
@media all and (min-width: 1280px) {
  .l-header__global-nav li {
    position: relative;
    padding: 10px 0;
  }
  .l-header__global-nav li:hover .child-menu {
    transition: 1.5s linear;
    height: auto;
    max-height: 200em;
  }
}
.l-header__global-nav a {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: color 0.5s;
}
@media (any-hover: hover) and (min-width: 499px) {
  .l-header__global-nav a:not(.current):hover {
    color: #ED8220;
  }
}
.l-header__global-nav a.current {
  color: #ED8220;
}
@media all and (max-width: 1279px) {
  .l-header .parent-menu {
    font-size: 1.6rem;
    font-weight: 700;
  }
}
@media all and (max-width: 1279px) {
  .l-header .child-menu {
    margin-left: 1em;
  }
}
@media all and (min-width: 1280px) {
  .l-header .child-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-font-smoothing: antialiased;
    width: auto;
    white-space: nowrap;
    background: #fff;
    height: 0;
    max-height: 0;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  }
  .l-header .child-menu a {
    display: block;
    padding: 0.8em 1em;
    color: #000;
    transition: color 0.5s, background-color 0.5s;
  }
  .l-header .child-menu a:hover {
    background-color: #ED8220;
    color: #fff;
  }
}
.l-header .child-menu li {
  padding: 0;
}
@media all and (max-width: 1279px) {
  .l-header .child-menu li {
    margin-top: 0.5em;
  }
}
@media all and (min-width: 1280px) {
  .l-header .child-menu li:not(:first-child) {
    border-top: 1px solid rgb(216.75, 216.75, 216.75);
  }
}
.l-header .child-menu li.menu-subhead {
  background-color: #000;
}
.l-header .child-menu li.menu-subhead a {
  font-size: 85%;
  font-weight: bold;
  color: #fff;
}
@media all and (min-width: 1280px) {
  .l-header .child-menu li.menu-subhead a {
    font-size: 75%;
  }
}
@media (any-hover: hover) and (max-width: 1279px) {
  .l-header .child-menu li.menu-subhead a:hover {
    color: #ED8220;
  }
}
@media all and (max-width: 1279px) {
  .l-header .child-menu li + .menu-subhead {
    margin-top: 15px;
  }
}
.l-header .child-menu.subhead-on li:not(.menu-subhead) a {
  padding-left: 1.5em;
}
.l-header__button {
  aspect-ratio: 203/40;
  width: 100%;
  display: grid;
  place-content: center;
  color: #fff;
  background-color: #ED8220;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: background-color 0.5s;
}
@media all and (min-width: 1280px) {
  .l-header__button {
    width: 203px;
  }
}
@media (any-hover: hover) and (min-width: 499px) {
  .l-header__button:hover {
    background-color: rgb(242.4, 167.5, 98.9);
  }
}
.l-header__open-menu-button {
  width: 38px;
  height: 30px;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media all and (min-width: 1280px) {
  .l-header__open-menu-button {
    display: none;
  }
}
.l-header__open-menu-button span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform-origin: center left 0;
  transition: transform 0.5s;
}
@media all and (max-width: 1279px) {
  .l-header__open-menu-window {
    width: 100%;
    max-width: 400px;
    background-color: #000;
    height: 100vh;
    height: 100dvh;
    position: fixed;
    top: 0;
    right: -100%;
    transition: right 0.5s;
    overscroll-behavior: contain;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .l-header__open-menu-window::-webkit-scrollbar {
    display: none;
  }
}
@media all and (min-width: 1280px) {
  .l-header__open-menu-window {
    display: contents;
  }
}
@media all and (max-width: 1279px) {
  .l-header__open-menu-window .scroll-content {
    padding: 60px 0;
    width: 70%;
    margin-inline: auto;
    min-height: calc(100% + 1px);
    display: flex;
    flex-direction: column;
    gap: 52px;
  }
}
@media all and (min-width: 1280px) {
  .l-header__open-menu-window .scroll-content {
    display: contents;
  }
}
.l-header__open-menu-background {
  display: contents;
}
@media all and (max-width: 1279px) {
  .l-header__open-menu-background {
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background-color: transparent;
    transition: background-color 0.5s;
    overscroll-behavior: contain;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .l-header__open-menu-background::-webkit-scrollbar {
    display: none;
  }
  .l-header__open-menu-background::after {
    display: block;
    content: "";
    width: 1px;
    height: calc(100% + 1px);
  }
}

#nav-input {
  display: none;
}

#nav-input:checked ~ .l-header .l-header__open-menu-button {
  position: relative;
  z-index: 3;
}
#nav-input:checked ~ .l-header .l-header__open-menu-button .bar1 {
  transform: rotate(14deg);
}
#nav-input:checked ~ .l-header .l-header__open-menu-button .bar2 {
  transform: rotate(-14deg);
}
@media all and (max-width: 1279px) {
  #nav-input:checked ~ .l-header .l-header__open-menu-window {
    z-index: 2;
    right: 0;
  }
}
@media all and (max-width: 1279px) {
  #nav-input:checked ~ .l-header .l-header__open-menu-background {
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: all;
  }
}

.l-second-page-title {
  border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
}
.l-second-page-title__heading {
  width: min(94%, 100% - 40px);
  margin-inline: auto;
  display: grid;
  place-content: center;
  place-items: center;
  text-align: center;
  gap: 1em;
  height: 80px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media all and (min-width: 641px) {
  .l-second-page-title__heading {
    font-size: 3rem;
    height: 130px;
  }
}

.l-pan-list {
  width: min(94%, 100% - 40px);
  margin-inline: auto;
  padding: 0.6em 0;
}
.l-pan-list ul {
  list-style: none;
  display: flex;
  gap: 8px;
  font-size: 1.2rem;
}
.l-pan-list ul li:not(:last-child) {
  display: flex;
  align-items: center;
  gap: 8px;
}
.l-pan-list ul li:not(:last-child)::after {
  display: block;
  content: "";
  width: 3px;
  height: 100%;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%204.78%208.54%22%3E%3Cpath%20d%3D%22M.5%2C8.54c.15%2C0%2C.29-.07.38-.17l3.76-3.76c.2-.2.2-.51%2C0-.71L.9.17C.69-.09.18-.05.04.29-.04.47%2C0%2C.69.15.83l3.43%2C3.43L.15%2C7.69c-.14.14-.19.36-.11.54s.26.31.46.31Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
}
.l-pan-list ul li:last-child {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.l-pan-list ul a {
  color: #000;
  text-decoration: none;
  transition: color 0.5s;
}
@media (any-hover: hover) and (min-width: 499px) {
  .l-pan-list ul a:hover {
    color: #ED8220;
    text-decoration: underline;
  }
}

.l-section {
  padding: min(10.667vw, 110px) 0;
  overflow: hidden;
  background-color: #fff;
}
.l-section__heading {
  display: grid;
  place-content: center;
  place-items: center;
  text-align: center;
  gap: 0.5em;
}
@media all and (max-width: 640px) {
  .l-section__heading {
    font-size: 1.4rem;
  }
}
.l-section__heading .main-title {
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
@media all and (min-width: 641px) {
  .l-section__heading .main-title {
    font-size: 4rem;
  }
}
.l-section__heading .lead {
  letter-spacing: 0.06em;
  line-height: 1.6;
  font-weight: inherit;
}
.l-section__heading .sub-lead {
  margin-top: -0.5em;
  position: relative;
  padding: 0 50px;
}
@media all and (max-width: 640px) {
  .l-section__heading .sub-lead {
    padding: 0;
    font-size: 1.4rem;
  }
}
.l-section__heading .sub-lead::after, .l-section__heading .sub-lead::before {
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
}
@media all and (max-width: 640px) {
  .l-section__heading .sub-lead::after, .l-section__heading .sub-lead::before {
    display: none;
  }
}
.l-section__heading .sub-lead::before {
  left: 0;
}
.l-section__heading .sub-lead::after {
  right: 0;
}

.l-container {
  width: min(94%, 100% - 40px);
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: min(10.133vw, 64px);
}
.l-container__wide-column {
  flex: 1;
  margin-inline: calc(50% - 50vw);
}
@media all and (min-width: 1921px) {
  .l-container__wide-column {
    margin-inline: -360px;
  }
}

.l-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: min(8vw, 40px) 10px;
}
@media all and (min-width: 769px) {
  .l-layout {
    gap: min(9.333vw, 50px) 40px;
  }
}
@media all and (min-width: 321px) {
  .l-layout.col2 > * {
    width: calc((100% - 10px) / 2);
  }
}
@media all and (min-width: 769px) {
  .l-layout.col2 > * {
    width: calc((100% - 40px) / 2);
  }
}
@media all and (min-width: 321px) {
  .l-layout.col3 > * {
    width: calc((100% - 10px) / 2);
  }
}
@media all and (min-width: 769px) {
  .l-layout.col3 > * {
    width: calc((100% - 80px) / 3);
  }
}
@media all and (min-width: 321px) {
  .l-layout.col4 > * {
    width: calc((100% - 10px) / 2);
  }
}
@media all and (min-width: 769px) {
  .l-layout.col4 > * {
    width: calc((100% - 80px) / 3);
  }
}
@media all and (min-width: 1001px) {
  .l-layout.col4 > * {
    width: calc((100% - 120px) / 4);
  }
}
@media all and (min-width: 499px) {
  .l-layout.col3-wide > * {
    width: calc((100% - 10px) / 2);
  }
}
@media all and (min-width: 769px) {
  .l-layout.col3-wide > * {
    width: calc((100% - 80px) / 3);
  }
}
.l-layout.col3-button > * {
  width: 100%;
}
@media all and (min-width: 641px) {
  .l-layout.col3-button > * {
    width: calc((100% - 10px) / 2);
  }
}
@media all and (min-width: 769px) {
  .l-layout.col3-button > * {
    width: calc((100% - 40px) / 3);
  }
}
.l-layout.gap-s {
  gap: 10px;
}
@media all and (min-width: 769px) {
  .l-layout.gap-s {
    gap: 20px;
  }
}
.l-layout.col3-min {
  gap: 40px 10px;
  max-width: 1017px;
  margin-inline: auto;
}
@media all and (min-width: 801px) {
  .l-layout.col3-min {
    gap: 40px;
  }
}
.l-layout.col3-min > * {
  width: calc((100% - 10px) / 2);
}
@media all and (min-width: 801px) {
  .l-layout.col3-min > * {
    width: calc((100% - 80px) / 3);
  }
}
.l-layout.gap-even {
  gap: 10px;
}
@media all and (min-width: 641px) {
  .l-layout.gap-even {
    gap: 40px;
  }
}
@media all and (min-width: 769px) {
  .l-layout.left-fit {
    justify-content: flex-start;
  }
}
@media all and (min-width: 1001px) {
  .l-layout.left-fit__pc {
    justify-content: flex-start;
  }
}
.l-layout.img-horizontal {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}
@media all and (min-width: 641px) {
  .l-layout.img-horizontal {
    gap: 20px;
  }
}
.l-layout.media-and-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
@media all and (min-width: 769px) {
  .l-layout.media-and-text {
    flex-direction: row;
    align-items: flex-start;
    gap: 50px;
  }
}
.l-layout.media-and-text .media-block {
  width: 100%;
  text-align: center;
}
@media all and (min-width: 769px) {
  .l-layout.media-and-text .media-block {
    width: 45%;
  }
}
.l-layout.media-and-text .text-block {
  width: 100%;
  align-self: center;
}
@media all and (min-width: 769px) {
  .l-layout.media-and-text .text-block {
    width: auto;
    flex: 1;
  }
}
.l-layout.mutual {
  display: flex;
  flex-direction: column;
  gap: min(10.667vw, 70px);
}
.l-layout.mutual .mutual-item {
  width: 100%;
}
@media all and (min-width: 1299px) {
  .l-layout.mutual .mutual-item {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.l-layout.mutual .mutual-item .subhead {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
}
@media all and (min-width: 641px) {
  .l-layout.mutual .mutual-item .subhead {
    font-size: 2rem;
  }
}
@media all and (min-width: 1299px) {
  .l-layout.mutual .mutual-item .subhead {
    text-align: left;
  }
}
.l-layout.mutual .mutual-item .img {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  aspect-ratio: 1000/520;
  overflow: hidden;
}
@media all and (min-width: 1001px) {
  .l-layout.mutual .mutual-item .img {
    flex: 1;
    width: auto;
    margin: 0 0 0 calc(50% - 50vw);
    max-width: 1000px;
  }
}
@media all and (min-width: 1921px) {
  .l-layout.mutual .mutual-item .img {
    margin: 0 0 0 -360px;
  }
}
.l-layout.mutual .mutual-item .img.shadow {
  position: relative;
}
.l-layout.mutual .mutual-item .img.shadow::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.05);
}
.l-layout.mutual .mutual-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (min-width: 1299px) {
  .l-layout.mutual .mutual-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
@media all and (min-width: 1001px) {
  .l-layout.mutual .mutual-item:nth-child(2n) .img {
    margin: 0 calc(50% - 50vw) 0 auto;
  }
}
@media all and (min-width: 1921px) {
  .l-layout.mutual .mutual-item:nth-child(2n) .img {
    margin: 0 -360px 0 0;
  }
}
.l-layout.mutual .mutual-item .body {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-top: 20px;
}
@media all and (min-width: 641px) {
  .l-layout.mutual .mutual-item .body {
    margin-top: 40px;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .l-layout.mutual .mutual-item .body {
    max-width: 900px;
    margin-inline: auto;
    align-items: center;
  }
}
@media all and (min-width: 1299px) {
  .l-layout.mutual .mutual-item .body {
    width: 42%;
    padding: 0 min(3.333vw, 50px);
    margin-top: 0;
  }
}
.l-layout.mutual .mutual-item .body h3 {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}
@media all and (min-width: 641px) {
  .l-layout.mutual .mutual-item .body h3 {
    font-size: 2rem;
  }
}

.col-item {
  display: flex;
  flex-direction: column;
  gap: 0.8em;
}
@media all and (max-width: 640px) {
  .col-item {
    max-width: 385px;
  }
}
.col-item.gap-l {
  gap: 1em;
}
.col-item img {
  width: 100%;
}
.col-item p {
  letter-spacing: 0.05em;
}
.col-item p.main-title {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media all and (min-width: 641px) {
  .col-item p.main-title {
    font-size: 1.8rem;
  }
}
.col-item p.caption {
  line-height: 1.6;
}
.col-item .head-group .sub-title {
  font-size: 1.2rem;
}
@media all and (min-width: 641px) {
  .col-item .head-group .sub-title {
    font-size: 1.4rem;
  }
}
.col-item .head-group .main-title {
  font-size: 2rem;
}
@media all and (min-width: 641px) {
  .col-item .head-group .main-title {
    font-size: 2.8rem;
  }
}
.col-item .head-group.small-head .sub-title {
  font-size: 1.1rem;
}
@media all and (min-width: 641px) {
  .col-item .head-group.small-head .sub-title {
    font-size: 1.3rem;
  }
}
.col-item .head-group.small-head .main-title {
  font-size: 2.2rem;
}
@media all and (min-width: 641px) {
  .col-item .head-group.small-head .main-title {
    font-size: 2.6rem;
  }
}
.col-item .head-group.x-small-head .sub-title {
  font-size: 1rem;
}
@media all and (min-width: 641px) {
  .col-item .head-group.x-small-head .sub-title {
    font-size: 1.2rem;
  }
}
.col-item .head-group.x-small-head .main-title {
  font-size: 1.7rem;
}
@media all and (min-width: 641px) {
  .col-item .head-group.x-small-head .main-title {
    font-size: 1.9rem;
  }
}

.l-post-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 10px;
  border-bottom: 2px solid #000;
  padding-bottom: 1em;
}
.l-post-head .category {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
}
.l-post-head .category .label {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  padding: 0.6em;
}
.l-post-head .post-date {
  font-size: 1.4rem;
}
.l-post-head h1 {
  display: block;
  width: 100%;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
}
@media all and (min-width: 641px) {
  .l-post-head h1 {
    font-size: 3rem;
  }
}

.l-post-body {
  letter-spacing: 0.05em;
}
.l-post-body p, .l-post-body li {
  line-height: 1.8;
}
.l-post-body > *:not(:first-child, p) {
  margin-top: 1.5em;
}
@media all and (min-width: 641px) {
  .l-post-body > *:not(:first-child, p) {
    margin-top: 2em;
  }
}
.l-post-body p:not(:first-child) {
  margin-top: 1.5em;
}
.l-post-body .wp-block-spacer {
  margin: 0;
}
.l-post-body :where(h2):not(:first-child) {
  margin-top: 2em;
}
@media all and (min-width: 641px) {
  .l-post-body :where(h2):not(:first-child) {
    margin-top: 3em;
  }
}
.l-post-body li:not(:first-child) {
  margin-top: 0.4em;
}
@media all and (min-width: 641px) {
  .l-post-body li:not(:first-child) {
    margin-top: 0.6em;
  }
}
.l-post-body table {
  table-layout: fixed;
}
.l-post-body table th {
  background-color: #F2F2F2;
}
.l-post-body table td {
  background-color: #fff;
}
.l-post-body table td, .l-post-body table th {
  padding: 1em;
  border: 1px solid rgb(216.75, 216.75, 216.75);
}
.l-post-body__nav-links {
  display: flex;
  justify-content: space-between;
  padding-top: 1.5em;
  border-top: 1px solid rgb(216.75, 216.75, 216.75);
}
.l-post-body__nav-links span {
  color: #999999;
}
.l-post-body__nav-links span.nav-next {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.l-post-body__nav-links span.nav-next::after {
  display: block;
  content: "";
  background: #000 no-repeat center/3px auto;
  width: 20px;
  height: 20px;
  transition: opacity 0.5s;
  border-radius: 999px;
  opacity: 0.5;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%204.78%208.54%22%3E%3Cpath%20d%3D%22M.5%2C8.54c.15%2C0%2C.29-.07.38-.17l3.76-3.76c.2-.2.2-.51%2C0-.71L.9.17C.69-.09.18-.05.04.29-.04.47%2C0%2C.69.15.83l3.43%2C3.43L.15%2C7.69c-.14.14-.19.36-.11.54s.26.31.46.31Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.l-post-body__nav-links span.nav-next:has(a)::after {
  opacity: 1;
}
.l-post-body__nav-links span.nav-previous {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.l-post-body__nav-links span.nav-previous::before {
  display: block;
  content: "";
  background: #000 no-repeat center/3px auto;
  width: 20px;
  height: 20px;
  transition: opacity 0.5s;
  border-radius: 999px;
  opacity: 0.5;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%204.78%208.54%22%3E%3Cpath%20d%3D%22M4.28%2C8.54c-.15%2C0-.29-.07-.38-.17L.15%2C4.61c-.2-.2-.2-.51%2C0-.71L3.89.17c.2-.26.72-.21.86.12.08.19.04.4-.11.54l-3.43%2C3.43%2C3.43%2C3.43c.14.14.19.36.11.54s-.26.31-.46.31Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.l-post-body__nav-links span.nav-previous:has(a)::before {
  opacity: 1;
}
.l-post-body .wp-block-group.is-style-background {
  background-color: #F2F2F2;
  padding: 1.5em;
}
@media all and (min-width: 641px) {
  .l-post-body .wp-block-group.is-style-background {
    padding: 2em;
  }
}
.l-post-body .wp-block-group.is-style-border {
  border: 2px solid #F2F2F2;
  padding: 1.5em;
}
@media all and (min-width: 641px) {
  .l-post-body .wp-block-group.is-style-border {
    padding: 2em;
  }
}
.l-post-body .wp-block-quote {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20384.774%22%3E%3Cpath%20d%3D%22m0%2C0h220.738v220.738l-85.844%2C164.036H44.452l63.316-164.036H0V0Zm291.262%2C0v220.738h107.768l-63.299%2C164.036h90.425l85.844-164.036V0h-220.738Z%22%20fill%3D%22%23fff%22%20opacity%3D%22.8%22%20stroke-width%3D%220%22%2F%3E%3C%2Fsvg%3E") #F2F2F2 no-repeat right 1.5em top 1.5em/100px auto;
  padding: 1.5em;
}
@media all and (min-width: 641px) {
  .l-post-body .wp-block-quote {
    padding: 2em;
  }
}
.l-post-body .wp-block-quote cite {
  font-size: 1.4rem;
  margin-top: 1.5em;
  color: #666666;
}
.l-post-body .wp-block-media-text {
  gap: 1.5em;
}
.l-post-body .wp-block-media-text__content {
  padding: 0;
}
.l-post-body .wp-block-separator {
  border-color: rgb(216.75, 216.75, 216.75);
}
.l-post-body ul, .l-post-body ol {
  list-style: none;
  padding: 0;
}
.l-post-body ul li, .l-post-body ol li {
  padding-left: 1.5em;
  position: relative;
}
.l-post-body ul li::before, .l-post-body ol li::before {
  position: absolute;
  left: 0;
}
.l-post-body ul.is-style-alphabet, .l-post-body ol.is-style-alphabet {
  counter-reset: li_count;
}
.l-post-body ul.is-style-alphabet li::before, .l-post-body ol.is-style-alphabet li::before {
  display: inline-block;
  counter-increment: li_count;
  content: "(" counter(li_count, lower-alpha) ")";
  top: 0;
}
.l-post-body ul:not(.is-style-alphabet) li::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background-color: #ED8220;
  top: 10px;
}
.l-post-body ol {
  counter-reset: li_count;
}
.l-post-body ol:not(.is-style-alphabet) li::before {
  display: inline-block;
  counter-increment: li_count;
  content: counter(li_count) ".";
  top: 0;
}
.l-post-body h2 {
  font-size: 2rem;
}
@media all and (min-width: 641px) {
  .l-post-body h2 {
    font-size: 2.2rem;
  }
}
.l-post-body h3 {
  font-size: 1.8rem;
  padding-bottom: 0.6em;
  position: relative;
}
@media all and (min-width: 641px) {
  .l-post-body h3 {
    font-size: 2rem;
  }
}
.l-post-body h3::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #000 0%, #000 50px, #cccccc 50px, #cccccc 100%);
}
.l-post-body h4 {
  font-size: 1.6rem;
}
@media all and (min-width: 641px) {
  .l-post-body h4 {
    font-size: 1.8rem;
  }
}
.l-post-body h5 {
  font-size: 1.6rem;
}
@media all and (min-width: 641px) {
  .l-post-body h5 {
    font-size: 1.7rem;
  }
}

.l-footer {
  background-color: #000;
  padding: min(9.867vw, 100px) 0 35px 0;
}
.l-footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: min(94%, 100% - 40px);
  max-width: 1200px;
  margin-inline: auto;
  color: #fff;
  gap: 40px;
}
@media all and (min-width: 901px) {
  .l-footer__inner {
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    gap: min(9.867vw, 100px);
  }
}
.l-footer__inner a {
  color: #fff;
  text-decoration: none;
  transition: color 0.5s;
}
@media (any-hover: hover) and (min-width: 499px) {
  .l-footer__inner a:hover {
    color: #ED8220;
  }
}
@media all and (max-width: 900px) {
  .l-footer__inner .group--1 {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
@media all and (min-width: 901px) {
  .l-footer__inner .group--1 {
    display: contents;
  }
}
.l-footer__inner .group--1 .sns-link {
  list-style: none;
  display: flex;
  gap: 35px;
  margin-left: -10px;
}
@media all and (min-width: 901px) {
  .l-footer__inner .group--1 .sns-link {
    order: 3;
  }
}
.l-footer__inner .group--1 .sns-link a {
  display: block;
  width: 26px;
  height: 26px;
  text-indent: -999px;
  overflow: hidden;
  background: no-repeat center/contain;
  transition: background-image 0.5s;
}
.l-footer__inner .group--1 .sns-link a.facebook {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2026.14%22%3E%3Cpath%20d%3D%22M9.27%2C6.9v3.07h4.54l-.73%2C4.73h-3.81v11.44h-5.11v-11.44H0v-4.73h4.16v-3.61C4.16%2C2.27%2C6.6%2C0%2C10.34%2C0c1.79%2C0%2C3.66.32%2C3.66.32v4.03h-2.06c-2.03%2C0-2.67%2C1.26-2.67%2C2.56Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.l-footer__inner .group--1 .sns-link a.instagram {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M23.93%2C7.05c-.06-1.28-.26-2.15-.56-2.91-.31-.79-.72-1.46-1.38-2.13-.67-.67-1.34-1.08-2.13-1.38-.76-.3-1.64-.5-2.91-.56-1.28-.06-1.69-.07-4.95-.07s-3.67.01-4.95.07c-1.28.06-2.15.26-2.91.56-.79.31-1.46.72-2.13%2C1.38-.67.67-1.08%2C1.34-1.38%2C2.13-.3.76-.5%2C1.64-.56%2C2.91-.06%2C1.28-.07%2C1.69-.07%2C4.95s.01%2C3.67.07%2C4.95c.06%2C1.28.26%2C2.15.56%2C2.91.31.79.72%2C1.46%2C1.38%2C2.13.67.67%2C1.34%2C1.08%2C2.13%2C1.38.76.3%2C1.64.5%2C2.91.56%2C1.28.06%2C1.69.07%2C4.95.07s3.67-.01%2C4.95-.07c1.28-.06%2C2.15-.26%2C2.91-.56.79-.31%2C1.46-.72%2C2.13-1.38s1.08-1.34%2C1.38-2.13c.3-.76.5-1.64.56-2.91.06-1.28.07-1.69.07-4.95s-.01-3.67-.07-4.95ZM21.77%2C16.85c-.05%2C1.17-.25%2C1.81-.41%2C2.23-.22.56-.48.96-.9%2C1.38-.42.42-.82.68-1.38.9-.42.16-1.06.36-2.23.41-1.27.06-1.64.07-4.85.07s-3.58-.01-4.85-.07c-1.17-.05-1.81-.25-2.23-.41-.56-.22-.96-.48-1.38-.9-.42-.42-.68-.82-.9-1.38-.16-.42-.36-1.06-.41-2.23-.06-1.27-.07-1.64-.07-4.85s.01-3.58.07-4.85c.05-1.17.25-1.81.41-2.23.22-.56.48-.96.9-1.38.42-.42.82-.68%2C1.38-.9.42-.16%2C1.06-.36%2C2.23-.41%2C1.27-.06%2C1.64-.07%2C4.85-.07s3.58.01%2C4.85.07c1.17.05%2C1.81.25%2C2.23.41.56.22.96.48%2C1.38.9.42.42.68.82.9%2C1.38.16.42.36%2C1.06.41%2C2.23.06%2C1.27.07%2C1.64.07%2C4.85s-.01%2C3.58-.07%2C4.85ZM12%2C5.84c-3.4%2C0-6.16%2C2.76-6.16%2C6.16s2.76%2C6.16%2C6.16%2C6.16%2C6.16-2.76%2C6.16-6.16-2.76-6.16-6.16-6.16ZM12%2C16c-2.21%2C0-4-1.79-4-4s1.79-4%2C4-4%2C4%2C1.79%2C4%2C4-1.79%2C4-4%2C4ZM19.85%2C5.59c0%2C.8-.64%2C1.44-1.44%2C1.44s-1.44-.64-1.44-1.44.64-1.44%2C1.44-1.44%2C1.44.64%2C1.44%2C1.44Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
@media (any-hover: hover) and (min-width: 499px) {
  .l-footer__inner .group--1 .sns-link a:hover.facebook {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2026.14%22%3E%3Cpath%20d%3D%22M9.27%2C6.9v3.07h4.54l-.73%2C4.73h-3.81v11.44h-5.11v-11.44H0v-4.73h4.16v-3.61C4.16%2C2.27%2C6.6%2C0%2C10.34%2C0c1.79%2C0%2C3.66.32%2C3.66.32v4.03h-2.06c-2.03%2C0-2.67%2C1.26-2.67%2C2.56Z%22%20fill%3D%22%23ED8220%22%2F%3E%3C%2Fsvg%3E");
  }
  .l-footer__inner .group--1 .sns-link a:hover.instagram {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M23.93%2C7.05c-.06-1.28-.26-2.15-.56-2.91-.31-.79-.72-1.46-1.38-2.13-.67-.67-1.34-1.08-2.13-1.38-.76-.3-1.64-.5-2.91-.56-1.28-.06-1.69-.07-4.95-.07s-3.67.01-4.95.07c-1.28.06-2.15.26-2.91.56-.79.31-1.46.72-2.13%2C1.38-.67.67-1.08%2C1.34-1.38%2C2.13-.3.76-.5%2C1.64-.56%2C2.91-.06%2C1.28-.07%2C1.69-.07%2C4.95s.01%2C3.67.07%2C4.95c.06%2C1.28.26%2C2.15.56%2C2.91.31.79.72%2C1.46%2C1.38%2C2.13.67.67%2C1.34%2C1.08%2C2.13%2C1.38.76.3%2C1.64.5%2C2.91.56%2C1.28.06%2C1.69.07%2C4.95.07s3.67-.01%2C4.95-.07c1.28-.06%2C2.15-.26%2C2.91-.56.79-.31%2C1.46-.72%2C2.13-1.38s1.08-1.34%2C1.38-2.13c.3-.76.5-1.64.56-2.91.06-1.28.07-1.69.07-4.95s-.01-3.67-.07-4.95ZM21.77%2C16.85c-.05%2C1.17-.25%2C1.81-.41%2C2.23-.22.56-.48.96-.9%2C1.38-.42.42-.82.68-1.38.9-.42.16-1.06.36-2.23.41-1.27.06-1.64.07-4.85.07s-3.58-.01-4.85-.07c-1.17-.05-1.81-.25-2.23-.41-.56-.22-.96-.48-1.38-.9-.42-.42-.68-.82-.9-1.38-.16-.42-.36-1.06-.41-2.23-.06-1.27-.07-1.64-.07-4.85s.01-3.58.07-4.85c.05-1.17.25-1.81.41-2.23.22-.56.48-.96.9-1.38.42-.42.82-.68%2C1.38-.9.42-.16%2C1.06-.36%2C2.23-.41%2C1.27-.06%2C1.64-.07%2C4.85-.07s3.58.01%2C4.85.07c1.17.05%2C1.81.25%2C2.23.41.56.22.96.48%2C1.38.9.42.42.68.82.9%2C1.38.16.42.36%2C1.06.41%2C2.23.06%2C1.27.07%2C1.64.07%2C4.85s-.01%2C3.58-.07%2C4.85ZM12%2C5.84c-3.4%2C0-6.16%2C2.76-6.16%2C6.16s2.76%2C6.16%2C6.16%2C6.16%2C6.16-2.76%2C6.16-6.16-2.76-6.16-6.16-6.16ZM12%2C16c-2.21%2C0-4-1.79-4-4s1.79-4%2C4-4%2C4%2C1.79%2C4%2C4-1.79%2C4-4%2C4ZM19.85%2C5.59c0%2C.8-.64%2C1.44-1.44%2C1.44s-1.44-.64-1.44-1.44.64-1.44%2C1.44-1.44%2C1.44.64%2C1.44%2C1.44Z%22%20fill%3D%22%23ED8220%22%2F%3E%3C%2Fsvg%3E");
  }
}
@media all and (min-width: 901px) {
  .l-footer__inner .group--2 {
    order: 2;
  }
}
.l-footer__inner .group--3 {
  width: 100%;
  font-size: 1.2rem;
  padding: 1em 0;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5em;
}
@media all and (min-width: 901px) {
  .l-footer__inner .group--3 {
    order: 4;
    position: relative;
  }
}
.l-footer__inner .group--3 .sub-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  font-size: 1rem;
}
@media all and (min-width: 901px) {
  .l-footer__inner .group--3 .sub-menu {
    flex-direction: row;
    gap: 2em;
    position: absolute;
    right: 0;
  }
}
.l-footer__logo {
  width: 157px;
}
@media all and (min-width: 901px) {
  .l-footer__logo {
    width: 180px;
    order: 1;
  }
}
.l-footer__global-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media all and (min-width: 901px) {
  .l-footer__global-nav {
    flex-direction: row;
    justify-content: center;
    gap: 50px;
  }
}
.l-footer__global-nav a {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

/*----------------------------------------
component
------------------------------------------*/
.c-sticky {
  position: sticky;
  top: 60px;
  z-index: -1;
}
@media all and (min-width: 641px) {
  .c-sticky {
    top: 80px;
  }
}

.c-video {
  width: 100%;
}
@media all and (max-width: 1000px) {
  .c-video {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.c-handle-block {
  display: flex;
  flex-direction: column;
  gap: 3px;
  background-color: rgb(249.8, 246.1, 241.6);
  padding: 1.5em;
}
@media all and (min-width: 499px) {
  .c-handle-block {
    gap: 5px;
  }
}
.c-handle-block.pa-s {
  padding: 1em;
}
.c-handle-block summary {
  display: block;
  cursor: pointer;
  outline: none;
  padding: 1em 3em 1em 1em;
  position: relative;
  transition: color 0.5s;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}
@media all and (min-width: 641px) {
  .c-handle-block summary {
    font-size: 1.6rem;
  }
}
.c-handle-block summary::-webkit-details-marker {
  display: none;
}
.c-handle-block summary::after {
  content: "＋";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
  line-height: 1;
  padding: 0;
  pointer-events: none;
  color: #ED8220;
}
@media (any-hover: hover) and (min-width: 499px) {
  .c-handle-block summary:hover {
    color: #ED8220;
  }
}
.c-handle-block__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 1em 1em 1em;
}
@media all and (max-width: 640px) {
  .c-handle-block__list {
    gap: 5px;
  }
}
.c-handle-block__link {
  display: inline-block;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  line-height: 1.3;
  padding: 0.8em 1em;
  letter-spacing: 0.05em;
}
@media all and (max-width: 640px) {
  .c-handle-block__link {
    font-size: 1.4rem;
  }
}
.c-handle-block__link.current {
  background-color: #ED8220;
}
.c-handle-block details {
  background-color: #fff;
}
.c-handle-block details::details-content {
  opacity: 0;
  block-size: 0;
  transition: 0.3s;
  transition-property: display, opacity, block-size, padding;
  transition-behavior: allow-discrete;
  line-height: 1.6em;
}
.c-handle-block details[open]::details-content {
  opacity: 1;
  block-size: auto;
  block-size: calc-size(auto, size);
}
.c-handle-block details[open] summary::after {
  content: "ー";
}

.c-primary-button {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  text-decoration: none;
  gap: 0.5em;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}
.c-primary-button .liner {
  line-height: 1.4;
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(#000, #000);
  transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-primary-button::before {
  display: block;
  content: "";
  width: 9px;
  aspect-ratio: 9/17;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208.31%2016.62%22%3E%3Cpath%20d%3D%22M.02%2C16.62c4.59-4.59%2C4.59-12.03%2C0-16.62h-.02l8.31%2C8.31L0%2C16.62h.02Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
}
@media (any-hover: hover) and (min-width: 499px) {
  .c-primary-button:hover .liner {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}

.c-secondary-button {
  display: inline-block;
  padding: 1em 1.8em;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: background-color 0.5s;
}
@media (any-hover: hover) and (min-width: 499px) {
  .c-secondary-button:hover {
    background-color: rgb(76.5, 76.5, 76.5);
  }
}

.c-window-treatments__slide .splide__track {
  width: 100%;
  overflow: visible;
  margin-inline: auto;
}
@media all and (min-width: 901px) {
  .c-window-treatments__slide .splide__track {
    max-width: 386px;
  }
}

.c-flows-slide {
  width: 100%;
}
@media all and (max-width: 640px) {
  .c-flows-slide {
    max-width: 80%;
    margin-inline: auto;
  }
}
.c-flows-slide .splide__track {
  width: 100%;
  overflow: visible;
}

.c-support__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media all and (min-width: 641px) {
  .c-support__list {
    gap: 40px;
  }
}
.c-support__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-top: 1px solid #000;
  padding: min(3.2vw, 30px) 10px;
  text-decoration: none;
  color: #000;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 1.4rem;
}
@media all and (max-width: 640px) {
  .c-support__item:last-child {
    border-bottom: 1px solid #000;
  }
}
@media all and (min-width: 641px) {
  .c-support__item {
    flex-direction: column-reverse;
    gap: 1em;
    width: calc((100% - 40px) / 2);
    border-bottom: 1px solid #000;
  }
}
@media all and (min-width: 769px) {
  .c-support__item {
    width: calc((100% - 80px) / 3);
  }
}
@media all and (min-width: 1201px) {
  .c-support__item {
    width: calc((100% - 160px) / 5);
  }
}
.c-support__item .title {
  line-height: 1.4;
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(#000, #000);
  transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-support__item .icon {
  display: grid;
  place-content: center;
  aspect-ratio: 1/1;
  width: 55px;
  transition: transform 0.5s;
}
.c-support__item .icon img {
  -webkit-backface-visibility: hidden;
}
@media all and (max-width: 640px) {
  .c-support__item .icon {
    transform: scale(0.7);
  }
}
@media (any-hover: hover) and (min-width: 499px) {
  .c-support__item:hover .title {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
  .c-support__item:hover .icon {
    transform: scale(1.1);
  }
}
@media (any-hover: hover) and (min-width: 499px) and (max-width: 640px) {
  .c-support__item:hover .icon {
    transform: scale(0.8);
  }
}
.c-support__more {
  text-align: right;
}
@media all and (min-width: 641px) {
  .c-support__more {
    text-align: center;
  }
}

.c-show-room {
  border-top: 1px solid rgb(216.75, 216.75, 216.75);
  background-color: #fff;
}
.c-show-room__container {
  max-width: 1920px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 1001px) {
  .c-show-room__heading {
    place-content: start;
    place-items: start;
  }
}
.c-show-room__body {
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding: min(9.867vw, 110px) 0;
}
@media all and (max-width: 1000px) {
  .c-show-room__body {
    width: min(94%, 100% - 40px);
    margin-inline: auto;
  }
}
@media all and (min-width: 1001px) {
  .c-show-room__body {
    flex: 1;
    padding: 60px 30px;
    align-self: center;
  }
}
@media all and (min-width: 1201px) {
  .c-show-room__body {
    gap: 60px;
  }
}
.c-show-room__body > * {
  width: 100%;
}
@media all and (min-width: 1201px) {
  .c-show-room__body > * {
    max-width: 530px;
    margin-inline: auto;
  }
}
.c-show-room__body .body-text {
  line-height: 2.4;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media all and (max-width: 640px) {
  .c-show-room__body .body-text {
    line-height: 1.8;
  }
}
.c-show-room__eyecatch {
  width: 100%;
  overflow: hidden;
}
@media all and (min-width: 1001px) {
  .c-show-room__eyecatch {
    width: 40%;
  }
}
@media all and (min-width: 1201px) {
  .c-show-room__eyecatch {
    width: 50%;
  }
}
@media (max-width: 1000px) and (min-width: 1201px) {
  .c-show-room__eyecatch {
    aspect-ratio: 750/700;
  }
}
.c-show-room__eyecatch img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1000px) {
  .c-show-room__more {
    text-align: right;
  }
}

.c-accordion {
  border-top: 1px solid rgb(216.75, 216.75, 216.75);
  transition: 0.5s;
}
.c-accordion:last-child {
  border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
}
.c-accordion__button {
  display: block;
  cursor: pointer;
  outline: none;
  padding: 1.5em 3em 1.5em 1em;
  position: relative;
  transition: color 0.5s;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media all and (min-width: 641px) {
  .c-accordion__button {
    font-size: 1.8rem;
  }
}
.c-accordion__button::-webkit-details-marker {
  display: none;
}
.c-accordion__button::after {
  content: "＋";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
  line-height: 1;
  padding: 0;
  pointer-events: none;
  color: #ED8220;
}
@media (any-hover: hover) and (min-width: 499px) {
  .c-accordion__button:hover {
    color: #ED8220;
  }
}
.c-accordion__body {
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 1.5em;
  line-height: 1.8;
}
.c-accordion::details-content {
  opacity: 0;
  block-size: 0;
  transition: 0.3s;
  transition-property: display, opacity, block-size, padding;
  transition-behavior: allow-discrete;
  line-height: 1.6em;
}
.c-accordion[open] {
  padding-bottom: 1em;
}
.c-accordion[open]::details-content {
  opacity: 1;
  block-size: auto;
  block-size: calc-size(auto, size);
}
.c-accordion[open] .c-accordion__button::after {
  content: "ー";
}

.c-summary-data {
  letter-spacing: 0.05em;
}
@media all and (min-width: 769px) {
  .c-summary-data {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 2em;
  }
  .c-summary-data dt, .c-summary-data dd {
    border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
    padding: 1.5em 0;
  }
}
.c-summary-data dt {
  font-weight: 700;
}
.c-summary-data__row {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
  padding: 1.5em 0;
  gap: 0.6em;
}
@media all and (min-width: 769px) {
  .c-summary-data__row {
    display: contents;
  }
  .c-summary-data__row:first-child dt, .c-summary-data__row:first-child dd {
    border-top: 1px solid rgb(216.75, 216.75, 216.75);
  }
}
.c-summary-data__row:first-child {
  border-top: 1px solid rgb(216.75, 216.75, 216.75);
}
.c-summary-data__caption {
  text-align: right;
  font-size: 1.4rem;
  color: #666666;
  margin-top: max(-5.067vw, -32px);
}

.c-history-data {
  letter-spacing: 0.05em;
}
@media all and (max-width: 768px) {
  .c-history-data {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    padding-left: 1em;
    border-left: 3px solid #F2F2F2;
  }
}
@media all and (min-width: 769px) {
  .c-history-data {
    display: grid;
    grid-template-columns: auto 1fr;
  }
}
.c-history-data__row {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
}
@media all and (min-width: 769px) {
  .c-history-data__row {
    display: contents;
  }
}
@media all and (min-width: 769px) {
  .c-history-data dt, .c-history-data dd {
    padding: 1em 0;
  }
}
.c-history-data dt {
  font-weight: 700;
  position: relative;
}
.c-history-data dt::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #ED8220;
  border-radius: 99px;
  position: absolute;
}
@media all and (max-width: 768px) {
  .c-history-data dt::after {
    top: 0.5em;
    left: -1.45em;
  }
}
@media all and (min-width: 769px) {
  .c-history-data dt::after {
    top: 1.5em;
    right: -6px;
  }
}
@media all and (min-width: 769px) {
  .c-history-data dt {
    border-right: 3px solid #F2F2F2;
    padding-right: 2em;
    text-align: right;
  }
}
@media all and (min-width: 769px) {
  .c-history-data dd {
    padding-left: 2em;
  }
}

.u-bg-color .c-history-data {
  border-color: #fff;
}
.u-bg-color .c-history-data dt {
  border-color: #fff;
}

.c-zoom-card {
  width: 100%;
  text-decoration: none;
  color: #000;
}
.c-zoom-card .thumbnail {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.c-zoom-card .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  -webkit-backface-visibility: hidden;
}
.c-zoom-card p {
  transition: opacity 0.5s;
}
@media (any-hover: hover) and (min-width: 499px) {
  .c-zoom-card:hover .thumbnail img {
    transform: scale(1.1);
  }
  .c-zoom-card:hover p {
    opacity: 0.7;
  }
}

.c-button-card {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  min-height: 4em;
  padding: 1em 2em;
  overflow: hidden;
}
@media all and (min-width: 641px) {
  .c-button-card {
    min-height: 6em;
    font-size: 1.8rem;
  }
}
.c-button-card:before {
  display: block;
  content: "";
  width: 200%;
  height: 100%;
  background: linear-gradient(to left, #000 0%, #000 50%, #ED8220 50%, #ED8220 100%);
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
  transition: left 0.5s;
}
.c-button-card::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%204.78%208.54%22%3E%3Cpath%20d%3D%22M.5%2C8.54c.15%2C0%2C.29-.07.38-.17l3.76-3.76c.2-.2.2-.51%2C0-.71L.9.17C.69-.09.18-.05.04.29-.04.47%2C0%2C.69.15.83l3.43%2C3.43L.15%2C7.69c-.14.14-.19.36-.11.54s.26.31.46.31Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
  position: absolute;
  top: calc(50% - 5px);
  right: 1em;
  transition: right 0.5s;
}
@media (any-hover: hover) and (min-width: 499px) {
  .c-button-card:hover::after {
    right: 0.8em;
  }
  .c-button-card:hover:before {
    left: 0;
  }
}

.c-iframe-contents {
  width: 100%;
}
.c-iframe-contents iframe {
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 1/1;
}
@media all and (min-width: 769px) {
  .c-iframe-contents iframe {
    aspect-ratio: 16/9;
  }
}

.c-pagenation {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}
.c-pagenation a.page-numbers {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  text-decoration: none;
  padding: 0.2em 0.5em;
  transition: opacity 0.5s;
}
@media (any-hover: hover) and (min-width: 499px) {
  .c-pagenation a.page-numbers:hover {
    opacity: 0.7;
  }
}
.c-pagenation span.current {
  border: 1px solid #000;
  color: #000;
  font-weight: bold;
  padding: 0.2em 0.5em;
}

/*----------------------------------------
page
------------------------------------------*/
/* home */
.p-home-mv {
  width: 100%;
  height: calc(100vh - 60px);
  height: calc(100svh - 60px);
  min-height: 400px;
  font-weight: 700;
  color: #fff;
  font-size: min(7.467vw, 5.3rem);
  position: relative;
  background-color: #000;
  overflow: hidden;
}
@media (min-width: 751px) {
  .p-home-mv {
    height: calc(100vh - 80px);
    height: calc(100svh - 80px);
    min-height: 500px;
    font-size: 5.3rem;
  }
}
.p-home-mv__copy {
  /* 画像上に重ねる配置 */
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0;
  margin-inline: auto;
  z-index: 3;
  max-width: min(94%, 100% - 40px);
  width: -moz-fit-content;
  width: fit-content; /* 必要に応じて inline-block に変更可 */
  /* display: inline-block; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  letter-spacing: 0.26em;
  font-size: 2.2rem;
}
.p-home-mv__copy br {
  display: none;
}
.p-home-mv__copy .break {
  display: none;
}
.p-home-mv__copy .mv-catch__title {
  font-size: 2.2rem;
}
@media (min-width: 751px) {
  .p-home-mv__copy .mv-catch__title {
    font-size: 5.3rem;
  }
}
.p-home-mv__copy .mv-catch__text {
  white-space: pre-line;
  font-size: 1.8rem;
}
@media (min-width: 751px) {
  .p-home-mv__copy .mv-catch__text {
    font-size: 2.8rem;
  }
}
@media (min-width: 751px) {
  .p-home-mv__copy {
    /* PC時は横並び + wrap で任意位置改行 */
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 0.5em;
    margin-inline: 3% auto;
    /* 親の5.3remをそのまま使う */
    font-size: inherit;
  }
  .p-home-mv__copy .break {
    display: block;
    flex-basis: 100%;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
  }
}
.p-home-mv::after {
  display: block;
  content: "";
  width: 100%;
  height: 8em !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.p-home-mv img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.p-home-mv .mv_btn {
  display: block;
  position: relative;
  min-width: 200px;
  min-height: 30px;
  margin-top: 20px;
}
@media (max-width: 750px) {
  .p-home-mv .mv_btn {
    padding: 10px;
    font-size: 80%;
  }
}
.p-home-mv .btn_box {
  flex-basis: 100%;
}

.p-home-philosophy__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: min(7.467vw, 40px) 10px;
}
@media all and (min-width: 1001px) {
  .p-home-philosophy__list {
    gap: min(7.467vw, 40px) 20px;
  }
}
.p-home-philosophy__list .col-item {
  width: calc((100% - 10px) / 2);
}
@media all and (min-width: 1001px) {
  .p-home-philosophy__list .col-item {
    width: calc((100% - 40px) / 3);
  }
}

.p-home-customer-testimonials__slide .splide__track {
  overflow: visible;
  margin-inline: auto;
  cursor: grab;
}
.p-home-customer-testimonials__slide .comment {
  display: flex;
  flex-direction: column;
  gap: 1em;
  background-color: #fff;
  padding: min(8vw, 50px) min(5.333vw, 50px);
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.p-home-customer-testimonials__slide .star-rating {
  width: 120px;
  height: 15px;
  position: relative;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20120%2015.22%22%3E%3Cpath%20d%3D%22M112%2C0l2.45%2C5.05%2C5.55.77-4.04%2C3.89.99%2C5.52-4.94-2.64-4.94%2C2.64.99-5.52-4.04-3.89%2C5.55-.77%2C2.45-5.05ZM83.55%2C5.05l-5.55.77%2C4.04%2C3.89-.99%2C5.52%2C4.94-2.64%2C4.94%2C2.64-.99-5.52%2C4.04-3.89-5.55-.77-2.45-5.05-2.45%2C5.05ZM57.55%2C5.05l-5.55.77%2C4.04%2C3.89-.99%2C5.52%2C4.94-2.64%2C4.94%2C2.64-.99-5.52%2C4.04-3.89-5.55-.77-2.45-5.05-2.45%2C5.05ZM31.55%2C5.05l-5.55.77%2C4.04%2C3.89-.99%2C5.52%2C4.94-2.64%2C4.94%2C2.64-.99-5.52%2C4.04-3.89-5.55-.77-2.45-5.05-2.45%2C5.05ZM5.55%2C5.05l-5.55.77%2C4.04%2C3.89-.99%2C5.52%2C4.94-2.64%2C4.94%2C2.64-.99-5.52%2C4.04-3.89-5.55-.77L8%2C0l-2.45%2C5.05Z%22%20fill%3D%22%23BFBFBF%22%2F%3E%3C%2Fsvg%3E") no-repeat left center/120px auto;
  text-indent: -9999px;
  overflow: hidden;
}
@media all and (max-width: 640px) {
  .p-home-customer-testimonials__slide .star-rating {
    align-self: center;
  }
}
.p-home-customer-testimonials__slide .star-rating::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20120%2015.22%22%3E%3Cpath%20d%3D%22M112%2C0l2.45%2C5.05%2C5.55.77-4.04%2C3.89.99%2C5.52-4.94-2.64-4.94%2C2.64.99-5.52-4.04-3.89%2C5.55-.77%2C2.45-5.05ZM83.55%2C5.05l-5.55.77%2C4.04%2C3.89-.99%2C5.52%2C4.94-2.64%2C4.94%2C2.64-.99-5.52%2C4.04-3.89-5.55-.77-2.45-5.05-2.45%2C5.05ZM57.55%2C5.05l-5.55.77%2C4.04%2C3.89-.99%2C5.52%2C4.94-2.64%2C4.94%2C2.64-.99-5.52%2C4.04-3.89-5.55-.77-2.45-5.05-2.45%2C5.05ZM31.55%2C5.05l-5.55.77%2C4.04%2C3.89-.99%2C5.52%2C4.94-2.64%2C4.94%2C2.64-.99-5.52%2C4.04-3.89-5.55-.77-2.45-5.05-2.45%2C5.05ZM5.55%2C5.05l-5.55.77%2C4.04%2C3.89-.99%2C5.52%2C4.94-2.64%2C4.94%2C2.64-.99-5.52%2C4.04-3.89-5.55-.77L8%2C0l-2.45%2C5.05Z%22%20fill%3D%22%23ED8220%22%2F%3E%3C%2Fsvg%3E") no-repeat left center/120px auto;
}
.p-home-customer-testimonials__slide .star-rating[data-rate="4.5"]::after {
  width: 112px;
}
.p-home-customer-testimonials__slide .star-rating[data-rate="4"]::after {
  width: 94px;
}
.p-home-customer-testimonials__slide .star-rating[data-rate="3.5"]::after {
  width: 86px;
}
.p-home-customer-testimonials__slide .star-rating[data-rate="3"]::after {
  width: 68px;
}
.p-home-customer-testimonials__slide .star-rating[data-rate="2.5"]::after {
  width: 60px;
}
.p-home-customer-testimonials__slide .star-rating[data-rate="2"]::after {
  width: 42px;
}
.p-home-customer-testimonials__slide .star-rating[data-rate="1.5"]::after {
  width: 34px;
}
.p-home-customer-testimonials__slide .star-rating[data-rate="1"]::after {
  width: 16px;
}
.p-home-customer-testimonials__slide .star-rating[data-rate="0.5"]::after {
  width: 8px;
}
.p-home-customer-testimonials__slide .star-rating[data-rate="0"]::after {
  display: none;
}

.p-home-media__slide .splide__track {
  width: 80%;
  max-width: 450px;
  overflow: visible;
  margin-inline: auto;
}
.p-home-media__slide .splide__track a {
  display: block;
  aspect-ratio: 450/151;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgb(216.75, 216.75, 216.75);
}
.p-home-media__slide .splide__track a img {
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.5s;
}
@media (any-hover: hover) and (min-width: 499px) {
  .p-home-media__slide .splide__track a:hover img {
    transform: scale(1.05);
  }
}
.p-home-media__more {
  text-align: right;
}
@media all and (min-width: 641px) {
  .p-home-media__more {
    text-align: center;
  }
}

/* rooms */
.p-rooms-archive__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
}
@media all and (min-width: 501px) {
  .p-rooms-archive__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (min-width: 1001px) {
  .p-rooms-archive__list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2px;
  }
}
.p-rooms-archive .rooms-gallery-item {
  color: #fff;
}
.p-rooms-archive .rooms-gallery-item figure {
  aspect-ratio: 1/1;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.p-rooms-archive .rooms-gallery-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  transform: scale(1.0001);
  transition: transform 0.5s;
  backface-visibility: hidden;
}
.p-rooms-archive .rooms-gallery-item .background {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s, transform 0.5s;
}
.p-rooms-archive .rooms-gallery-item .data-over {
  width: 100%;
  height: 100%;
  padding: 1.5em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  letter-spacing: 0.05em;
  transform: rotateX(-180deg);
  transform-origin: 50% 0;
  opacity: 0;
  transition: opacity 0.3s, transform 0.8s;
}
@media all and (min-width: 641px) {
  .p-rooms-archive .rooms-gallery-item .data-over {
    padding: 2em;
  }
}
.p-rooms-archive .rooms-gallery-item .data-over h2 {
  position: relative;
  padding-bottom: 0.8em;
}
.p-rooms-archive .rooms-gallery-item .data-over h2::after {
  display: block;
  content: "";
  width: 4em;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-rooms-archive .rooms-gallery-item .data-over .category {
  font-size: 1.2rem;
  margin-top: 0.8em;
}
.p-rooms-archive .rooms-gallery-item .data-over .button {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  border: 1px solid #fff;
  padding: 0.5em 1em;
  margin-top: 1em;
  transition: background-color 0.5s, border-color 0.5s;
}
@media (any-hover: hover) and (min-width: 499px) {
  .p-rooms-archive .rooms-gallery-item .data-over .button:hover {
    background-color: #000;
    border-color: #000;
  }
}
.p-rooms-archive .rooms-gallery-item:hover img {
  transform: scale(1.04);
}
.p-rooms-archive .rooms-gallery-item:hover .background {
  opacity: 1;
  transform: translateY(0);
}
.p-rooms-archive .rooms-gallery-item:hover .data-over {
  opacity: 1;
  transform: rotateX(0deg);
}
.p-rooms-archive .rooms-gallery-modal header {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: start;
  gap: 10px;
}
.p-rooms-archive .rooms-gallery-modal header h2 {
  align-self: center;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  margin-right: auto;
}
@media all and (min-width: 641px) {
  .p-rooms-archive .rooms-gallery-modal header h2 {
    font-size: 2rem;
  }
}
.p-rooms-archive .rooms-gallery-slide {
  position: relative;
  background-color: #000;
}
.p-rooms-archive .rooms-gallery-slide .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.p-rooms-archive .rooms-gallery-slide .splide__slide img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-rooms-archive .rooms-gallery-slide .custom-arrows {
  margin: 0;
  display: contents;
}
.p-rooms-archive .rooms-gallery-slide .custom-prev,
.p-rooms-archive .rooms-gallery-slide .custom-next {
  position: absolute;
  top: 50%;
  width: 30px !important;
  height: 40px !important;
  transform: translateY(-50%);
  border-radius: 0 !important;
  border: 1px solid #fff;
  outline: none;
}
.p-rooms-archive .rooms-gallery-slide .custom-prev:disabled,
.p-rooms-archive .rooms-gallery-slide .custom-next:disabled {
  opacity: 0.3 !important;
  cursor: default;
}
.p-rooms-archive .rooms-gallery-slide .custom-prev {
  left: -20px;
}
.p-rooms-archive .rooms-gallery-slide .custom-next {
  right: -20px;
}

/* support */
.p-support--cleaning__care {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.p-support--cleaning__care .fig-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 20px;
}
@media all and (min-width: 1001px) {
  .p-support--cleaning__care .fig-block {
    width: 60%;
  }
}
.p-support--cleaning__care .fig-block .img {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  max-width: 720px;
}
.p-support--cleaning__care .fig-block .img picture {
  width: calc((100% - 20px) / 2);
}
.p-support--cleaning__care .fig-block .cleaning-summary {
  width: 100%;
}
.p-support--cleaning__care .fig-block .cleaning-summary th, .p-support--cleaning__care .fig-block .cleaning-summary td {
  font-size: 1.2rem;
  vertical-align: middle;
  text-align: center;
  padding: 0.5em;
}
@media all and (min-width: 641px) {
  .p-support--cleaning__care .fig-block .cleaning-summary th, .p-support--cleaning__care .fig-block .cleaning-summary td {
    font-size: 1.4rem;
  }
}
.p-support--cleaning__care .fig-block .cleaning-summary th:first-child, .p-support--cleaning__care .fig-block .cleaning-summary td:first-child {
  width: 13em;
}
.p-support--cleaning__care .text-block {
  display: flex;
  flex-direction: column;
  gap: 1em;
  flex: 1;
}

/* dealer */
.p-dealer-shop .label {
  display: grid;
  place-content: center;
  font-size: 1.2rem;
  width: 4em;
  height: 24px;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.p-dealer-shop .label.products {
  background-color: #CBA679;
}
.p-dealer-shop .label.kind {
  width: 9.8em;
  background-color: #000;
}
@media all and (min-width: 769px) {
  .p-dealer-shop .label.kind {
    width: 11em;
  }
}
.p-dealer-shop .label.maintenance {
  color: transparent;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20497.399%20512.002%22%3E%3Cpath%20d%3D%22m496.032%2C180.156s-10.672%2C17.656-19.469%2C26.453c-30.922%2C30.938-75.484%2C45.219-114.044%2C32.048-22.172-7.563-41.594%2C9.109-41.594%2C9.109L67.784%2C506.985c-3.031%2C3.157-7.203%2C4.969-11.578%2C5.016-4.375.062-8.579-1.657-11.688-4.766l-39.75-39.75C1.658%2C464.391-.061%2C460.172.002%2C455.797c.047-4.375%2C1.859-8.547%2C5.031-11.563%2C0%2C0%2C244.047-236.299%2C256.219-249.174s14.031-27.875%2C10.047-56.078c-5.172-36.688%2C5.875-75.328%2C34.094-103.547C343.581-2.752%2C400.925-10.065%2C446.471%2C13.451c4.578%2C2.375%2C10.859%2C6.531%2C10.859%2C6.531%2C1.609.969%2C2.75%2C2.531%2C3.203%2C4.344l3.156%2C12.906c.891%2C3.688-1.281%2C7.406-4.922%2C8.422l-80.187%2C22.313c-2.704.75-4.688%2C3.031-5.063%2C5.797l-7.031%2C51.047c-.235%2C1.782.218%2C3.61%2C1.281%2C5.063l34.875%2C48.047c1.719%2C2.375%2C4.734%2C3.422%2C7.547%2C2.641l75.921-21.141c1.828-.516%2C3.781-.266%2C5.422.703%2C1.641.953%2C2.813%2C2.531%2C3.266%2C4.375l2.406%2C9.844c.484%2C2.016.062%2C4.141-1.172%2C5.813Z%22%20fill%3D%22%23fff%22%20stroke-width%3D%220%22%2F%3E%3C%2Fsvg%3E") #000 no-repeat center/auto 60%;
}
.p-dealer-shop__handle .handle-title {
  display: block;
  overflow: hidden;
  font-size: 1.6rem;
  margin-bottom: 1.5em;
}
.p-dealer-shop__handle .handle-title span {
  display: inline-block;
  padding-right: 1em;
  position: relative;
}
.p-dealer-shop__handle .handle-title span::after {
  display: block;
  content: "";
  width: 100vw;
  height: 1px;
  background-color: rgb(216.75, 216.75, 216.75);
  position: absolute;
  top: 50%;
  left: 100%;
}
.p-dealer-shop__handle .handle-list {
  display: flex;
  flex-direction: column;
  gap: 0.5em 2em;
  font-size: 85%;
}
.p-dealer-shop__handle .handle-list.__block {
  flex-direction: column;
  gap: 0.7em 2em;
}
@media all and (min-width: 641px) {
  .p-dealer-shop__handle .handle-list.__block {
    flex-direction: column;
    gap: 0 2em;
  }
  .p-dealer-shop__handle .handle-list.__service {
    gap: 1.8em 2em;
  }
  .p-dealer-shop__handle .handle-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1em 2em;
  }
}
.p-dealer-shop__handle .handle-item {
  display: flex;
  gap: 0.6em;
}
.p-dealer-shop__area {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media all and (max-width: 640px) {
  .p-dealer-shop__area {
    margin-inline: -0.7em;
  }
}
.p-dealer-shop__area--name {
  border-left: 5px solid #ED8220;
  padding-left: 0.8em;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.p-dealer-shop__area:not(:first-child) {
  margin-top: 1em;
}
.p-dealer-shop__list {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.p-dealer-shop__item {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
  background-color: #fff;
  padding: 1em;
}
@media all and (min-width: 769px) {
  .p-dealer-shop__item {
    flex-direction: row;
    gap: 2em;
    padding: 1.5em;
  }
}
.p-dealer-shop__item dt {
  font-weight: 700;
}
@media all and (min-width: 769px) {
  .p-dealer-shop__item dt {
    width: 30%;
    max-width: 240px;
  }
}
.p-dealer-shop__item dd {
  display: flex;
  flex-direction: column;
  gap: 0.6em;
}
.p-dealer-shop__item dd p {
  line-height: 1.6;
}
@media all and (min-width: 769px) {
  .p-dealer-shop__item dd {
    flex: 1;
  }
}
.p-dealer-shop__item dd .label-list.__service {
  margin: 2em 0 0.3em;
}
.p-dealer-shop__item dd .label-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}

.telBlock {
  margin-top: -12px;
}
@media all and (min-width: 769px) {
  .telBlock {
    margin-top: -14px;
  }
}

.mapBlock {
  position: relative;
  overflow: hidden;
}
.mapBlock iframe {
  width: 100%;
  height: 600px;
  transform: translateY(-68px);
}
@media only screen and (max-width: 767px) {
  .mapBlock iframe {
    height: 450px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .mapBlock iframe {
    height: 500px;
  }
}

.infoBlock {
  line-height: 1.4;
  width: calc(100% - 11em);
}

.textLink {
  color: #000;
  text-decoration-color: #000;
  transition: 0.3s;
}
.textLink:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .__block .handle-item {
    display: block;
  }
  .__block .handle-item .label {
    margin-top: 0.3em;
    max-width: 120px;
    margin-bottom: 5px;
  }
  .__block .handle-item .infoBlock {
    width: 100%;
  }
}
.serviceList {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 5px;
       column-gap: 5px;
  row-gap: 5px;
}
.serviceList > li {
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.6em;
  background-color: #fff;
  border-radius: 7px;
  border: solid 1px #a9a8a8;
}

.listkind.__sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .listkind.__pc {
    display: none;
  }
  .listkind.__sp {
    display: flex;
  }
  .listkind.__sp .label-list {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 3px;
         column-gap: 3px;
    row-gap: 3px;
    margin-bottom: 10px;
  }
}

/* lineup */
.p-lineup-page .gallery-img {
  aspect-ratio: 590/385;
  overflow: hidden;
}
.p-lineup-page .gallery-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-lineup-page .intro-head {
  padding: min(8vw, 100px) 0;
}
@media all and (max-width: 1000px) {
  .p-lineup-page .intro-head {
    padding-top: 0;
  }
}
.p-lineup-page .intro-head__item {
  display: flex;
  flex-wrap: wrap;
  max-width: 1920px;
  overflow: hidden;
  margin-inline: auto;
}
@media all and (min-width: 1001px) {
  .p-lineup-page .intro-head__item {
    align-items: center;
  }
}
.p-lineup-page .intro-head__item .img {
  width: 100%;
  aspect-ratio: 1000/520;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media all and (min-width: 1001px) {
  .p-lineup-page .intro-head__item .img {
    width: 70%;
  }
}
.p-lineup-page .intro-head__item .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-lineup-page .intro-head__item .body {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 100%;
  padding: 10% 6%;
  position: relative;
  z-index: 2;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}
@media all and (min-width: 1001px) {
  .p-lineup-page .intro-head__item .body {
    margin: 0 0 0 -15%;
    flex: 1;
    width: auto;
    padding: 6%;
  }
}
.p-lineup-page .intro-head__item .body .subhead {
  letter-spacing: 0.06em;
}
@media all and (max-width: 1000px) {
  .p-lineup-page .intro-head__item .body .subhead {
    text-align: center;
  }
}
.p-lineup-page .intro-img {
  position: relative;
}
@media all and (min-width: 501px) {
  .p-lineup-page .intro-img {
    padding-bottom: 8vw;
  }
}
@media all and (min-width: 1001px) {
  .p-lineup-page .intro-img {
    padding-bottom: 5.333vw;
  }
}
.p-lineup-page .intro-img .img {
  aspect-ratio: 1920/800;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media all and (min-width: 1001px) {
  .p-lineup-page .intro-img .img {
    aspect-ratio: 1920/400;
  }
}
.p-lineup-page .intro-img .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-lineup-page .intro-img--marquee {
  display: none;
}
@media all and (min-width: 501px) {
  .p-lineup-page .intro-img--marquee {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    font-size: 16vw;
    color: rgba(0, 0, 0, 0.08);
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    gap: 1rem;
    letter-spacing: 0.1em;
    line-height: 1;
  }
}
@media all and (min-width: 1001px) {
  .p-lineup-page .intro-img--marquee {
    font-size: 10.667vw;
  }
}
.p-lineup-page .intro-img--marquee .item {
  animation: marquee 40s linear infinite;
}
@media all and (min-width: 769px) {
  .p-lineup-page .intro-img--marquee .item {
    animation: marquee 60s linear infinite;
  }
}
@keyframes marquee {
  0% {
    translate: 0;
  }
  100% {
    translate: calc(-100% - 1rem);
  }
}
.p-lineup-page .outline-wrap {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.p-lineup-page .outline-wrap .img {
  width: 100%;
  aspect-ratio: 1200/600;
  overflow: hidden;
}
@media all and (min-width: 641px) {
  .p-lineup-page .outline-wrap .img {
    aspect-ratio: 1200/400;
  }
}
.p-lineup-page .outline-wrap .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-lineup-page .outline-wrap .subhead {
  letter-spacing: 0.06em;
  text-align: center;
  font-weight: 600;
}
.p-lineup-page .outline-wrap .body-text {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.p-lineup-page .gateway-more {
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 768px) {
  .p-lineup-page .gateway-more {
    margin-top: -2em;
  }
}
@media all and (min-width: 769px) {
  .p-lineup-page .gateway-more {
    gap: 40px;
  }
}
.p-lineup-page .gateway-more__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 1.5em;
  background-color: #fff;
  margin-top: 1px;
}
@media all and (min-width: 769px) {
  .p-lineup-page .gateway-more__item {
    width: calc((100% - 80px) / 3);
    padding: 0;
    margin-top: 0;
    background-color: transparent;
  }
}
.p-lineup-page .gateway-more__item .subhead {
  letter-spacing: 0.06em;
}
.p-lineup-page .app-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.p-lineup-page .app-link img {
  width: 160px;
  height: auto;
}
.p-lineup-page .app-link a {
  transition: opacity 0.5s;
}
@media (any-hover: hover) and (min-width: 499px) {
  .p-lineup-page .app-link a:hover {
    opacity: 0.7;
  }
}
.p-lineup-page .grid-col2 {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 500px;
  margin-inline: auto;
  gap: 40px;
}
@media all and (min-width: 769px) {
  .p-lineup-page .grid-col2 {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    max-width: none;
  }
}
.p-lineup-page .grid-col2__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  max-width: 100%;
  gap: 1.5em;
}
.p-lineup-page .grid-col2__item .img {
  aspect-ratio: 590/300;
  overflow: hidden;
}
.p-lineup-page .grid-col2__item .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-lineup-page .grid-col2__item .subhead {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media all and (min-width: 641px) {
  .p-lineup-page .grid-col2__item .subhead {
    font-size: 2rem;
  }
}
.p-lineup-page .sample-image {
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
@media all and (min-width: 641px) {
  .p-lineup-page .sample-image {
    gap: 10px;
  }
}
.p-lineup-page .system-summary {
  border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
  letter-spacing: 0.05em;
}
@media all and (max-width: 768px) {
  .p-lineup-page .system-summary {
    margin-inline: calc(50% - 50vw);
  }
}
.p-lineup-page .system-summary__item {
  border-top: 1px solid rgb(216.75, 216.75, 216.75);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1em;
  padding: 1.5em 20px;
}
@media all and (min-width: 769px) {
  .p-lineup-page .system-summary__item {
    gap: 2em;
    padding: 0;
  }
}
.p-lineup-page .system-summary__item .img {
  width: 30%;
  max-width: 590px;
  aspect-ratio: 400/300;
  overflow: hidden;
}
@media all and (min-width: 499px) {
  .p-lineup-page .system-summary__item .img {
    aspect-ratio: 590/300;
  }
}
@media all and (min-width: 769px) {
  .p-lineup-page .system-summary__item .img {
    width: 40%;
  }
}
.p-lineup-page .system-summary__item .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-lineup-page .system-summary__item .body {
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-self: center;
  padding: 1em 0;
  flex: 1;
}
@media all and (max-width: 769px) {
  .p-lineup-page .system-summary__item .body {
    display: contents;
  }
}
.p-lineup-page .system-summary__item .body .subhead {
  font-weight: 600;
  font-size: 2rem;
}
@media all and (max-width: 768px) {
  .p-lineup-page .system-summary__item .body .subhead {
    flex: 1;
    align-self: center;
    font-size: 1.8rem;
  }
}
@media all and (max-width: 768px) {
  .p-lineup-page .system-summary__item .body p {
    display: block;
    width: 100%;
  }
}

/* media */
.p-media-archive__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media all and (min-width: 769px) {
  .p-media-archive__list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}
@media all and (min-width: 1001px) {
  .p-media-archive__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
  }
}
.p-media-archive__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0.5em;
  text-decoration: none;
  color: #000;
  position: relative;
}
.p-media-archive__item .cat-label {
  display: inline-block;
  background-color: #000;
  line-height: 1;
  padding: 0.5em 0.8em;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
}
.p-media-archive__item .thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F2F2F2;
  aspect-ratio: 5/6;
  width: 100%;
  padding: 1.5em;
  overflow: hidden;
}
.p-media-archive__item img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.06);
  -webkit-backface-visibility: hidden;
  transition: transform 0.5s;
}
.p-media-archive__item .main-title {
  font-weight: 600;
  line-height: 1.3;
}
.p-media-archive__item .liner {
  line-height: 1.4;
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(#666666, #666666);
  transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-media-archive__item .media-data {
  font-size: 85%;
  line-height: 1.6;
}
@media (any-hover: hover) and (min-width: 499px) {
  .p-media-archive__item:hover img {
    transform: scale(1.03);
  }
  .p-media-archive__item:hover .liner {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}

/* recruit */
@media all and (max-width: 501px) {
  .p-recruit .sp-close {
    position: relative;
  }
}
@media all and (max-width: 501px) {
  .p-recruit .sp-close--item {
    display: block;
    max-height: 260px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, black 1.5em, transparent);
    mask-image: linear-gradient(to bottom, black 1.5em, transparent);
  }
  .p-recruit .sp-close--item.show {
    max-height: 9999em;
    -webkit-mask-image: none;
    mask-image: none;
  }
}
.p-recruit .sp-close--button {
  display: none;
}
@media all and (max-width: 501px) {
  .p-recruit .sp-close--button {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    text-align: center;
    margin-top: 1em;
  }
  .p-recruit .sp-close--button.show {
    position: relative;
    bottom: 0;
  }
}
.p-recruit .sp-close--button .button-item {
  display: none;
  gap: 0.5em;
  align-items: center;
  justify-content: center;
  background-color: #ED8220;
  color: #fff;
  min-width: 8em;
  border-radius: 5px;
  padding: 0.5em 1em;
  cursor: pointer;
}
.p-recruit .sp-close--button .button-item.show {
  display: inline-flex;
}
.p-recruit .sp-close--button .button-item::before {
  display: inline-block;
  content: "";
}
.p-recruit .sp-close--button .button-item.sp-close--open-button::before {
  width: 0.8em;
  height: 0.8em;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448.15%20256.05%22%3E%20%3Cpath%20d%3D%22M201.47%2C246.68c12.5%2C12.5%2C32.8%2C12.5%2C45.3%2C0L438.77%2C54.68c12.5-12.5%2C12.5-32.8%2C0-45.3s-32.8-12.5-45.3%2C0l-169.4%2C169.4L54.67%2C9.47C42.17-3.03%2C21.88-3.03%2C9.38%2C9.47s-12.5%2C32.8%2C0%2C45.3l192%2C192%2C.1-.1Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
}
.p-recruit .sp-close--button .button-item.sp-close--close-button::before {
  width: 0.6em;
  height: 0.6em;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448.15%20448.05%22%3E%20%3Cpath%20d%3D%22M393.47%2C9.38c12.5-12.5%2C32.8-12.5%2C45.3%2C0s12.5%2C32.8%2C0%2C45.3l-169.4%2C169.3%2C169.3%2C169.4c12.5%2C12.5%2C12.5%2C32.8%2C0%2C45.3s-32.8%2C12.5-45.3%2C0l-169.3-169.4L54.67%2C438.58c-12.5%2C12.5-32.8%2C12.5-45.3%2C0s-12.5-32.8%2C0-45.3l169.4-169.3L9.48%2C54.57C-3.02%2C42.07-3.02%2C21.88%2C9.48%2C9.38c12.5-12.5%2C32.8-12.5%2C45.3%2C0l169.3%2C169.3L393.47%2C9.38Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
}
.p-recruit__message {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #000;
}
.p-recruit__message .l-container {
  position: relative;
  z-index: 3;
  color: #fff;
}
.p-recruit__message::after {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.p-recruit__message img {
  width: 100%;
  height: auto;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.p-recruit__environment--body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 14px;
}
@media all and (min-width: 641px) {
  .p-recruit__environment--body {
    gap: 40px 30px;
  }
}
@media all and (min-width: 901px) {
  .p-recruit__environment--body {
    gap: 40px;
  }
}
.p-recruit__environment--body .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6em;
  width: 100%;
  letter-spacing: 0.05em;
}
@media all and (min-width: 321px) {
  .p-recruit__environment--body .item {
    width: calc((100% - 14px) / 2);
  }
}
@media all and (min-width: 641px) {
  .p-recruit__environment--body .item {
    width: calc((100% - 30px) / 2);
    gap: 1em;
  }
}
@media all and (min-width: 901px) {
  .p-recruit__environment--body .item {
    width: calc((100% - 80px) / 3);
  }
}
@media all and (max-width: 641px) {
  .p-recruit__environment--body .item h3 {
    font-size: 1.6rem;
    letter-spacing: 0.01em;
  }
}
.p-recruit__environment--body .item p {
  line-height: 1.6;
}
.p-recruit__benefits--body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px 10px;
  letter-spacing: 0.05em;
}
@media all and (min-width: 321px) {
  .p-recruit__benefits--body {
    grid-template-columns: 1fr 1fr;
    gap: 40px 14px;
  }
}
@media all and (min-width: 501px) {
  .p-recruit__benefits--body {
    gap: 40px;
  }
}
@media all and (min-width: 901px) {
  .p-recruit__benefits--body {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.p-recruit__benefits--body .item {
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: center;
}
.p-recruit__benefits--body .icon {
  background: #F2F2F2;
  border-radius: 999px;
  width: 80%;
  max-width: 160px;
  padding: 8%;
  margin-inline: auto;
}
@media all and (max-width: 641px) {
  .p-recruit__benefits--body h3 {
    font-size: 1.6rem;
    letter-spacing: 0.01em;
  }
}
.p-recruit__entry {
  background-color: #000;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
}
.p-recruit__entry--title {
  font-size: 2rem;
  letter-spacing: 0.06em;
}
@media all and (min-width: 641px) {
  .p-recruit__entry--title {
    font-size: 3rem;
  }
}
.p-recruit__entry--button {
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
  background-color: #ED8220;
  border: 2px solid #ED8220;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 1em;
  font-size: 120%;
  transition: border-color 0.5s;
}
@media (any-hover: hover) and (min-width: 499px) {
  .p-recruit__entry--button:hover {
    border-color: #fff;
  }
}
.p-recruit .interview-list:not(.splide) {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media all and (min-width: 1001px) {
  .p-recruit .interview-list:not(.splide) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.p-recruit .interview-list .splide__track {
  overflow: visible;
}
.p-recruit .interview-list .interview-item {
  background-color: #fff;
  display: flex;
  position: relative;
}
.p-recruit .interview-list .interview-item .img {
  width: 40%;
  max-width: 160px;
  overflow: hidden;
  align-self: flex-end;
}
.p-recruit .interview-list .interview-item .profile-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.8em;
}
@media all and (min-width: 641px) {
  .p-recruit .interview-list .interview-item .profile-block {
    padding: 1em;
  }
}
.p-recruit .interview-list .interview-item .profile-block .name {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.2em 0.4em;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  position: relative;
}
@media all and (min-width: 499px) {
  .p-recruit .interview-list .interview-item .profile-block .name {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 641px) {
  .p-recruit .interview-list .interview-item .profile-block .name {
    font-size: 2.4rem;
    padding-bottom: 1rem;
    padding-bottom: 1rem;
  }
}
.p-recruit .interview-list .interview-item .profile-block .name::after {
  display: block;
  content: "";
  width: 4em;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-recruit .interview-list .interview-item .profile-block .name .kana {
  display: inline-block;
  font-size: 65%;
  color: #666666;
}
.p-recruit .interview-list .interview-item .profile-block .job {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 0.5em;
}
.p-recruit .interview-list .interview-item .profile-block .more {
  margin-top: auto;
}
.p-recruit .job-list {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}
.p-recruit .job-list .splide__list {
  align-items: center;
}
.p-recruit .job-list .splide__track {
  overflow: visible;
}
.p-recruit .job-list .job-item {
  display: flex;
  flex-direction: column;
  border: 1px solid rgb(216.75, 216.75, 216.75);
  transition: opacity 0.5s;
}
@media all and (min-width: 641px) {
  .p-recruit .job-list .job-item {
    display: flex;
    flex-direction: row;
  }
}
.p-recruit .job-list .job-item .img {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  transition: opacity 0.5s;
}
@media all and (min-width: 641px) {
  .p-recruit .job-list .job-item .img {
    width: 40%;
    max-width: 320px;
  }
}
.p-recruit .job-list .job-item .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
}
.p-recruit .job-list .job-item .ex {
  display: flex;
  flex-direction: column;
  gap: 1em;
  overflow: hidden;
  opacity: 0;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 1.5em;
}
@media all and (min-width: 641px) {
  .p-recruit .job-list .job-item .ex {
    width: 0px;
  }
}
.p-recruit .job-list .job-item.is-active {
  width: 100%;
}
.p-recruit .job-list .job-item.is-active .ex {
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
}
@media all and (min-width: 641px) {
  .p-recruit .job-list .job-item.is-active .ex {
    width: 60%;
    padding: 2em;
    align-self: center;
  }
}
.p-recruit .job-list .job-item:not(.is-active) {
  width: 100%;
  opacity: 0.3;
}
@media all and (min-width: 641px) {
  .p-recruit .job-list .job-item:not(.is-active) {
    aspect-ratio: 4/3;
    width: 40%;
    border: none;
    max-width: 320px;
    max-height: 240px;
  }
}
.p-recruit .job-list .job-item:not(.is-active) .img {
  width: 100%;
}
@media all and (min-width: 641px) {
  .p-recruit .job-list .job-item:not(.is-active) .img {
    transform: scale(0.8);
  }
}
.p-recruit .job-list:not(.is-overflow) .custom-arrows {
  display: none;
}
.p-recruit .job-list:not(.is-overflow) .job-item:not(.is-active) {
  opacity: 0;
}
.p-recruit .more {
  text-align: right;
}
.p-recruit .more .more-link {
  display: inline-block;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  line-height: 1;
  padding: 0.5em 0.8em;
  font-size: 1.2rem;
  transition: color 0.5s, background-color 0.5s;
}
@media (any-hover: hover) and (min-width: 499px) {
  .p-recruit .more .more-link:hover {
    background-color: #000;
    color: #fff;
  }
}

.p-recruit-interview__head {
  position: relative;
  overflow: hidden;
  background-color: #EDF0F4;
}
.p-recruit-interview__head .main-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 3;
  width: min(94%, 100% - 40px);
  max-width: 1200px;
  margin-inline: auto;
  min-height: 200px;
}
@media all and (min-width: 1001px) {
  .p-recruit-interview__head .main-contents {
    min-height: 460px;
  }
}
.p-recruit-interview__head .main-contents .text-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3em;
  flex: 1;
}
@media all and (max-width: 768px) {
  .p-recruit-interview__head .main-contents .text-group {
    display: contents;
  }
}
@media all and (max-width: 768px) {
  .p-recruit-interview__head .main-contents .name-group {
    order: 2;
    flex: 1;
  }
}
.p-recruit-interview__head .main-contents .title {
  font-size: 2.2rem;
  font-feature-settings: "palt";
  letter-spacing: 0.2em;
}
@media all and (max-width: 768px) {
  .p-recruit-interview__head .main-contents .title {
    order: 1;
    width: 100%;
    padding-top: 1.5em;
  }
}
@media all and (min-width: 499px) {
  .p-recruit-interview__head .main-contents .title {
    font-size: 2.4rem;
  }
}
@media all and (min-width: 641px) {
  .p-recruit-interview__head .main-contents .title {
    font-size: 3.4rem;
  }
}
.p-recruit-interview__head .main-contents .marker {
  background: linear-gradient(transparent 70%, #fff 70%);
}
.p-recruit-interview__head .main-contents .name {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.2em 0.6em;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: capitalize;
}
@media all and (min-width: 1001px) {
  .p-recruit-interview__head .main-contents .name {
    font-size: 2rem;
  }
}
.p-recruit-interview__head .main-contents .name .kana {
  display: inline-block;
  font-size: 75%;
  color: #666666;
}
.p-recruit-interview__head .main-contents .job {
  font-size: 1.2rem;
  margin-top: 0.5em;
}
@media all and (min-width: 641px) {
  .p-recruit-interview__head .main-contents .job {
    font-size: 1.4rem;
  }
}
.p-recruit-interview__head .main-contents .img {
  width: 50%;
  height: 100%;
  max-width: 460px;
  align-self: flex-end;
}
@media all and (max-width: 768px) {
  .p-recruit-interview__head .main-contents .img {
    width: 60%;
    order: 3;
    margin-top: -8%;
  }
}
@media all and (max-width: 1000px) {
  .p-recruit-interview__head .main-contents .img {
    margin-right: calc(50% - 50vw);
  }
}
.p-recruit-interview__head .main-contents .img img.shadow-on {
  filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.5));
}
.p-recruit-interview__head .bg {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* curtain */
.basic-info {
  width: 100%;
}
@media all and (min-width: 769px) {
  .basic-info {
    width: min(600px, 100%);
    margin-inline: auto;
  }
}
.basic-info .basic-info-item {
  display: flex;
  align-items: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
  padding: 0.5em 1em;
  border-bottom: 1px solid #f2f2f2;
}
.basic-info .label {
  flex-basis: min(150px, 100%);
  font-weight: 700;
}
@media all and (min-width: 769px) {
  .basic-info .label {
    flex-basis: min(250px, 100%);
  }
}
.basic-info .value {
  flex: 1;
}
.basic-info .value p {
  display: inline-block;
}
.basic-info .note {
  display: inline-block;
}
.basic-info .icon {
  max-width: 300px;
}
.basic-info .certifications-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-top: 1em;
}
.basic-info .certification-item {
  max-width: 286px;
}

.colors-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media all and (min-width: 769px) {
  .colors-list {
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
  }
}

.color-item {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.color-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*----------------------------------------
utility
------------------------------------------*/
.u-bg-color {
  background-color: #F2F2F2;
}
.u-bg-color + .u-bg-color {
  margin-top: 10px;
}
@media all and (min-width: 641px) {
  .u-bg-color + .u-bg-color {
    margin-top: 30px;
  }
}

@media all and (max-width: 768px) {
  .u-pc-over {
    display: none;
  }
}

@media all and (max-width: 640px) {
  .u-tab-over {
    display: none;
  }
}

@media all and (max-width: 500px) {
  .u-sp-over {
    display: none;
  }
}

@media all and (max-width: 320px) {
  .u-xs-over {
    display: none;
  }
}

@media all and (min-width: 769px) {
  .u-tab-below {
    display: none;
  }
}

@media all and (min-width: 641px) {
  .u-sp-below {
    display: none;
  }
}

@media all and (min-width: 501px) {
  .u-xs-below {
    display: none;
  }
}

@media all and (min-width: 321px) {
  .u-xxs-below {
    display: none;
  }
}

.u-text__center {
  text-align: center;
}
.u-text__left {
  text-align: left;
}
.u-text__right {
  text-align: right;
}
@media all and (max-width: 640px) {
  .u-text__sp-center {
    text-align: center;
  }
}
@media all and (max-width: 640px) {
  .u-text__sp-left {
    text-align: left;
  }
}
@media all and (max-width: 640px) {
  .u-text__sp-right {
    text-align: right;
  }
}
.u-text__w400 {
  font-weight: 400;
}
.u-text__w500 {
  font-weight: 500;
}
.u-text__w600 {
  font-weight: 600;
}
.u-text__w700 {
  font-weight: 700;
}
.u-text__small {
  font-size: 85%;
}
@media all and (max-width: 640px) {
  .u-text__sp-small {
    font-size: 85%;
  }
}
.u-text__indent1 {
  display: inline-block;
  text-indent: -1em;
  margin-left: 1em;
}
.u-text__color-gray {
  color: rgb(178.5, 178.5, 178.5);
}

.u-mt-0 {
  margin-top: 0rem;
}
.u-mb-0 {
  margin-bottom: 0rem;
}

.u-pt-0 {
  padding-top: 0rem;
}
.u-pb-0 {
  padding-bottom: 0rem;
}

.u-mt-1 {
  margin-top: 1rem;
}
.u-mb-1 {
  margin-bottom: 1rem;
}

.u-pt-1 {
  padding-top: 1rem;
}
.u-pb-1 {
  padding-bottom: 1rem;
}

.u-mt-2 {
  margin-top: 2rem;
}
.u-mb-2 {
  margin-bottom: 2rem;
}

.u-pt-2 {
  padding-top: 2rem;
}
.u-pb-2 {
  padding-bottom: 2rem;
}

.u-mt-3 {
  margin-top: 3rem;
}
.u-mb-3 {
  margin-bottom: 3rem;
}

.u-pt-3 {
  padding-top: 3rem;
}
.u-pb-3 {
  padding-bottom: 3rem;
}

.u-mt-4 {
  margin-top: 4rem;
}
.u-mb-4 {
  margin-bottom: 4rem;
}

.u-pt-4 {
  padding-top: 4rem;
}
.u-pb-4 {
  padding-bottom: 4rem;
}

.u-mt-5 {
  margin-top: 5rem;
}
.u-mb-5 {
  margin-bottom: 5rem;
}

.u-pt-5 {
  padding-top: 5rem;
}
.u-pb-5 {
  padding-bottom: 5rem;
}

.u-mt-6 {
  margin-top: 6rem;
}
.u-mb-6 {
  margin-bottom: 6rem;
}

.u-pt-6 {
  padding-top: 6rem;
}
.u-pb-6 {
  padding-bottom: 6rem;
}

.u-mt-7 {
  margin-top: 7rem;
}
.u-mb-7 {
  margin-bottom: 7rem;
}

.u-pt-7 {
  padding-top: 7rem;
}
.u-pb-7 {
  padding-bottom: 7rem;
}

.u-mt-8 {
  margin-top: 8rem;
}
.u-mb-8 {
  margin-bottom: 8rem;
}

.u-pt-8 {
  padding-top: 8rem;
}
.u-pb-8 {
  padding-bottom: 8rem;
}

.u-mt-9 {
  margin-top: 9rem;
}
.u-mb-9 {
  margin-bottom: 9rem;
}

.u-pt-9 {
  padding-top: 9rem;
}
.u-pb-9 {
  padding-bottom: 9rem;
}

.u-mt-10 {
  margin-top: 10rem;
}
.u-mb-10 {
  margin-bottom: 10rem;
}

.u-pt-10 {
  padding-top: 10rem;
}
.u-pb-10 {
  padding-bottom: 10rem;
}

.u-mt-auto {
  margin-top: auto;
}

.u-mt-0 {
  margin-top: 0 !important;
}/*# sourceMappingURL=my-style.css.map */