html {
  scrollbar-gutter: stable;
}
html.js-page-loading body {
  background: #181D24;
  overflow: hidden;
}
html.js-page-loading .body-container {
  opacity: 0;
  visibility: hidden;
}
html.js-home-first-loading body {
  background: #2d3540;
}
html.js-home-first-loading .home-first-loader {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
html.js-home-first-loading .home-first-loader-curtain-layer {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
html.is-page-ready .body-container {
  opacity: 1;
  visibility: visible;
}

body {
  color: #EAEAEA;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  letter-spacing: normal;
}
body.is-fixed {
  overflow: clip;
}

.body-container {
  transition: visibility 0s linear;
}

main {
  background-color: #181D24;
  background-image: linear-gradient(to right, transparent 0, transparent calc(20.25rem - 1px), rgba(52, 59, 69, 0.7) calc(20.25rem - 1px), rgba(52, 59, 69, 0.7) 20.25rem);
  background-position: calc(50% - 10.125rem) top;
  background-repeat: repeat;
  background-size: 20.25rem 100%;
  padding-top: 6.25rem;
}
@media (width < 768px) {
  main {
    background-image: linear-gradient(to right, transparent 0, transparent calc(5.4375rem - 1px), rgba(52, 59, 69, 0.7) calc(5.4375rem - 1px), rgba(52, 59, 69, 0.7) 5.4375rem);
    background-position: calc(50% - 2.71875rem) top;
    background-size: 5.4375rem 100%;
    padding-top: 4.125rem;
  }
}

img {
  display: block;
  height: auto;
  width: 100%;
}

.text {
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  line-height: 2.6153846154;
}
@media (width < 768px) {
  .text {
    letter-spacing: 0.04em;
  }
}

.lead-jp {
  font-family: "Shippori Mincho", serif;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8181818182;
}
@media (width < 768px) {
  .lead-jp {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

.lead-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  line-height: 1.1666666667;
}

:root {
  --layout-inner-pc: 73.75rem;
  --layout-inner-sp: calc(0.84 * 100%);
  --layout-inner-sp-max: 31.25rem;
}

.inner {
  margin-inline: auto;
  max-width: var(--layout-inner-pc);
  width: 95%;
}
@media (width < 768px) {
  .inner {
    max-width: var(--layout-inner-sp-max) !important;
    width: var(--layout-inner-sp) !important;
  }
}

br.is-pc {
  display: block;
}
@media (width < 768px) {
  br.is-pc {
    display: none;
  }
}
br.is-sp {
  display: none;
}
@media (width < 768px) {
  br.is-sp {
    display: inline;
  }
}

span.is-pc {
  display: inline;
}
@media (width < 768px) {
  span.is-pc {
    display: none;
  }
}
span.is-sp {
  display: none;
}
@media (width < 768px) {
  span.is-sp {
    display: inline;
  }
}

.js-fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s, transform 0.8s;
}
.js-fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.btn {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.875rem;
  font-weight: 500;
  gap: 0.5rem;
  height: 2.8125rem;
  letter-spacing: 0.04em;
  line-height: 1.2142857143;
  position: relative;
  transition: all 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 7.625rem;
  z-index: 5;
}
.btn::before {
  background: #B29462;
  border-radius: 50%;
  content: "";
  height: 2.8125rem;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  width: 2.8125rem;
  z-index: -1;
}
.btn::after {
  background-color: currentColor;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 0.375rem;
  width: 1.0625rem;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.256' height='3.549' viewBox='0 0 10.256 3.549'%3E%3Cpath d='M452.64 1532.451h-10.256v-.6h8.7l-2.762-2.5.4-.444 3.918 3.549Z' transform='translate(-442.384 -1528.902)'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.256' height='3.549' viewBox='0 0 10.256 3.549'%3E%3Cpath d='M452.64 1532.451h-10.256v-.6h8.7l-2.762-2.5.4-.444 3.918 3.549Z' transform='translate(-442.384 -1528.902)'/%3E%3C/svg%3E") no-repeat center/contain;
}
.btn--black {
  color: #181D24;
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    padding-left: 1.125rem;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn:hover {
    padding-left: 1.125rem;
  }
}

.action-btn-wrapper {
  background: #181D24;
}

.action-btn {
  background: #B29462;
  color: #fff;
  display: grid;
  font-family: "Shippori Mincho", serif;
  font-size: 1.0625rem;
  font-weight: 500;
  height: 4.8125rem;
  letter-spacing: 0.08em;
  place-content: center;
  position: relative;
  transition: all 0.3s ease;
  width: 21.875rem;
}
@media (width < 768px) {
  .action-btn {
    font-size: 0.75rem;
    height: 3.4375rem;
    width: 15.625rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .action-btn:hover {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .action-btn:hover {
    opacity: 0.7;
  }
}
.action-btn::before {
  background: transparent;
  border: 1px solid #fff;
  content: "";
  height: 4.375rem;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 21.5rem;
}
@media (width < 768px) {
  .action-btn::before {
    height: 3.125rem;
    width: 15.3125rem;
  }
}
.action-btn::after {
  background-color: currentColor;
  content: "";
  height: 0.25rem;
  position: absolute;
  right: 2.1875rem;
  top: 50%;
  translate: 0 -50%;
  width: 0.9375rem;
  -webkit-mask: url("../img/common/arrow_right_white.svg") no-repeat center/contain;
  mask: url("../img/common/arrow_right_white.svg") no-repeat center/contain;
}
@media (width < 768px) {
  .action-btn::after {
    height: 0.25rem;
    right: 1.5rem;
    width: 0.75rem;
  }
}

.sec-title {
  position: relative;
}
.sec-title .title-en {
  color: #EAEAEA;
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 4.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.0512820513;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .sec-title .title-en {
    font-size: 3.75rem;
  }
}
@media (width < 768px) {
  .sec-title .title-en {
    font-size: 2.375rem;
    line-height: 1.0789473684;
  }
}
.sec-title .title-en::after {
  background: #B29462;
  bottom: -1.1875rem;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  width: 3.4375rem;
}
@media (width < 768px) {
  .sec-title .title-en::after {
    bottom: -0.75rem;
    width: 2.625rem;
  }
}
.sec-title .title-jp {
  color: #D5D5D5;
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  line-height: 1.6923076923;
  margin-top: 2.8125rem;
}
@media (width < 768px) {
  .sec-title .title-jp {
    font-size: 0.75rem;
    line-height: 1.8333333333;
    margin-top: 1.5625rem;
  }
}
.sec-title--black .title-en,
.sec-title--black .title-jp {
  color: #212831;
}
.sec-title--center {
  text-align: center;
}
.sec-title--center .title-en::after {
  left: 50%;
  translate: -50% 0;
}

.sec-sub-title {
  text-align: center;
}
.sec-sub-title .title-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4565217391;
  position: relative;
}
@media (width < 768px) {
  .sec-sub-title .title-en {
    font-size: 2.375rem;
    line-height: 1.0789473684;
  }
}
.sec-sub-title .title-en::after {
  background: #B29462;
  bottom: -0.625rem;
  content: "";
  height: 0.0625rem;
  left: 50%;
  position: absolute;
  translate: -50% 0;
  width: 3.4375rem;
}
@media (width < 768px) {
  .sec-sub-title .title-en::after {
    bottom: -0.875rem;
    width: 2.625rem;
  }
}
.sec-sub-title .title-jp {
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8333333333;
  margin-top: 1.625rem;
}
@media (width < 768px) {
  .sec-sub-title .title-jp {
    font-size: 0.75rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.8333333333;
  }
}

.mini-title {
  align-items: baseline;
  border-bottom: 1px solid #B29462;
  display: flex;
  gap: 0.5625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (width < 768px) {
  .mini-title {
    padding-bottom: 0.375rem;
  }
}
.mini-title .title-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media (width < 768px) {
  .mini-title .title-en {
    font-size: 1.75rem;
  }
}
.mini-title .title-jp {
  font-family: "Shippori Mincho", serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
}

.breadcrumb {
  margin-top: 5.75rem;
}
@media (width < 768px) {
  .breadcrumb {
    margin-top: 1.75rem;
  }
}

.breadcrumb-items {
  align-items: center;
  display: flex;
  gap: 1.8125rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (width < 768px) {
  .breadcrumb-items {
    gap: 1.375rem;
  }
}

.breadcrumb-item {
  align-items: center;
  color: #D5D5D5;
  display: flex;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.2142857143;
  position: relative;
}
@media (width < 768px) {
  .breadcrumb-item {
    font-size: 0.75rem;
    line-height: 1.1666666667;
  }
}
.breadcrumb-item + .breadcrumb-item::before {
  color: currentColor;
  content: "/";
  left: -0.9375rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media (width < 768px) {
  .breadcrumb-item + .breadcrumb-item::before {
    left: -0.8125rem;
  }
}

.breadcrumb-link,
.breadcrumb-current {
  color: inherit;
}

.breadcrumb-link {
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumb-link:hover {
    color: #B29462;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .breadcrumb-link:hover {
    color: #B29462;
  }
}

.anchor-items {
  display: grid;
  gap: 1.25rem 2.4375rem;
  grid-template-columns: repeat(auto-fit, 9.1875rem);
  justify-content: center;
}
@media (width < 768px) {
  .anchor-items {
    gap: 1.375rem 2.4375rem;
    grid-template-columns: 1fr 1fr;
  }
}

.anchor-item-link {
  align-items: center;
  color: #D5D5D5;
  display: inline-flex;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  font-weight: 500;
  gap: 0.875rem;
  justify-content: space-between;
  letter-spacing: 0.04em;
  line-height: 1.25;
  padding-bottom: 0.5625rem;
  padding-right: 0.625rem;
  position: relative;
  transition: color 0.3s ease;
  width: 100%;
}
@media (width < 768px) {
  .anchor-item-link {
    font-size: 1rem;
    line-height: 1.4375;
  }
}
.anchor-item-link::before {
  background: currentColor;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: background-color 0.3s ease;
  width: 100%;
}
.anchor-item-link::after {
  background-color: currentColor;
  content: "";
  flex-shrink: 0;
  height: 0.3125rem;
  width: 0.5625rem;
  -webkit-mask: url(../img/common/arrow_down_grey.svg) no-repeat center/contain;
  mask: url(../img/common/arrow_down_grey.svg) no-repeat center/contain;
  transition: background-color 0.3s ease;
}
@media (width < 768px) {
  .anchor-item-link::after {
    margin-top: 0.25rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .anchor-item-link:hover {
    color: #B29462;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .anchor-item-link:hover {
    color: #B29462;
  }
}

.cta {
  background: url("../img/common/cta_pc.png") no-repeat center center/cover;
  padding: 7.0625rem 0 6.4375rem;
  position: relative;
}
@media (width < 768px) {
  .cta {
    background-image: url("../img/common/cta_sp.png");
    padding: 5.125rem 0 4rem;
  }
}
.cta::before {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.cta .text {
  color: #fff;
  margin-top: 2.5625rem;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media (width < 768px) {
  .cta .text {
    line-height: 2.2307692308;
    margin-top: 1.0625rem;
  }
}

.cta-btn {
  margin: 3.5625rem auto 0;
}
@media (width < 768px) {
  .cta-btn {
    margin-top: 2.9375rem;
  }
}

.deco-text {
  align-items: center;
  color: #EAEAEA;
  display: flex;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.875rem;
  font-weight: 500;
  gap: 1.5625rem;
  left: 1.75rem;
  letter-spacing: 0.04em;
  position: absolute;
  rotate: 180deg;
  writing-mode: vertical-lr;
}
@media (width < 768px) {
  .deco-text {
    display: none;
  }
}
.deco-text .deco-text-line:first-of-type {
  position: relative;
}
.deco-text .deco-text-line:first-of-type::after {
  background: currentColor;
  bottom: -1.25rem;
  content: "";
  height: 0.8125rem;
  left: 50%;
  position: absolute;
  translate: -50% 0;
  width: 0.0625rem;
}

.loop-text {
  display: flex;
  gap: 1.875rem;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media (width < 768px) {
  .loop-text {
    bottom: 1.125rem;
    z-index: 0;
  }
}

.loop-text-item {
  animation: loop-text-slide 40s infinite linear both;
  color: #fff;
  flex-shrink: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 6.4375rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  opacity: 0.05;
  white-space: nowrap;
}
@media (width < 768px) {
  .loop-text-item {
    font-size: 4.375rem;
  }
}

@keyframes loop-text-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.message-name {
  display: flex;
  gap: 0.8125rem;
  margin-top: 2.3125rem;
}
@media (width < 768px) {
  .message-name {
    gap: 0.6875rem;
    margin-top: 1.3125rem;
  }
}
.message-name .position {
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-top: 1.4375rem;
}
@media (width < 768px) {
  .message-name .position {
    font-size: 0.9375rem;
    margin-top: 1.1875rem;
  }
}
.message-name .name {
  height: 3.125rem;
  width: 9.25rem;
}
@media (width < 768px) {
  .message-name .name {
    height: 2.5625rem;
    width: 7.5rem;
  }
}

.pageLow-head {
  height: 40.8125rem;
  isolation: isolate;
  margin-bottom: 6.1875rem;
  margin-top: 0.375rem;
  position: relative;
}
@media (width < 768px) {
  .pageLow-head {
    height: 18.125rem;
    margin-bottom: 4.375rem;
    margin-top: 0.75rem;
  }
}
.pageLow-head.no-bg {
  height: initial;
  margin-bottom: 2.3125rem;
}
@media (width < 768px) {
  .pageLow-head.no-bg {
    height: initial;
  }
}
.pageLow-head.no-bg .pageLow-deco-text {
  white-space: nowrap;
}

.pageLow-head-bg {
  --page-low-parallax-bleed: 2.5rem;
  bottom: 0;
  height: 35rem;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 0;
}
@media (width < 768px) {
  .pageLow-head-bg {
    height: 15.625rem;
  }
}
.pageLow-head-bg picture,
.pageLow-head-bg .simpleParallax,
.pageLow-head-bg img {
  display: block;
  width: 100%;
}
.pageLow-head-bg picture,
.pageLow-head-bg .simpleParallax {
  height: calc(100% + var(--page-low-parallax-bleed) * 2);
  left: 0;
  position: absolute;
  top: calc(var(--page-low-parallax-bleed) * -1);
  width: 100%;
}
.pageLow-head-bg .simpleParallax {
  overflow: hidden !important;
}
.pageLow-head-bg img {
  height: 100%;
  inset: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.pageLow-title {
  color: #D5D5D5;
  font-family: "Cormorant Garamond", serif;
  font-size: 6.625rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4622641509;
  position: relative;
  z-index: 1;
}
@media (width < 768px) {
  .pageLow-title {
    font-size: 2.875rem;
  }
}

.pageLow-deco-text {
  top: 2.4375rem;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .pageLow-deco-text {
    left: 0.625rem;
  }
}

.header {
  align-items: center;
  background: #181D24;
  display: flex;
  height: 6.25rem;
  justify-content: space-between;
  padding: 0 2.6875rem 0 2.1875rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .header {
    padding: 0 1.25rem;
  }
}
@media (width < 768px) {
  .header {
    height: 4.125rem;
    padding: 0 0.9375rem;
  }
}

.header-logo {
  position: relative;
  z-index: 30;
}

.header-logo-link {
  display: block;
  height: 3.5rem;
  width: 10.4375rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .header-logo-link {
    height: 2.5rem;
    width: 7.375rem;
  }
}
@media (width < 768px) {
  .header-logo-link {
    height: 2.5rem;
    width: 7.375rem;
  }
}

.header-nav {
  height: 100%;
}
@media (width < 768px) {
  .header-nav {
    display: none;
  }
}

.header-nav-items {
  align-items: center;
  display: flex;
  gap: 2rem;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .header-nav-items {
    gap: 1.25rem;
  }
}

.header-nav-item {
  align-items: center;
  display: flex;
  height: 100%;
}

.header-nav-item--has-children {
  position: relative;
}

.header-nav-item-link {
  color: #EAEAEA;
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 0.625rem 0;
  position: relative;
  transition: all 0.3s ease;
}
.header-nav-item-link::after {
  background: #B29462;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .header-nav-item-link:hover {
    color: #B29462;
  }
  .header-nav-item-link:hover::after {
    opacity: 1;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-nav-item-link:hover {
    color: #B29462;
  }
  .header-nav-item-link:hover::after {
    opacity: 1;
  }
}
.header-nav-item-link a {
  color: #EAEAEA;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.header-nav-parent-link {
  align-items: center;
  display: inline-flex;
  gap: 0.6875rem;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .header-nav-parent-link {
    gap: 0.3125rem;
  }
}
.header-nav-item--has-children:hover .header-nav-parent-link {
  color: #B29462;
}

.header-nav-parent-label {
  color: inherit;
}

.header-nav-parent-toggle {
  color: #fff;
  display: block;
  height: 0.5rem;
  position: relative;
  transition: color 0.3s ease;
  width: 0.5rem;
}
.header-nav-parent-toggle::before, .header-nav-parent-toggle::after {
  background: currentColor;
  content: "";
  height: 0.0625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: rotate 0.3s ease;
  translate: -50% -50%;
  width: 0.5rem;
}
.header-nav-parent-toggle::after {
  rotate: 90deg;
}
.header-nav-item--has-children:hover .header-nav-parent-toggle {
  color: #B29462;
}
.header-nav-item--has-children:hover .header-nav-parent-toggle::after {
  rotate: 180deg;
}

.header-sub-items {
  background: #12171D;
  left: 50%;
  min-width: 15.625rem;
  opacity: 0;
  position: absolute;
  top: calc(100% + 0.6875rem);
  transition: opacity 0.3s ease, visibility 0.3s ease;
  translate: -50% 0;
  visibility: hidden;
  z-index: 1;
}
.header-nav-item:hover .header-sub-items {
  opacity: 1;
  visibility: visible;
}

.header-sub-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-sub-item:last-child {
  border-bottom: none;
}

.header-sub-item-link {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
  padding: 0.75rem 1.1875rem;
  position: relative;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.header-sub-item-link::after {
  background-color: currentColor;
  content: "";
  flex-shrink: 0;
  height: 0.189375rem;
  width: 0.5925rem;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.256' height='3.549' viewBox='0 0 10.256 3.549'%3E%3Cpath d='M452.64 1532.451h-10.256v-.6h8.7l-2.762-2.5.4-.444 3.918 3.549Z' transform='translate(-442.384 -1528.902)'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.256' height='3.549' viewBox='0 0 10.256 3.549'%3E%3Cpath d='M452.64 1532.451h-10.256v-.6h8.7l-2.762-2.5.4-.444 3.918 3.549Z' transform='translate(-442.384 -1528.902)'/%3E%3C/svg%3E") no-repeat center/contain;
}
@media (hover: hover) and (pointer: fine) {
  .header-sub-item-link:hover {
    background: rgba(255, 255, 255, 0.03);
    color: #B29462;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-sub-item-link:hover {
    background: rgba(255, 255, 255, 0.03);
    color: #B29462;
  }
}

.header-sub-item-text {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.header-sub-item-label-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.4615384615;
}

.header-sub-item-label-jp {
  color: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Shippori Mincho", serif;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  opacity: 0.5;
}

.header-btn {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 9999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.6875rem;
  gap: 0.5rem;
  height: 2.25rem;
  justify-content: center;
  padding: 0 1.3125rem;
  transition: color 0.3s ease, border-color 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .header-btn {
    padding: 0 0.9375rem;
  }
}
.header-btn::after {
  background-color: currentColor;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 0.25rem;
  opacity: 1 !important;
  position: static !important;
  width: 0.625rem;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.256' height='3.549' viewBox='0 0 10.256 3.549'%3E%3Cpath d='M452.64 1532.451h-10.256v-.6h8.7l-2.762-2.5.4-.444 3.918 3.549Z' transform='translate(-442.384 -1528.902)'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.256' height='3.549' viewBox='0 0 10.256 3.549'%3E%3Cpath d='M452.64 1532.451h-10.256v-.6h8.7l-2.762-2.5.4-.444 3.918 3.549Z' transform='translate(-442.384 -1528.902)'/%3E%3C/svg%3E") no-repeat center/contain;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .header-btn::after {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header-btn:hover {
    border-color: #B29462;
    color: #B29462;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-btn:hover {
    border-color: #B29462;
    color: #B29462;
  }
}

.footer {
  background: #181D24;
  color: #EAEAEA;
  padding: 6.875rem 0 10.0625rem;
}
@media (width < 768px) {
  .footer {
    padding: 4.5rem 0 3.375rem;
  }
}

.footer-content {
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
}
@media (width < 768px) {
  .footer-content {
    flex-direction: column;
    gap: 4.0625rem;
  }
}

@media (width < 768px) {
  .footer-left {
    margin-left: 0.1875rem;
  }
}

.footer-right {
  display: flex;
  flex-direction: column;
}

.footer-logo {
  height: 4.25rem;
  width: 12.5625rem;
}
@media (width < 768px) {
  .footer-logo {
    height: 3.6875rem;
    width: 10.875rem;
  }
}

.footer-office-items {
  display: grid;
  gap: 1.9375rem;
  margin-top: 3.125rem;
}
@media (width < 768px) {
  .footer-office-items {
    gap: 2.1875rem;
    margin-top: 2.3125rem;
  }
}

.footer-office-item {
  padding-top: 1.3125rem;
  position: relative;
}
@media (width < 768px) {
  .footer-office-item {
    padding-top: 1.375rem;
  }
}
.footer-office-item::before {
  background: #B29462;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 6.8125rem;
}

.footer-office-name {
  align-items: baseline;
  color: #fff;
  display: flex;
  font-weight: 500;
  gap: 0.5625rem;
}
@media (width < 768px) {
  .footer-office-name {
    flex-direction: column;
    gap: 0.0625rem;
  }
}
.footer-office-name .name-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.125rem;
  letter-spacing: 0.09em;
  line-height: 1.2222222222;
}
.footer-office-name .name-jp {
  font-family: "Shippori Mincho", serif;
  font-size: 0.625rem;
  letter-spacing: 0.06em;
  line-height: 2.2;
}

.footer-office-address {
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  line-height: 1.6923076923;
  margin-top: 0.4375rem;
}
@media (width < 768px) {
  .footer-office-address {
    margin-top: 0.5rem;
  }
}

.footer-nav {
  display: flex;
  gap: 2.5rem;
  justify-content: right;
}
@media (width < 768px) {
  .footer-nav {
    flex-direction: column;
    gap: 1.8125rem;
  }
}

.footer-nav-items {
  display: grid;
  gap: 1.5rem 3.125rem;
}
@media (width < 768px) {
  .footer-nav-items {
    gap: 1.8125rem 0;
  }
}

.footer-nav-primary .footer-nav-items {
  grid-template-columns: 1fr 1fr;
}

@media (width < 768px) {
  .footer-nav-services {
    border-top: 1px solid #4D535A;
    padding-top: 1.625rem;
  }
}

.footer-nav-items--services {
  grid-template-columns: 1fr;
}

.footer-nav-item-link {
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  font-weight: 500;
  gap: 0.1875rem;
  transition: all 0.3s ease;
}
@media (width < 768px) {
  .footer-nav-item-link {
    gap: 0.3125rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer-nav-item-link:hover {
    color: #B29462;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footer-nav-item-link:hover {
    color: #B29462;
  }
}

.footer-nav-item-label-en {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  letter-spacing: 0.09em;
  line-height: 1.375;
}
@media (width < 768px) {
  .footer-nav-item-label-en {
    font-size: 1.125rem;
    line-height: 1.2777777778;
  }
}

.footer-nav-item-label-jp {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  opacity: 0.5;
}

.copyright {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4166666667;
  margin-top: auto;
  text-align: right;
}
@media (width < 768px) {
  .copyright {
    line-height: 1.6666666667;
    margin-top: 4.8125rem;
    text-align: left;
  }
}

.drawer-icon {
  display: none;
}
@media (width < 768px) {
  .drawer-icon {
    align-items: center;
    background: transparent;
    color: #EAEAEA;
    cursor: pointer;
    display: flex;
    gap: 1rem;
    height: 4.125rem;
    justify-content: center;
    margin-right: 0.375rem;
    position: relative;
    z-index: 30;
  }
}

@media (width < 768px) {
  .drawer-icon-text {
    color: inherit;
    font-family: "Cormorant Garamond", serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1;
  }
}

@media (width < 768px) {
  .drawer-bars {
    display: block;
    height: 0.375rem;
    position: relative;
    width: 2.6875rem;
  }
}

@media (width < 768px) {
  .drawer-bar {
    background: #fff;
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease;
    width: 100%;
  }
  .drawer-bar.bar01 {
    top: 0;
  }
  .drawer-bar.bar02 {
    bottom: 0;
    top: initial;
  }
  .drawer-bar.is-active.bar01 {
    top: 50%;
    transform: translateY(-50%) rotate(20deg);
  }
  .drawer-bar.is-active.bar02 {
    bottom: initial;
    top: 50%;
    transform: translateY(-50%) rotate(-20deg);
  }
}

.drawer {
  display: none;
}
@media (width < 768px) {
  .drawer {
    background: rgba(18, 23, 29, 0.97);
    display: block;
    height: calc(100dvh - 4.125rem);
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 4.125rem;
    transform: translateX(100%);
    transition: all 0.3s ease;
    width: 100%;
    z-index: 20;
    -webkit-overflow-scrolling: touch;
  }
  .drawer.is-active {
    transform: translateX(0);
  }
}

@media (width < 768px) {
  .drawer-container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    position: relative;
  }
}

@media (width < 768px) {
  .drawer-container > .inner {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
  }
}

@media (width < 768px) {
  .drawer-items {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (width < 768px) {
  .drawer-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (width < 768px) {
  .drawer-item-link {
    align-items: center;
    color: #EAEAEA;
    cursor: pointer;
    display: flex;
    min-height: 3.8125rem;
    padding: 1.0625rem 0;
    position: relative;
    transition: background-color 0.3s ease, color 0.3s ease;
    width: 100%;
  }
  .drawer-item-link::-webkit-details-marker {
    display: none;
  }
  .drawer-item-link::after {
    background-color: currentColor;
    content: "";
    height: 0.25rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.75rem;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.256' height='3.549' viewBox='0 0 10.256 3.549'%3E%3Cpath d='M452.64 1532.451h-10.256v-.6h8.7l-2.762-2.5.4-.444 3.918 3.549Z' transform='translate(-442.384 -1528.902)'/%3E%3C/svg%3E") no-repeat center/contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.256' height='3.549' viewBox='0 0 10.256 3.549'%3E%3Cpath d='M452.64 1532.451h-10.256v-.6h8.7l-2.762-2.5.4-.444 3.918 3.549Z' transform='translate(-442.384 -1528.902)'/%3E%3C/svg%3E") no-repeat center/contain;
  }
  .drawer-item-link.is-current {
    color: #fff;
  }
}

@media (width < 768px) {
  .drawer-item-text {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    width: 100%;
  }
}

@media (width < 768px) {
  .drawer-item-label-en {
    font-family: "Cormorant Garamond", serif;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.25;
  }
}

@media (width < 768px) {
  .drawer-item-label-jp {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Shippori Mincho", serif;
    font-size: 0.625rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }
}

@media (width < 768px) {
  .js-drawer-details > .drawer-item-link {
    list-style: none;
  }
  .js-drawer-details > .drawer-item-link::before, .js-drawer-details > .drawer-item-link::after {
    -webkit-mask: none;
    background: #fff;
    content: "";
    height: 1px;
    -webkit-mask: none;
            mask: none;
    position: absolute;
    right: 0;
    top: 50%;
    transition: transform 0.28s ease;
    width: 0.75rem;
  }
  .js-drawer-details > .drawer-item-link::before {
    transform: translateY(-50%) rotate(90deg);
  }
  .js-drawer-details > .drawer-item-link::after {
    transform: translateY(-50%) rotate(0deg);
  }
}

.js-drawer-details[open] > .drawer-item-link::before {
  transform: translateY(-50%) rotate(180deg);
}

@media (width < 768px) {
  .drawer-subitems-wrapper {
    background: rgba(255, 255, 255, 0.045);
    overflow: hidden;
  }
}

@media (width < 768px) {
  .drawer-subitems {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
  }
}

@media (width < 768px) {
  .drawer-subitem {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }
  .drawer-subitem:first-child {
    border-top: none;
  }
}

@media (width < 768px) {
  .drawer-subitem-link {
    color: #e2e2e2;
    display: block;
    padding: 1rem 0.875rem 1rem 0.875rem;
    position: relative;
  }
  .drawer-subitem-link::after {
    background-color: currentColor;
    content: "";
    height: 0.25rem;
    position: absolute;
    right: 1.1875rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.75rem;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.256' height='3.549' viewBox='0 0 10.256 3.549'%3E%3Cpath d='M452.64 1532.451h-10.256v-.6h8.7l-2.762-2.5.4-.444 3.918 3.549Z' transform='translate(-442.384 -1528.902)'/%3E%3C/svg%3E") no-repeat center/contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.256' height='3.549' viewBox='0 0 10.256 3.549'%3E%3Cpath d='M452.64 1532.451h-10.256v-.6h8.7l-2.762-2.5.4-.444 3.918 3.549Z' transform='translate(-442.384 -1528.902)'/%3E%3C/svg%3E") no-repeat center/contain;
  }
}

@media (width < 768px) {
  .drawer-subitem-label-en {
    display: block;
    font-family: "Cormorant Garamond", serif;
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.3333333333;
  }
}

@media (width < 768px) {
  .drawer-subitem-label-jp {
    color: rgba(234, 234, 234, 0.58);
    display: block;
    font-family: "Shippori Mincho", serif;
    font-size: 0.625rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.4;
    margin-top: 0.125rem;
  }
}

@media (width < 768px) {
  .drawer-btn {
    display: flex;
    justify-content: center;
    margin-bottom: 2.375rem;
    margin-top: 2.375rem;
  }
  .drawer-btn .btn {
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 9999px;
    font-size: 0.8125rem;
    height: 2.5rem;
    justify-content: center;
    letter-spacing: 0.1em;
    max-width: 13.125rem;
    padding: 0 1.25rem;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .drawer-btn .btn::before {
    display: none;
  }
  .drawer-btn .btn::after {
    height: 0.25rem;
    position: absolute;
    right: 1.375rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.75rem;
  }
}

@media (width < 768px) {
  .drawer-decoration {
    background: #B29462;
    flex-shrink: 0;
    height: 0.625rem;
    width: 100%;
  }
}

.faq {
  background: rgba(18, 23, 29, 0.5);
  padding: 8.25rem 0 9.6875rem;
  position: relative;
}
@media (width < 768px) {
  .faq {
    padding-bottom: 4.4375rem;
    padding-top: 3.875rem;
  }
}

.faq-items {
  display: grid;
  gap: 0.6875rem;
  grid-template-columns: 1fr;
  margin: 3.625rem auto 0;
}
@media (width < 768px) {
  .faq-items {
    gap: 0.5625rem;
    margin-top: 2.25rem;
  }
}

.faq-item-question {
  background: #1E242B;
  cursor: pointer;
  list-style: none;
  padding: 1.875rem 3.25rem 1.875rem 1.875rem;
}
@media (width < 768px) {
  .faq-item-question {
    padding: 1.3125rem 1.25rem 1.125rem 1.25rem;
  }
}
.faq-item-question::-webkit-details-marker {
  display: none;
}
.faq-item-question::marker {
  content: "";
  display: none;
}
.faq-item-answer {
  background: #2B3139;
  overflow: hidden;
  padding: 0;
}
.faq-item-row {
  align-items: center;
  display: grid;
  gap: 0 2.5rem;
  grid-template-columns: 1fr 40px;
}
@media (width < 768px) {
  .faq-item-row {
    gap: 0 1.125rem;
    grid-template-columns: 1fr 1.875rem;
  }
}
.faq-item-row--answer {
  grid-template-columns: 1fr;
  padding: 2.375rem 3.75rem;
}
@media (width < 768px) {
  .faq-item-row--answer {
    padding: 1.5rem 1.25rem;
  }
}
.faq-item-title, .faq-item-title--answer {
  align-items: center;
  display: flex;
  min-height: 2.5rem;
  position: relative;
}
.faq-item-title::before, .faq-item-title--answer::before {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.25rem;
  font-weight: 500;
  left: 0;
  letter-spacing: 0.06em;
  position: absolute;
}
@media (width < 768px) {
  .faq-item-title::before, .faq-item-title--answer::before {
    font-size: 1.5rem;
  }
}
.faq-item-title {
  color: #D5D5D5;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  line-height: 1.2222222222;
  padding-left: 5.125rem;
}
@media (width < 768px) {
  .faq-item-title {
    font-size: 0.9375rem;
    line-height: 1.4666666667;
    padding-left: 2.3125rem;
  }
}
.faq-item-title::before {
  color: #B29462;
  content: "Q.";
  top: -0.1875rem;
}
@media (width < 768px) {
  .faq-item-title::before {
    top: -0.375rem;
  }
}
.faq-item-title::after {
  background: #B29462;
  content: "";
  height: 2.5rem;
  left: 3.75rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 0.0625rem;
}
@media (width < 768px) {
  .faq-item-title::after {
    height: 0.0625rem;
    left: 0;
    top: 2.1875rem;
    translate: initial;
    width: 1.5rem;
  }
}
.faq-item-title--answer {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  line-height: 2.6153846154;
  max-width: 58.3125rem;
  padding-left: initial;
}
@media (width < 768px) {
  .faq-item-title--answer {
    font-size: 0.75rem;
    line-height: 2.1666666667;
    max-width: initial;
  }
}
.faq-item-title--answer::before, .faq-item-title--answer::after {
  display: none;
}
.faq-item-btn {
  background: #B29462;
  border-radius: 50%;
  height: 2.8125rem;
  position: relative;
  width: 2.8125rem;
}
@media (width < 768px) {
  .faq-item-btn {
    height: 1.875rem;
    width: 1.875rem;
  }
}
.faq-item-btn .btn-bar {
  background: #fff;
  height: 0.0625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease;
  translate: -50% -50%;
  width: 0.875rem;
}
@media (width < 768px) {
  .faq-item-btn .btn-bar {
    width: 0.625rem;
  }
}
.faq-item-btn .btn-bar.bar01 {
  rotate: 90deg;
}

details[open] .faq-item-btn .btn-bar.bar01 {
  rotate: 180deg;
}

.page-home .home-first-loader {
  background: transparent linear-gradient(180deg, #222A34 0%, #040507 100%) 0% 0% no-repeat padding-box;
  display: grid;
  inset: 0;
  opacity: 0;
  overflow: hidden;
  place-items: center;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  z-index: 2000;
}
.page-home .home-first-loader-logo {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (width < 768px) {
  .page-home .home-first-loader-logo {
    width: 240%;
  }
}
.page-home .home-first-loader-curtain-layer {
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  z-index: 2001;
}
.page-home .home-first-loader-curtain {
  background: #181d24;
  inset: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}
.page-home.is-home-loader-covering .home-first-loader {
  opacity: 0;
  visibility: hidden;
}
.page-home.is-home-loader-curtain-in .home-first-loader-curtain {
  transform: scaleX(1);
  transition: transform 0.72s cubic-bezier(0.65, 0, 0.35, 1);
}
.page-home.is-home-loader-curtain-out .home-first-loader-curtain {
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.72s cubic-bezier(0.65, 0, 0.35, 1);
}
.page-home.is-home-loader-complete .home-first-loader-curtain-layer {
  opacity: 0;
  visibility: hidden;
}
.page-home.is-home-nav-sequence .header-nav-item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.page-home.is-home-nav-sequence-start .header-nav-item {
  opacity: 1;
  transform: translateY(0);
}
.page-home .fv {
  height: calc(100dvh - 6.25rem);
  overflow: hidden;
  position: relative;
}
@media (width < 768px) {
  .page-home .fv {
    height: calc(100dvh - 4.125rem);
  }
}
.page-home .fv-deco-text {
  top: 10.375rem;
}
.page-home .fv-inner {
  height: 100%;
  position: relative;
  width: 74%;
}
.page-home .fv-movie {
  background: #03060B;
  height: 100%;
  margin-right: calc(50% - 50vw);
  position: relative;
}
.page-home .fv-movie video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.22;
}
.page-home .fv-content {
  bottom: 3.75rem;
  color: #EAEAEA;
  left: clamp(-71px, -4.9306vw, 0px);
  position: absolute;
}
@media (width < 768px) {
  .page-home .fv-content {
    bottom: initial;
    left: -0.625rem;
    top: 50%;
    translate: 0 -50%;
  }
}
.page-home .fv-copy {
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  letter-spacing: 0.12em;
  line-height: 1.5;
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: opacity 1.05s cubic-bezier(0.19, 1, 0.22, 1), transform 1.05s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: opacity, transform;
}
@media (width < 768px) {
  .page-home .fv-copy {
    font-size: 0.75rem;
    line-height: 1.25;
  }
}
.page-home .fv-copy.is-animated {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.page-home .fv-txt {
  font-family: "Cormorant Garamond", serif;
  font-size: 5.25rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 1.3125rem;
}
@media (width < 768px) {
  .page-home .fv-txt {
    font-size: 3.3125rem;
    margin-top: 0.9375rem;
  }
}
.page-home .fv-txt .js-wave-line {
  display: flex;
  line-height: inherit;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-home .fv-txt .js-wave-line > span {
  display: block;
  transform: translate3d(0, 110%, 0);
  transition: transform 1.05s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
.page-home .fv-txt.is-animated .js-wave-line > span {
  transform: translate3d(0, 0, 0);
}
.page-home .fv-txt .small {
  display: block;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 2;
  margin-top: 1.9375rem;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 0.875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-text-decoration-color: #B29462;
          text-decoration-color: #B29462;
}
@media (width < 768px) {
  .page-home .fv-txt .small {
    font-size: 0.9375rem;
    margin-top: 1.125rem;
    text-underline-offset: 0.6875rem;
  }
}
.page-home .fv-txt .small > span {
  padding-bottom: 0.125rem;
}
.page-home .fv-scroll {
  bottom: 5.1875rem;
  position: absolute;
  right: 2.3125rem;
  transform: translateZ(0);
}
@media (width < 768px) {
  .page-home .fv-scroll {
    bottom: 1.25rem;
    display: flex;
    flex-direction: column;
    right: 0.8125rem;
  }
}
.page-home .fv-scroll-txt {
  color: #EAEAEA;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-bottom: 0.625rem;
  writing-mode: vertical-lr;
}
@media (width < 768px) {
  .page-home .fv-scroll-txt {
    font-size: 0.6875rem;
  }
}
.page-home .fv-scroll-bar {
  animation: pathmove 2.5s ease-in-out infinite;
  background: #B29462;
  display: block;
  height: 5.5625rem;
  margin-inline: auto;
  width: 0.0625rem;
}
@media (width < 768px) {
  .page-home .fv-scroll-bar {
    height: 4.5625rem;
  }
}
@keyframes pathmove {
  0% {
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    opacity: 1;
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    opacity: 1;
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.page-home .top-about {
  padding: 9.75rem 0 8.625rem;
  position: relative;
}
@media (width < 768px) {
  .page-home .top-about {
    padding: 3.75rem 0 4.5rem;
  }
}
.page-home .top-about::after {
  background: rgba(30, 36, 43, 0.7);
  bottom: 0;
  content: "";
  height: 67%;
  left: 0;
  position: absolute;
  width: 91%;
}
@media (width < 768px) {
  .page-home .top-about::after {
    display: none;
  }
}
.page-home .top-about p {
  color: #D5D5D5;
}
.page-home .top-about .sec-title {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media (width < 768px) {
  .page-home .top-about .sec-title {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.page-home .top-about .text {
  grid-column: 2/3;
  grid-row: 4/5;
}
@media (width < 768px) {
  .page-home .top-about .text {
    grid-column: 1/2;
  }
}
.page-home .top-about .btn {
  grid-column: 2/3;
  grid-row: 5/6;
  margin-top: 2.75rem;
}
@media (width < 768px) {
  .page-home .top-about .btn {
    grid-column: 1/2;
    margin-top: 2.4375rem;
  }
}
.page-home .about-content {
  display: grid;
  gap: 0 6.666667%;
  grid-template-columns: 53.333333% 40%;
  grid-template-rows: minmax(0, 1fr) repeat(4, auto) minmax(0, 1fr);
  margin-left: calc(50% - 50vw);
  min-height: 50.625rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-home .about-content {
    gap: 0 1.25rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media (width < 768px) {
  .page-home .about-content {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    margin-left: initial;
    min-height: auto;
  }
}
.page-home .top-about-inner {
  max-width: 78.75rem;
  position: relative;
}
.page-home .about-img {
  display: block;
  grid-column: 1/2;
  grid-row: 1/7;
  position: relative;
  width: 100%;
}
@media (width < 768px) {
  .page-home .about-img {
    grid-row: 2/3;
    margin-top: 1.6875rem;
  }
}
.page-home .about-img img {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width < 768px) {
  .page-home .about-img img {
    height: auto;
    left: initial;
    position: static;
    top: initial;
    translate: initial;
  }
}
.page-home .about-lead {
  color: #D5D5D5;
  font-weight: 500;
  grid-column: 2/3;
  grid-row: 3/4;
  margin-bottom: 2rem;
  margin-top: 2.625rem;
}
@media (width < 768px) {
  .page-home .about-lead {
    grid-column: 1/2;
    margin-bottom: 2.125rem;
    margin-top: 1.9375rem;
    width: 103%;
  }
}
.page-home .lead-en {
  margin-top: 0.875rem;
}
@media (width < 768px) {
  .page-home .lead-en {
    margin-top: 0.9375rem;
  }
}
.page-home .top-services {
  background: #EAEAEA;
  overflow: hidden;
  padding: 9.125rem 0 8.0625rem;
}
@media (width < 768px) {
  .page-home .top-services {
    padding: 4.75rem 0 4.375rem;
  }
}
.page-home .top-services .sec-title {
  grid-column: 1/2;
  grid-row: 1/2;
}
.page-home .top-services .text {
  color: #181D24;
  grid-column: 2/3;
  grid-row: 1/2;
  margin-left: auto;
  margin-top: 0.3125rem;
  max-width: 42.3125rem;
}
@media (width < 768px) {
  .page-home .top-services .text {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-top: 1.0625rem;
  }
}
.page-home .top-services-content {
  display: grid;
  gap: 0 1.25rem;
}
.page-home .top-services-slider {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-inline: calc(50% - 50vw);
  margin-top: 1.625rem;
  width: 100vw;
}
@media (width < 768px) {
  .page-home .top-services-slider {
    grid-column: 1/2;
    grid-row: 3/4;
    margin-top: 2.375rem;
    position: relative;
  }
}
.page-home .top-services-slider .swiper-wrapper {
  flex-direction: column;
  gap: 0.625rem;
}
@media (width < 768px) {
  .page-home .top-services-slider .swiper-wrapper {
    flex-direction: row;
    gap: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.page-home .top-services-slider .swiper-slide {
  height: initial;
  position: relative;
}
@media (width < 768px) {
  .page-home .top-services-slider .swiper-slide {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 20.625rem;
  }
}
.page-home .top-services-slider .top-services-slide-link {
  align-items: center;
  color: inherit;
  display: grid;
  grid-template-columns: 31.805556% 68.194444%;
  height: initial;
  position: relative;
  text-decoration: none;
}
@media (width < 768px) {
  .page-home .top-services-slider .top-services-slide-link {
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 20.625rem;
  }
}
.page-home .top-services-slider .top-services-slide-link::after {
  background: rgba(24, 29, 36, 0.6);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  width: 0;
}
@media (width < 768px) {
  .page-home .top-services-slider .top-services-slide-link::after {
    transition: initial;
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) and (width >= 768px) {
  .page-home .top-services-slider .top-services-slide-link:hover::after {
    transform: scale(1, 1);
    width: 100%;
  }
  .page-home .top-services-slider .top-services-slide-link:hover .top-services-slide-title {
    opacity: 0;
  }
  .page-home .top-services-slider .top-services-slide-link:hover .top-services-slide-hover {
    opacity: 1;
  }
}
@media (-ms-high-contrast: none) and (width >= 768px), (-ms-high-contrast: active) and (width >= 768px) {
  .page-home .top-services-slider .top-services-slide-link:hover::after {
    transform: scale(1, 1);
    width: 100%;
  }
  .page-home .top-services-slider .top-services-slide-link:hover .top-services-slide-title {
    opacity: 0;
  }
  .page-home .top-services-slider .top-services-slide-link:hover .top-services-slide-hover {
    opacity: 1;
  }
}
.page-home .top-services-slider .swiper-pagination {
  display: none;
}
@media (width < 768px) {
  .page-home .top-services-slider .swiper-pagination {
    display: flex;
    gap: 1.3125rem;
    justify-content: center;
    margin-top: 1.625rem;
    position: static;
  }
  .page-home .top-services-slider .swiper-pagination .swiper-pagination-bullet {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #fff;
    border: 0.0625rem solid #181D24;
    cursor: pointer;
    height: 0.5rem;
    margin: 0;
    opacity: 1;
    padding: 0;
    width: 0.5rem;
  }
  .page-home .top-services-slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #B29462;
    border: none;
  }
}
.page-home .top-services-slider .top-services-slider-nav {
  display: none;
}
@media (width < 768px) {
  .page-home .top-services-slider .top-services-slider-nav {
    align-items: center;
    bottom: 2.3125rem;
    display: flex;
    justify-content: space-between;
    left: 0.1875rem;
    position: absolute;
    right: 0.1875rem;
    z-index: 2;
  }
}
.page-home .top-services-slider .swiper-button-prev,
.page-home .top-services-slider .swiper-button-next {
  display: none;
}
@media (width < 768px) {
  .page-home .top-services-slider .swiper-button-prev,
  .page-home .top-services-slider .swiper-button-next {
    background: transparent;
    color: #fff;
    cursor: pointer;
    display: grid;
    height: 1.75rem;
    inset: auto;
    margin: 0;
    place-items: center;
    position: static;
    width: 5.75rem;
  }
}
.page-home .top-services-slider .swiper-button-prev::after,
.page-home .top-services-slider .swiper-button-next::after {
  background-color: currentColor;
  content: "";
  display: block;
  height: 0.34375rem;
  width: 4.248125rem;
  -webkit-mask: url("../img/common/arrow_right_white_long.svg") no-repeat center/contain;
  mask: url("../img/common/arrow_right_white_long.svg") no-repeat center/contain;
}
.page-home .top-services-slider .swiper-button-prev::after {
  transform: scale(-1, 1);
}
.page-home .top-services-slider .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.page-home .top-services-slide-title {
  color: #181D24;
  font-weight: 500;
  opacity: 1;
  padding-left: clamp(0px, 4.4444vw, 64px);
  transition: all 1s ease;
}
@media (width < 768px) {
  .page-home .top-services-slide-title {
    display: none;
  }
}
.page-home .top-services-slide-title .title-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.125rem;
  letter-spacing: 0.04em;
}
.page-home .top-services-slide-title .title-jp {
  font-family: "Shippori Mincho", serif;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  margin-top: 1.4375rem;
}
.page-home .top-services-slide-img {
  height: 456px;
  position: relative;
}
@media (width < 768px) {
  .page-home .top-services-slide-img {
    height: 34.375rem;
  }
}
.page-home .top-services-slide-img img {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width < 768px) {
  .page-home .top-services-slide-img img {
    height: auto;
    left: initial;
    position: static;
    top: initial;
    translate: initial;
  }
}
.page-home .top-services-slide-hover {
  align-items: center;
  display: grid;
  gap: 1.875rem 10.125rem;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: all 1s ease;
  translate: -50% -50%;
  z-index: 1;
}
@media (width < 768px) {
  .page-home .top-services-slide-hover {
    grid-template-columns: 1fr;
    left: 1.875rem;
    opacity: 1;
    translate: 0 -50%;
  }
}
.page-home .top-services-slide-hover-title {
  color: #EAEAEA;
  font-weight: 500;
  grid-column: 1/2;
  grid-row: 1/2;
}
@media (width < 768px) {
  .page-home .top-services-slide-hover-title {
    grid-row: 2/3;
  }
}
.page-home .top-services-slide-hover-title .title-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.125rem;
  letter-spacing: 0.04em;
}
@media (width < 768px) {
  .page-home .top-services-slide-hover-title .title-en {
    line-height: 1.0588235294;
    width: 12.5rem;
  }
}
.page-home .top-services-slide-hover-title .title-jp {
  font-family: "Shippori Mincho", serif;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  margin-top: 1rem;
}
@media (width < 768px) {
  .page-home .top-services-slide-hover-title .title-jp {
    margin-top: 1.5rem;
  }
}
.page-home .top-services-slide-hover-btn {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media (width < 768px) {
  .page-home .top-services-slide-hover-btn {
    grid-row: 3/4;
  }
}
.page-home .top-services-slide-hover-num {
  align-items: center;
  display: flex;
  gap: 2rem;
  grid-column: 2/3;
  grid-row: 1/3;
  height: 100%;
  position: relative;
}
@media (width < 768px) {
  .page-home .top-services-slide-hover-num {
    gap: 1.1875rem;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.page-home .top-services-slide-hover-num::before {
  background: #EAEAEA;
  content: "";
  height: 100%;
  left: -4.8125rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 0.0625rem;
}
@media (width < 768px) {
  .page-home .top-services-slide-hover-num::before {
    display: none;
  }
}
.page-home .top-services-slide-hover-num .num {
  color: #EAEAEA;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media (width < 768px) {
  .page-home .top-services-slide-hover-num .num {
    font-size: 1.25rem;
  }
}
.page-home .top-services-slide-hover-num .num-total {
  position: relative;
}
.page-home .top-services-slide-hover-num .num-total::before {
  background: currentColor;
  content: "";
  height: 2rem;
  left: -1.0625rem;
  position: absolute;
  rotate: 18deg;
  top: 0.0625rem;
  width: 0.0625rem;
}
@media (width < 768px) {
  .page-home .top-services-slide-hover-num .num-total::before {
    height: 1.1875rem;
    left: -0.6875rem;
  }
}
.page-home .top-company {
  overflow: hidden;
  padding: 13.625rem 0 11.125rem;
  position: relative;
}
@media (width < 768px) {
  .page-home .top-company {
    padding: 5.1875rem 0 3.75rem;
  }
}
.page-home .top-company .inner {
  position: relative;
  z-index: 1;
}
@media (width < 768px) {
  .page-home .top-company .inner {
    width: 20.9375rem;
  }
}
.page-home .top-company-bg {
  height: 41.25rem;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 16.8125rem;
  width: 100%;
  z-index: 0;
}
@media (width < 768px) {
  .page-home .top-company-bg {
    height: 23.1875rem;
    top: 7rem;
  }
}
.page-home .top-company-bg::after {
  background: rgba(2, 10, 20, 0.4);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}
.page-home .top-company-bg picture {
  display: block;
  height: calc(100% + 22.5rem);
  left: 0;
  position: absolute;
  top: -11.25rem;
  width: 100%;
  will-change: transform;
  z-index: 0;
}
@media (width < 768px) {
  .page-home .top-company-bg picture {
    height: calc(100% + 12.5rem);
    top: -6.25rem;
  }
}
.page-home .top-company-bg img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-home .top-company-content {
  background: #EAEAEA;
  margin-top: 28.3125rem;
  padding: 4rem 5.625rem 4.375rem;
}
@media (width < 768px) {
  .page-home .top-company-content {
    margin-top: 18.25rem;
    padding: 2.3125rem 1.25rem 2.4375rem;
  }
}
.page-home .top-company-content .text {
  color: #181D24;
  margin-top: 1.6875rem;
}
@media (width < 768px) {
  .page-home .top-company-content .text {
    line-height: 2.4615384615;
    margin-top: 0.875rem;
  }
}
.page-home .top-company-lead-wrapper {
  position: relative;
}
.page-home .top-company-lead-wrapper::before {
  background: #181D24;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  top: 1.1875rem;
  width: 100%;
}
@media (width < 768px) {
  .page-home .top-company-lead-wrapper::before {
    display: none;
  }
}
.page-home .top-company-lead {
  background: #EAEAEA;
  padding-right: 0.5625rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
.page-home .top-company-lead .lead-jp {
  color: #181D24;
  font-family: "Shippori Mincho", serif;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8181818182;
}
@media (width < 768px) {
  .page-home .top-company-lead .lead-jp {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.page-home .top-company-lead .lead-en {
  color: #181D24;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  line-height: 1.1666666667;
  margin-top: 0.75rem;
}
@media (width < 768px) {
  .page-home .top-company-lead .lead-en {
    line-height: 1.5833333333;
    margin-top: 0.5625rem;
  }
}
.page-home .top-company-btn {
  margin-left: auto;
  margin-top: 1.625rem;
}
@media (width < 768px) {
  .page-home .top-company-btn {
    margin-right: -0.625rem;
    margin-top: 1.4375rem;
  }
}
.page-home .top-recruit {
  overflow: hidden;
  padding: 9.25rem 0 8rem;
  position: relative;
}
@media (width < 768px) {
  .page-home .top-recruit {
    padding: 3.75rem 0 4.5625rem;
  }
}
.page-home .top-recruit .sec-title {
  grid-column: 1/2;
  grid-row: 1/2;
}
.page-home .top-recruit .text {
  color: #181D24;
  grid-column: 2/3;
  grid-row: 1/2;
  margin-left: auto;
  margin-top: 1.0625rem;
  max-width: 38.625rem;
  position: relative;
}
@media (width < 768px) {
  .page-home .top-recruit .text {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-left: initial;
    margin-right: auto;
    margin-top: 1.25rem;
    max-width: 17.5rem;
  }
}
.page-home .top-recruit-inner {
  max-width: 81.625rem;
  position: relative;
}
.page-home .top-recruit-inner::before {
  background: #EAEAEA;
  content: "";
  height: calc(100% + 9.25rem + 8rem);
  left: 0;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 100%;
}
@media (width < 768px) {
  .page-home .top-recruit-inner::before {
    height: calc(100% + 3.75rem + 4.5625rem);
    top: -3.75rem;
    translate: initial;
  }
}
.page-home .top-recruit-content {
  display: grid;
  gap: 0 1.25rem;
  margin-inline: auto;
  max-width: 70.125rem;
}
.page-home .top-recruit-slider {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-inline: calc(50% - 50vw);
  margin-top: 2.875rem;
  width: 100vw;
}
@media (width < 768px) {
  .page-home .top-recruit-slider {
    grid-column: 1/2;
    grid-row: 3/4;
    margin-top: 2.0625rem;
  }
}
.page-home .top-recruit-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.page-home .top-recruit-slider .swiper-slide {
  height: 33.75rem;
  width: 30.125rem;
}
@media (width < 768px) {
  .page-home .top-recruit-slider .swiper-slide {
    height: 14.625rem;
    width: 14.625rem;
  }
}
.page-home .top-recruit-slider .swiper-slide::before {
  background: rgba(2, 10, 20, 0.15);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.page-home .top-recruit-slider--legacy {
  display: none;
}
.page-home .top-recruit-marquee {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-inline: calc(50% - 50vw);
  margin-top: 2.875rem;
  overflow: hidden;
  width: 100vw;
}
@media (width < 768px) {
  .page-home .top-recruit-marquee {
    grid-column: 1/2;
    grid-row: 3/4;
    margin-top: 2.0625rem;
  }
}
.page-home .top-recruit-marquee-track {
  animation: topRecruitMarqueePc 18s linear infinite;
  display: flex;
  gap: 3.625rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
@media (width < 768px) {
  .page-home .top-recruit-marquee-track {
    animation-duration: 12s;
    animation-name: topRecruitMarqueeSp;
    gap: 2.1875rem;
  }
}
.page-home .top-recruit-marquee-item {
  flex: 0 0 auto;
  height: 33.75rem;
  position: relative;
  width: 30.125rem;
}
@media (width < 768px) {
  .page-home .top-recruit-marquee-item {
    height: 14.625rem;
    width: 14.625rem;
  }
}
.page-home .top-recruit-marquee-item::before {
  background: rgba(2, 10, 20, 0.15);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.page-home .top-recruit-marquee-item picture,
.page-home .top-recruit-marquee-item img {
  display: block;
  height: 100%;
  width: 100%;
}
.page-home .top-recruit-marquee-item img {
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes topRecruitMarqueePc {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * 101.25rem));
  }
}
@keyframes topRecruitMarqueeSp {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * 50.4375rem));
  }
}
.page-home .top-recruit-btn {
  background: #212831;
  border-radius: 50%;
  color: #fff;
  display: grid;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1875rem;
  font-weight: 500;
  gap: 0.625rem;
  grid-column: 1/3;
  grid-row: 3/4;
  grid-template-columns: 1fr;
  height: 10.25rem;
  justify-items: center;
  letter-spacing: 0.04em;
  line-height: 1.2105263158;
  margin: -3.875rem auto 0;
  overflow: hidden;
  place-content: center;
  position: relative;
  transition: background-color 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99), color 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  width: 10.25rem;
  z-index: 1;
}
@media (width < 768px) {
  .page-home .top-recruit-btn {
    border-radius: 50%;
    font-size: 0.75rem;
    gap: 0.75rem;
    grid-column: 1/2;
    grid-row: 4/5;
    height: 7rem;
    line-height: 1.1666666667;
    margin-top: -2.25rem;
    width: 7rem;
  }
}
.page-home .top-recruit-btn:hover, .page-home .top-recruit-btn:focus-visible {
  background: #B29462;
  color: #fff;
}
.page-home .top-recruit-btn:hover .top-recruit-btn-rect--1, .page-home .top-recruit-btn:focus-visible .top-recruit-btn-rect--1 {
  stroke-dashoffset: 321%;
  transform: rotate(0deg);
}
.page-home .top-recruit-btn:hover .top-recruit-btn-rect--2, .page-home .top-recruit-btn:focus-visible .top-recruit-btn-rect--2 {
  stroke-dashoffset: 0;
  transform: rotate(0deg);
}
.page-home .top-recruit-btn::after {
  background-color: currentColor;
  content: "";
  display: block;
  height: 0.3125rem;
  position: relative;
  width: 3.9375rem;
  z-index: 1;
  -webkit-mask: url("../img/common/arrow_right_white_long.svg") no-repeat center/contain;
  mask: url("../img/common/arrow_right_white_long.svg") no-repeat center/contain;
}
@media (width < 768px) {
  .page-home .top-recruit-btn::after {
    height: 0.25rem;
    width: 2.75rem;
  }
}
.page-home .top-recruit-btn-label {
  position: relative;
  z-index: 1;
}
.page-home .top-recruit-btn-outline {
  height: 100%;
  inset: 0;
  overflow: visible;
  pointer-events: none;
  position: absolute;
  transform: translateX(0.25px);
  width: 100%;
}
.page-home .top-recruit-btn-rect {
  fill: none;
  stroke-dasharray: 321%;
  stroke-width: 1.25;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  transition: stroke-dashoffset 1.3s cubic-bezier(0.74, 0, 0.24, 0.99), transform 1.3s cubic-bezier(0.74, 0, 0.24, 0.99);
  will-change: stroke-dashoffset, transform;
}
.page-home .top-recruit-btn-rect--1 {
  stroke: #B29462;
  stroke-dashoffset: 642%;
}
.page-home .top-recruit-btn-rect--2 {
  stroke: #fff;
  stroke-dashoffset: 321%;
}
.page-home .top-news {
  padding: 7.75rem 0 9.375rem;
}
@media (width < 768px) {
  .page-home .top-news {
    padding: 5.4375rem 0 5rem;
  }
}
.page-home .top-news .news-items {
  display: grid;
  gap: 0.625rem;
  grid-template-columns: 1fr;
  margin-top: 3.625rem;
}
@media (width < 768px) {
  .page-home .top-news .news-items {
    gap: 1.25rem;
    margin-top: 2.125rem;
  }
}
.page-home .top-news .news-item {
  color: #D5D5D5;
  min-height: 8.5rem;
  position: relative;
}
.page-home .top-news .news-item::before {
  background: #1e242b;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 92.6271186441%;
}
@media (width < 768px) {
  .page-home .top-news .news-item::before {
    width: 90.1587301587%;
  }
}
.page-home .top-news .news-item-link {
  align-items: center;
  color: #D5D5D5;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr 7.625rem;
  min-height: 8.5rem;
  padding: 1.6875rem 0;
  padding-right: 5.4375rem;
  position: relative;
  text-decoration: none;
  z-index: 1;
}
@media (width < 768px) {
  .page-home .top-news .news-item-link {
    gap: 1.75rem;
    grid-template-columns: 1fr;
    min-height: 13.75rem;
    padding: 2.3125rem 1.25rem 2.3125rem 0.625rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .page-home .top-news .news-item-link:hover .btn {
    padding-left: 1.125rem;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-home .top-news .news-item-link:hover .btn {
    padding-left: 1.125rem;
  }
}
.page-home .top-news .news-item-title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: end;
  min-height: 5.3125rem;
  position: relative;
  z-index: 1;
}
@media (width < 768px) {
  .page-home .top-news .news-item-title-wrapper {
    gap: 0.125rem;
    min-height: initial;
    padding-top: 1.625rem;
  }
}
.page-home .top-news .news-item-title-wrapper::before {
  background: #B29462;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 8.125rem;
}
@media (width < 768px) {
  .page-home .top-news .news-item-title-wrapper::before {
    width: 5.25rem;
  }
}
.page-home .top-news .news-item-title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  line-height: 1.2222222222;
}
@media (width < 768px) {
  .page-home .top-news .news-item-title {
    font-size: 1rem;
    line-height: 1.375;
  }
}
.page-home .top-news .news-item-date {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  line-height: 1.4666666667;
}
@media (width < 768px) {
  .page-home .top-news .news-item-date {
    font-size: 0.8125rem;
    line-height: 1.6923076923;
  }
}

@property --mvv-progress {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
.page-about .about-intro,
.page-about .about-mvv,
.page-about .about-brand,
.page-about .about-logo {
  scroll-margin-top: 7.5rem;
}
@media (width < 768px) {
  .page-about .about-intro,
  .page-about .about-mvv,
  .page-about .about-brand,
  .page-about .about-logo {
    scroll-margin-top: 5.375rem;
  }
}
.page-about .about-intro {
  padding: 6.8125rem 0 7.875rem;
  position: relative;
}
@media (width < 768px) {
  .page-about .about-intro {
    padding: 1.9375rem 0 5.0625rem;
  }
}
.page-about .about-intro::before {
  background: rgba(30, 36, 43, 0.5);
  bottom: 0;
  content: "";
  height: 84%;
  left: 0;
  position: absolute;
  width: 95%;
}
.page-about .about-intro > * {
  position: relative;
  z-index: 1;
}
.page-about .about-intro .sec-title {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media (width < 768px) {
  .page-about .about-intro .sec-title {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-top: 2.5rem;
  }
}
.page-about .about-intro .text {
  color: #D5D5D5;
  grid-column: 2/3;
  grid-row: 4/5;
}
@media (width < 768px) {
  .page-about .about-intro .text {
    grid-column: 1/2;
    grid-row: 4/5;
    margin-top: 2.0625rem;
  }
}
.page-about .about-intro-content {
  align-items: center;
  display: grid;
  gap: 0 6.87%;
  grid-template-columns: 54.96% 38.17%;
  grid-template-rows: minmax(0, 1fr) repeat(4, auto) minmax(0, 1fr);
  margin-left: calc(50% - 50vw);
  min-height: 42.25rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-about .about-intro-content {
    gap: 0 1.25rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media (width < 768px) {
  .page-about .about-intro-content {
    grid-template-columns: 1fr;
    grid-template-rows: initial;
    margin-left: initial;
    min-height: auto;
  }
}
.page-about .about-intro-img {
  grid-column: 1/2;
  grid-row: 1/7;
  height: 42.25rem;
  position: relative;
  width: 100%;
}
@media (width < 768px) {
  .page-about .about-intro-img {
    grid-row: 3/4;
    height: 13.875rem;
    margin-left: calc(50% - 50vw);
    width: initial;
  }
}
.page-about .about-intro-img img {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-about .about-intro-lead {
  color: #D5D5D5;
  font-weight: 500;
  grid-column: 2/3;
  grid-row: 3/4;
  margin-bottom: 1.8125rem;
  margin-top: 2.875rem;
}
@media (width < 768px) {
  .page-about .about-intro-lead {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-bottom: 2.8125rem;
    margin-top: 2.375rem;
  }
}
.page-about .about-intro-lead .lead-en {
  margin-top: 0.875rem;
}
@media (width < 768px) {
  .page-about .about-intro-lead .lead-en {
    margin-top: 0.9375rem;
  }
}
.page-about .about-pro {
  margin-top: 4.6875rem;
}
@media (width < 768px) {
  .page-about .about-pro {
    margin-top: 3.875rem;
  }
}
.page-about .about-pro .sec-title {
  text-align: center;
}
.page-about .about-pro .sec-title .title-en {
  font-size: 2.875rem;
  line-height: 1.4565217391;
}
@media (width < 768px) {
  .page-about .about-pro .sec-title .title-en {
    font-size: 2.125rem;
    line-height: 1.2058823529;
    word-break: break-all;
  }
}
.page-about .about-pro .sec-title .title-en::after {
  bottom: -0.625rem;
  left: 50%;
  translate: -50% 0;
}
@media (width < 768px) {
  .page-about .about-pro .sec-title .title-en::after {
    bottom: -0.875rem;
    width: 3.4375rem;
  }
}
.page-about .about-pro .sec-title .title-jp {
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1.8333333333;
  margin-top: 1.625rem;
}
@media (width < 768px) {
  .page-about .about-pro .sec-title .title-jp {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    margin-top: 1.75rem;
  }
}
.page-about .about-pro .about-pro-items {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr 1fr;
  margin: 2.5rem auto 0;
  max-width: 62.5rem;
}
@media (width < 768px) {
  .page-about .about-pro .about-pro-items {
    gap: 1.3125rem;
    grid-template-columns: 1fr;
    margin-top: 2.125rem;
  }
}
.page-about .about-pro .about-pro-item {
  align-items: center;
  background: #2b3139;
  color: #EAEAEA;
  display: grid;
  grid-template-columns: 15rem 1fr;
  padding: 1.125rem 0.3125rem 1.3125rem 1.25rem;
}
@media (width < 768px) {
  .page-about .about-pro .about-pro-item {
    gap: 1.125rem;
    grid-template-columns: 1fr;
    min-height: 8.375rem;
    padding: 1.25rem 0.3125rem 1.875rem 1.25rem;
  }
}
.page-about .about-pro .about-pro-item-head {
  align-items: center;
  display: grid;
  gap: 1.1875rem;
  grid-template-columns: 3.5625rem 1fr;
  padding-right: 1.125rem;
}
@media (width < 768px) {
  .page-about .about-pro .about-pro-item-head {
    gap: 0.5rem;
    padding-right: initial;
  }
}
.page-about .about-pro .about-pro-item-head .title-icon {
  height: 3.5625rem;
  width: 3.5625rem;
}
@media (width < 768px) {
  .page-about .about-pro .about-pro-item-head .title-icon {
    height: 2.8125rem;
    width: 2.8125rem;
  }
}
.page-about .about-pro .about-pro-item-head .title {
  display: grid;
  gap: 0.3125rem;
  grid-template-columns: 1fr;
}
.page-about .about-pro .about-pro-item-head .title .title-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media (width < 768px) {
  .page-about .about-pro .about-pro-item-head .title .title-en {
    font-size: 1.1875rem;
    line-height: 1.0526315789;
  }
}
.page-about .about-pro .about-pro-item-head .title .title-jp {
  font-family: "Shippori Mincho", serif;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.page-about .about-pro .about-pro-item-body {
  font-family: "Shippori Mincho", serif;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 1.4285714286;
  padding-left: 0.875rem;
  position: relative;
}
@media (width < 768px) {
  .page-about .about-pro .about-pro-item-body {
    font-size: 0.8125rem;
    line-height: 1.5384615385;
    margin-left: 4rem;
    padding-left: 0.9375rem;
  }
}
.page-about .about-pro .about-pro-item-body::before {
  background: #B29462;
  content: "";
  height: 2.5rem;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 0.0625rem;
}
@media (width < 768px) {
  .page-about .about-pro .about-pro-item-body::before {
    height: 2.0625rem;
  }
}
.page-about .about-commitment {
  overflow: hidden;
  padding: 10.25rem 0 8.4375rem;
}
@media (width < 768px) {
  .page-about .about-commitment {
    padding: 5.5625rem 0 3.875rem;
  }
}
.page-about .about-commitment .sec-title {
  margin-left: 2.375rem;
  position: relative;
  z-index: 2;
}
@media (width < 768px) {
  .page-about .about-commitment .sec-title {
    margin-left: initial;
  }
}
.page-about .about-commitment .sec-title .title-en::after {
  bottom: initial;
  top: -2.125rem;
  width: 12.1875rem;
}
@media (width < 768px) {
  .page-about .about-commitment .sec-title .title-en::after {
    top: -0.75rem;
    width: 2.625rem;
  }
}
.page-about .about-commitment .sec-title .title-jp {
  margin-top: 0.875rem;
}
.page-about .about-commitment .text {
  color: #D5D5D5;
  margin-left: 2.3125rem;
  margin-right: auto;
  margin-top: -0.875rem;
  max-width: 54.75rem;
  width: 60.83vw;
}
@media (width < 768px) {
  .page-about .about-commitment .text {
    margin-left: initial;
    margin-right: initial;
    margin-top: -2.9375rem;
    margin-top: min(-4vw, -2.5rem);
    max-width: initial;
    max-width: 28.125rem;
    width: 74vw;
  }
}
.page-about .about-commitment-img {
  height: 32.25rem;
  margin-right: calc(50% - 50vw);
  margin-top: -4rem;
  position: relative;
}
@media (width < 768px) {
  .page-about .about-commitment-img {
    height: 13.25rem;
    margin-right: initial;
    margin-top: 2.9375rem;
    width: 100%;
  }
}
.page-about .about-commitment-img img {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-about .about-mvv {
  padding: 9.75rem 0 7.6875rem;
  position: relative;
}
@media (width < 768px) {
  .page-about .about-mvv {
    padding: 3.875rem 0 5.9375rem;
  }
}
.page-about .about-mvv::before {
  background: rgba(18, 23, 29, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.page-about .about-mvv > * {
  position: relative;
  z-index: 1;
}
.page-about .about-mvv-content {
  display: grid;
  gap: 3.875rem;
  grid-template-columns: 36.0625rem 1fr;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-about .about-mvv-content {
    gap: 0 1.25rem;
    grid-template-columns: 28.125rem 1fr;
  }
}
@media (width < 768px) {
  .page-about .about-mvv-content {
    gap: 2.125rem;
    grid-template-columns: 1fr;
    margin-top: 2.0625rem;
  }
}
.page-about .about-mvv-left {
  height: 32.3125rem;
  margin-top: 0.8125rem;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-about .about-mvv-left {
    height: 26.875rem;
  }
}
@media (width < 768px) {
  .page-about .about-mvv-left {
    height: 15.875rem;
    margin-inline: auto;
    margin-top: initial;
    max-width: 19.6875rem;
    width: 100%;
  }
}
.page-about .about-mvv-left::before {
  background: url(../img/about/mvv_logo.svg) no-repeat center center/cover;
  content: "";
  height: 5.9375rem;
  left: 50%;
  position: absolute;
  top: 59%;
  translate: -50% -50%;
  width: 6rem;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-about .about-mvv-left::before {
    height: 4.4375rem;
    top: 57%;
    width: 4.375rem;
  }
}
@media (width < 768px) {
  .page-about .about-mvv-left::before {
    height: 7.5625rem;
    left: 50%;
    top: 0;
    translate: -50% 0;
    width: 7.6875rem;
  }
}
.page-about .about-mvv-triangle {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
@media (width < 768px) {
  .page-about .about-mvv-triangle {
    display: none;
  }
}
.page-about .about-mvv-triangle-line {
  background: #707070;
  height: 1px;
  position: absolute;
  transform-origin: left center;
}
.page-about .about-mvv-triangle-line--left {
  left: 17.90625rem;
  rotate: 119.96deg;
  top: 7.3125rem;
  width: 21.20875rem;
}
.page-about .about-mvv-triangle-line--right {
  left: 17.90625rem;
  rotate: 60.04deg;
  top: 7.3125rem;
  width: 21.20875rem;
}
.page-about .about-mvv-triangle-line--bottom {
  left: 7.3125rem;
  top: 25.6875rem;
  width: 21.1875rem;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-about .about-mvv-triangle-line--left {
    left: 14.0625rem;
    rotate: 118.52deg;
    top: 6.25rem;
    width: 16.360625rem;
  }
  .page-about .about-mvv-triangle-line--right {
    left: 14.0625rem;
    rotate: 61.48deg;
    top: 6.25rem;
    width: 16.360625rem;
  }
  .page-about .about-mvv-triangle-line--bottom {
    left: 6.25rem;
    top: 20.625rem;
    width: 15.625rem;
  }
}
.page-about .about-mvv-circle {
  background: #d3d3d3;
  border: 0.125rem solid #B29462;
  border-radius: 50%;
  color: #181d24;
  cursor: pointer;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
  height: 14.625rem;
  place-content: center;
  position: absolute;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 14.625rem;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-about .about-mvv-circle {
    height: 12.5rem;
    width: 12.5rem;
  }
}
@media (width < 768px) {
  .page-about .about-mvv-circle {
    border-width: 0.0625rem;
    height: 6.875rem;
    width: 6.875rem;
  }
}
.page-about .about-mvv-circle::before {
  background: transparent;
  border: 0.1875rem solid #B29462;
  border-radius: 50%;
  content: "";
  height: 15.0625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 15.0625rem;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-about .about-mvv-circle::before {
    height: 13rem;
    width: 13rem;
  }
}
@media (width < 768px) {
  .page-about .about-mvv-circle::before {
    border-width: 0.125rem;
    height: 7.125rem;
    width: 7.125rem;
  }
}
.page-about .about-mvv-circle--mission {
  left: 50%;
  top: 0;
  translate: -50% 0;
}
@media (width < 768px) {
  .page-about .about-mvv-circle--mission {
    bottom: 0;
    left: 0;
    top: initial;
    translate: initial;
    z-index: 2;
  }
}
.page-about .about-mvv-circle--vision {
  bottom: 0;
  right: 0;
}
@media (width < 768px) {
  .page-about .about-mvv-circle--vision {
    left: 50%;
    right: initial;
    translate: -50% 0;
  }
}
.page-about .about-mvv-circle--values {
  bottom: 0;
  left: 0;
}
@media (width < 768px) {
  .page-about .about-mvv-circle--values {
    left: initial;
    right: 0;
    z-index: 2;
  }
}
.page-about .about-mvv-circle.is-active {
  background: #1e242b;
  color: #EAEAEA;
}
@media (width < 768px) {
  .page-about .about-mvv-circle.is-active {
    z-index: 3;
  }
}
.page-about .about-mvv-circle:focus-visible {
  outline: 1px solid #B29462;
  outline-offset: 0.375rem;
}
.page-about .about-mvv-circle-title {
  display: grid;
  gap: 0.25rem;
  grid-template-columns: 1fr;
  position: relative;
}
.page-about .about-mvv-circle-title::after {
  background: currentColor;
  bottom: -0.625rem;
  content: "";
  height: 0.0625rem;
  left: 50%;
  position: absolute;
  translate: -50% 0;
  width: 0.875rem;
}
@media (width < 768px) {
  .page-about .about-mvv-circle-title::after {
    display: none;
  }
}
.page-about .about-mvv-circle-title .title-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.3333333333;
}
@media (width < 768px) {
  .page-about .about-mvv-circle-title .title-en {
    font-size: 1.0625rem;
    line-height: 1.2941176471;
  }
}
.page-about .about-mvv-circle-title .title-jp {
  font-family: "Shippori Mincho", serif;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media (width < 768px) {
  .page-about .about-mvv-circle-title .title-jp {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.page-about .about-mvv-circle-text {
  font-family: "Shippori Mincho", serif;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  line-height: 1.6666666667;
}
@media (width < 768px) {
  .page-about .about-mvv-circle-text {
    display: none;
  }
}
.page-about .about-mvv-right {
  position: relative;
}
.page-about .about-mvv-dots {
  background: #12171d;
  display: flex;
  flex-direction: column;
  gap: 0.5625rem;
  padding: 1.25rem 1.125rem;
  position: absolute;
  right: -0.0625rem;
  top: 0;
  z-index: 2;
}
@media (width < 768px) {
  .page-about .about-mvv-dots {
    gap: 1.75rem;
    gap: 0.3125rem;
    padding: 0.4375rem 0.5625rem 0.75rem;
  }
}
.page-about .about-mvv-dot {
  --mvv-progress: 0deg;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: grid;
  height: 1.5rem;
  padding: 0;
  place-items: center;
  position: relative;
  width: 1.5rem;
}
@media (width < 768px) {
  .page-about .about-mvv-dot {
    height: 0.875rem;
    width: 0.875rem;
  }
}
.page-about .about-mvv-dot::before, .page-about .about-mvv-dot::after {
  border-radius: 50%;
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s ease;
}
.page-about .about-mvv-dot::before {
  border: 1px solid #EAEAEA;
}
.page-about .about-mvv-dot::after {
  background: conic-gradient(#B29462 0deg, #B29462 var(--mvv-progress), transparent var(--mvv-progress), transparent 360deg);
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.page-about .about-mvv-dot.is-active::before, .page-about .about-mvv-dot.is-active::after {
  opacity: 1;
}
.page-about .about-mvv-dot.is-active::after {
  animation: aboutMvvDotProgress 5s linear forwards;
}
.page-about .about-mvv-dot:focus-visible {
  outline: 1px solid #B29462;
  outline-offset: 0.25rem;
}
.page-about .about-mvv-dot-inner {
  background: #EAEAEA;
  border-radius: 50%;
  height: 0.125rem;
  width: 0.125rem;
}
.page-about .about-mvv-items {
  list-style: none;
  margin: 0;
  min-height: 36.875rem;
  padding: 0;
  position: relative;
}
@media (width < 768px) {
  .page-about .about-mvv-items {
    min-height: initial;
  }
}
.page-about .about-mvv-item {
  color: #EAEAEA;
  filter: brightness(1);
  opacity: 1;
  position: relative;
  transition: opacity 0.32s ease, filter 0.32s ease;
}
@media (width < 768px) {
  .page-about .about-mvv-item {
    display: flex;
    flex-direction: column-reverse;
  }
}
.page-about .about-mvv-item[hidden] {
  display: none;
}
.page-about .about-mvv-item::after {
  background: rgba(255, 255, 255, 0.12);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.32s ease;
}
.page-about .about-mvv-item.is-fading {
  filter: brightness(1.12);
  opacity: 0;
}
.page-about .about-mvv-item.is-fading::after {
  opacity: 1;
}
.page-about .about-mvv-item--mission .about-mvv-item-body::before {
  content: "MISSION";
}
.page-about .about-mvv-item--values .about-mvv-item-body::before {
  content: "VALUES";
}
.page-about .about-mvv-item--vision .about-mvv-item-body::before {
  content: "VISION";
}
.page-about .about-mvv-item-head {
  height: 17.25rem;
  position: relative;
}
@media (width < 768px) {
  .page-about .about-mvv-item-head {
    height: initial;
    width: 100%;
  }
}
.page-about .about-mvv-item-head img {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width < 768px) {
  .page-about .about-mvv-item-head img {
    height: auto;
    left: initial;
    position: static;
    top: initial;
    translate: initial;
  }
}
.page-about .about-mvv-item-body {
  background: #181D24;
  min-height: 17.125rem;
  padding: 2.8125rem 2.0625rem 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-about .about-mvv-item-body {
    padding: 1.25rem;
  }
}
@media (width < 768px) {
  .page-about .about-mvv-item-body {
    padding: 1.4375rem 1.3125rem;
  }
}
.page-about .about-mvv-item-body::before {
  color: rgba(248, 248, 248, 0.08);
  font-family: "Cormorant Garamond", serif;
  font-size: 2.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4090909091;
  position: absolute;
  right: 0.125rem;
  top: 0.8125rem;
  writing-mode: vertical-lr;
}
@media (width < 768px) {
  .page-about .about-mvv-item-body::before {
    bottom: 1.125rem;
    font-size: 2rem;
    right: 0.25rem;
    top: initial;
  }
}
.page-about .about-mvv-item-body .text {
  line-height: 2.1538461538;
  margin-top: 0.8125rem;
}
@media (width < 768px) {
  .page-about .about-mvv-item-body .text {
    margin-top: 1rem;
  }
}
.page-about .about-mvv-item-title {
  border-bottom: 0.0625rem solid #EAEAEA;
  padding-bottom: 0.8125rem;
}
.page-about .about-mvv-item-title .title-en {
  color: #B29462;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.3;
}
.page-about .about-mvv-item-title .title-jp {
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.7777777778;
  margin-top: -0.375rem;
}
@media (width < 768px) {
  .page-about .about-mvv-item-title .title-jp {
    font-size: 1rem;
  }
}
@keyframes aboutMvvDotProgress {
  from {
    --mvv-progress: 0deg;
  }
  to {
    --mvv-progress: 360deg;
  }
}
.page-about .about-brand {
  padding: 8.9375rem 0 7.9375rem;
}
@media (width < 768px) {
  .page-about .about-brand {
    padding: 3.875rem 0 3.75rem;
  }
}
.page-about .about-story-content {
  align-items: center;
  display: grid;
  gap: 4.92%;
  grid-template-columns: 54.24% 40.85%;
  margin-top: 3.6875rem;
}
@media (width < 768px) {
  .page-about .about-story-content {
    gap: 2.125rem;
    grid-template-columns: 1fr;
    margin-top: 1.6875rem !important;
  }
}
.page-about .about-logo-content {
  margin-top: 3.0625rem;
}
.page-about .about-story-img {
  align-items: center;
  background: #242930;
  display: flex;
  height: 27.1875rem;
  justify-content: center;
  padding: 1.25rem;
}
@media (width < 768px) {
  .page-about .about-story-img {
    height: initial;
  }
}
.page-about .about-brand-img {
  position: relative;
}
@media (width < 768px) {
  .page-about .about-brand-img {
    height: initial;
    padding: 2.5rem 2rem;
  }
}
.page-about .about-brand-img figcaption {
  color: rgba(255, 255, 255, 0.06);
  font-family: "Cormorant Garamond", serif;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.078125;
  position: absolute;
  right: 0.4375rem;
  top: 0.9375rem;
  writing-mode: vertical-lr;
}
@media (width < 768px) {
  .page-about .about-brand-img figcaption {
    bottom: 0.5rem;
    font-size: 3.25rem;
    top: initial;
  }
}
.page-about .about-brand-img img {
  margin-right: 2.1875rem;
  max-width: 29.9375rem;
}
.page-about .about-story-text {
  color: #EAEAEA;
}
.page-about .about-logo {
  margin-bottom: 8.9375rem;
  padding: 9.125rem 0 11.0625rem;
  position: relative;
}
@media (width < 768px) {
  .page-about .about-logo {
    margin-bottom: initial;
    padding: 4rem 0;
  }
}
.page-about .about-logo::before {
  background: rgba(30, 36, 43, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 95%;
}
.page-about .about-logo > * {
  position: relative;
  z-index: 1;
}
.page-about .about-logo-img {
  position: relative;
}
@media (width < 768px) {
  .page-about .about-logo-img {
    padding: 2.4375rem 2rem;
  }
}
.page-about .about-logo-img::before {
  background: url(../img/about/logo_story_bg.svg) no-repeat center center/cover;
  content: "";
  height: 15.625rem;
  position: absolute;
  right: 0;
  top: 0.5625rem;
  width: 8.4375rem;
}
.page-about .about-logo-img img {
  max-width: 32.5rem;
}

@media (width < 768px) {
  .page-company .pageLow-head {
    margin-bottom: 3.25rem;
  }
}
.page-company .company-inner {
  max-width: 62.5rem;
}
.page-company .message {
  margin-top: 4.6875rem;
  padding-bottom: 8.5625rem;
  padding-top: 3.9375rem;
  position: relative;
}
@media (width < 768px) {
  .page-company .message {
    margin-top: 1.1875rem;
    padding-bottom: 5rem;
  }
}
.page-company .message::before {
  background: #1e242b;
  bottom: 0;
  content: "";
  height: 87%;
  left: 0;
  position: absolute;
  width: 95.5%;
}
@media (width < 768px) {
  .page-company .message::before {
    height: 92%;
  }
}
.page-company .message-content {
  align-items: start;
  display: grid;
  gap: 0 9.65%;
  grid-template-columns: 42.6% 47.75%;
  grid-template-rows: 9.375rem auto auto auto auto;
  margin-inline: auto;
  max-width: 65.4375rem;
  min-height: 43.4375rem;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-company .message-content {
    gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media (width < 768px) {
  .page-company .message-content {
    gap: initial;
    grid-template-columns: 1fr;
    grid-template-rows: initial;
    min-height: initial;
  }
}
.page-company .message-content::before {
  color: #2c3136;
  content: "MESSAGE";
  font-family: "Cormorant Garamond", serif;
  font-size: 8.125rem;
  font-weight: 500;
  left: -5.75rem;
  letter-spacing: 0.02em;
  position: absolute;
  top: -0.9375rem;
  writing-mode: vertical-lr;
}
@media (width < 768px) {
  .page-company .message-content::before {
    display: none;
  }
}
.page-company .message-content > * {
  position: relative;
  z-index: 1;
}
.page-company .message-content .sec-title {
  grid-column: 2/3;
  grid-row: 1/2;
  margin-top: -0.625rem;
}
@media (width < 768px) {
  .page-company .message-content .sec-title {
    grid-column: 1/2;
  }
}
.page-company .message-content .text {
  grid-column: 2/3;
  grid-row: 3/4;
  margin-top: 1.9375rem;
}
@media (width < 768px) {
  .page-company .message-content .text {
    grid-column: 1/2;
    grid-row: 4/5;
    margin-top: 1.375rem;
  }
}
.page-company .message-lead {
  grid-column: 2/3;
  grid-row: 2/3;
  margin-top: 1.9375rem;
}
@media (width < 768px) {
  .page-company .message-lead {
    grid-column: 1/2;
    margin-top: 2.625rem;
  }
}
.page-company .message-lead .lead-en {
  margin-top: 0.875rem;
}
@media (width < 768px) {
  .page-company .message-lead .lead-en {
    margin-top: 0.6875rem;
  }
}
.page-company .message-img {
  grid-column: 1/2;
  grid-row: 1/5;
  height: 43.4375rem;
  margin-top: 0.875rem;
  position: relative;
}
@media (width < 768px) {
  .page-company .message-img {
    grid-row: 3/4;
    height: initial;
    margin-top: 2.1875rem;
  }
}
.page-company .message-img img {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width < 768px) {
  .page-company .message-img img {
    height: auto;
    left: initial;
    position: static;
    top: initial;
    translate: initial;
  }
}
.page-company .message-name {
  grid-column: 2/3;
  grid-row: 4/5;
}
@media (width < 768px) {
  .page-company .message-name {
    grid-column: 1/2;
    grid-row: 5/6;
  }
}
.page-company .company {
  overflow: hidden;
  padding: 8.9375rem 0 9.6875rem;
}
@media (width < 768px) {
  .page-company .company {
    padding-bottom: 6.5rem;
    padding-top: 4.625rem;
  }
}
.page-company .company-items {
  margin-top: 3rem;
}
@media (width < 768px) {
  .page-company .company-items {
    margin-top: 2.1875rem;
  }
}
.page-company .company-item {
  border-bottom: 1px solid #4d535a;
  display: grid;
  grid-template-columns: 13.1875rem 1fr;
}
@media (width < 768px) {
  .page-company .company-item {
    grid-template-columns: 5.75rem 1fr;
  }
}
.page-company .company-item:last-of-type {
  border-bottom: none;
}
.page-company .company-item dt,
.page-company .company-item dd {
  font-size: 0.8125rem;
  padding: 1.3125rem;
  padding: 1rem 0;
}
@media (width < 768px) {
  .page-company .company-item dt,
  .page-company .company-item dd {
    font-size: 0.6875rem;
  }
}
.page-company .company-item dt {
  background: #2b3139;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 2;
  min-height: 3.8125rem;
  padding-left: 1.3125rem;
  padding-right: 1.3125rem;
}
@media (width < 768px) {
  .page-company .company-item dt {
    min-height: 2.875rem;
    padding: 0.75rem 0.9375rem;
  }
}
.page-company .company-item dd {
  background: #1e242b;
  color: #D5D5D5;
  letter-spacing: 0.06em;
  line-height: 2.3076923077;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
@media (width < 768px) {
  .page-company .company-item dd {
    line-height: 2;
    padding: 0.75rem 0.9375rem;
  }
}
.page-company .office-items {
  display: grid;
  gap: 7.1875rem;
  grid-template-columns: 1fr;
  padding-top: 6.75rem;
}
@media (width < 768px) {
  .page-company .office-items {
    gap: 4.125rem;
    padding-top: 4.0625rem;
  }
}
.page-company .office {
  position: relative;
}
.page-company .office::before {
  color: #292F35;
  font-family: "Cormorant Garamond", serif;
  font-size: 11.6875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  position: absolute;
  right: -9.25rem;
  top: 4.4375rem;
  writing-mode: vertical-lr;
}
@media (width < 768px) {
  .page-company .office::before {
    font-size: 3rem;
    right: -2.4375rem;
    top: 4.875rem;
  }
}
.page-company .office--tokyo::before {
  content: "TOKYO";
}
.page-company .office--osaka::before {
  content: "OSAKA";
}
.page-company .office > * {
  position: relative;
  z-index: 1;
}
.page-company .mini-title {
  border-bottom: 1px solid #4D535A;
  position: relative;
  width: 100%;
}
@media (width < 768px) {
  .page-company .mini-title {
    flex-wrap: wrap;
    gap: 0 0.5625rem;
  }
}
.page-company .mini-title::after {
  background: #B29462;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 7.0625rem;
}
.page-company .office-img {
  aspect-ratio: 1000/480;
  margin-top: 1.8125rem;
  overflow: hidden;
  position: relative;
}
@media (width < 768px) {
  .page-company .office-img {
    aspect-ratio: 315/200;
  }
}
.page-company .office-img picture,
.page-company .office-img img {
  display: block;
  height: 100%;
  width: 100%;
}
.page-company .office-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.page-company .office-gallery-panels {
  height: 100%;
  position: relative;
  width: 100%;
}
.page-company .office-gallery-panel {
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  visibility: hidden;
}
.page-company .office-gallery-panel.is-active {
  opacity: 1;
  visibility: visible;
}
.page-company .office-gallery-dots {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.page-company .office-content {
  display: grid;
  gap: 2.875rem;
  grid-template-columns: 1fr 1fr;
  margin-top: 2.5625rem;
}
@media (width < 768px) {
  .page-company .office-content {
    gap: 1.375rem;
    grid-template-columns: 1fr;
    margin-top: 1.9375rem;
  }
}
.page-company .office-info-items {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 1fr;
}
@media (width < 768px) {
  .page-company .office-info-items {
    gap: 0.5625rem;
  }
}
.page-company .office-info-item {
  align-items: center;
  display: grid;
  gap: 0.8125rem;
  grid-template-columns: 5.5625rem 1fr;
}
.page-company .office-info-item dt {
  background: #B29462;
  color: #fff;
  display: grid;
  font-size: 0.8125rem;
  font-weight: bold;
  height: 100%;
  letter-spacing: 0.08em;
  min-height: 2.625rem;
  place-content: center;
}
@media (width < 768px) {
  .page-company .office-info-item dt {
    font-size: 0.75rem;
    min-height: 2.0625rem;
  }
}
.page-company .office-info-item dd {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media (width < 768px) {
  .page-company .office-info-item dd {
    font-size: 0.8125rem;
    line-height: 1.5384615385;
  }
}
.page-company .office-info-box {
  background: #212831;
  display: grid;
  margin-top: 1.375rem;
  min-height: 8.1875rem;
  padding: 1.25rem;
  place-content: center;
}
@media (width < 768px) {
  .page-company .office-info-box {
    min-height: initial;
    padding: 0.875rem 1.25rem;
  }
}
.page-company .office-info-text {
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  line-height: 2.1538461538;
  max-width: 25.75rem;
}
@media (width < 768px) {
  .page-company .office-info-text {
    font-size: 0.75rem;
    line-height: 2.1666666667;
  }
}
.page-company .office-map {
  margin-top: 0.3125rem;
  padding-top: 57.1428571429%;
  position: relative;
  width: 100%;
}
@media (width < 768px) {
  .page-company .office-map {
    margin-top: initial;
    padding-top: 57.1428571429%;
  }
}
.page-company .office-map iframe {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (width < 768px) {
  .page-services .pageLow-head {
    margin-bottom: 3.5rem;
  }
}
.page-services .pageLow-head .inner {
  max-width: var(--layout-inner-pc);
}
.page-services .services-lead {
  color: #EAEAEA;
  text-align: center;
}
.page-services .services-lead .text {
  display: grid;
  gap: 2.125rem;
  grid-template-columns: 1fr;
}
@media (width < 768px) {
  .page-services .services-lead .text {
    gap: 1.75rem;
    line-height: 2.1538461538;
  }
}
.page-services .inner {
  max-width: 62.5rem;
}
.page-services .propertySales,
.page-services .services-feature {
  overflow: hidden;
  padding: 7.0625rem 0 7.875rem;
  position: relative;
}
@media (width < 768px) {
  .page-services .propertySales,
  .page-services .services-feature {
    padding: 1.9375rem 0 5.0625rem;
  }
}
.page-services .propertySales::before,
.page-services .services-feature::before {
  background: #1e242b;
  bottom: 0;
  content: "";
  height: 84%;
  position: absolute;
  right: 0;
  width: 95%;
}
.page-services .propertySales > *,
.page-services .services-feature > * {
  position: relative;
  z-index: 1;
}
.page-services .propertySales hgroup,
.page-services .services-feature hgroup {
  grid-column: 1/2;
  grid-row: 2/3;
  margin-top: -1.125rem;
}
@media (width < 768px) {
  .page-services .propertySales hgroup,
  .page-services .services-feature hgroup {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-top: initial;
  }
}
.page-services .propertySales hgroup .title-en,
.page-services .services-feature hgroup .title-en {
  font-size: 4.5rem;
  line-height: 1.1111111111;
}
@media (width < 768px) {
  .page-services .propertySales hgroup .title-en,
  .page-services .services-feature hgroup .title-en {
    font-size: 2.375rem;
    line-height: 1.0789473684;
  }
}
.page-services .propertySales .text,
.page-services .services-feature .text {
  color: #D5D5D5;
  grid-column: 1/2;
  grid-row: 4/5;
}
@media (width < 768px) {
  .page-services .propertySales .text,
  .page-services .services-feature .text {
    grid-column: 1/2;
    grid-row: 4/5;
    margin-top: 1rem;
  }
}
.page-services .propertySales-content,
.page-services .services-feature-content {
  display: grid;
  gap: 0 7.38%;
  grid-template-columns: 40.98% 51.64%;
  margin-right: calc(50% - 50vw);
  min-height: 30.625rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-services .propertySales-content,
  .page-services .services-feature-content {
    gap: 0 1.25rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media (width < 768px) {
  .page-services .propertySales-content,
  .page-services .services-feature-content {
    grid-template-columns: 1fr;
    grid-template-rows: initial;
    margin-right: initial;
    min-height: auto;
  }
}
.page-services .propertySales {
  padding-bottom: 5.625rem;
}
@media (width < 768px) {
  .page-services .propertySales {
    padding-bottom: 7.75rem;
    padding-top: 4.1875rem;
  }
}
.page-services .propertySales::before {
  height: 78%;
}
.page-services .propertySales .loop-text {
  bottom: 3.375rem;
  position: absolute;
  z-index: 0;
}
.page-services .propertySales-lead,
.page-services .services-feature-lead {
  color: #D5D5D5;
  font-weight: 500;
  grid-column: 1/2;
  grid-row: 3/4;
  margin-bottom: 1.8125rem;
  margin-top: 2.5rem;
}
@media (width < 768px) {
  .page-services .propertySales-lead,
  .page-services .services-feature-lead {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-bottom: 2.0625rem;
    margin-top: 2.375rem;
  }
}
.page-services .propertySales-lead .lead-en,
.page-services .services-feature-lead .lead-en {
  margin-top: 0.875rem;
}
@media (width < 768px) {
  .page-services .propertySales-lead .lead-en,
  .page-services .services-feature-lead .lead-en {
    margin-top: 0.8125rem;
  }
}
.page-services .propertySales-img,
.page-services .services-feature-img {
  grid-column: 2/3;
  grid-row: 1/7;
  height: 30.625rem;
  position: relative;
  width: 100%;
}
@media (width < 768px) {
  .page-services .propertySales-img,
  .page-services .services-feature-img {
    grid-column: 1/2;
    grid-row: 3/4;
    height: 13.875rem;
    margin-right: calc(50% - 50vw);
    width: initial;
  }
}
.page-services .propertySales-img img,
.page-services .services-feature-img img {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-services .purchase {
  padding: 4.3125rem 0 2.875rem;
}
.page-services .purchase .services-content {
  position: relative;
}
.page-services .purchase .services-content::before {
  color: rgba(234, 234, 234, 0.05);
  content: "PURCHASE";
  font-family: "Cormorant Garamond", serif;
  font-size: 3.4375rem;
  font-weight: 500;
  left: -4.5625rem;
  position: absolute;
  top: 0;
  writing-mode: vertical-lr;
}
@media (width < 768px) {
  .page-services .purchase .services-content::before {
    display: none;
  }
}
.page-services .services-content {
  display: grid;
  gap: 0 7%;
  grid-template-columns: 51% 42%;
  margin-top: 2.75rem;
}
@media (width < 768px) {
  .page-services .services-content {
    gap: initial;
    grid-template-columns: 1fr;
    margin-top: 2.375rem;
  }
}
.page-services .services-content .text {
  grid-column: 1/2;
  grid-row: 2/3;
  margin-top: 0.8125rem;
}
@media (width < 768px) {
  .page-services .services-content .text {
    grid-row: 3/4;
    margin-top: 1.0625rem;
  }
}
.page-services .purchase-lead {
  border-bottom: 1px solid #4d535a;
  font-family: "Shippori Mincho", serif;
  font-size: 1.375rem;
  font-weight: 500;
  grid-column: 1/2;
  grid-row: 1/2;
  letter-spacing: 0.08em;
  line-height: 1.8181818182;
  padding-bottom: 0.625rem;
}
@media (width < 768px) {
  .page-services .purchase-lead {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
.page-services .services-img {
  grid-column: 2/3;
  grid-row: 1/3;
  height: 16.25rem;
  position: relative;
}
@media (width < 768px) {
  .page-services .services-img {
    grid-column: 1/2;
    grid-row: 2/3;
    height: initial;
    margin-top: 1.0625rem;
  }
}
.page-services .services-img img {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width < 768px) {
  .page-services .services-img img {
    height: auto;
    left: initial;
    position: static;
    top: initial;
    translate: initial;
  }
}
.page-services .flow {
  margin-top: 1.9375rem;
}
@media (width < 768px) {
  .page-services .flow {
    margin-top: 3.6875rem;
  }
}
.page-services .flow-items-wrapper {
  background: #1e242b;
  margin-top: 0.8125rem;
  padding: 3.1875rem 1.25rem 2.875rem;
}
@media (width < 768px) {
  .page-services .flow-items-wrapper {
    padding-bottom: 2.5rem;
    padding-top: 2.6875rem;
  }
}
.page-services .flow-items {
  counter-reset: flow-item;
  display: grid;
  gap: 1.5rem 1.5625rem;
  grid-template-columns: repeat(auto-fit, minmax(11.5rem, 1fr));
  justify-content: center;
  margin-inline: auto;
  max-width: 51.4375rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-services .flow-items {
    max-width: initial;
  }
}
@media (width < 768px) {
  .page-services .flow-items {
    gap: 1.5rem 1.25rem;
    grid-template-columns: 1fr 1fr;
    max-width: initial;
  }
}
.page-services .flow-item {
  background: #2e3238;
  border-radius: 0.4375rem;
  display: grid;
  min-height: 6.5rem;
  padding: 0.5625rem;
  place-content: center;
  position: relative;
  text-align: center;
}
.page-services .flow-item::before {
  color: #B29462;
  content: counter(flow-item, decimal-leading-zero);
  counter-increment: flow-item;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8125rem;
  font-weight: 500;
  left: 0.5rem;
  letter-spacing: 0.08em;
  position: absolute;
  top: -0.1875rem;
}
@media (width < 768px) {
  .page-services .flow-item::before {
    font-size: 1.5rem;
  }
}
.page-services .flow-item::after {
  background: #EAEAEA;
  content: "";
  height: 0.0625rem;
  left: -1.5625rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1.5625rem;
}
@media (width < 768px) {
  .page-services .flow-item::after {
    left: -1.25rem;
    width: 1.25rem;
  }
}
.page-services .flow-item img {
  height: 2.9375rem;
  margin-inline: auto;
  width: 2.9375rem;
}
.page-services .flow-item figcaption {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.3333333333;
  margin-top: 0.4375rem;
}
@media (width < 768px) {
  .page-services .flow-item figcaption {
    font-size: 0.625rem;
    letter-spacing: normal;
    line-height: 1.4;
  }
}
.page-services .selling {
  padding-bottom: 5.75rem;
  padding-top: 1.9375rem;
}
@media (width < 768px) {
  .page-services .selling {
    padding-bottom: 4.3125rem;
    padding-top: 1.5625rem;
  }
}
.page-services .selling-text {
  margin-top: 1.75rem;
  text-align: center;
}
@media (width < 768px) {
  .page-services .selling-text {
    line-height: 2.1538461538;
    margin-top: 1.3125rem;
  }
}
.page-services .selling-items {
  display: grid;
  gap: 5.8125rem;
  grid-template-columns: 1fr;
  margin-top: 4.0625rem;
}
@media (width < 768px) {
  .page-services .selling-items {
    gap: 4.3125rem;
    margin-top: 2.8125rem;
  }
}
.page-services .selling-item-title {
  background: rgba(255, 255, 255, 0.12);
  color: #D5D5D5;
  display: grid;
  font-family: "Shippori Mincho", serif;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.6363636364;
  min-height: 3.625rem;
  place-content: center;
}
@media (width < 768px) {
  .page-services .selling-item-title {
    font-size: 1.125rem;
    min-height: 2.875rem;
  }
}
.page-services .selling-item-text {
  margin-top: 1.25rem;
  text-align: center;
}
@media (width < 768px) {
  .page-services .selling-item-text {
    line-height: 2.1538461538;
    margin-top: 1.625rem;
  }
}
.page-services .selling-item-content {
  display: grid;
  gap: 2.1875rem;
  grid-template-columns: 1fr;
  margin-top: 1.375rem;
}
@media (width < 768px) {
  .page-services .selling-item-content {
    gap: 2.3125rem;
    margin-top: 1.25rem;
  }
}
.page-services .selling-item-content-sec.grid {
  display: grid;
  gap: 0 7%;
  grid-template-columns: 54% 39%;
  grid-template-rows: minmax(0, 1fr) repeat(4, auto) minmax(0, 1fr);
  min-height: 27.125rem;
}
@media (width < 768px) {
  .page-services .selling-item-content-sec.grid {
    grid-template-columns: 1fr;
    grid-template-rows: initial;
  }
}
.page-services .selling-item-content-sec.grid .mini-title {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media (width < 768px) {
  .page-services .selling-item-content-sec.grid .mini-title {
    grid-row: 1/2;
  }
}
.page-services .selling-item-content-sec.grid .text {
  grid-column: 1/2;
  grid-row: 4/5;
  margin-top: 1.1875rem;
}
@media (width < 768px) {
  .page-services .selling-item-content-sec.grid .text {
    margin-top: 1.4375rem;
  }
}
.page-services .merit-items {
  display: grid;
  gap: 0.5rem;
  grid-column: 1/2;
  grid-row: 3/4;
  grid-template-columns: 1fr;
  margin-top: 1.1875rem;
}
@media (width < 768px) {
  .page-services .merit-items {
    gap: 0.875rem;
    grid-row: 2/3;
    margin-top: 1.875rem;
  }
}
.page-services .merit-item {
  background: #1e242b;
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  max-width: 27.75rem;
  padding: 0.875rem 0.875rem 0.875rem 2.375rem;
  position: relative;
  width: 100%;
}
@media (width < 768px) {
  .page-services .merit-item {
    line-height: 1.7777777778;
    padding: 0.625rem 0.625rem 0.625rem 2.375rem;
  }
}
.page-services .merit-item::before {
  background: #B29462;
  content: "";
  height: 0.4375rem;
  left: 0.875rem;
  position: absolute;
  top: 52%;
  translate: 0 -50%;
  width: 0.4375rem;
}
@media (width < 768px) {
  .page-services .merit-item::before {
    left: 1.0625rem;
    top: 1.4375rem;
    translate: initial;
  }
}
.page-services .selling-item-img {
  grid-column: 2/3;
  grid-row: 1/7;
  height: 27.125rem;
  margin-top: 0.25rem;
  position: relative;
}
@media (width < 768px) {
  .page-services .selling-item-img {
    grid-column: 1/2;
    grid-row: 3/4;
    height: initial;
    margin-top: 2.125rem;
  }
}
.page-services .selling-item-img img {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width < 768px) {
  .page-services .selling-item-img img {
    height: auto;
    left: initial;
    position: static;
    top: initial;
    translate: initial;
  }
}
.page-services .propertyManagement {
  padding-bottom: 7.5625rem;
  padding-top: 8.375rem;
}
@media (width < 768px) {
  .page-services .propertyManagement {
    padding-bottom: 3.75rem;
    padding-top: 2.625rem;
  }
}
.page-services .propertyManagement::before {
  height: 100%;
  width: 93.5%;
}
@media (width < 768px) {
  .page-services .propertyManagement::before {
    width: 95.5%;
  }
}
.page-services .propertyManagement .loop-text {
  display: none;
}
@media (width < 768px) {
  .page-services .propertyManagement .loop-text {
    display: flex;
    margin-inline: calc(50% - 50vw);
    position: static;
    width: 100vw;
  }
}
.page-services .propertyManagement-items {
  counter-reset: property-management-item;
  display: grid;
  gap: 3.125rem;
  grid-template-columns: 1fr;
  margin-top: 7.375rem;
}
@media (width < 768px) {
  .page-services .propertyManagement-items {
    gap: 2.6875rem;
    margin-top: 2.8125rem;
  }
}
.page-services .propertyManagement-item {
  align-items: start;
  counter-increment: property-management-item;
  display: grid;
  gap: 0 4.1%;
  grid-template-columns: 34.2% 61.7%;
  grid-template-rows: 3.1875rem auto;
  position: relative;
}
@media (width < 768px) {
  .page-services .propertyManagement-item {
    gap: initial;
    grid-template-columns: 1fr;
    grid-template-rows: initial;
  }
}
.page-services .propertyManagement-item::after {
  bottom: -2.1875rem;
  color: rgba(24, 29, 36, 0.5);
  content: counter(property-management-item, decimal-leading-zero);
  font-family: "Cormorant Garamond", serif;
  font-size: 11.25rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  position: absolute;
  right: 0.3125rem;
}
.page-services .propertyManagement-item .text {
  grid-column: 2/3;
  grid-row: 2/3;
  margin-top: 0.4375rem;
  position: relative;
  z-index: 1;
}
@media (width < 768px) {
  .page-services .propertyManagement-item .text {
    grid-column: 1/2;
    grid-row: 3/4;
    line-height: 2.1538461538;
    margin-top: 1.25rem;
  }
}
.page-services .propertyManagement-item-img {
  grid-column: 1/2;
  grid-row: 1/3;
  height: 16.25rem;
  position: relative;
}
@media (width < 768px) {
  .page-services .propertyManagement-item-img {
    grid-row: 2/3;
    height: initial;
    margin-top: 1.1875rem;
  }
}
.page-services .propertyManagement-item-img img {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width < 768px) {
  .page-services .propertyManagement-item-img img {
    height: auto;
    left: initial;
    position: static;
    top: initial;
    translate: initial;
  }
}
.page-services .propertyManagement-item-title {
  border-bottom: 1px solid #4d535a;
  font-family: "Shippori Mincho", serif;
  font-size: 1.375rem;
  font-weight: 500;
  grid-column: 2/3;
  grid-row: 1/2;
  letter-spacing: 0.08em;
  line-height: 1.8181818182;
  margin-top: -0.3125rem;
  padding-bottom: 0.625rem;
  padding-left: 5.25rem;
  position: relative;
}
@media (width < 768px) {
  .page-services .propertyManagement-item-title {
    font-size: 1.125rem;
    grid-column: 1/2;
    line-height: 1.6666666667;
    padding-left: 4.5rem;
  }
}
.page-services .propertyManagement-item-title::before {
  color: #B29462;
  content: counter(property-management-item, decimal-leading-zero);
  font-family: "Cormorant Garamond", serif;
  font-size: 3.75rem;
  font-weight: 500;
  left: 0;
  letter-spacing: 0.02em;
  line-height: 0.17;
  position: absolute;
  top: 0.625rem;
}
@media (width < 768px) {
  .page-services .propertyManagement-item-title::before {
    font-size: 2.875rem;
    top: calc(50% - 0.625rem);
    translate: 0 -50%;
  }
}
.page-services .propertyManagement-item-title::after {
  background: #D5D5D5;
  content: "";
  height: 1.5625rem;
  left: 4rem;
  position: absolute;
  top: 45%;
  translate: 0 -50%;
  width: 0.0625rem;
}
@media (width < 768px) {
  .page-services .propertyManagement-item-title::after {
    height: 75%;
    left: 3.5625rem;
    top: 45%;
    translate: 0 -50%;
  }
}
.page-services .propertyManagement-sub-items-wrapper {
  display: grid;
  grid-template-columns: 10.375rem 1fr;
  margin-top: 3.125rem;
}
@media (width < 768px) {
  .page-services .propertyManagement-sub-items-wrapper {
    grid-template-columns: 1fr;
    position: relative;
  }
}
.page-services .propertyManagement-sub-items-title {
  background: #B29462;
  color: #fff;
  display: grid;
  font-family: "Shippori Mincho", serif;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.8666666667;
  min-height: 3rem;
  place-content: center;
}
@media (width < 768px) {
  .page-services .propertyManagement-sub-items-title {
    font-size: 0.8125rem;
    line-height: 1.8461538462;
    min-height: 2.1875rem;
    width: 9.0625rem;
  }
}
.page-services .propertyManagement-sub-items {
  align-items: center;
  background: #EAEAEA;
  display: flex;
  padding: 0.5625rem 0;
  position: relative;
}
@media (width < 768px) {
  .page-services .propertyManagement-sub-items {
    display: block;
    padding: 0.1875rem 0.9375rem;
  }
}
.page-services .propertyManagement-sub-item {
  border-right: 1px solid currentColor;
  color: #181D24;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding: 0 1.4375rem;
}
@media (width < 768px) {
  .page-services .propertyManagement-sub-item {
    border-bottom: 1px solid currentColor;
    border-right: none;
    padding: 0.625rem 0;
  }
}
.page-services .propertyManagement-sub-item:last-of-type {
  border: none;
}
.page-services .renovation {
  padding-bottom: 9.6875rem;
  padding-top: 10.1875rem;
}
@media (width < 768px) {
  .page-services .renovation {
    padding-bottom: 5.1875rem;
    padding-top: 6.75rem;
  }
}
.page-services .renovation::before {
  bottom: initial;
  height: 25%;
  top: 12rem;
  width: 95%;
}
@media (width < 768px) {
  .page-services .renovation::before {
    height: 21%;
    top: 0;
  }
}
.page-services .renovation .sec-title {
  margin-top: -2.9375rem;
}
.page-services .renovation .loop-text {
  margin-inline: calc(50% - 50vw);
  position: static;
  width: 100vw;
}
.page-services .renovation-items {
  counter-reset: renovation-item;
  display: grid;
  gap: 1.75rem;
  grid-template-columns: 1fr;
  margin-right: calc(50% - 50vw);
  margin-top: 9.5625rem;
}
@media (width < 768px) {
  .page-services .renovation-items {
    gap: 2.4375rem;
    margin-right: initial;
    margin-top: 6.0625rem;
  }
}
.page-services .renovation-item {
  background: #1e242b;
  border-top: 1px solid #4d535a;
  counter-increment: renovation-item;
  display: grid;
  grid-template-columns: 54.92% 45.08%;
}
@media (width < 768px) {
  .page-services .renovation-item {
    gap: initial;
    grid-template-columns: 1fr;
  }
}
.page-services .renovation-item-content {
  display: grid;
  padding: 1.25rem;
  place-content: center;
}
@media (width < 768px) {
  .page-services .renovation-item-content {
    padding: 0.375rem 1.25rem 1.625rem;
  }
}
.page-services .renovation-item-content .text {
  max-width: 35.625rem;
}
@media (width < 768px) {
  .page-services .renovation-item-content .text {
    line-height: 2.1538461538;
    margin-top: 0.9375rem;
    max-width: initial;
  }
}
.page-services .renovation-item-title {
  border-bottom: 1px solid #4d535a;
  font-family: "Shippori Mincho", serif;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8181818182;
  max-width: 35.625rem;
  padding-bottom: 0.625rem;
  padding-left: 5.25rem;
  position: relative;
}
@media (width < 768px) {
  .page-services .renovation-item-title {
    font-size: 1.125rem;
    line-height: 1.5555555556;
    max-width: initial;
    padding: 1.1875rem 0 1.1875rem 4.6875rem;
  }
}
.page-services .renovation-item-title::before {
  color: #B29462;
  content: counter(renovation-item, decimal-leading-zero);
  font-family: "Cormorant Garamond", serif;
  font-size: 3.75rem;
  font-weight: 500;
  left: 0;
  letter-spacing: 0.02em;
  line-height: 0.17;
  position: absolute;
  top: 0.625rem;
}
@media (width < 768px) {
  .page-services .renovation-item-title::before {
    font-size: 2.625rem;
    top: 50%;
    translate: 0 -50%;
  }
}
.page-services .renovation-item-title::after {
  background: #D5D5D5;
  content: "";
  height: 1.5625rem;
  left: 4.25rem;
  position: absolute;
  top: 45%;
  translate: 0 -50%;
  width: 0.0625rem;
}
@media (width < 768px) {
  .page-services .renovation-item-title::after {
    height: 55%;
    left: 3.5625rem;
    top: 54%;
  }
}
.page-services .renovation-item-img {
  height: 20.625rem;
  position: relative;
}
@media (width < 768px) {
  .page-services .renovation-item-img {
    height: initial;
  }
}
.page-services .renovation-item-img img {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width < 768px) {
  .page-services .renovation-item-img img {
    height: auto;
    left: initial;
    position: static;
    top: initial;
    translate: initial;
  }
}

.page-recruit .recruit-hero {
  isolation: isolate;
  position: relative;
  --recruit-bg-stick-top: 0px;
  --recruit-bg-stick-offset: 0px;
  --recruit-hero-bg-top: 0px;
  --recruit-intro-offset: 0px;
}
.page-recruit .recruit-hero-bg {
  bottom: 0;
  left: 0;
  overflow: clip;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: var(--recruit-hero-bg-top);
  z-index: 0;
}
.page-recruit .recruit-hero-bg-inner {
  background-color: #181D24;
  background-image: -webkit-image-set(url("../img/recruit/kv_pc.webp") type("image/webp"), url("../img/recruit/kv_pc.png") type("image/png"));
  background-image: image-set(url("../img/recruit/kv_pc.webp") type("image/webp"), url("../img/recruit/kv_pc.png") type("image/png"));
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh + var(--recruit-bg-stick-offset));
  left: 0;
  position: -webkit-sticky;
  position: sticky;
  top: var(--recruit-bg-stick-top);
  transition: filter 0.35s ease, opacity 0.35s ease;
  width: 100%;
}
@media (width < 768px) {
  .page-recruit .recruit-hero-bg-inner {
    background-image: -webkit-image-set(url("../img/recruit/kv_sp.webp") type("image/webp"), url("../img/recruit/kv_sp.png") type("image/png"));
    background-image: image-set(url("../img/recruit/kv_sp.webp") type("image/webp"), url("../img/recruit/kv_sp.png") type("image/png"));
    background-position: center bottom;
  }
}
.page-recruit .recruit-hero-bg-inner::after {
  background: rgba(18, 23, 29, 0);
  content: "";
  inset: 0;
  position: absolute;
  transition: background 0.35s ease;
}
.page-recruit .recruit-hero.is-bg-dimmed .recruit-hero-bg-inner {
  filter: saturate(0.92);
}
.page-recruit .recruit-hero.is-bg-dimmed .recruit-hero-bg-inner::after {
  background: rgba(18, 23, 29, 0.42);
}
.page-recruit .breadcrumb,
.page-recruit .pageLow-head {
  position: relative;
  z-index: 1;
}
@media (width < 768px) {
  .page-recruit .pageLow-head {
    margin-bottom: 3.25rem;
  }
}
.page-recruit .recruit-head .inner {
  width: 100%;
}
.page-recruit .recruit-intro {
  margin-top: var(--recruit-intro-offset);
  overflow: hidden;
  padding-bottom: 6rem;
  padding-top: 3.875rem;
  position: relative;
  z-index: 1;
}
@media (width < 768px) {
  .page-recruit .recruit-intro {
    padding-bottom: 4.5rem;
    padding-top: 1.9375rem;
  }
}
.page-recruit .recruit-intro-inner {
  max-width: 56.8125rem;
}
.page-recruit .loop-text {
  top: -0.25rem;
}
@media (width < 768px) {
  .page-recruit .loop-text {
    top: -1.125rem;
  }
}
.page-recruit .loop-text .loop-text-item {
  font-size: 11.4375rem;
}
@media (width < 768px) {
  .page-recruit .loop-text .loop-text-item {
    font-size: 6.375rem;
  }
}
.page-recruit .recruit-intro-content-wrapper {
  display: grid;
  gap: 7.82%;
  grid-template-columns: 45.43% 46.71%;
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-recruit .recruit-intro-content-wrapper {
    gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media (width < 768px) {
  .page-recruit .recruit-intro-content-wrapper {
    gap: initial;
    grid-template-columns: 1fr;
    margin-right: initial;
  }
}
.page-recruit .recruit-intro-content {
  position: relative;
}
@media (width < 768px) {
  .page-recruit .recruit-intro-content {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.page-recruit .recruit-intro-content::before {
  background: url(../img/recruit/intro_01_pc.png) no-repeat center center/cover;
  bottom: 8.8125rem;
  content: "";
  height: 18.25rem;
  left: -9.9375rem;
  position: absolute;
  width: 14.625rem;
}
@media (width < 768px) {
  .page-recruit .recruit-intro-content::before {
    background-image: url(../img/recruit/intro_01_sp.png);
    display: block;
    grid-row: 3/4;
    height: 8.4375rem;
    margin-top: 3.125rem;
    position: static;
    width: 12.375rem;
  }
}
.page-recruit .recruit-intro-content > * {
  position: relative;
  z-index: 1;
}
.page-recruit .recruit-intro-title {
  font-family: "Shippori Mincho", serif;
  font-size: 2.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media (width < 768px) {
  .page-recruit .recruit-intro-title {
    font-size: 1.75rem;
    grid-row: 1/2;
  }
}
.page-recruit .recruit-intro-title .small {
  font-size: 2.375rem;
  letter-spacing: 0.08em;
  line-height: 1.3157894737;
}
@media (width < 768px) {
  .page-recruit .recruit-intro-title .small {
    font-size: 1.5rem;
  }
}
.page-recruit .recruit-intro-title .gold {
  color: #B29462;
}
.page-recruit .recruit-intro-text {
  display: grid;
  font-size: 1rem;
  font-weight: 400;
  gap: 2.5rem;
  grid-template-columns: 1fr;
  letter-spacing: 0.08em;
  line-height: 2.5;
  margin-top: 2.375rem;
}
@media (width < 768px) {
  .page-recruit .recruit-intro-text {
    font-size: 0.875rem;
    gap: 2.125rem;
    grid-row: 2/3;
    line-height: 2.4285714286;
    margin-top: 1.75rem;
  }
}
.page-recruit .intro-content-img {
  height: 33.1875rem;
  margin-top: 23.3125rem;
  position: relative;
}
@media (width < 768px) {
  .page-recruit .intro-content-img {
    grid-row: 4/5;
    height: 16.5rem;
    justify-self: end;
    margin-right: calc(50% - 50vw);
    margin-top: 2.8125rem;
    width: 17.0625rem;
  }
}
.page-recruit .intro-content-img img {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width < 768px) {
  .page-recruit .intro-content-img img {
    height: auto;
    left: initial;
    position: static;
    top: initial;
    translate: initial;
  }
}
.page-recruit .system {
  background: #12171d;
  overflow: hidden;
  padding-bottom: 11.25rem;
  padding-top: 7.875rem;
  position: relative;
  z-index: 1;
}
@media (width < 768px) {
  .page-recruit .system {
    padding-bottom: 4.4375rem;
    padding-top: 4.4375rem;
  }
}
.page-recruit .system-items {
  background: #12181d;
  counter-reset: system-item;
  margin-top: 2.9375rem;
}
@media (width < 768px) {
  .page-recruit .system-items {
    margin-top: 2.0625rem;
  }
}
.page-recruit .system-item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  counter-increment: system-item;
  padding: 3.375rem 1.25rem 3.5625rem;
  position: relative;
}
@media (width < 768px) {
  .page-recruit .system-item {
    padding: 1.75rem 0 2.75rem;
  }
}
.page-recruit .system-item:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.page-recruit .system-item::after {
  bottom: -0.4375rem;
  color: rgba(248, 248, 248, 0.1);
  content: "#" counter(system-item, decimal-leading-zero);
  font-family: "Cormorant Garamond", serif;
  font-size: 7.6875rem;
  position: absolute;
  right: -5rem;
  writing-mode: vertical-lr;
}
@media (width < 768px) {
  .page-recruit .system-item::after {
    bottom: initial;
    font-size: 4.375rem;
    right: -1.5625rem;
    top: 1.25rem;
  }
}
.page-recruit .system-item-content {
  display: grid;
  gap: 0 6.12%;
  grid-template-columns: 28.57% 65.31%;
  margin-inline: auto;
  max-width: 61.25rem;
}
@media (width < 768px) {
  .page-recruit .system-item-content {
    gap: initial;
    grid-template-columns: 1fr;
  }
}
.page-recruit .system-item-img {
  grid-column: 1/2;
  grid-row: 1/4;
  height: 13.125rem;
  margin-top: 0.875rem;
  position: relative;
}
@media (width < 768px) {
  .page-recruit .system-item-img {
    aspect-ratio: 310/180;
    height: initial;
    margin-top: 1.1875rem;
    width: 100%;
  }
}
.page-recruit .system-item-img img {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width < 768px) {
  .page-recruit .system-item-img img {
    height: auto;
    left: initial;
    position: static;
    top: initial;
    translate: initial;
  }
}
@media (width < 768px) {
  .page-recruit .system-item-img {
    grid-row: 3/4;
  }
}
.page-recruit .system-item-num {
  color: #B29462;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.875rem;
  font-weight: 500;
  grid-column: 2/3;
  grid-row: 1/2;
  letter-spacing: 0.08em;
}
@media (width < 768px) {
  .page-recruit .system-item-num {
    grid-column: 1/2;
  }
}
.page-recruit .system-item-num .number {
  font-size: 1.75rem;
  letter-spacing: 0.08em;
}
.page-recruit .system-item-num .number::before {
  content: counter(system-item, decimal-leading-zero);
}
.page-recruit .system-item-title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  font-weight: 500;
  grid-column: 2/3;
  grid-row: 2/3;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 0.4375rem;
}
@media (width < 768px) {
  .page-recruit .system-item-title {
    font-size: 1.375rem;
    grid-column: 1/2;
  }
}
.page-recruit .system-item-text {
  color: #D5D5D5;
  font-size: 0.8125rem;
  grid-column: 2/3;
  grid-row: 3/4;
  letter-spacing: 0.06em;
  line-height: 2.1538461538;
  margin-top: 1.25rem;
}
@media (width < 768px) {
  .page-recruit .system-item-text {
    font-size: 0.75rem;
    grid-column: 1/2;
    grid-row: 4/5;
    line-height: 2.1666666667;
  }
}
.page-recruit .system-item-box {
  background: rgba(255, 255, 255, 0.1);
  grid-column: 2/3;
  grid-row: 4/5;
  margin-top: 2rem;
  max-width: 38.9375rem;
  padding: 1.75rem 1.375rem;
  position: relative;
}
@media (width < 768px) {
  .page-recruit .system-item-box {
    grid-column: 1/2;
    grid-row: 5/6;
    margin-top: 2.5rem;
    max-width: initial;
    padding: 1.5rem 1rem 1.375rem;
  }
}
.page-recruit .system-item-box-title {
  background: #B29462;
  color: #fff;
  display: grid;
  font-size: 0.625rem;
  font-weight: bold;
  left: 0;
  letter-spacing: 0.08em;
  min-height: 1.625rem;
  min-width: 10.6875rem;
  padding: 0.3125rem;
  place-content: center;
  position: absolute;
  top: -0.875rem;
}
.page-recruit .system-item-box-text {
  color: #D5D5D5;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media (width < 768px) {
  .page-recruit .system-item-box-text {
    font-size: 0.6875rem;
    line-height: 2;
  }
}
.page-recruit .data {
  padding: 6.75rem 0 10rem;
  position: relative;
}
@media (width < 768px) {
  .page-recruit .data {
    padding-bottom: 4.3125rem;
    padding-top: 3.875rem;
  }
}
.page-recruit .data::before {
  background: #1e242b;
  content: "";
  height: 83%;
  left: 0;
  position: absolute;
  top: 17%;
  width: 95.5%;
}
@media (width < 768px) {
  .page-recruit .data::before {
    height: 92%;
    top: 8%;
    width: 96%;
  }
}
.page-recruit .data > * {
  position: relative;
  z-index: 1;
}
.page-recruit .data-items {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(23.75rem, 1fr));
  justify-content: center;
  margin-top: 3.625rem;
}
@media (width < 768px) {
  .page-recruit .data-items {
    gap: 1.1875rem;
    grid-template-columns: 1fr;
    margin-top: 2.1875rem;
  }
}
.page-recruit .data-item {
  background: #2b3139;
  padding: 1.875rem;
}
@media (width < 768px) {
  .page-recruit .data-item {
    padding: 1.3125rem 1.375rem;
  }
}
.page-recruit .data-item-title {
  display: grid;
  gap: 0.4375rem;
  grid-template-columns: 1fr;
  padding-left: 0.9375rem;
  position: relative;
}
@media (width < 768px) {
  .page-recruit .data-item-title {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 0.1875rem;
  }
}
.page-recruit .data-item-title::before {
  background: #B29462;
  content: "";
  height: 110%;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 0.0625rem;
}
.page-recruit .data-item-title .title-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.page-recruit .data-item-title .title-jp {
  font-family: "Shippori Mincho", serif;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.page-recruit .data-item-content {
  align-items: center;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 5rem 1fr;
  margin-top: 1.75rem;
}
@media (width < 768px) {
  .page-recruit .data-item-content {
    grid-template-columns: 3.125rem 1fr;
    margin-top: 1.25rem;
  }
}
.page-recruit .data-item-text {
  font-family: "EB Garamond", serif;
  font-size: 3rem;
  letter-spacing: 0.08em;
}
@media (width < 768px) {
  .page-recruit .data-item-text {
    font-size: 2.375rem;
  }
}
.page-recruit .data-item-text .small {
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-left: 0.1875rem;
}
@media (width < 768px) {
  .page-recruit .data-item-text .small {
    font-size: 1rem;
  }
}
.page-recruit .data-item-attention {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-top: 0.25rem;
}
@media (width < 768px) {
  .page-recruit .data-item-attention {
    font-size: 0.6875rem;
  }
}
.page-recruit .interview {
  padding: 8.25rem 0 6.75rem;
}
@media (width < 768px) {
  .page-recruit .interview {
    padding: 4rem 0 4.375rem;
  }
}
.page-recruit .interview-slider {
  --interview-slide-width: min(75%, 70.625rem);
  --interview-slide-gap: 1.25rem;
  margin-inline: calc(50% - 50vw);
  margin-top: 3.3125rem;
  position: relative;
  width: 100vw;
}
@media (width < 768px) {
  .page-recruit .interview-slider {
    margin-top: 2.1875rem;
    --interview-slide-width: min(85%, 19.6875rem);
    --interview-slide-gap: 1.875rem;
  }
}
.page-recruit .interview-slider .swiper-wrapper {
  align-items: stretch;
}
.page-recruit .interview-slider .swiper-slide {
  height: auto;
}
.page-recruit .interview-slider .swiper-button-prev,
.page-recruit .interview-slider .swiper-button-next {
  background: #B29462;
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: grid;
  height: 2.8125rem;
  margin: 0;
  place-items: center;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 2.8125rem;
  z-index: 2;
}
@media (width < 768px) {
  .page-recruit .interview-slider .swiper-button-prev,
  .page-recruit .interview-slider .swiper-button-next {
    height: 1.875rem;
    width: 1.875rem;
  }
}
.page-recruit .interview-slider .swiper-button-prev::after,
.page-recruit .interview-slider .swiper-button-next::after {
  background-color: currentColor;
  content: "";
  display: block;
  height: 0.25rem;
  width: 0.9375rem;
  -webkit-mask: url("../img/common/arrow_right_white.svg") no-repeat center/contain;
  mask: url("../img/common/arrow_right_white.svg") no-repeat center/contain;
}
@media (width < 768px) {
  .page-recruit .interview-slider .swiper-button-prev::after,
  .page-recruit .interview-slider .swiper-button-next::after {
    height: 0.25rem;
    width: 0.75rem;
  }
}
.page-recruit .interview-slider .swiper-button-prev {
  left: calc(50% - var(--interview-slide-width) / 2 - 1.40625rem);
}
@media (width < 768px) {
  .page-recruit .interview-slider .swiper-button-prev {
    left: calc(50% - var(--interview-slide-width) / 2 - 0.9375rem);
  }
}
.page-recruit .interview-slider .swiper-button-prev::after {
  transform: scale(-1, 1);
}
.page-recruit .interview-slider .swiper-button-next {
  left: calc(50% + var(--interview-slide-width) / 2 - 1.40625rem);
}
@media (width < 768px) {
  .page-recruit .interview-slider .swiper-button-next {
    left: calc(50% + var(--interview-slide-width) / 2 - 0.9375rem);
  }
}
.page-recruit .interview-slider .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.page-recruit .interview-slide {
  background: #EAEAEA;
  border-radius: 0.625rem;
  display: grid;
  gap: 0 2.3125rem;
  grid-template-columns: 8.75rem 1fr;
  margin-left: var(--interview-slide-gap);
  margin-right: var(--interview-slide-gap);
  max-width: var(--interview-slide-width);
  padding: 3.125rem 4.6875rem 3.125rem 4.6875rem;
  position: relative;
  width: 95%;
}
@media (width < 768px) {
  .page-recruit .interview-slide {
    grid-template-columns: 1fr;
    padding: 2.25rem 1.25rem 2.6875rem;
  }
}
.page-recruit .interview-slide-index {
  bottom: 0.8125rem;
  color: rgba(178, 148, 98, 0.1);
  font-family: "EB Garamond", serif;
  font-size: 7.5rem;
  letter-spacing: 0.02em;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  right: 1.25rem;
}
@media (width < 768px) {
  .page-recruit .interview-slide-index {
    bottom: 0.3125rem;
    font-size: 5.625rem;
    right: 0.625rem;
  }
}
.page-recruit .interview-slide-img {
  grid-column: 1/2;
  grid-row: 1/3;
  margin-top: 0.625rem;
}
@media (width < 768px) {
  .page-recruit .interview-slide-img {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    grid-row: 2/3;
    margin: 20px auto 0;
  }
}
.page-recruit .interview-slide-img img {
  height: 8.75rem;
  width: 8.75rem;
}
.page-recruit .interview-slide-img figcaption {
  color: #181D24;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.3333333333;
  margin-top: 1.0625rem;
  text-align: center;
}
.page-recruit .interview-slide-img figcaption p:last-of-type {
  margin-top: 1rem;
  position: relative;
}
.page-recruit .interview-slide-img figcaption p:last-of-type::before {
  background: #B29462;
  content: "";
  height: 0.0625rem;
  left: 50%;
  position: absolute;
  top: -0.5rem;
  translate: -50% 0;
  width: 1.375rem;
}
.page-recruit .interview-slide-title {
  border-bottom: 0.0625rem solid #fff;
  grid-column: 2/3;
  grid-row: 1/2;
  padding-bottom: 0.8125rem;
  position: relative;
}
@media (width < 768px) {
  .page-recruit .interview-slide-title {
    grid-column: 1/2;
  }
}
.page-recruit .interview-slide-title::after {
  background: #B29462;
  bottom: -0.0625rem;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  width: 4.375rem;
}
.page-recruit .interview-slide-title .title-num {
  color: #B29462;
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media (width < 768px) {
  .page-recruit .interview-slide-title .title-num {
    font-size: 0.875rem;
  }
}
.page-recruit .interview-slide-title .title-jp {
  color: #181D24;
  font-family: "Shippori Mincho", serif;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8181818182;
  margin-top: 0.4375rem;
}
@media (width < 768px) {
  .page-recruit .interview-slide-title .title-jp {
    font-size: 1.125rem;
    line-height: 1.5555555556;
    margin-top: 0.75rem;
  }
}
.page-recruit .interview-slide-text {
  color: #181D24;
  grid-column: 2/3;
  grid-row: 2/3;
  margin-top: 1.4375rem;
}
@media (width < 768px) {
  .page-recruit .interview-slide-text {
    font-size: 0.75rem;
    grid-column: 1/2;
    grid-row: 3/4;
    letter-spacing: 0.06em;
    line-height: 2.1666666667;
    margin-top: 1.25rem;
  }
}
.page-recruit .recruit-message {
  background: rgba(18, 23, 29, 0.5);
  padding: 7.5625rem 0 13.75rem;
  position: relative;
}
@media (width < 768px) {
  .page-recruit .recruit-message {
    padding-bottom: 8.8125rem;
    padding-top: 2.8125rem;
  }
}
.page-recruit .recruit-message::before {
  background: url(../img/recruit/message_bg.svg) no-repeat center center/cover;
  content: "";
  height: 31.6875rem;
  position: absolute;
  right: 5.375rem;
  top: 50%;
  translate: 0 -50%;
  width: 17.125rem;
  z-index: 1;
}
@media (width < 768px) {
  .page-recruit .recruit-message::before {
    height: 19.375rem;
    right: 1.3125rem;
    top: 5.4375rem;
    translate: initial;
    width: 10.4375rem;
  }
}
.page-recruit .recruit-message::after {
  background: #181d25;
  content: "";
  height: 69%;
  position: absolute;
  right: 0;
  top: 17%;
  width: 89%;
}
@media (width < 768px) {
  .page-recruit .recruit-message::after {
    height: 89%;
    top: 5%;
    width: 96%;
  }
}
.page-recruit .recruit-message > * {
  position: relative;
  z-index: 1;
}
.page-recruit .recruit-message .text {
  margin-top: 1.625rem;
}
@media (width < 768px) {
  .page-recruit .recruit-message .text {
    margin-top: 1.5rem;
  }
}
.page-recruit .recruit-message .message-name {
  gap: 0.9375rem;
  justify-content: right;
  margin-right: -0.9375rem;
  margin-top: 0.75rem;
}
@media (width < 768px) {
  .page-recruit .recruit-message .message-name {
    gap: 0.6875rem;
    margin-right: initial;
    margin-top: 0.9375rem;
  }
}
.page-recruit .recruit-message .message-name .position {
  font-size: 1.125rem;
  margin-top: 1.0625rem;
}
@media (width < 768px) {
  .page-recruit .recruit-message .message-name .position {
    font-size: 1.0625rem;
    margin-top: 0.875rem;
  }
}
.page-recruit .recruit-message .message-name .name {
  height: 2.625rem;
  width: 7.8125rem;
}
@media (width < 768px) {
  .page-recruit .recruit-message .message-name .name {
    height: 2.375rem;
    width: 7rem;
  }
}
.page-recruit .recruit-message-inner {
  max-width: 62.5rem;
}
.page-recruit .recruit-message-lead {
  color: #181D24;
  display: grid;
  font-family: "Shippori Mincho", serif;
  font-size: 1.75rem;
  font-weight: 500;
  gap: 0.625rem;
  grid-template-columns: 1fr;
  letter-spacing: 0.08em;
  line-height: 1.1785714286;
  margin-top: 3rem;
}
@media (width < 768px) {
  .page-recruit .recruit-message-lead {
    font-size: 1.375rem;
    gap: 0.375rem;
    line-height: 1.1818181818;
    margin-top: 2rem;
  }
}
.page-recruit .recruit-message-lead--sp {
  display: none;
}
@media (width < 768px) {
  .page-recruit .recruit-message-lead--pc {
    display: none;
  }
  .page-recruit .recruit-message-lead--sp {
    display: grid;
  }
}
.page-recruit .recruit-message-lead-bg {
  background: #EAEAEA;
  display: block;
  padding: 0.25rem 0 0.25rem 0.8125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-recruit .recruit-message-lead-bg:first-of-type {
  padding: 0.25rem 0;
}
.page-recruit .recruit-message-lead-bg .gold {
  color: #B29462;
}
@media (width < 768px) {
  .page-recruit .recruit-message-lead-bg {
    padding: 0.25rem 0.25rem 0.25rem 0.8125rem;
  }
}
.page-recruit .perks {
  padding: 7.75rem 0 8.0625rem;
  position: relative;
}
@media (width < 768px) {
  .page-recruit .perks {
    padding-bottom: 4rem;
    padding-top: 4.375rem;
  }
}
.page-recruit .perks::before {
  background: #1e242b;
  content: "";
  height: 69%;
  left: 0;
  position: absolute;
  top: 18%;
  width: 98%;
}
@media (width < 768px) {
  .page-recruit .perks::before {
    height: 100%;
    top: 12%;
    width: 96%;
  }
}
.page-recruit .perks > * {
  position: relative;
  z-index: 1;
}
.page-recruit .perks-content {
  align-items: start;
  display: grid;
  gap: 0 9.16%;
  grid-template-columns: 53.84% 36.97%;
  margin-top: 3.5625rem;
  padding-bottom: 3.9375rem;
}
@media (width < 768px) {
  .page-recruit .perks-content {
    gap: 1.25rem;
    grid-template-columns: 1fr;
    margin-top: 2.125rem;
    padding-bottom: initial;
  }
}
.page-recruit .perks-imgs {
  position: relative;
}
.page-recruit .perks-img {
  opacity: 0;
  pointer-events: none;
  position: relative;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  visibility: hidden;
}
.page-recruit .perks-img:not(:first-child) {
  inset: 0;
  position: absolute;
}
.page-recruit .perks-img.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  z-index: 1;
}
.page-recruit .perks-img .perks-visual {
  height: 23.0625rem;
  position: relative;
}
@media (width < 768px) {
  .page-recruit .perks-img .perks-visual {
    height: auto;
    width: 100%;
  }
}
.page-recruit .perks-img .perks-visual img {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width < 768px) {
  .page-recruit .perks-img .perks-visual img {
    height: auto;
    left: initial;
    position: static;
    top: initial;
    translate: initial;
  }
}
.page-recruit .perks-img .bg-text {
  color: rgba(248, 248, 248, 0.25);
  font-family: "Cormorant Garamond", serif;
  font-size: 2.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.0454545455;
  position: absolute;
  right: 0;
  top: 0.625rem;
  word-break: break-word;
  writing-mode: vertical-rl;
}
@media (width < 768px) {
  .page-recruit .perks-img .bg-text {
    font-size: 1.5rem;
  }
}
.page-recruit .perks-img figcaption {
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  line-height: 2.1538461538;
  margin-top: 1.25rem;
}
@media (width < 768px) {
  .page-recruit .perks-img figcaption {
    font-size: 0.75rem;
    line-height: 2.1666666667;
    margin-top: 0.75rem;
  }
}
.page-recruit .perks-items {
  display: grid;
  gap: 0 1.5625rem;
  grid-template-columns: 1fr 1fr;
}
@media (width < 768px) {
  .page-recruit .perks-items {
    gap: 0 1.1875rem;
    margin-top: 2.25rem;
  }
}
.page-recruit .perks-items li {
  min-width: 0;
}
.page-recruit .perks-item {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.7142857143;
  min-height: 4.1875rem;
  padding: 0.3125rem 0.4375rem;
  position: relative;
  text-align: left;
  transition: color 0.3s ease, opacity 0.3s ease;
  width: 100%;
}
@media (width < 768px) {
  .page-recruit .perks-item {
    font-size: 0.75rem;
    line-height: 1.25;
    min-height: 3.1875rem;
    padding: 0.625rem 0.3125rem;
  }
}
.page-recruit .perks-item::after {
  background: #B29462;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
  width: 100%;
}
.page-recruit .perks-item.is-active {
  color: #B29462;
}
.page-recruit .perks-item.is-active::after {
  transform: scaleX(1);
}
.page-recruit .perks-item .perks-item-label {
  position: relative;
}
.page-recruit .perks-item.is-active .perks-item-label {
  padding-left: 0.8125rem;
}
@media (width < 768px) {
  .page-recruit .perks-item.is-active .perks-item-label {
    padding-left: 0.625rem;
  }
}
.page-recruit .perks-item.is-active .perks-item-label::before {
  background: #B29462;
  border-radius: 50%;
  content: "";
  font-size: 0.625rem;
  height: 0.375rem;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 0.375rem;
}
@media (width < 768px) {
  .page-recruit .perks-item.is-active .perks-item-label::before {
    height: 0.25rem;
    width: 0.25rem;
  }
}
.page-recruit .perks-items > li:nth-child(-n+2) .perks-item {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.page-recruit .entry {
  padding: 8.25rem 0 10.625rem;
}
@media (width < 768px) {
  .page-recruit .entry {
    padding-bottom: 5.875rem;
    padding-top: 4.0625rem;
  }
}
.page-recruit .entry-text {
  font-family: "Shippori Mincho", serif;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.3529411765;
  margin-top: 2rem;
  text-align: center;
}
@media (width < 768px) {
  .page-recruit .entry-text {
    font-size: 0.8125rem;
    font-weight: normal;
    letter-spacing: 0.04em;
    line-height: 2.1538461538;
    margin-top: 1.3125rem;
  }
}
.page-recruit .entry-box {
  background: url(../img/recruit/entry_pc.png) no-repeat center center/cover;
  display: grid;
  height: 24.1875rem;
  margin-top: 3.3125rem;
  place-content: center;
}
@media (width < 768px) {
  .page-recruit .entry-box {
    background-image: url(../img/recruit/entry_sp.png);
    height: 19rem;
    margin-top: 1.5rem;
  }
}
.page-recruit .entry-lead {
  text-align: center;
}
.page-recruit .entry-lead .lead-jp {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}
@media (width < 768px) {
  .page-recruit .entry-lead .lead-jp {
    font-size: 1.125rem;
  }
}
.page-recruit .entry-lead .lead-en {
  margin-top: 0.3125rem;
}
@media (width < 768px) {
  .page-recruit .entry-lead .lead-en {
    line-height: 1.6363636364;
    margin-top: 0.75rem;
  }
}
.page-recruit .entry-btn-wrapper {
  margin: 2.5rem auto 0;
}
@media (width < 768px) {
  .page-recruit .entry-btn-wrapper {
    margin-top: 1.8125rem;
  }
}

.office-gallery-dots {
  background: #12171d;
  display: flex;
  flex-direction: column;
  gap: 0.5625rem;
  padding: 1.25rem 1.125rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
@media (width < 768px) {
  .office-gallery-dots {
    gap: 0.3125rem;
    padding: 0.4375rem 0.5625rem 0.75rem;
  }
}

.office-gallery-dot {
  --mvv-progress: 0deg;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: grid;
  height: 1.5rem;
  padding: 0;
  place-items: center;
  position: relative;
  width: 1.5rem;
}
@media (width < 768px) {
  .office-gallery-dot {
    height: 0.875rem;
    width: 0.875rem;
  }
}
.office-gallery-dot::before, .office-gallery-dot::after {
  border-radius: 50%;
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s ease;
}
.office-gallery-dot::before {
  border: 1px solid #EAEAEA;
}
.office-gallery-dot::after {
  background: conic-gradient(#B29462 0deg, #B29462 var(--mvv-progress), transparent var(--mvv-progress), transparent 360deg);
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.office-gallery-dot.is-active::before, .office-gallery-dot.is-active::after {
  opacity: 1;
}
.office-gallery-dot.is-active::after {
  animation: aboutMvvDotProgress 5s linear forwards;
}
.office-gallery-dot:focus-visible {
  outline: 1px solid #B29462;
  outline-offset: 0.25rem;
}

.office-gallery-dot-inner {
  background: #EAEAEA;
  border-radius: 50%;
  height: 0.125rem;
  width: 0.125rem;
}

.page-news-article .news-article {
  padding: 0 0 9.375rem;
}
@media (width < 768px) {
  .page-news-article .news-article {
    padding-bottom: 3.6875rem;
  }
}
.page-news-article .news-article-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.page-news-article .news-article-content {
  background: #181D24;
  margin-inline: auto;
  max-width: 62.5rem;
  padding: 5.375rem 0 8.0625rem;
}
@media (width < 768px) {
  .page-news-article .news-article-content {
    padding-bottom: 3.0625rem;
    padding-top: 1.625rem;
  }
}
.page-news-article .news-article-header {
  margin-bottom: 2.4375rem;
}
@media (width < 768px) {
  .page-news-article .news-article-header {
    margin-bottom: 1.875rem;
  }
}
.page-news-article .news-article-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 1.25rem;
}
@media (width < 768px) {
  .page-news-article .news-article-meta {
    gap: 0.875rem;
    margin-top: 0.8125rem;
  }
}
.page-news-article .news-article-category {
  background: #B29462;
  color: #EAEAEA;
  display: grid;
  font-size: 0.75rem;
  font-weight: bold;
  height: 1.75rem;
  letter-spacing: 0em;
  line-height: 1.3333333333;
  min-width: 6.25rem;
  padding: 0 1.0625rem;
  place-content: center;
}
@media (width < 768px) {
  .page-news-article .news-article-category {
    font-size: 0.6875rem;
    height: 1.625rem;
    line-height: 2.6363636364;
    min-width: 6rem;
    padding: 0 0.625rem;
  }
}
.page-news-article .news-article-date {
  color: #EAEAEA;
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.2857142857;
}
@media (width < 768px) {
  .page-news-article .news-article-date {
    font-size: 1rem;
  }
}
.page-news-article .news-article-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #EAEAEA;
  font-family: "Shippori Mincho", serif;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.3636363636;
  padding: 0.8125rem 0 0.875rem 1rem;
  position: relative;
}
.page-news-article .news-article-title::before {
  background: #B29462;
  content: "";
  height: 47%;
  left: 0;
  position: absolute;
  top: 51%;
  translate: 0 -50%;
  width: 0.1875rem;
}
@media (width < 768px) {
  .page-news-article .news-article-title::before {
    height: 55%;
  }
}
@media (width < 768px) {
  .page-news-article .news-article-title {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.page-news-article .news-article-eyecatch {
  aspect-ratio: 1000/548;
  overflow: hidden;
  width: 100%;
}
@media (width < 768px) {
  .page-news-article .news-article-eyecatch {
    margin-top: 1.875rem;
  }
}
.page-news-article .news-article-eyecatch img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-news-article .news-article-body {
  margin-top: 2.5625rem;
}
@media (width < 768px) {
  .page-news-article .news-article-body {
    margin-top: 0.8125rem;
  }
}
.page-news-article .news-article-body > * + * {
  margin-top: 0.875rem;
}
@media (width < 768px) {
  .page-news-article .news-article-body > * + * {
    margin-top: 0.75rem;
  }
}
.page-news-article .news-article-body h2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #EAEAEA;
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding: 0.875rem 0 0.9375rem 0.8125rem;
  position: relative;
}
@media (width < 768px) {
  .page-news-article .news-article-body h2 {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}
.page-news-article .news-article-body h2::before {
  background: #B29462;
  content: "";
  height: 40%;
  left: 0;
  position: absolute;
  top: 51%;
  translate: 0 -50%;
  width: 0.1875rem;
}
@media (width < 768px) {
  .page-news-article .news-article-body h2::before {
    height: 50%;
  }
}
.page-news-article .news-article-body h3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-family: "Shippori Mincho", serif;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding: 0.625rem 0;
}
@media (width < 768px) {
  .page-news-article .news-article-body h3 {
    font-size: 1rem;
  }
}
.page-news-article .news-article-body p,
.page-news-article .news-article-body ul > li,
.page-news-article .news-article-body ol > li,
.page-news-article .news-article-body figcaption,
.page-news-article .news-article-body th,
.page-news-article .news-article-body td {
  color: #D5D5D5;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  line-height: 2.7692307692;
}
@media (width < 768px) {
  .page-news-article .news-article-body p,
  .page-news-article .news-article-body ul > li,
  .page-news-article .news-article-body ol > li,
  .page-news-article .news-article-body figcaption,
  .page-news-article .news-article-body th,
  .page-news-article .news-article-body td {
    letter-spacing: 0.04em;
    line-height: 2.6153846154;
  }
}
.page-news-article .news-article-body figcaption {
  font-size: 0.6875rem;
}
.page-news-article .news-article-body a {
  color: #B29462;
  text-decoration: underline;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .page-news-article .news-article-body a:hover {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-news-article .news-article-body a:hover {
    opacity: 0.7;
  }
}
.page-news-article .news-article-body ul > li {
  list-style: disc;
  margin-left: 2em;
}
@media (width < 768px) {
  .page-news-article .news-article-body ul > li {
    margin-left: 1.5em;
  }
}
.page-news-article .news-article-body ol > li {
  list-style: decimal;
  margin-left: 2em;
}
@media (width < 768px) {
  .page-news-article .news-article-body ol > li {
    margin-left: 1.5em;
  }
}
.page-news-article .news-article-body figcaption {
  text-align: center;
}
.page-news-article .news-article-body table {
  border-collapse: collapse;
}
.page-news-article .news-article-body table tr th, .page-news-article .news-article-body table tr td {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.625rem 1.25rem;
}
@media (width < 768px) {
  .page-news-article .news-article-body table tr th, .page-news-article .news-article-body table tr td {
    padding: 0.3125rem 0.625rem;
  }
}
.page-news-article .news-article-body table tr th {
  font-weight: bold;
}
.page-news-article .news-article-footer {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
@media (width < 768px) {
  .page-news-article .news-article-footer {
    margin-top: 3.0625rem;
  }
}
.page-news-article .news-back-btn-wrapper {
  margin: 0 auto;
  max-width: 19.6875rem;
  width: 100%;
}
@media (width < 768px) {
  .page-news-article .news-back-btn {
    font-size: 0.9375rem;
    height: 3.75rem;
    width: 100%;
  }
}
@media (width < 768px) {
  .page-news-article .news-back-btn::before {
    height: 86%;
    width: 98%;
  }
}
@media (width < 768px) {
  .page-news-article .news-back-btn::after {
    height: 0.375rem;
    width: 1rem;
  }
}

@media (width < 768px) {
  .page-contact .pageLow-head {
    margin-bottom: 0;
  }
}
.page-contact .contact-text {
  color: #D5D5D5;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  line-height: 2.1538461538;
  text-align: center;
}
@media (width < 768px) {
  .page-contact .contact-text {
    letter-spacing: 0.04em;
    margin-top: 1rem;
  }
}
.page-contact .contact-attention {
  color: #94979A;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  line-height: 2.6666666667;
  margin-top: 0.375rem;
  text-align: center;
}
@media (width < 768px) {
  .page-contact .contact-attention {
    line-height: 2;
    margin-top: 0.75rem;
  }
}
.page-contact .contact-form {
  padding-bottom: 8.75rem;
  padding-top: 0.375rem;
}
@media (width < 768px) {
  .page-contact .contact-form {
    margin-top: 1.3125rem;
    padding-bottom: 3.75rem;
  }
}
.page-contact .contact-form-container {
  background: #181D24;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 3.25rem;
  padding-bottom: 7.9375rem;
  padding-top: 4rem;
}
@media (width < 768px) {
  .page-contact .contact-form-container {
    margin-top: 2.875rem;
    padding-bottom: 3.1875rem;
    padding-top: 3.125rem;
  }
}
.page-contact .contact-items {
  margin-inline: auto;
  max-width: 62.5rem;
}
.page-contact .contact-item {
  border-top: 1px solid #4D535A;
  display: grid;
  grid-template-columns: 15rem 1fr;
}
.page-contact .contact-item:last-of-type {
  border-bottom: 1px solid #4D535A;
}
@media (width < 768px) {
  .page-contact .contact-item {
    grid-template-columns: 1fr;
    min-height: 8.4375rem;
    padding-bottom: 0.9375rem;
  }
}
.page-contact .contact-item dt,
.page-contact .contact-item dd {
  align-items: center;
  color: #EAEAEA;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.7142857143;
  min-height: 6rem;
  padding: 1.875rem 1.8125rem;
}
@media (width < 768px) {
  .page-contact .contact-item dt,
  .page-contact .contact-item dd {
    min-height: 1.25rem;
    padding: 0.75rem 0.9375rem;
  }
}
.page-contact .contact-item dt {
  background: #1E242B;
  justify-content: space-between;
}
@media (width < 768px) {
  .page-contact .contact-item dt {
    font-size: 0.875rem;
  }
}
.page-contact .contact-item dd {
  padding-left: 2.5rem;
}
@media (width < 768px) {
  .page-contact .contact-item dd {
    font-size: 0.8125rem;
    padding: 0.8125rem 0 0.9375rem 0.9375rem;
  }
}
.page-contact .required {
  align-items: center;
  background: #B29462;
  color: #fff;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 500;
  height: 1.375rem;
  justify-content: center;
  min-width: 1.5rem;
  padding: 0 0.5625rem;
}
@media (width < 768px) {
  .page-contact .required {
    font-size: 0.6875rem;
    height: 1.25rem;
    min-width: 2.75rem;
  }
}
.page-contact .contact-form input,
.page-contact .contact-form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #1E242B;
  border: none;
  border-radius: 0;
  color: #fff;
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: inherit;
  letter-spacing: 0.06em;
  line-height: 2.1538461538;
  padding: 0.625rem 1rem;
  width: 100%;
}
.page-contact .contact-form input::-moz-placeholder, .page-contact .contact-form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.page-contact .contact-form input::placeholder,
.page-contact .contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.2);
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.page-contact .contact-form input:focus,
.page-contact .contact-form textarea:focus {
  box-shadow: 0 0 0 1px rgba(178, 148, 98, 0.8);
  outline: none;
}
.page-contact .contact-form input {
  height: 2.5rem;
  width: 100%;
}
.page-contact .contact-form textarea {
  min-height: 13.5625rem;
}
.page-contact .contact-category-options {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin-left: 0.25rem;
  padding-top: 0.125rem;
}
@media (width < 768px) {
  .page-contact .contact-category-options {
    flex-direction: column;
    gap: 0.75rem 1.25rem;
    gap: 1rem;
    margin-left: initial;
  }
}
.page-contact .contact-category-option {
  cursor: pointer;
  display: inline-flex;
  position: relative;
}
.page-contact .contact-category-option input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: 1.25rem;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
}
.page-contact .contact-category-option span {
  align-items: center;
  color: rgba(255, 255, 255, 0.92);
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 500;
  gap: 0.5rem;
  line-height: 1.7142857143;
  position: relative;
  transition: color 0.2s ease;
}
@media (width < 768px) {
  .page-contact .contact-category-option span {
    font-size: 0.8125rem;
    letter-spacing: 0.06em;
    line-height: 1.5384615385;
  }
}
.page-contact .contact-category-option span::before, .page-contact .contact-category-option span::after {
  border-radius: 50%;
  content: "";
  display: block;
  flex-shrink: 0;
}
.page-contact .contact-category-option span::before {
  background: #fff;
  height: 1.25rem;
  width: 1.25rem;
}
.page-contact .contact-category-option span::after {
  background: #181D24;
  height: 0.625rem;
  left: 0.3125rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.6);
  transition: opacity 0.2s ease, transform 0.2s ease;
  width: 0.625rem;
}
.page-contact .contact-category-option:hover span {
  color: #fff;
}
.page-contact .contact-category-option:hover span::before {
  border-color: #B29462;
}
.page-contact .contact-category-option input[type=radio]:checked + span::before {
  border-color: #fff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.08);
}
.page-contact .contact-category-option input[type=radio]:checked + span::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.page-contact .contact-category-option input[type=radio]:focus-visible + span::before {
  border-color: #B29462;
  box-shadow: 0 0 0 3px rgba(178, 148, 98, 0.18);
}
.page-contact .contact-name-fields {
  display: grid;
  gap: 1.4375rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (width < 768px) {
  .page-contact .contact-name-fields {
    gap: 0.75rem;
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.page-contact .contact-name-field {
  align-items: center;
  display: grid;
  gap: 0.9375rem;
  grid-template-columns: auto 1fr;
}
.page-contact .contact-name-field input {
  max-width: 12.5rem;
}
@media (width < 768px) {
  .page-contact .contact-name-field input {
    max-width: initial;
    width: 100%;
  }
}
.page-contact .contact-name-field span {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.875rem;
  line-height: 1;
}
.page-contact .contact-form select {
  background-image: linear-gradient(45deg, transparent 50%, #181D24 50%), linear-gradient(135deg, #181D24 50%, transparent 50%);
  background-position: calc(100% - 22px) calc(50% - 2px), calc(100% - 16px) calc(50% - 2px);
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
  padding-right: 3rem;
}
.page-contact .contact-form textarea {
  min-height: 13.5625rem;
  resize: vertical;
}
@media (width < 768px) {
  .page-contact .contact-form textarea {
    min-height: 9.4375rem;
  }
}
.page-contact .contact-form-actions {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
@media (width < 768px) {
  .page-contact .contact-form-actions {
    margin-inline: auto;
    max-width: 19.6875rem;
    width: 100%;
  }
}
.page-contact .privacy {
  margin: 4.625rem auto 0;
  max-width: 62.5rem;
}
@media (width < 768px) {
  .page-contact .privacy {
    margin-top: 2.5rem;
  }
}
.page-contact .privacy-title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
}
@media (width < 768px) {
  .page-contact .privacy-title {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.page-contact .privacy-box {
  background: #1E242B;
  height: 20.625rem;
  margin-top: 1.6875rem;
  overflow-y: scroll;
  padding: 2.375rem 5.125rem 2.625rem 3.25rem;
}
@media (width < 768px) {
  .page-contact .privacy-box {
    height: 21.4375rem;
    margin-top: 1.25rem;
    padding: 1.6875rem 1.25rem;
  }
}
.page-contact .privacy-box p,
.page-contact .privacy-box ul > li,
.page-contact .privacy-box h3 {
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  line-height: 2.1538461538;
}
@media (width < 768px) {
  .page-contact .privacy-box p,
  .page-contact .privacy-box ul > li,
  .page-contact .privacy-box h3 {
    line-height: 1.8461538462;
  }
}
.page-contact .privacy-box p {
  margin-top: 1.6875rem;
}
@media (width < 768px) {
  .page-contact .privacy-box p {
    margin-top: 1.25rem;
  }
}
.page-contact .privacy-box p:first-of-type {
  margin-top: initial;
}
.page-contact .privacy-box ul {
  margin-top: 1.6875rem;
}
@media (width < 768px) {
  .page-contact .privacy-box ul {
    margin-top: 1.25rem;
  }
}
.page-contact .privacy-item {
  margin-top: 1.6875rem;
}
.page-contact .privacy-check {
  display: flex;
  justify-content: center;
  margin-top: 2.625rem;
}
@media (width < 768px) {
  .page-contact .privacy-check {
    margin-top: 2.0625rem;
  }
}
.page-contact .privacy-check label {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  gap: 0.625rem;
  letter-spacing: 0.13em;
  line-height: 1.2;
  position: relative;
}
@media (width < 768px) {
  .page-contact .privacy-check label {
    gap: 0.4375rem;
    letter-spacing: 0.06em;
    line-height: 1.3571428571;
  }
}
.page-contact .privacy-check input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 0.1875rem;
  cursor: pointer;
  flex-shrink: 0;
  height: 1rem;
  margin: 0;
  padding: 0;
  position: relative;
  width: 1rem;
}
.page-contact .privacy-check input[type=checkbox]:checked {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2.75 8.25l3.4 3.4 7.1-8.2' fill='none' stroke='%23B29462' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 122%;
}
.page-contact .privacy-check input[type=checkbox]:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.45);
  outline-offset: 2px;
}
.page-contact .privacy-check span {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.15em;
}
.page-contact .contact-submit {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
@media (width < 768px) {
  .page-contact .contact-submit {
    font-size: 0.9375rem;
    height: 3.75rem;
    width: 100%;
  }
}
@media (width < 768px) {
  .page-contact .contact-submit::before {
    height: 86%;
    width: 98%;
  }
}
@media (width < 768px) {
  .page-contact .contact-submit::after {
    height: 0.375rem;
    width: 1rem;
  }
}

.page-thanks .thanks {
  padding-bottom: 9.375rem;
}
@media (width < 768px) {
  .page-thanks .thanks {
    margin-top: 0.625rem;
    padding-bottom: 3.75rem;
  }
}
.page-thanks .thanks-content {
  background: #181D24;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 1.25rem;
  padding-bottom: 6.375rem;
  padding-top: 5.6875rem;
}
@media (width < 768px) {
  .page-thanks .thanks-content {
    margin-top: initial;
    padding-bottom: 3.125rem;
    padding-top: 1.8125rem;
  }
}
.page-thanks .thanks-box {
  margin-inline: auto;
  max-width: 62.5rem;
}
.page-thanks .thanks-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-family: "Shippori Mincho", serif;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.375;
  padding: 0.6875rem 0 0.8125rem 1rem;
  position: relative;
}
.page-thanks .thanks-title::before {
  background: #B29462;
  content: "";
  height: 1.6875rem;
  height: 55%;
  left: 0;
  position: absolute;
  top: 51%;
  translate: 0 -50%;
  width: 0.1875rem;
}
@media (width < 768px) {
  .page-thanks .thanks-title::before {
    height: 4.75rem;
    height: 70%;
  }
}
@media (width < 768px) {
  .page-thanks .thanks-title {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    line-height: 1.4;
    padding: 0.6875rem 0 0.8125rem 0.875rem;
  }
}
.page-thanks .thanks-text {
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  line-height: 2.7692307692;
  margin-top: 0.8125rem;
}
@media (width < 768px) {
  .page-thanks .thanks-text {
    letter-spacing: 0.04em;
    line-height: 2.6153846154;
    margin-top: 1.3125rem;
  }
}
.page-thanks .thanks-actions {
  margin-top: 3.75rem;
}
@media (width < 768px) {
  .page-thanks .thanks-actions {
    margin-inline: auto;
    margin-top: 2.625rem;
    max-width: 19.6875rem;
    width: 100%;
  }
}
.page-thanks .thanks-actions .action-btn {
  margin-inline: auto;
}
@media (width < 768px) {
  .page-thanks .thanks-actions .action-btn {
    font-size: 0.9375rem;
    height: 3.75rem;
    width: 100%;
  }
}
@media (width < 768px) {
  .page-thanks .thanks-actions .action-btn::before {
    height: 86%;
    width: 98%;
  }
}
@media (width < 768px) {
  .page-thanks .thanks-actions .action-btn::after {
    height: 0.375rem;
    width: 1rem;
  }
}