@charset "UTF-8";
/* ------------------------------------------------------------

Reset

------------------------------------------------------------ */
html,
body,
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,
main {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  background: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /*
    font:inherit;
    font-family:inherit;
    */
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

input,
textarea {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  display: block;
}

dialog {
  margin: 0;
  padding: 0;
}

:root {
  --scrollbar: 17px;
}

html {
  font-size: calc((100vw - var(--scrollbar)) / 1440 * 10 / 1920 * 1620);
  /* ハードウェアアクセラレーションを有効化 */
  /* アニメーションの最適化 */
  /*-ブレイクポイント1920px-*/
}
@media screen and (max-width: 1920px) {
  html {
    font-size: 70.3125%;
  }
}
html {
  /*-ブレイクポイント1620px-*/
}
@media screen and (max-width: 1620px) {
  html {
    font-size: calc((100vw - var(--scrollbar)) / 1440 * 10);
  }
}
html {
  /*-ブレイクポイント1440px-*/
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 62.5%;
  }
}
html {
  /*-ブレイクポイント1300px-*/
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 0.7692307692vw;
  }
}
html {
  /*-ブレイクポイント767px-*/
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

audio,
canvas,
video {
  display: inline-block;
}

/*a,
a:link,
a:visited,
a:hover,
a:active{
	outline:none;
	text-decoration:none;
}*/
/*a:focus-visible{outline: 2px dotted #333;}*/
.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}

.focus-visible {
  outline: 2px dotted #333;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

li {
  list-style: "";
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
}

button {
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 0;
  color: #191919;
}

a {
  color: #191919;
}

/*button:focus-visible{outline: thin dotted #333;}*/
html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #191919;
  background-color: #F1F2F1;
}

:focus-visible {
  outline: 0.2rem solid #191919;
  outline-offset: 0.2rem;
  -webkit-box-shadow: 0 0 0 0.4rem #fff;
          box-shadow: 0 0 0 0.4rem #fff;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.none {
  display: none !important;
}

.mb-none {
  margin-bottom: 0 !important;
}

.nobr {
  white-space: nowrap !important;
}

.spBr {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .spBr {
    display: inline;
  }
}

.wrapper {
  width: min(136.8rem, 95%);
  margin-inline: auto;
  padding: 18rem 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapper {
    padding: 8rem 2rem;
  }
}

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.heading__en {
  font-family: "Aboreto", serif;
  font-size: 12rem;
  color: #191919;
  font-weight: 400;
  line-height: 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .heading__en {
    font-size: 5.4rem;
  }
}
.heading__ja {
  font-size: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .heading__ja {
    font-size: 1.8rem;
  }
}

.midTitle {
  font-size: 2.8rem;
  line-height: 1.6;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .midTitle {
    font-size: 2.4rem;
  }
}

.subTitle {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

.num {
  font-family: "Aboreto", serif;
  font-size: 6rem;
  line-height: 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .num {
    font-size: 5.4rem;
  }
}

.contactCircle {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background-color: #191919;
  color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .contactCircle {
    width: 16rem;
    height: 16rem;
  }
}
@media (hover: hover) {
  .contactCircle:hover {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
.contactCircle__text {
  position: relative;
  z-index: 1;
  font-family: "Aboreto", serif;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .contactCircle__text {
    font-size: 1.4rem;
  }
}
.contactCircle::before, .contactCircle::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 0.1rem solid #dddada;
  pointer-events: none;
  -webkit-animation: contactRipple 3s ease-out infinite;
          animation: contactRipple 3s ease-out infinite;
}
.contactCircle::after {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
@media (prefers-reduced-motion: reduce) {
  .contactCircle::before, .contactCircle::after {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes contactRipple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes contactRipple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
.pageTitle {
  width: min(136.8rem, 95%);
  margin-inline: auto;
  padding-top: 16rem;
  padding-bottom: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  text-align: center;
  border-bottom: 0.1rem solid #AAAAAA;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageTitle {
    padding-top: 11rem;
    padding-bottom: 3rem;
  }
}
.pageTitle__ja {
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageTitle__ja {
    font-size: 1.4rem;
  }
}
.pageTitle__en {
  font-family: "Aboreto", serif;
  font-size: 12rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageTitle__en {
    font-size: 6rem;
  }
}
.pageTitle .breadcrumb__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  font-family: "Aboreto", serif;
  letter-spacing: 0.05em;
  color: #5b5b5b;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .breadcrumb__list {
    font-size: 1.4rem;
  }
}
.breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.breadcrumb__item:not(:first-child)::before {
  content: "/";
  color: #AAAAAA;
}
.breadcrumb__item a {
  color: #5b5b5b;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .breadcrumb__item a:hover {
    opacity: 0.6;
  }
}
.breadcrumb__item[aria-current=page] {
  color: #191919;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2rem;
  width: 30rem;
  max-width: 100%;
  padding: 2rem 2.4rem;
  background-color: #191919;
  color: #fff;
  font-size: 1.5rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .btn:hover {
    opacity: 0.75;
  }
}
.btn__arrow {
  font-size: 1.6rem;
  line-height: 1;
}
.btn--between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}

.pager .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
.pager .page-numbers {
  font-family: "Aboreto", serif;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .pager .page-numbers:hover {
    color: #191919;
  }
}
.pager .page-numbers.current {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  color: #fff;
  background: #191919;
}
.pager .page-numbers.prev,
.pager .page-numbers.next {
  letter-spacing: 0.1em;
  color: #191919;
}
@media (hover: hover) {
  .pager .page-numbers.dots:hover {
    color: #5b5b5b;
  }
}

.skipLink {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  padding: 1.6rem 2.4rem;
  background-color: #191919;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.skipLink:focus {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#main:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.scrollCue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  color: #fff;
}
.scrollCue__text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Aboreto", serif;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}
.scrollCue__line {
  --cue-w: .1rem;
  --cue-h: 7rem;
  --dot-x: 50%;
  --dot-y: 0;
  --dot-tx: 0;
  --dot-ty: var(--cue-h);
  position: relative;
  width: var(--cue-w);
  height: var(--cue-h);
  background-color: rgba(255, 255, 255, 0.3);
}
.scrollCue__line::after {
  content: "";
  position: absolute;
  top: var(--dot-y);
  left: var(--dot-x);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: scrollCueDot 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: scrollCueDot 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media (prefers-reduced-motion: reduce) {
  .scrollCue__line::after {
    -webkit-animation: none;
            animation: none;
    opacity: 0;
  }
}

@-webkit-keyframes scrollCueDot {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) translate(0, 0);
            transform: translate(-50%, -50%) translate(0, 0);
  }
  20%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) translate(var(--dot-tx), var(--dot-ty));
            transform: translate(-50%, -50%) translate(var(--dot-tx), var(--dot-ty));
  }
}

@keyframes scrollCueDot {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) translate(0, 0);
            transform: translate(-50%, -50%) translate(0, 0);
  }
  20%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) translate(var(--dot-tx), var(--dot-ty));
            transform: translate(-50%, -50%) translate(var(--dot-tx), var(--dot-ty));
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.4rem 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .header {
    padding: 1.6rem 5%;
  }
}
.header__logo a {
  display: block;
}
.header__logoImg {
  width: 12rem;
  height: auto;
  display: block;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .header__logoImg {
    width: 10rem;
  }
}
.header__logoImg--white {
  display: none;
}
.header.is-kv .header__logoImg--white {
  display: block;
}
.header.is-kv .header__logoImg--black {
  display: none;
}
.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .header__actions {
    gap: 1.2rem;
  }
}

.header__contact,
.menuButton {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 14rem;
  padding: 1.2rem 2.4rem;
  background-color: #191919;
  color: #fff;
  font-family: "Aboreto", serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.08em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .header__contact:hover,
  .menuButton:hover {
    opacity: 0.8;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .header__contact,
  .menuButton {
    min-width: 10rem;
    padding: 1rem 1.4rem;
  }
}

.menuButton {
  position: relative;
  z-index: 101;
  cursor: pointer;
}
.menuButton__label--close {
  display: none;
}
.menuButton.active .menuButton__label--open {
  display: none;
}
.menuButton.active .menuButton__label--close {
  display: inline;
}

.spMenu {
  position: fixed;
  inset: 0;
  z-index: 100;
  background-color: #191919;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.spMenu.active {
  opacity: 1;
  visibility: visible;
}
.spMenu__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10rem 5%;
  overflow-y: auto;
}
.spMenu__nav {
  margin: auto;
}
.spMenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .spMenu__list {
    gap: 2.4rem;
  }
}
.spMenu__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1.6rem;
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .spMenu__list a:hover {
    opacity: 0.6;
  }
}
.spMenu__en {
  font-family: "Aboreto", serif;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .spMenu__en {
    font-size: 2.8rem;
  }
}
.spMenu__ja {
  font-size: 1.4rem;
  color: #bdbdbd;
}

.contact {
  color: #191919;
  overflow: hidden;
  background-color: #F1F2F1;
  background-image: url("../img/top/contact_bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .contact {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 25, 25, 0.8)), to(rgba(25, 25, 25, 0.8))), url("../img/top/contact_bg.webp");
    background-image: linear-gradient(rgba(25, 25, 25, 0.8), rgba(25, 25, 25, 0.8)), url("../img/top/contact_bg.webp");
  }
}
.contact__inner {
  min-height: 64rem;
  padding: 10rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .contact__inner {
    gap: 6rem;
  }
}
.contact__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
.contact__text {
  line-height: 2;
}
.contact__actions {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .contact__actions {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.contact .heading__en {
  font-size: 9.6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .contact .heading__en {
    font-size: 5.4rem;
    color: #fff;
  }
}

.footer {
  background-color: #191919;
  color: #fff;
}
.footer__container {
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.footer__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.footer__logo img {
  width: 24rem;
  height: auto;
  display: block;
}
.footer__copy {
  font-size: 1.4rem;
  color: #bdbdbd;
}
.footer__navList {
  display: grid;
  grid-template-columns: repeat(5, auto);
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
  row-gap: 2.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__navList {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;
  }
}
.footer__navLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .footer__navLink:hover {
    opacity: 0.6;
  }
}
.footer__navEn {
  font-family: "Aboreto", serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.footer__navJa {
  font-size: 1.4rem;
  color: #bdbdbd;
}
.footer__related {
  padding-top: 4rem;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__related {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 2.4rem;
  }
}
.footer__relatedTitle {
  font-size: 1.4rem;
}
.footer__banners {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__banners {
    grid-template-columns: 1fr;
  }
}
.footer__banner {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16/5;
  background-color: #191919;
  color: #fff;
}
.footer__banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(25, 25, 25, 0.45);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (hover: hover) {
  .footer__banner:hover::after {
    background-color: rgba(25, 25, 25, 0.25);
  }
}
.footer__bannerImage {
  position: absolute;
  inset: 0;
  border: solid 0.1rem #AAAAAA;
}
.footer__bannerImage img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__bannerText {
  position: relative;
  z-index: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
  padding-inline: 3rem;
}
.footer__bannerEn {
  font-family: "Aboreto", serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.footer__bannerJa {
  font-size: 1.4rem;
  color: #bdbdbd;
}
.footer__bottom {
  border-top: 0.1rem solid rgba(255, 255, 255, 0.15);
}
.footer__bottomInner {
  padding-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__bottomInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
  }
}
.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
.footer__snsLabel {
  font-family: "Aboreto", serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.footer__snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}
.footer__snsLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  color: #fff;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (hover: hover) {
  .footer__snsLink:hover {
    background-color: #fff;
    color: #191919;
  }
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  font-size: 1.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__links {
    gap: 2rem;
  }
}
.footer__link {
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .footer__link:hover {
    opacity: 0.6;
  }
}
.footer__link--external {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
}
.footer__linkIcon {
  width: 1.4rem;
  height: auto;
}

.cookieBar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  padding: 2rem 2rem;
  background-color: rgba(25, 25, 25, 0.95);
  color: #fff;
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
  visibility: hidden;
  -webkit-transition: visibility 0.5s, -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: visibility 0.5s, -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1), visibility 0.5s;
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1), visibility 0.5s, -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}
.cookieBar.is-visible {
  -webkit-transform: none;
          transform: none;
  visibility: visible;
}
@media (prefers-reduced-motion: reduce) {
  .cookieBar {
    -webkit-transition: none;
    transition: none;
  }
}
.cookieBar__inner {
  width: min(136.8rem, 95%);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .cookieBar__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.6rem;
  }
}
.cookieBar__text {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #bdbdbd;
}
.cookieBar__link {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .cookieBar__link:hover {
    opacity: 0.7;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .cookieBar__actions {
    width: 100%;
  }
}
.cookieBar__btn {
  padding: 1.2rem 3.2rem;
  background-color: #fff;
  color: #191919;
  font-size: 1.4rem;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .cookieBar__btn:hover {
    opacity: 0.8;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .cookieBar__btn {
    width: 100%;
  }
}

.loading {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  overflow: hidden;
  pointer-events: auto;
  background-color: #191919;
  color: #fff;
  clip-path: inset(0 0 0 0);
  --loading-ease: cubic-bezier(0.76, 0, 0.24, 1);
  --loading-edge-x: 7.6rem;
  --loading-edge-y: 5.6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .loading {
    --loading-edge-x: 2.4rem;
    --loading-edge-y: 4rem;
  }
}
.js-loading .loading {
  display: block;
}
.js-loading-intro .loading {
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 0.1rem, transparent 0.1rem 7.2rem);
}
.is-revealed .loading {
  clip-path: inset(100% 0 0 0);
  -webkit-transition: clip-path 1000ms var(--loading-ease);
  transition: clip-path 1000ms var(--loading-ease);
  pointer-events: none;
}
.is-leaving .loading {
  clip-path: inset(0 0 0 0);
  -webkit-transition: clip-path 620ms var(--loading-ease);
  transition: clip-path 620ms var(--loading-ease);
}
.loading__inner {
  position: relative;
  width: 100%;
  min-height: 100dvh;
  padding: var(--loading-edge-y) var(--loading-edge-x);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  opacity: 0;
}
.js-loading-intro .loading__inner {
  opacity: 1;
}
.loading__type {
  font-family: "Aboreto", serif;
  font-size: 9rem;
  line-height: 0.96;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1200px) {
  .loading__type {
    font-size: 7.2rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .loading__type {
    font-size: 5rem;
  }
}
.loading__type span {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
  clip-path: inset(0 100% 0 0);
}
.loading__type span:nth-child(2) {
  margin-left: 8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .loading__type span:nth-child(2) {
    margin-left: 3rem;
  }
}
.js-loading-intro .loading__type span {
  -webkit-animation: loadingReveal 980ms var(--loading-ease) forwards;
          animation: loadingReveal 980ms var(--loading-ease) forwards;
}
.js-loading-intro .loading__type span:nth-child(1) {
  -webkit-animation-delay: 240ms;
          animation-delay: 240ms;
}
.js-loading-intro .loading__type span:nth-child(2) {
  -webkit-animation-delay: 420ms;
          animation-delay: 420ms;
}
.js-loading-intro .loading__type span:nth-child(3) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
.loading__count {
  position: absolute;
  right: var(--loading-edge-x);
  bottom: calc(var(--loading-edge-y) + 1.8rem);
  font-family: "Aboreto", serif;
  font-size: 6rem;
  line-height: 1;
  text-align: right;
  opacity: 0;
  -webkit-transform: translateY(1.8rem);
          transform: translateY(1.8rem);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .loading__count {
    left: var(--loading-edge-x);
    right: auto;
    bottom: calc(var(--loading-edge-y) + 1.4rem);
    font-size: 4.4rem;
    text-align: left;
  }
}
.js-loading-intro .loading__count {
  -webkit-animation: loadingFadeUp 700ms ease 320ms forwards;
          animation: loadingFadeUp 700ms ease 320ms forwards;
}
.loading__progress {
  position: absolute;
  left: var(--loading-edge-x);
  right: var(--loading-edge-x);
  bottom: var(--loading-edge-y);
  height: 0.1rem;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.16);
}
.loading__progress::before {
  content: "";
  display: block;
  height: 100%;
  background-color: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.js-loading-intro .loading__progress::before {
  -webkit-animation: loadingProgress 2150ms var(--loading-ease) forwards;
          animation: loadingProgress 2150ms var(--loading-ease) forwards;
}

@media (prefers-reduced-motion: reduce) {
  .is-revealed .loading,
  .is-leaving .loading {
    -webkit-transition: none;
    transition: none;
  }
  .loading__type span {
    clip-path: inset(0 0 0 0);
    -webkit-animation: none;
            animation: none;
  }
  .loading__count {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-animation: none;
            animation: none;
  }
  .loading__progress::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-animation: none;
            animation: none;
  }
}
@-webkit-keyframes loadingReveal {
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes loadingReveal {
  to {
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes loadingFadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes loadingFadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes loadingProgress {
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes loadingProgress {
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes mvLoad {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes mvLoad {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes serviceEnLoopV {
  to {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}
@keyframes serviceEnLoopV {
  to {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}
@-webkit-keyframes serviceEnLoopH {
  to {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}
@keyframes serviceEnLoopH {
  to {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}
.home .mv {
  position: relative;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  isolation: isolate;
  background-color: #191919;
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 0.1rem, transparent 0.1rem 7.2rem);
  color: #fff;
  --mv-ease: cubic-bezier(0.76, 0, 0.24, 1);
  --mv-edge-x: 6rem;
  --mv-edge-y: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .mv {
    --mv-edge-x: 2.2rem;
    --mv-edge-y: 2.4rem;
  }
}
.home .mv::before {
  content: "";
  position: absolute;
  left: -12%;
  top: 14%;
  z-index: -2;
  width: 58%;
  aspect-ratio: 1;
  border: 0.1rem solid rgba(255, 255, 255, 0.16);
  -webkit-transform: rotate(34deg);
          transform: rotate(34deg);
  opacity: 0.72;
  pointer-events: none;
}
.home .mv__foot {
  position: absolute;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  width: 100%;
  bottom: 10rem;
  padding: var(--mv-edge-y) var(--mv-edge-x);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .mv__foot {
    bottom: 8rem;
  }
}
.home .mv__copy {
  width: min(86rem, 58%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .mv__copy {
    width: auto;
    gap: 2.4rem;
  }
}
.home .mv__copyHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.2rem;
}
.home .mv__label {
  color: #bdbdbd;
  font-family: "Aboreto", serif;
  font-size: 1.4rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.home .mv__catch {
  font-family: "Aboreto", serif;
  font-size: 11rem;
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1200px) {
  .home .mv__catch {
    font-size: 8.8rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .mv__catch {
    font-size: 5.4rem;
  }
}
.home .mv__catch span {
  display: block;
  white-space: nowrap;
}
.home .mv__lead {
  max-width: 36rem;
  color: #bdbdbd;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0.08em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .mv__lead {
    max-width: 26rem;
  }
}
.home .mv__stage {
  position: absolute;
  inset: 0;
  z-index: 5;
  -webkit-perspective: 150rem;
          perspective: 150rem;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.home .mv__runway {
  position: absolute;
  left: 16%;
  top: 53%;
  width: 68%;
  height: 22%;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.16);
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.16);
  -webkit-transform: rotateZ(-16deg) rotateX(64deg);
          transform: rotateZ(-16deg) rotateX(64deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 0.75;
  background: repeating-linear-gradient(90deg, transparent 0 5.4rem, rgba(255, 255, 255, 0.09) 5.5rem 5.6rem), -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.12)), to(transparent));
  background: repeating-linear-gradient(90deg, transparent 0 5.4rem, rgba(255, 255, 255, 0.09) 5.5rem 5.6rem), linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
}
.home .mv__slide {
  position: absolute;
  width: 40rem;
  aspect-ratio: 4/5;
  overflow: hidden;
  background-color: #191919;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: left 1180ms var(--mv-ease), top 1180ms var(--mv-ease), opacity 1180ms var(--mv-ease), clip-path 1180ms var(--mv-ease), -webkit-transform 1180ms var(--mv-ease), -webkit-filter 1180ms var(--mv-ease);
  transition: left 1180ms var(--mv-ease), top 1180ms var(--mv-ease), opacity 1180ms var(--mv-ease), clip-path 1180ms var(--mv-ease), -webkit-transform 1180ms var(--mv-ease), -webkit-filter 1180ms var(--mv-ease);
  transition: left 1180ms var(--mv-ease), top 1180ms var(--mv-ease), transform 1180ms var(--mv-ease), opacity 1180ms var(--mv-ease), filter 1180ms var(--mv-ease), clip-path 1180ms var(--mv-ease);
  transition: left 1180ms var(--mv-ease), top 1180ms var(--mv-ease), transform 1180ms var(--mv-ease), opacity 1180ms var(--mv-ease), filter 1180ms var(--mv-ease), clip-path 1180ms var(--mv-ease), -webkit-transform 1180ms var(--mv-ease), -webkit-filter 1180ms var(--mv-ease);
  will-change: transform, opacity, filter;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .mv__slide {
    width: 24rem;
  }
}
.home .mv__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(1) contrast(1.08);
          filter: grayscale(1) contrast(1.08);
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.home .mv__slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 0.1rem solid rgba(255, 255, 255, 0.32);
  pointer-events: none;
}
.home .mv__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.22), transparent 38%, rgba(25, 25, 25, 0.44));
  mix-blend-mode: screen;
  opacity: 0.38;
  pointer-events: none;
}
.home .mv__slide.is-active {
  left: 76%;
  top: 52%;
  z-index: 12;
  opacity: 1;
  -webkit-filter: blur(0) brightness(1);
          filter: blur(0) brightness(1);
  clip-path: polygon(7% 0, 100% 4%, 93% 100%, 0 94%);
  -webkit-transform: translate3d(-50%, -50%, 22rem) rotateZ(var(--tilt)) rotateY(-8deg) scale(1.04);
          transform: translate3d(-50%, -50%, 22rem) rotateZ(var(--tilt)) rotateY(-8deg) scale(1.04);
  -webkit-box-shadow: 0 5.4rem 15rem rgba(25, 25, 25, 0.78);
          box-shadow: 0 5.4rem 15rem rgba(25, 25, 25, 0.78);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .mv__slide.is-active {
    left: 70%;
    top: 40%;
    -webkit-transform: translate3d(-50%, -50%, 18rem) rotateZ(var(--tilt)) rotateY(-7deg) scale(1);
            transform: translate3d(-50%, -50%, 18rem) rotateZ(var(--tilt)) rotateY(-7deg) scale(1);
  }
}
.home .mv__slide.is-near {
  left: 48%;
  top: 64%;
  z-index: 7;
  opacity: 0.52;
  -webkit-filter: blur(0.8rem) brightness(0.78) contrast(0.9);
          filter: blur(0.8rem) brightness(0.78) contrast(0.9);
  clip-path: polygon(3% 8%, 96% 0, 100% 92%, 8% 100%);
  -webkit-transform: translate3d(-50%, -50%, -30rem) rotateZ(-12deg) rotateY(28deg) scale(0.62);
          transform: translate3d(-50%, -50%, -30rem) rotateZ(-12deg) rotateY(28deg) scale(0.62);
  -webkit-box-shadow: 0 2.4rem 8rem rgba(25, 25, 25, 0.5);
          box-shadow: 0 2.4rem 8rem rgba(25, 25, 25, 0.5);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .mv__slide.is-near {
    left: 38%;
    top: 54%;
    -webkit-transform: translate3d(-50%, -50%, -30rem) rotateZ(-12deg) rotateY(24deg) scale(0.56);
            transform: translate3d(-50%, -50%, -30rem) rotateZ(-12deg) rotateY(24deg) scale(0.56);
  }
}
.home .mv__slide.is-far {
  left: 25%;
  top: 77%;
  z-index: 3;
  opacity: 0.32;
  -webkit-filter: blur(1.3rem) brightness(0.6) contrast(0.88);
          filter: blur(1.3rem) brightness(0.6) contrast(0.88);
  clip-path: polygon(10% 0, 100% 12%, 90% 100%, 0 88%);
  -webkit-transform: translate3d(-50%, -50%, -65rem) rotateZ(-20deg) rotateY(42deg) scale(0.42);
          transform: translate3d(-50%, -50%, -65rem) rotateZ(-20deg) rotateY(42deg) scale(0.42);
  -webkit-box-shadow: 0 1.8rem 6.2rem rgba(25, 25, 25, 0.4);
          box-shadow: 0 1.8rem 6.2rem rgba(25, 25, 25, 0.4);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .mv__slide.is-far {
    left: 12%;
    top: 66%;
    -webkit-transform: translate3d(-50%, -50%, -58rem) rotateZ(-18deg) rotateY(34deg) scale(0.4);
            transform: translate3d(-50%, -50%, -58rem) rotateZ(-18deg) rotateY(34deg) scale(0.4);
  }
}
.home .mv__news {
  position: absolute;
  left: var(--mv-edge-x);
  bottom: var(--mv-edge-y);
  z-index: 22;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  max-width: 48rem;
  padding-top: 1.8rem;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.16);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .mv__news {
    max-width: calc(100% - var(--mv-edge-x) * 2 - 16rem);
  }
}
.home .mv__newsLabel {
  color: #fff;
  font-family: "Aboreto", serif;
  font-size: 1.4rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.home .mv__newsText {
  overflow: hidden;
  color: #bdbdbd;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home .mv__newsText:has(a:focus-visible) {
  outline: 0.2rem solid #fff;
  outline-offset: 0.4rem;
}
.home .mv__newsText a {
  color: inherit;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .home .mv__newsText a:hover {
    opacity: 0.7;
  }
}
.home .mv__hud {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2.2rem;
}
.home .mv__number {
  font-family: "Aboreto", serif;
  font-size: 7rem;
  line-height: 0.8;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .mv__number {
    font-size: 4.8rem;
  }
}
.home .mv__progress {
  position: relative;
  width: 16rem;
  height: 0.1rem;
  margin-bottom: 1.4rem;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.24);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .mv__progress {
    display: none;
  }
}
.home .mv__progress span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 100%;
  background-color: #fff;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-animation: mvLoad 3000ms linear infinite;
          animation: mvLoad 3000ms linear infinite;
}
.home .about__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .about__layout {
    display: block;
  }
}
.home .about__main {
  max-width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .about__main {
    max-width: 100%;
  }
}
.home .about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .about__body {
    gap: 2.4rem;
  }
}
.home .about__line {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .about__line {
    display: inline;
    font-size: 1.5rem;
  }
}
.home .about__char {
  color: #dddada;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.home .about__char.is-read {
  color: #191919;
}
.home .about__progress {
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: sticky;
  top: 20vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .about__progress {
    display: none;
  }
}
.home .about__progressLabel {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Aboreto", serif;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  color: #191919;
}
.home .about__bar {
  position: relative;
  width: 0.1rem;
  height: 32rem;
  background-color: #AAAAAA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .about__barFill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--progress, 0) * 100%);
  background-color: #191919;
}
.home .about__dot {
  position: relative;
  z-index: 1;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  border: 0.1rem solid #AAAAAA;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.home .about__dot.is-active {
  border-color: #191919;
  background-color: #191919;
}
.home .about__dot.is-current::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  border: 0.1rem solid #191919;
}
.home .service {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-color: #191919;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .service {
    height: auto;
    overflow: visible;
  }
}
.home .service__track {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  will-change: transform;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .service__track {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: auto;
  }
}
.home .service__intro, .home .service__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100vw;
  height: 100%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .service__intro, .home .service__item {
    width: 100%;
    height: auto;
  }
}
.home .service__intro {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
  padding: 8rem;
  overflow: hidden;
  color: #fff;
  background-color: #191919;
}
.home .service__intro::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 25, 25, 0.8)), to(rgba(25, 25, 25, 0.8))), url("../img/top/service_bg2.webp");
  background-image: linear-gradient(rgba(25, 25, 25, 0.8), rgba(25, 25, 25, 0.8)), url("../img/top/service_bg2.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .service__intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 4rem;
    padding: 8rem 2rem;
    overflow: visible;
  }
}
.home .service__introBody {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .service__introBody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 2rem;
  }
}
.home .service__introMain {
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
.home .service__introHeading .heading__en,
.home .service__introHeading .heading__ja {
  color: #fff;
}
.home .service__introList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  max-width: 42rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .service__introList {
    width: 28rem;
  }
}
.home .service__introItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .service__introItem {
    padding-bottom: 0.8rem;
  }
}
.home .service__introItemEn {
  font-family: "Aboreto", serif;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .service__introItemEn {
    font-size: 2rem;
  }
}
.home .service__introItemText {
  line-height: 1.8;
  color: #bdbdbd;
  font-size: 1.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .service__introItemText {
    font-size: 1.2rem;
  }
}
.home .service__introScroll {
  -ms-flex-item-align: start;
      align-self: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
.home .service__introScroll .scrollCue__text {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  letter-spacing: 0.1em;
}
.home .service__introScroll .scrollCue__line {
  --cue-w: 6rem;
  --cue-h: .1rem;
  --dot-x: 0;
  --dot-y: 50%;
  --dot-tx: var(--cue-w);
  --dot-ty: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .service__introScroll {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .home .service__introScroll .scrollCue__text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .home .service__introScroll .scrollCue__line {
    --cue-w: .1rem;
    --cue-h: 6rem;
    --dot-x: 50%;
    --dot-y: 0;
    --dot-tx: 0;
    --dot-ty: var(--cue-h);
  }
}
.home .service__introGallery {
  position: relative;
  z-index: 1;
  width: 46rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
  --intro-angle: 12deg;
  --intro-rise: 14rem;
  --intro-shift: 3rem;
  -webkit-transform: translate(var(--intro-shift), calc(var(--intro-rise) * -1)) rotate(var(--intro-angle));
          transform: translate(var(--intro-shift), calc(var(--intro-rise) * -1)) rotate(var(--intro-angle));
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .service__introGallery {
    display: none;
  }
}
.home .service__introSlide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 32rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .service__introSlide {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    height: auto;
    aspect-ratio: 3/4;
  }
}
.home .service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
  padding: 8rem;
  color: #fff;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .service__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 3rem;
    padding: 8rem 5%;
    background-color: #191919;
  }
}
.home .service__itemEn {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  overflow: hidden;
  font-family: "Aboreto", serif;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .service__itemEn {
    font-size: 4rem;
  }
}
.home .service__itemEnTrack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  will-change: transform;
  -webkit-animation: serviceEnLoopV 14s linear infinite;
          animation: serviceEnLoopV 14s linear infinite;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .service__itemEnTrack {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-animation-name: serviceEnLoopH;
            animation-name: serviceEnLoopH;
    -webkit-animation-duration: 6s;
            animation-duration: 6s;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home .service__itemEnTrack {
    -webkit-animation: none;
            animation: none;
  }
}
.home .service__itemEnText {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  padding-bottom: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .service__itemEnText {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding-bottom: 0;
    padding-right: 4rem;
  }
}
.home .service__visual {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  overflow: hidden;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .service__visual {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    height: 24rem;
    -ms-flex-item-align: auto;
        align-self: auto;
  }
}
.home .service__itemContent {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
.home .service__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  font-family: "Aboreto", serif;
  color: #bdbdbd;
}
.home .service__navItem.is-current {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem;
  height: 4rem;
  border: 0.1rem solid #fff;
  border-radius: 50%;
  color: #fff;
}
.home .service__navLine {
  width: 4rem;
  height: 0.1rem;
  background-color: #bdbdbd;
}
.home .service__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .service__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home .service__lead {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .service__lead {
    width: 100%;
  }
}
.home .service__itemText {
  line-height: 2;
  color: #bdbdbd;
}
.home .service__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}
.home .service__tagsLabel {
  font-size: 1.4rem;
  font-weight: 500;
}
.home .service__tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
}
.home .service__tag {
  padding: 0.6rem 1.6rem;
  border: 0.1rem solid #AAAAAA;
  border-radius: 4rem;
  font-size: 1.4rem;
}
.home .service__detail, .home .service__recommend {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
.home .service__detailTitle {
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid #AAAAAA;
}
.home .service__detailList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
  line-height: 1.6;
  color: #bdbdbd;
  font-size: 1.4rem;
}
.home .service__image {
  display: block;
  margin-top: auto;
  width: 100%;
  height: 16rem;
  overflow: hidden;
}
.home .service__visual img, .home .service__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}
.home .service__visual.is-inview img, .home .service__image.is-inview img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (prefers-reduced-motion: reduce) {
  .home .service__visual img, .home .service__image img {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
}
.home .service__message {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 100vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 8rem;
  background-color: #191919;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .service__message {
    width: 100%;
    height: auto;
    min-height: 100dvh;
    padding: 8rem 5%;
  }
}
.home .service__messageImages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.4rem;
  width: 100%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .service__messageImages {
    gap: 1rem;
  }
}
.home .service__messageImage {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 28rem;
  height: 60rem;
  overflow: hidden;
}
.home .service__messageImage img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .service__messageImage {
    height: 40rem;
  }
}
.home .service__messageImage:nth-child(odd) {
  -webkit-transform: translateY(-8rem);
          transform: translateY(-8rem);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .service__messageImage:nth-child(odd) {
    -webkit-transform: translateY(-4rem);
            transform: translateY(-4rem);
  }
}
.home .service__messageImage:nth-child(even) {
  -webkit-transform: translateY(8rem);
          transform: translateY(8rem);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .service__messageImage:nth-child(even) {
    -webkit-transform: translateY(4rem);
            transform: translateY(4rem);
  }
}
@media (prefers-reduced-motion: reduce) {
  .home .service__messageImage {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.home .service__messageText {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-family: "Aboreto", serif;
  font-size: 7rem;
  line-height: 1.2;
  color: #fff;
  z-index: 1;
  pointer-events: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .service__messageText {
    font-size: 3.4rem;
  }
}
.home .message {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.4rem;
  padding: 8rem 5%;
  text-align: center;
  background-color: #191919;
  color: #F1F2F1;
}
.home .message__en {
  font-family: "Aboreto", serif;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
.home .message__title {
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .message__title {
    font-size: 3rem;
  }
}
.home .message__text {
  line-height: 1.8;
}
.home .message__light {
  position: absolute;
  left: 50%;
  top: 82%;
  width: 30rem;
  height: 30rem;
  margin: -15rem 0 0 -15rem;
  border-radius: 50%;
  background: radial-gradient(circle, #F1F2F1 0%, #F1F2F1 45%, rgba(241, 242, 241, 0) 75%);
  -webkit-filter: blur(2rem);
          filter: blur(2rem);
  -webkit-transform: scale(0.04);
          transform: scale(0.04);
  pointer-events: none;
  z-index: 2;
  will-change: transform;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .message__light {
    -webkit-filter: blur(1rem);
            filter: blur(1rem);
  }
}
.home .feature {
  color: #191919;
  overflow: visible;
  --feature-pin: 12rem;
  --feature-step: 2.4rem;
}
.home .feature__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
.home .feature__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  overflow: visible;
}
.home .feature__card {
  position: sticky;
  top: var(--feature-pin);
  min-height: 54rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  padding: 4.8rem 6rem;
  background-color: #fff;
  border: 0.1rem solid #AAAAAA;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: translateY(var(--stack-offset, 0)) scale(var(--stack-scale, 1));
          transform: translateY(var(--stack-offset, 0)) scale(var(--stack-scale, 1));
  will-change: transform;
}
.home .feature__card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #191919;
  opacity: var(--stack-dim, 0);
  pointer-events: none;
}
.home .feature__card:nth-of-type(1) {
  --stack-offset: 0;
  z-index: 1;
}
.home .feature__card:nth-of-type(2) {
  --stack-offset: var(--feature-step);
  z-index: 2;
}
.home .feature__card:nth-of-type(3) {
  --stack-offset: calc(var(--feature-step) * 2);
  z-index: 3;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .feature__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    padding: 4rem 1.6rem;
    min-height: auto;
  }
}
.home .feature__cardBody {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .feature__cardBody {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.home .feature__cardHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid #AAAAAA;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .feature__cardHead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.home .feature__cardMeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .feature__cardMeta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 1.2rem;
  }
}
.home .feature__cardLabel {
  font-family: "Aboreto", serif;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .feature__cardNum {
    font-size: 2.4rem;
  }
}
.home .feature__cardTitle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .feature__cardTitle {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    font-size: 1.7rem;
    font-weight: 500;
  }
}
.home .feature__cardText {
  line-height: 2;
}
.home .feature__cardImage {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  overflow: hidden;
}
.home .feature__cardImage img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .feature__cardImage {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -ms-flex-item-align: auto;
        align-self: auto;
    width: 100%;
    aspect-ratio: auto;
    height: 10rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home .feature__card {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.home .works {
  position: relative;
  min-height: 90rem;
  overflow: hidden;
  background-color: #191919;
  color: #fff;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .works {
    min-height: 84rem;
    padding: 0;
  }
}
.home .works__gallery {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 144rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .works__gallery {
    left: 0;
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
}
.home .works__heading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.home .works__heading .heading__en {
  color: #fff;
}
.home .works__item {
  position: absolute;
  will-change: transform;
}
.home .works__item:nth-of-type(1) {
  left: 10rem;
  top: 1rem;
  width: 26rem;
  height: 24rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .works__item:nth-of-type(1) {
    inset: auto;
    top: 3rem;
    left: 1.6rem;
    width: 15rem;
    height: 19rem;
  }
}
.home .works__item:nth-of-type(2) {
  left: 50rem;
  top: -18rem;
  width: 34rem;
  height: 30rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .works__item:nth-of-type(2) {
    inset: auto;
    top: 1rem;
    right: 1.6rem;
    width: 14rem;
    height: 16rem;
  }
}
.home .works__item:nth-of-type(3) {
  left: 106rem;
  top: 0;
  width: 34rem;
  height: 20rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .works__item:nth-of-type(3) {
    inset: auto;
    top: 22rem;
    left: 12rem;
    width: 15rem;
    height: 12rem;
  }
}
.home .works__item:nth-of-type(4) {
  left: 56rem;
  top: 20rem;
  width: 34rem;
  height: 56rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .works__item:nth-of-type(4) {
    inset: auto;
    top: 34rem;
    left: 0.4rem;
    width: 13rem;
    height: 17rem;
  }
}
.home .works__item:nth-of-type(5) {
  left: 108rem;
  top: 27rem;
  width: 34rem;
  height: 40rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .works__item:nth-of-type(5) {
    inset: auto;
    top: 38rem;
    right: 0.4rem;
    width: 13rem;
    height: 17rem;
  }
}
.home .works__item:nth-of-type(6) {
  left: 2rem;
  bottom: 2rem;
  width: 30rem;
  height: 46rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .works__item:nth-of-type(6) {
    inset: auto;
    bottom: 3rem;
    left: 2rem;
    width: 15rem;
    height: 18rem;
  }
}
.home .works__item:nth-of-type(7) {
  right: 4rem;
  bottom: -13rem;
  width: 42rem;
  height: 26rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .works__item:nth-of-type(7) {
    inset: auto;
    bottom: 6rem;
    right: 2.4rem;
    width: 14rem;
    height: 15rem;
  }
}
.home .works__image {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}
.home .works__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .works__item.is-inview .works__image {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (prefers-reduced-motion: reduce) {
  .home .works__image {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}
.home .works__more {
  position: absolute;
  top: 62%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.home .works__moreLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #fff;
  font-family: "Aboreto", serif;
  letter-spacing: 0.1em;
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .home .works__moreLink:hover {
    opacity: 0.6;
  }
}
.home .works__moreArrow {
  font-size: 1.8rem;
}
.home .flow {
  height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6rem;
  color: #191919;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .flow {
    height: auto;
    padding-block: 8rem;
  }
}
.home .flow__head {
  width: min(136.8rem, 95%);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .flow__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
    padding-inline: 2rem;
  }
}
.home .flow__lead {
  line-height: 2;
}
.home .flow__track {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  padding-left: calc((100% - min(136.8rem, 95%)) / 2);
  padding-right: 2.4rem;
  will-change: transform;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .flow__track {
    overflow-x: auto;
    padding-left: calc(2.5% + 2rem);
    padding-bottom: 2rem;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .home .flow__track::-webkit-scrollbar {
    display: none;
  }
}
.home .flow__card {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30rem;
  min-height: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
  padding: 4rem 3rem;
  background-color: #fff;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .flow__card {
    min-height: 36rem;
  }
}
.home .flow__cardTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.home .flow__contact {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 8rem;
  padding-right: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .flow__contact {
    padding-left: 4rem;
  }
}
.home .flow__cardHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
}
.home .flow__cardTitle {
  font-size: 1.8rem;
  font-weight: 500;
}
.home .flow__cardEn {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #5b5b5b;
}
.home .flow__cardText {
  line-height: 1.9;
}
.home .faq {
  color: #191919;
  interpolate-size: allow-keywords;
}
.home .faq > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
.home .faq__heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.home .faq__item {
  border-bottom: 0.1rem solid #AAAAAA;
}
.home .faq__item:first-of-type {
  border-top: 0.1rem solid #AAAAAA;
}
.home .faq__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 2.8rem 0;
  cursor: pointer;
  list-style: none;
}
.home .faq__q::-webkit-details-marker {
  display: none;
}
.home .faq__icon {
  font-family: "Aboreto", serif;
  font-size: 1.8rem;
  color: #5b5b5b;
}
.home .faq__qText {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .faq__qText {
    line-height: 1.6;
  }
}
.home .faq__mark {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}
.home .faq__mark::before, .home .faq__mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #191919;
}
.home .faq__mark::before {
  width: 1.6rem;
  height: 0.1rem;
}
.home .faq__mark::after {
  width: 0.1rem;
  height: 1.6rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.home .faq__item[open] .home .faq__mark::after {
  opacity: 0;
}
.home .faq__a {
  padding: 0 4rem 2.8rem;
  line-height: 1.9;
}
.home .faq__item::details-content {
  block-size: 0;
  overflow: hidden;
  -webkit-transition: block-size 0.35s ease, content-visibility 0.35s allow-discrete;
  transition: block-size 0.35s ease, content-visibility 0.35s allow-discrete;
}
.home .faq__item[open]::details-content {
  block-size: auto;
}
.home .companyShow {
  position: relative;
  isolation: isolate;
}
.home .companyShow__stage {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  z-index: 0;
  background-color: #191919;
}
.home .companyShow__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  -webkit-transform-origin: center;
          transform-origin: center;
  will-change: transform;
}
.home .companyShow__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .companyShow__spacer {
  height: 100vh;
}
.home .companyShow__intro {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.home .companyShow__en {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  font-family: "Aboreto", serif;
  font-size: 9rem;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
}
.home .companyShow__en--top {
  top: 16%;
}
.home .companyShow__en--bottom {
  bottom: 16%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .companyShow__en {
    font-size: 4rem;
  }
}
.home .companyShow__lead {
  position: absolute;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  line-height: 2;
  color: #fff;
}
.home .companyShow__scroll {
  position: absolute;
  right: 5%;
  bottom: 6%;
  z-index: 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .companyShow__scroll {
    display: none;
  }
}
.home .company {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: rgba(25, 25, 25, 0.55);
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
}
.home .company__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6rem;
}
.home .company__heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.home .company__heading .heading__en,
.home .company__heading .heading__ja {
  color: #fff;
}
.home .company__lead {
  text-align: center;
  line-height: 2;
}
.home .company__detail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  padding: 4rem;
  background-color: rgba(25, 25, 25, 0.4);
  border: 0.1rem solid rgba(255, 255, 255, 0.15);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .company__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    padding: 2.4rem;
  }
}
.home .company__images {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.home .company__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.home .company__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .company__table {
  -webkit-box-flex: 1.4;
      -ms-flex: 1.4;
          flex: 1.4;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home .company__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  padding: 2.4rem 0;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
}
.home .company__row:first-child {
  padding-top: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .company__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
    padding: 2rem 0;
  }
}
.home .company__term {
  width: 10rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #bdbdbd;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .company__term {
    width: auto;
  }
}
.home .company__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  line-height: 1.8;
}
.home .company__businessList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}
.home .company__businessTitle {
  display: block;
  font-weight: 500;
}

.privacy {
  padding-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .privacy {
    padding-top: 4rem;
    gap: 4rem;
  }
}
.privacy__lead {
  line-height: 2;
}
.privacy__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.privacy__blockTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid #AAAAAA;
  line-height: 1.4;
}
.privacy__num {
  font-size: 3.2rem;
}
.privacy__blockTitleText {
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .privacy__blockTitleText {
    font-size: 2rem;
  }
}
.privacy__text {
  line-height: 2;
}
.privacy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
  line-height: 1.8;
}
.privacy__list li {
  position: relative;
  padding-left: 1.4rem;
}
.privacy__list li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.privacy__link {
  color: #191919;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .privacy__link:hover {
    opacity: 0.7;
  }
}
.privacy__date {
  font-size: 1.4rem;
}

.contactBody {
  padding-top: 8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .contactBody {
    padding-top: 4rem;
  }
}
.contactBody__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .contactBody__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.contactBody__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
}
.contactBody__form {
  -webkit-box-flex: 1.9;
      -ms-flex: 1.9;
          flex: 1.9;
  min-width: 0;
}
.contactBody__formNote {
  line-height: 2;
}
.contactBody__lead {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .contactBody__lead {
    font-size: 2rem;
  }
}
.contactBody__text {
  line-height: 2;
}
.contactBody__line {
  padding: 3.2rem;
  border: 0.1rem solid #AAAAAA;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .contactBody__line {
    padding: 2.4rem;
  }
}
.contactBody__lineHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
.contactBody__lineIcon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #191919;
}
.contactBody__lineIcon img {
  width: 2rem;
  height: auto;
  display: block;
}
.contactBody__lineTitle {
  font-size: 1.8rem;
  font-weight: 500;
}
.contactBody__lineText {
  font-size: 1.4rem;
  line-height: 1.8;
}
.contactBody__lineBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  padding: 1.6rem 2rem;
  background-color: #191919;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .contactBody__lineBtn:hover {
    opacity: 0.8;
  }
}
.contactBody__lineBtnIcon {
  width: 1.4rem;
  height: auto;
}

.contactForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
.contactForm__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .contactForm__field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
  }
}
.contactForm__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  width: 16rem;
  padding-top: 1.4rem;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .contactForm__label {
    width: auto;
    padding-top: 0;
  }
}
.contactForm__required {
  display: inline-block;
  padding: 0.6rem 0.8rem;
  background-color: #191919;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.contactForm__input, .contactForm__textarea {
  width: 100%;
  padding: 1.4rem 1.6rem;
  border: 0.1rem solid #AAAAAA;
  background-color: #fff;
  font-family: inherit;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #191919;
}
.contactForm__input::-webkit-input-placeholder, .contactForm__textarea::-webkit-input-placeholder {
  color: #5b5b5b;
}
.contactForm__input::-moz-placeholder, .contactForm__textarea::-moz-placeholder {
  color: #5b5b5b;
}
.contactForm__input:-ms-input-placeholder, .contactForm__textarea:-ms-input-placeholder {
  color: #5b5b5b;
}
.contactForm__input::-ms-input-placeholder, .contactForm__textarea::-ms-input-placeholder {
  color: #5b5b5b;
}
.contactForm__input::placeholder, .contactForm__textarea::placeholder {
  color: #5b5b5b;
}
.contactForm__input:focus-visible, .contactForm__textarea:focus-visible {
  outline: 0.2rem solid #191919;
  outline-offset: 0.2rem;
}
.contactForm__textarea {
  min-height: 18rem;
  resize: vertical;
  -ms-flex-line-pack: start;
      align-content: start;
  vertical-align: top;
}
.contactForm__note {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #191919;
  text-align: center;
}
.contactForm__note a {
  color: #5b5b5b;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .contactForm__note a:hover {
    opacity: 0.7;
  }
}
.contactForm__submit {
  display: block;
  width: 32rem;
  margin-inline: auto;
  padding: 2rem;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #191919;
  color: #fff;
  font-family: inherit;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .contactForm__submit:hover {
    opacity: 0.8;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .contactForm__submit {
    width: 100%;
  }
}
.contactForm .wpcf7-form-control-wrap {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .contactForm .wpcf7-form-control-wrap {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

.worksArchive {
  padding-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .worksArchive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    padding-top: 4rem;
  }
}
.worksArchive__side {
  width: 24rem;
  position: sticky;
  top: 12rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .worksArchive__side {
    position: static;
    top: auto;
    width: 100%;
  }
}
.worksArchive__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8rem;
}
.worksArchive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .worksArchive__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
  .worksArchive__list .worksArchive__col .worksCard {
    width: 80%;
  }
  .worksArchive__list .worksArchive__col:first-child .worksCard {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .worksArchive__list .worksArchive__col--offset .worksCard {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .worksArchive__list .worksArchive__col:first-child .worksCard:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .worksArchive__list .worksArchive__col--offset .worksCard:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .worksArchive__list .worksArchive__col:first-child .worksCard:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .worksArchive__list .worksArchive__col--offset .worksCard:nth-child(2) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .worksArchive__list .worksArchive__col:first-child .worksCard:nth-child(3) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .worksArchive__list .worksArchive__col--offset .worksCard:nth-child(3) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .worksArchive__list .worksArchive__col:first-child .worksCard:nth-child(4) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .worksArchive__list .worksArchive__col--offset .worksCard:nth-child(4) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .worksArchive__list .worksArchive__col:first-child .worksCard:nth-child(5) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .worksArchive__list .worksArchive__col--offset .worksCard:nth-child(5) {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .worksArchive__list .worksArchive__col:first-child .worksCard:nth-child(6) {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .worksArchive__list .worksArchive__col--offset .worksCard:nth-child(6) {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .worksArchive__list .worksArchive__col:first-child .worksCard:nth-child(7) {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .worksArchive__list .worksArchive__col--offset .worksCard:nth-child(7) {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .worksArchive__list .worksArchive__col:first-child .worksCard:nth-child(8) {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .worksArchive__list .worksArchive__col--offset .worksCard:nth-child(8) {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .worksArchive__list .worksArchive__col:first-child .worksCard:nth-child(9) {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .worksArchive__list .worksArchive__col--offset .worksCard:nth-child(9) {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .worksArchive__list .worksArchive__col:first-child .worksCard:nth-child(10) {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .worksArchive__list .worksArchive__col--offset .worksCard:nth-child(10) {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .worksArchive__list .worksArchive__col:first-child .worksCard:nth-child(11) {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  .worksArchive__list .worksArchive__col--offset .worksCard:nth-child(11) {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .worksArchive__list .worksArchive__col:first-child .worksCard:nth-child(12) {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  .worksArchive__list .worksArchive__col--offset .worksCard:nth-child(12) {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }
  .worksArchive__list .worksArchive__col:first-child .worksCard:nth-child(13) {
    -webkit-box-ordinal-group: 26;
        -ms-flex-order: 25;
            order: 25;
  }
  .worksArchive__list .worksArchive__col--offset .worksCard:nth-child(13) {
    -webkit-box-ordinal-group: 27;
        -ms-flex-order: 26;
            order: 26;
  }
  .worksArchive__list .worksArchive__col:first-child .worksCard:nth-child(14) {
    -webkit-box-ordinal-group: 28;
        -ms-flex-order: 27;
            order: 27;
  }
  .worksArchive__list .worksArchive__col--offset .worksCard:nth-child(14) {
    -webkit-box-ordinal-group: 29;
        -ms-flex-order: 28;
            order: 28;
  }
  .worksArchive__list .worksArchive__col:first-child .worksCard:nth-child(15) {
    -webkit-box-ordinal-group: 30;
        -ms-flex-order: 29;
            order: 29;
  }
  .worksArchive__list .worksArchive__col--offset .worksCard:nth-child(15) {
    -webkit-box-ordinal-group: 31;
        -ms-flex-order: 30;
            order: 30;
  }
  .worksArchive__list .worksArchive__col:first-child .worksCard:nth-child(16) {
    -webkit-box-ordinal-group: 32;
        -ms-flex-order: 31;
            order: 31;
  }
  .worksArchive__list .worksArchive__col--offset .worksCard:nth-child(16) {
    -webkit-box-ordinal-group: 33;
        -ms-flex-order: 32;
            order: 32;
  }
  .worksArchive__list .worksArchive__col:first-child .worksCard:nth-child(17) {
    -webkit-box-ordinal-group: 34;
        -ms-flex-order: 33;
            order: 33;
  }
  .worksArchive__list .worksArchive__col--offset .worksCard:nth-child(17) {
    -webkit-box-ordinal-group: 35;
        -ms-flex-order: 34;
            order: 34;
  }
  .worksArchive__list .worksArchive__col:first-child .worksCard:nth-child(18) {
    -webkit-box-ordinal-group: 36;
        -ms-flex-order: 35;
            order: 35;
  }
  .worksArchive__list .worksArchive__col--offset .worksCard:nth-child(18) {
    -webkit-box-ordinal-group: 37;
        -ms-flex-order: 36;
            order: 36;
  }
  .worksArchive__list .worksArchive__col:first-child .worksCard:nth-child(19) {
    -webkit-box-ordinal-group: 38;
        -ms-flex-order: 37;
            order: 37;
  }
  .worksArchive__list .worksArchive__col--offset .worksCard:nth-child(19) {
    -webkit-box-ordinal-group: 39;
        -ms-flex-order: 38;
            order: 38;
  }
  .worksArchive__list .worksArchive__col:first-child .worksCard:nth-child(20) {
    -webkit-box-ordinal-group: 40;
        -ms-flex-order: 39;
            order: 39;
  }
  .worksArchive__list .worksArchive__col--offset .worksCard:nth-child(20) {
    -webkit-box-ordinal-group: 41;
        -ms-flex-order: 40;
            order: 40;
  }
}
.worksArchive__col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .worksArchive__col {
    display: contents;
  }
}
.worksArchive__col--offset {
  margin-top: 8rem;
}
.worksArchive__empty {
  line-height: 2;
}
.worksArchive__current {
  font-size: 1.8rem;
  font-weight: 500;
}

.catNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
.catNav__heading {
  text-align: center;
  padding: 0.8rem 2rem;
  background-color: #191919;
  color: #fff;
  font-family: "Aboreto", serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.catNav__group {
  border-bottom: 0.1rem solid #AAAAAA;
}
.catNav__group:first-of-type {
  border-top: 0.1rem solid #AAAAAA;
}
.catNav__groupTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  padding: 1.6rem 0;
  font-size: 1.4rem;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
}
.catNav__groupTitle::-webkit-details-marker {
  display: none;
}
.catNav__mark {
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
}
.catNav__mark::before, .catNav__mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #191919;
}
.catNav__mark::before {
  width: 1.2rem;
  height: 0.1rem;
}
.catNav__mark::after {
  width: 0.1rem;
  height: 1.2rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.catNav__group[open] .catNav__mark::after {
  opacity: 0;
}
.catNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
  padding-bottom: 2rem;
}
.catNav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #191919;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.catNav__link::before {
  content: "・";
  color: #5b5b5b;
}
@media (hover: hover) {
  .catNav__link:hover {
    opacity: 0.6;
  }
}
.catNav__link.is-active {
  font-weight: 700;
}

.worksCard__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  color: #191919;
}
@media (hover: hover) {
  .worksCard__link:hover .worksCard__image img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
.worksCard__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16/10;
}
.worksCard__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.worksCard__noImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #F1F2F1;
  color: #5b5b5b;
  font-family: "Aboreto", serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.worksCard__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}
.worksCard__title {
  font-weight: 500;
  line-height: 1.6;
}
.worksCard__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem 1.2rem;
}
.worksCard__tag {
  font-size: 1.4rem;
  color: #5b5b5b;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
  .single-works .worksArchive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.singleWorks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
.singleWorks__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.singleWorks__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem;
}
.singleWorks__date {
  font-family: "Aboreto", serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #5b5b5b;
}
.singleWorks__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem 1.2rem;
}
.singleWorks__tag {
  font-size: 1.4rem;
  color: #5b5b5b;
}
.singleWorks__title {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .singleWorks__title {
    font-size: 2.2rem;
  }
}
.singleWorks__image {
  overflow: hidden;
  aspect-ratio: 16/10;
}
.singleWorks__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.singleWorks__table {
  padding-block: 4rem;
  border-top: 0.1rem solid #AAAAAA;
  border-bottom: 0.1rem solid #AAAAAA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.singleWorks__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .singleWorks__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.4rem;
  }
}
.singleWorks__term {
  width: 16rem;
  color: #5b5b5b;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .singleWorks__term {
    width: auto;
  }
}
.singleWorks__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  line-height: 1.7;
}
.singleWorks__desc a {
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .singleWorks__desc a:hover {
    opacity: 0.7;
  }
}
.singleWorks__link {
  word-break: break-all;
}
.singleWorks__content {
  line-height: 2;
}
.singleWorks__content img {
  max-width: 100%;
  height: auto;
}
.singleWorks__content > * + * {
  margin-top: 2rem;
}
.singleWorks__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .singleWorks__cta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .singleWorks__cta .btn {
    width: 100%;
  }
}

.newsArchive {
  padding-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .newsArchive {
    padding-top: 4rem;
    gap: 3rem;
  }
}
.newsArchive__empty {
  line-height: 2;
}
.newsArchive__current {
  font-size: 1.8rem;
  font-weight: 500;
}

.newsFilter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.2rem;
}
.newsFilter__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8rem 2rem;
  border: 0.1rem solid #AAAAAA;
  border-radius: 4rem;
  font-size: 1.4rem;
  line-height: 1;
  color: #191919;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
@media (hover: hover) {
  .newsFilter__link:hover {
    background-color: #191919;
    border-color: #191919;
    color: #fff;
  }
}
.newsFilter__link.is-active {
  background-color: #191919;
  border-color: #191919;
  color: #fff;
}

.newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsList__item {
  border-bottom: 0.1rem solid #AAAAAA;
}

.newsCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
  padding: 3.2rem;
  color: #191919;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .newsCard:hover {
    opacity: 0.6;
  }
  .newsCard:hover .newsCard__arrow {
    -webkit-transform: translateX(0.6rem);
            transform: translateX(0.6rem);
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .newsCard {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 1.2rem;
    -webkit-column-gap: 1.6rem;
       -moz-column-gap: 1.6rem;
            column-gap: 1.6rem;
    padding: 2.4rem 0.4rem;
  }
}
.newsCard__date {
  font-family: "Aboreto", serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: #5b5b5b;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .newsCard__date {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    font-size: 1.3rem;
  }
}
.newsCard__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
.newsCard__title {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .newsCard__title {
    font-size: 1.5rem;
  }
}
.newsCard__desc {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #5b5b5b;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .newsCard__desc {
    font-size: 1.3rem;
  }
}
.newsCard__arrow {
  font-family: "Aboreto", serif;
  font-size: 1.6rem;
  color: #5b5b5b;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.singleNews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
.singleNews__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  padding-bottom: 4rem;
  border-bottom: 0.1rem solid #AAAAAA;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .singleNews__head {
    padding-bottom: 2rem;
  }
}
.singleNews__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem;
}
.singleNews__date {
  font-family: "Aboreto", serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: #5b5b5b;
}
.singleNews__cat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4rem 1.4rem;
  border: 0.1rem solid #AAAAAA;
  border-radius: 4rem;
  font-size: 1.2rem;
  line-height: 1;
  color: #5b5b5b;
}
.singleNews__title {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .singleNews__title {
    font-size: 2.2rem;
  }
}
.singleNews__content {
  line-height: 2;
}
.singleNews__content img {
  max-width: 100%;
  height: auto;
}
.singleNews__content > * + * {
  margin-top: 2rem;
}
.singleNews__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.defaultBody {
  padding-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .defaultBody {
    padding-top: 4rem;
  }
}
.defaultBody__content {
  line-height: 2;
}
.defaultBody__content img {
  max-width: 100%;
  height: auto;
}
.defaultBody__content > * + * {
  margin-top: 2rem;
}
.defaultBody__empty {
  line-height: 2;
  text-align: center;
}
.defaultBody__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.notFound {
  padding-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .notFound {
    padding-top: 4rem;
  }
}
.notFound__text {
  line-height: 2;
  text-align: center;
}/*# sourceMappingURL=style.css.map */