@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body {
  font-size: 16px;
  color: #101a22;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

body.is-page-ready {
  opacity: 1;
}

@media (min-width: 820px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

html {
  font-family: "Cardo", serif;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 499px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  html {
    font-size: calc(16 / 375 * 500 * 1px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  html {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}

button {
  color: #000;
  background: none;
  border: none;
  cursor: pointer;
}

body.is-scroll {
  overflow: hidden;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 1000;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.home .header {
  background-color: transparent;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2.5rem;
  height: 4.375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 0 1.25rem;
    height: 60px;
  }
}

.header__logo a {
  display: block;
  width: 5.625rem;
  aspect-ratio: 90/60;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .header__logo a {
    width: 3.75rem;
  }
}

@media (any-hover: hover) {
  .header__logo a:hover {
    opacity: 0.8;
  }
}
.header__logo-img {
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.header__contents {
  width: 55.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header__contents {
    width: auto;
  }
}

.header__contents {
  width: 55.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header__contents {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  list-style: none;
}

.header__nav-link {
  display: grid;
  place-content: center;
  height: 4.375rem;
  padding: 0 1rem;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.3866666158em;
  color: #101a22;
}

.header__nav-link span {
  padding: 0.1875rem 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#101a22), to(#101a22));
  background-image: linear-gradient(#101a22, #101a22);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}

@media (any-hover: hover) {
  .header__nav-link:hover span {
    background-position: bottom left;
    background-size: 100% 1px;
  }
}
.header__contact {
  padding-bottom: 0.0625rem;
}

.header__contact-btn {
  width: 9rem;
  display: inline-block;
  padding: 0.75rem 1.4375rem;
  background-color: #101a22;
  border-radius: 94px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1em;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: inset 1px 1px 1px 0px rgba(255, 255, 255, 0.25);
          box-shadow: inset 1px 1px 1px 0px rgba(255, 255, 255, 0.25);
  -webkit-transition: background-color color border 0.3s ease;
  transition: background-color color border 0.3s ease;
}
@media screen and (max-width: 768px) {
  .header__contact-btn {
    display: none;
  }
}

@media (any-hover: hover) {
  .header__contact-btn:hover {
    background: #fff;
    color: #101a22;
    border: 1px solid #101a22;
  }
}
.home .header.js-active {
  background-color: #fff;
}

.home .header.js-active .header__logo-img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.home .header.js-active .drawer__icon--bar {
  background: #101a22;
}

.drawer__icon {
  display: none;
}
@media screen and (max-width: 768px) {
  .drawer__icon {
    display: block;
    position: absolute;
    z-index: 102;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    width: 24px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.drawer__icon--bar {
  width: 100%;
  height: 1px;
  background: #101a22;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.home .drawer__icon--bar {
  background: #fff;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 7.5px;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -7.5px;
}

.drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 17.375rem;
  height: 100svh;
  background: #101a22;
  overflow-y: scroll;
  visibility: hidden;
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.drawer.js-show {
  translate: 0;
  visibility: visible;
}

.drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 88px 40px;
  padding-left: 34px;
}

.drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
.drawer__list li a {
  display: block;
  padding: 0.75rem 0;
  color: #B2A295;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: normal;
}

.drawer__btn {
  display: inline-block;
  padding: 6px 30px;
  background: #fff;
  border-radius: 100vmax;
  color: #001A75;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: normal;
}

.footer__block {
  width: 100%;
  padding: 7rem 0 0;
  background-color: #101a22;
}
@media screen and (max-width: 768px) {
  .footer__block {
    padding: 3.75rem 1.25rem 0;
  }
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
    width: 100%;
  }
}

.footer__info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer__logo a {
  display: block;
  width: 5.625rem;
  height: 3.75rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .footer__logo a {
    width: 3.75rem;
    height: 2.5rem;
  }
}

@media (any-hover: hover) {
  .footer__logo a:hover {
    opacity: 0.8;
  }
}
.footer__address {
  margin-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .footer__address {
    margin-top: 1.25rem;
    width: 100%;
  }
}

.footer__address-text {
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: -0.01em;
  color: #B2A295;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .footer__address-text {
    font-size: 0.875rem;
  }
}

.footer__address-text a {
  color: #B2A295;
}

.footer__nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.125rem;
  width: 7.0625rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .footer__nav-list {
    width: 100%;
  }
}

.footer__nav-item {
  width: 100%;
}

.footer__nav-link {
  display: block;
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  font-weight: 500;
  font-size: 1.1875rem;
  line-height: 1.2631578947;
  letter-spacing: -0.01em;
  color: #B2A295;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .footer__nav-link {
    font-size: 1rem;
  }
}

.footer__nav-link span {
  padding: 0.1875rem 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#B2A295), to(#B2A295));
  background-image: linear-gradient(#B2A295, #B2A295);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}

.footer__nav-item:nth-child(n+3) .footer__nav-link {
  font-size: 1.125rem;
  line-height: 1.3333333333;
}
@media screen and (max-width: 768px) {
  .footer__nav-item:nth-child(n+3) .footer__nav-link {
    font-size: 1rem;
  }
}

@media (any-hover: hover) {
  .footer__nav-link:hover span {
    background-position: bottom left;
    background-size: 100% 1px;
  }
}
.footer__bottom {
  margin-top: 12rem;
  width: 100%;
  border-top: 1px solid rgba(178, 162, 149, 0.3);
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    margin-top: 3.75rem;
  }
}

.footer__bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 49.4375rem;
  width: 80rem;
  max-width: 100%;
  padding: 1.75rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer__bottom-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    width: 100%;
    padding: 1.25rem 0;
  }
}

.footer__copyright-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .footer__copyright-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}

.footer__copyright {
  display: block;
  font-family: "Cardo", serif;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1;
  color: rgba(178, 162, 149, 0.6);
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 0.75rem;
  }
}

.footer__privacy {
  display: block;
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1;
  color: rgba(178, 162, 149, 0.6);
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .footer__privacy {
    font-size: 0.75rem;
  }
}

@media (any-hover: hover) {
  .footer__privacy:hover {
    opacity: 0.7;
  }
}
.footer__pagetop {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .footer__pagetop {
    width: 100%;
  }
}

.footer__pagetop-link {
  position: fixed;
  bottom: 2.5rem;
  right: 2.5rem;
  z-index: 100;
  display: block;
  font-family: "Cardo", serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  color: #B2A295;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1.25rem);
          transform: translateY(1.25rem);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .footer__pagetop-link {
    bottom: 1.25rem;
    right: 1.25rem;
    font-size: 0.875rem;
    text-align: right;
  }
}
.footer__pagetop-link.js-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (any-hover: hover) {
  .footer__pagetop-link:hover {
    opacity: 0.7;
  }
}
.top-fv__block {
  margin-top: -4.4375rem;
  position: relative;
  width: 100%;
  height: 52.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-fv__block {
    margin-top: -61px;
    height: 100svh;
  }
}

.top-fv__movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-fv__movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 22, 41, 0)), to(rgb(4, 22, 41)));
  background: linear-gradient(to bottom, rgba(4, 22, 41, 0) 0%, rgb(4, 22, 41) 100%);
  opacity: 25%;
}

.top-fv__inner {
  position: relative;
  width: 43.0625rem;
  height: 100%;
  margin: 0 auto;
  padding: 14.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .top-fv__inner {
    width: 100%;
    max-width: 43.0625rem;
    height: auto;
    padding: 0 1rem;
  }
}

.top-fv__copy {
  position: relative;
  width: 43.0625rem;
  height: 24.125rem;
}
@media screen and (max-width: 768px) {
  .top-fv__copy {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}

.top-fv__copy-line {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 768px) {
  .top-fv__copy-line {
    position: static;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .top-fv__copy-line:nth-child(2) {
    margin-top: -0.3125rem;
  }
}

@media screen and (max-width: 768px) {
  .top-fv__copy-line:nth-child(3) {
    margin-top: 0.125rem;
  }
}

.top-fv__copy-text {
  position: absolute;
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  font-weight: 600;
  color: #fff;
  text-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-fv__copy-text {
    position: static;
    display: inline-block;
    margin: 0;
    text-align: center;
  }
}

.top-fv__copy-text--large {
  font-size: 8.9375rem;
  line-height: 0.8461538462em;
}
@media screen and (max-width: 768px) {
  .top-fv__copy-text--large {
    font-size: 4.375rem;
  }
}

.top-fv__copy-text--large .char {
  margin-right: -0.33em;
}

.top-fv__copy-text--large .char.none {
  margin-right: 0;
}

.top-fv__copy-text--medium {
  font-size: 7.0625rem;
  line-height: 1.0707964602em;
}
@media screen and (max-width: 768px) {
  .top-fv__copy-text--medium {
    font-size: 3.45625rem;
  }
}

.top-fv__copy-text--medium .char {
  margin-right: -0.13em;
}

.top-fv__copy-text--small {
  font-size: 5.8125rem;
  line-height: 1.3010752688em;
}
@media screen and (max-width: 768px) {
  .top-fv__copy-text--small {
    font-size: 2.84375rem;
  }
}

.top-fv__copy-text--small .char {
  margin-right: -0.13em;
}

.top-fv__copy-line:nth-child(1) .top-fv__copy-text:nth-child(1) {
  left: 6.625rem;
  top: 0;
}
@media screen and (max-width: 768px) {
  .top-fv__copy-line:nth-child(1) .top-fv__copy-text:nth-child(1) {
    padding-left: 0.375rem;
  }
}
.top-fv__copy-line:nth-child(1) .top-fv__copy-text:nth-child(2) {
  left: 19.6875rem;
  top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .top-fv__copy-line:nth-child(1) .top-fv__copy-text:nth-child(2) {
    padding-left: 0.625rem;
    padding-top: 0.5rem;
  }
}
.top-fv__copy-line:nth-child(1) .top-fv__copy-text:nth-child(3) {
  left: 24.6875rem;
  top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .top-fv__copy-line:nth-child(1) .top-fv__copy-text:nth-child(3) {
    margin-left: 0rem;
  }
}
.top-fv__copy-line:nth-child(1) .top-fv__copy-text:nth-child(4) {
  left: 31.5rem;
  top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .top-fv__copy-line:nth-child(1) .top-fv__copy-text:nth-child(4) {
    padding-left: 0.25rem;
    padding-top: 0.375rem;
  }
}

.top-fv__copy-line:nth-child(2) .top-fv__copy-text:nth-child(1) {
  left: 0;
  top: 8.25rem;
}
.top-fv__copy-line:nth-child(2) .top-fv__copy-text:nth-child(2) {
  left: 12.1875rem;
  top: 8rem;
}
.top-fv__copy-line:nth-child(2) .top-fv__copy-text:nth-child(3) {
  left: 24.375rem;
  top: 8.4375rem;
}
@media screen and (max-width: 768px) {
  .top-fv__copy-line:nth-child(2) .top-fv__copy-text:nth-child(3) {
    padding-top: 0.375rem;
  }
}
.top-fv__copy-line:nth-child(2) .top-fv__copy-text:nth-child(4) {
  left: 29.8125rem;
  top: 8rem;
}

.top-fv__copy-line:nth-child(3) .top-fv__copy-text:nth-child(1) {
  left: 3.375rem;
  top: 16.25rem;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .top-fv__copy-line:nth-child(3) .top-fv__copy-text:nth-child(1) {
    margin-left: -0.25rem;
  }
}
.top-fv__copy-line:nth-child(3) .top-fv__copy-text:nth-child(2) {
  left: 20.125rem;
  top: 16.5625rem;
}
@media screen and (max-width: 768px) {
  .top-fv__copy-line:nth-child(3) .top-fv__copy-text:nth-child(2) {
    margin-left: -0.5rem;
    padding-top: 0.25rem;
  }
}
.top-fv__copy-line:nth-child(3) .top-fv__copy-text:nth-child(3) {
  left: 25.3125rem;
  top: 16.125rem;
}

.top-fv__sub-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.0625rem auto 0;
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1em;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-fv__sub-text {
    position: static;
    width: 100%;
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}

.top-fv__scrolldown {
  width: 1.875rem;
  height: 6.125rem;
  position: absolute;
  right: 2.5rem;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .top-fv__scrolldown {
    width: 1.25rem;
    height: 5rem;
    right: 1rem;
  }
}

.top-fv__scrolldown-text {
  position: absolute;
  left: 0;
  top: 1.25rem;
  font-family: "Cardo", serif;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  rotate: 90deg;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media screen and (max-width: 768px) {
  .top-fv__scrolldown-text {
    font-size: 0.75rem;
    top: 1rem;
  }
}

.top-fv__scrolldown-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 6.125rem;
  background: rgba(255, 255, 255, 0.3137254902);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-fv__scrolldown-bar {
    height: 5rem;
  }
}

.top-fv__scrolldown-bar-active {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 1px;
  height: 50px;
  background: #fff;
  -webkit-animation: 3s ease-in-out backwards infinite scrollDown;
          animation: 3s ease-in-out backwards infinite scrollDown;
}

@-webkit-keyframes scrollDown {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: -50px;
  }
}

@keyframes scrollDown {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: -50px;
  }
}
.char {
  display: inline-block;
  overflow: hidden;
}

.char-text {
  display: inline-block;
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
  clip-path: inset(0 100% 0 0);
  -webkit-animation: slideInX 0.7s cubic-bezier(0.65, 0, 0.35, 1) forwards;
          animation: slideInX 0.7s cubic-bezier(0.65, 0, 0.35, 1) forwards;
  -webkit-animation-delay: calc(1s + 0.08s * var(--char-index));
          animation-delay: calc(1s + 0.08s * var(--char-index));
}

@-webkit-keyframes slideInX {
  0% {
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes slideInX {
  0% {
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    clip-path: inset(0 0 0 0);
  }
}
.top-about__block {
  position: relative;
  width: 100%;
  height: 39.5rem;
  background-color: #101A22;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-about__block {
    height: auto;
    padding: 3.75rem 0;
  }
}

.top-about__contents {
  width: 100%;
  height: 100%;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-about__bg-text {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 8.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .top-about__bg-text {
    position: absolute;
    left: 0;
    top: 7.5rem;
    width: 100%;
    height: auto;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 0;
  }
}

.top-about__bg-text-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: loopText 30s linear infinite;
          animation: loopText 30s linear infinite;
  list-style: none;
  margin: 0;
  padding: 0;
}

@-webkit-keyframes loopText {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes loopText {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top-about__bg-text-item {
  padding: 0 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  font-weight: 500;
  font-size: 8.875rem;
  line-height: 1em;
  color: rgba(255, 255, 255, 0.06);
  list-style: none;
}
@media screen and (max-width: 768px) {
  .top-about__bg-text-item {
    font-size: 3.75rem;
  }
}

.top-about__text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top-about__text-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }
}

.top-about__title {
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 1.1785714286em;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .top-about__title {
    width: 100%;
    height: auto;
    font-size: 2rem;
  }
}

.top-about__text {
  width: 36.75rem;
  margin: 0;
  margin-top: -0.875rem;
  font-family: "Zen Old Mincho", "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .top-about__text {
    width: 100%;
    height: auto;
    margin-top: 0;
    font-size: 1rem;
  }
}

.top-about__text p:last-child {
  margin-top: 1.875rem;
}

.top-service__block {
  width: 100%;
  padding: 9rem 0 5.1875rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .top-service__block {
    padding: 3.75rem 0 2.5rem;
  }
}

.top-service__header {
  position: relative;
  width: 100%;
  padding-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top-service__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    gap: 1.875rem;
  }
}

.top-service__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .top-service__title {
    width: 100%;
  }
}

.top-service__title-main {
  display: block;
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  font-weight: 500;
  font-size: 2.75rem;
  line-height: 0.9272727099em;
  letter-spacing: -0.01em;
  color: #101a22;
  margin-top: -1px;
}
@media screen and (max-width: 768px) {
  .top-service__title-main {
    font-size: 1.25rem;
  }
}

.top-service__title-en {
  display: block;
  font-family: "Cardo", serif;
  font-weight: 400;
  font-size: 13.4375rem;
  line-height: 0.9804651305em;
  color: #101a22;
  margin-top: 2.0625rem;
}
@media screen and (max-width: 768px) {
  .top-service__title-en {
    font-size: 5rem;
    margin-top: 1.25rem;
  }
}

.top-service__btn.btn {
  width: 12.0625rem;
  margin-top: 12.625rem;
}
@media screen and (max-width: 768px) {
  .top-service__btn.btn {
    width: 10rem;
    margin-top: 0;
    margin-left: auto;
  }
}

.top-service__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.625rem;
  width: 100%;
  padding: 2.4375rem 0;
  border-top: 1px solid rgba(16, 26, 34, 0.062745098);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .top-service__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 1.25rem 0;
    gap: 0.5rem;
  }
}

@media (any-hover: hover) {
  .top-service__card:hover .top-service__card-image img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.top-service__card-content {
  margin-top: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  width: 18.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .top-service__card-content {
    margin-top: 0;
    width: 100%;
  }
}

.top-service__card-number {
  display: block;
  font-family: "Cardo", serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4444444444em;
  letter-spacing: -0.01em;
  color: #101a22;
}

.top-service__card-title-wrap {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .top-service__card-title-wrap {
    margin-top: 0;
  }
}

.top-service__card-title {
  display: block;
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.4666666985em;
  letter-spacing: -0.01em;
  color: #101a22;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .top-service__card-title {
    font-size: 2.25rem;
  }
}

.top-service__card-icon {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .top-service__card-icon {
    width: 3.75rem;
    height: auto;
  }
}

.top-service__card-icon {
  width: 4.125rem;
  aspect-ratio: 66/71;
  position: relative;
  overflow: hidden;
  --hover-x: -50%;
  --hover-y: -50%;
  --hover-x1: -200%;
  --hover-y1: 100%;
}
@media screen and (max-width: 768px) {
  .top-service__card-icon {
    width: 2.5rem;
  }
}

.top-service__card-icon::before {
  content: "";
  background: url(../images/top/service-icon.svg) no-repeat center center/contain;
  width: 4.125rem;
  aspect-ratio: 66/71;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(var(--hover-x), var(--hover-y));
          transform: translate(var(--hover-x), var(--hover-y));
}
@media screen and (max-width: 768px) {
  .top-service__card-icon::before {
    width: 2.5rem;
  }
}

.top-service__card-icon::after {
  content: "";
  background: url(../images/top/service-icon.svg) no-repeat center center/contain;
  width: 4.125rem;
  aspect-ratio: 66/71;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(var(--hover-x1), var(--hover-y1));
          transform: translate(var(--hover-x1), var(--hover-y1));
}
@media screen and (max-width: 768px) {
  .top-service__card-icon::after {
    width: 2.5rem;
  }
}

.top-service__card-icon.is-active {
  --hover-x: -100%;
  --hover-y: -100%;
}

.top-service__card-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 59.5625rem;
  aspect-ratio: 953/242;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-service__card-image {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}

.top-service__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.top-recruit {
  width: 100%;
  padding: 9rem 0 16.8125rem;
  background-color: #101a22;
}
@media screen and (max-width: 768px) {
  .top-recruit {
    padding: 3.75rem 0;
  }
}

.top-recruit__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .top-recruit__contents {
    gap: 1rem;
  }
}

.top-recruit__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .top-recruit__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.top-recruit__title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .top-recruit__title-group {
    width: 100%;
    height: auto;
    gap: 0;
  }
}

.top-recruit__title-en {
  display: block;
  font-family: "Cardo", serif;
  font-weight: 400;
  font-size: 8rem;
  line-height: 0.8999999762em;
  color: #B2A295;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .top-recruit__title-en {
    font-size: 3.75rem;
  }
}

.top-recruit__title-main {
  display: block;
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1em;
  letter-spacing: -0.01em;
  color: #B2A295;
}
@media screen and (max-width: 768px) {
  .top-recruit__title-main {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

.top-recruit__text-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.125rem;
  width: 36.3125rem;
}
@media screen and (max-width: 768px) {
  .top-recruit__text-group {
    width: 100%;
  }
}

.top-recruit__text-sub {
  display: block;
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #B2A295;
}
@media screen and (max-width: 768px) {
  .top-recruit__text-sub {
    width: 100%;
    font-size: 1.375rem;
  }
}

.top-recruit__text {
  display: block;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.7000000212em;
  letter-spacing: 0.05em;
  color: #B2A295;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .top-recruit__text {
    font-size: 0.9375rem;
  }
}

.top-recruit__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 25.6875rem);
  grid-template-rows: 25.25rem 25.25rem;
  -webkit-column-gap: 1.4375rem;
     -moz-column-gap: 1.4375rem;
          column-gap: 1.4375rem;
  row-gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .top-recruit__list {
    margin-top: 1rem;
    grid-template-columns: repeat(5, 3.75rem);
    grid-template-rows: 8.75rem 8.75rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    row-gap: 1rem;
  }
}

.top-recruit__item:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/2;
}
@media screen and (max-width: 768px) {
  .top-recruit__item:nth-child(1) {
    grid-column: 1/4;
  }
}

.top-recruit__item:nth-child(2) {
  grid-column: 3/4;
  grid-row: 1/2;
}
@media screen and (max-width: 768px) {
  .top-recruit__item:nth-child(2) {
    grid-column: 4/6;
  }
}

.top-recruit__item:nth-child(3) {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (max-width: 768px) {
  .top-recruit__item:nth-child(3) {
    grid-column: 1/3;
  }
}

.top-recruit__item:nth-child(4) {
  grid-column: 2/4;
  grid-row: 2/3;
}
@media screen and (max-width: 768px) {
  .top-recruit__item:nth-child(4) {
    grid-column: 3/6;
  }
}

.top-recruit__item-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  overflow: hidden;
}

@media (any-hover: hover) {
  .top-recruit__item-link:hover .top-recruit__item-arrow {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  .top-recruit__item-link:hover .top-recruit__item-img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.top-recruit__item-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.top-recruit__item-img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .top-recruit__item-img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.top-recruit__item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3rem 0 2.125rem;
  width: 100%;
  height: 4.25rem;
  background-color: #F4F4F4;
}
@media screen and (max-width: 768px) {
  .top-recruit__item-content {
    padding: 0 0.75rem;
    height: 1.875rem;
  }
}

.top-recruit__item-title {
  display: block;
  font-family: "Zen Old Mincho", "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.2000000694em;
  letter-spacing: 0.03em;
  color: #101a22;
}
@media screen and (max-width: 768px) {
  .top-recruit__item-title {
    font-size: 0.875rem;
  }
}

.top-recruit__item-arrow {
  width: 1.25rem;
  aspect-ratio: 1/1;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .top-recruit__item-arrow {
    width: 1rem;
  }
}

.top-recruit__banner {
  width: 100%;
}

.top-recruit__banner a {
  display: block;
  position: relative;
  width: 100%;
  height: 17.5625rem;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-recruit__banner a {
    height: auto;
  }
}

.top-recruit__banner a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: url(../images/top/recruit-banner-bg.webp) no-repeat center center/cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.top-recruit__banner a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1254901961);
}

@media (any-hover: hover) {
  .top-recruit__banner a:hover::before {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .top-recruit__banner a:hover .top-recruit__banner-arrow {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}
.top-recruit__banner-content {
  position: relative;
  z-index: 5;
  padding: 6.5rem 0 0 3.75rem;
  width: 36rem;
  height: 4.75rem;
}
@media screen and (max-width: 768px) {
  .top-recruit__banner-content {
    padding: 3.125rem 0.75rem 0.625rem;
    width: 100%;
    height: auto;
  }
}

.top-recruit__banner-title {
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  font-weight: 600;
  font-size: 3.125rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #fff;
  margin: 0 0 0.25rem 0;
  text-shadow: 1px 1px 7px 0px rgba(52, 75, 100, 0.2);
}
@media screen and (max-width: 768px) {
  .top-recruit__banner-title {
    font-size: 1.75rem;
    margin: 0;
  }
}

.top-recruit__banner-text {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.7000000212em;
  letter-spacing: 0.05em;
  color: #fff;
  text-shadow: 1px 1px 7px 0px rgba(52, 75, 100, 0.2);
}
@media screen and (max-width: 768px) {
  .top-recruit__banner-text {
    font-size: 1rem;
  }
}

.top-recruit__banner-arrow {
  position: absolute;
  right: 4.4375rem;
  bottom: 1.3125rem;
  z-index: 5;
  width: 2.5625rem;
  aspect-ratio: 1/1;
  background: url(../images/common/arrow.svg) no-repeat center center/contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .top-recruit__banner-arrow {
    right: 0.75rem;
    bottom: 0.5rem;
    width: 1.875rem;
    height: auto;
  }
}

.top-recruit__banner-arrow-img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.top-daily__block {
  width: 100%;
  padding: 12.3125rem 0 8.9375rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .top-daily__block {
    padding: 3.75rem 0 2.5rem;
  }
}

.top-daily__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.top-daily__title {
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  font-weight: 500;
  font-size: 7.75rem;
  line-height: 1em;
  letter-spacing: -0.01em;
  color: #101a22;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-daily__title {
    font-size: 3rem;
  }
}

.top-daily__btn {
  margin-top: 2.75rem;
  width: 16rem;
}
@media screen and (max-width: 768px) {
  .top-daily__btn {
    margin-top: 1.25rem;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .top-daily__btn-link.btn {
    max-width: 12.5rem;
    margin-inline: auto;
  }
}

.top-daily__gallery {
  width: 100%;
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  overflow: hidden;
}
.top-daily__gallery::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-daily__gallery {
    margin-top: 1.875rem;
    gap: 1.25rem;
  }
}

.top-daily__gallery-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .top-daily__gallery-row {
    gap: 1rem;
  }
}

@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-128.25rem);
            transform: translateX(-128.25rem);
  }
}

@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-128.25rem);
            transform: translateX(-128.25rem);
  }
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-128.25rem);
            transform: translateX(-128.25rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideRight {
  0% {
    -webkit-transform: translateX(-128.25rem);
            transform: translateX(-128.25rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideLeftSp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1280px);
            transform: translateX(-1280px);
  }
}
@keyframes slideLeftSp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1280px);
            transform: translateX(-1280px);
  }
}
@-webkit-keyframes slideRightSp {
  0% {
    -webkit-transform: translateX(-1280px);
            transform: translateX(-1280px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideRightSp {
  0% {
    -webkit-transform: translateX(-1280px);
            transform: translateX(-1280px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.top-daily__gallery-row--left {
  -webkit-animation: slideLeft 38s linear infinite;
          animation: slideLeft 38s linear infinite;
}
@media screen and (max-width: 768px) {
  .top-daily__gallery-row--left {
    -webkit-animation: slideLeftSp 40s linear infinite;
            animation: slideLeftSp 40s linear infinite;
  }
}

.top-daily__gallery-row--right {
  -webkit-animation: slideRight 38s linear infinite;
          animation: slideRight 38s linear infinite;
}
@media screen and (max-width: 768px) {
  .top-daily__gallery-row--right {
    -webkit-animation: slideRightSp 40s linear infinite;
            animation: slideRightSp 40s linear infinite;
  }
}

.top-daily__gallery-item {
  width: 30.5625rem;
  aspect-ratio: 489/158;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .top-daily__gallery-item {
    width: 300px;
    height: 97px;
  }
}

.top-daily__gallery-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 5px;
}

.recruit-header {
  width: 100%;
  background-color: #fff;
  padding: 7.125rem 0 0;
}
@media screen and (max-width: 768px) {
  .recruit-header {
    margin-top: 3.75rem;
    padding: 1.25rem 0 0;
  }
}

.recruit-header__img {
  margin-top: 4.6875rem;
}
@media screen and (max-width: 768px) {
  .recruit-header__img {
    margin-top: 1.875rem;
    height: 8.75rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-header__img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.recruit-appeal {
  width: 100%;
  padding: 3.8125rem 0;
}
@media screen and (max-width: 768px) {
  .recruit-appeal {
    padding: 2.5rem 0;
  }
}

.recruit-appeal__contents {
  width: 100%;
  max-width: 66.375rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .recruit-appeal__contents {
    gap: 1.875rem;
  }
}

.recruit-appeal__text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .recruit-appeal__text-area {
    width: 100%;
  }
}

.recruit-appeal__label {
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #101a22;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .recruit-appeal__label {
    font-size: 1.25rem;
  }
}

.recruit-appeal__title {
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  font-weight: 500;
  font-size: 2.75rem;
  line-height: 1.2000000694em;
  letter-spacing: -0.01em;
  color: #101a22;
}
@media screen and (max-width: 768px) {
  .recruit-appeal__title {
    font-size: 1.625rem;
  }
}

.recruit-appeal__message {
  width: 32.5rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .recruit-appeal__message {
    width: 100%;
    margin-top: 0;
  }
}

.recruit-appeal__text {
  font-family: "Zen Old Mincho", "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.7000000212em;
  letter-spacing: 0.05em;
  color: #101a22;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .recruit-appeal__text {
    font-size: 1rem;
  }
}

.recruit-job__block {
  width: 100%;
  position: relative;
}

.recruit-job__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem 6.8125rem 6.5625rem;
  border-top: 1px solid rgba(16, 26, 34, 0.062745098);
}
@media screen and (max-width: 768px) {
  .recruit-job__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.5rem 0 3.75rem;
  }
}

.recruit-job__list {
  margin-top: 2.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.5rem;
  width: 100%;
  max-width: 46rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .recruit-job__list {
    margin-top: 2.5rem;
    gap: 2.5rem;
    max-width: 100%;
  }
}

.recruit-job__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  width: 100%;
}

.recruit-job__item-image {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}

.recruit-job__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .recruit-job__item-content {
    gap: 0.5rem;
  }
}

.recruit-job__item-title {
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #101a22;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .recruit-job__item-title {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

.recruit-job__item-text {
  font-family: "Zen Old Mincho", "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #101a22;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .recruit-job__item-text {
    font-size: 0.875rem;
  }
}

.recruit-job__item-text .small {
  display: block;
  margin-top: 1.6875rem;
  font-size: 0.6875rem;
}
@media screen and (max-width: 768px) {
  .recruit-job__item-text .small {
    margin-top: 0.5rem;
  }
}

.recruit-job__item-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
  padding: 1rem 1.5rem;
  background-color: #F5F5F5;
  border-radius: 5px;
  height: 8rem;
}
@media screen and (max-width: 768px) {
  .recruit-job__item-point {
    padding: 0.75rem 1rem;
    height: auto;
    min-height: 6.25rem;
  }
}

.recruit-job__item-point-label {
  font-family: "Cardo", serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4444444444em;
  letter-spacing: -0.01em;
  color: #101a22;
}

.recruit-job__item-point-line {
  width: 7.5rem;
  height: 0;
  border: none;
  border-top: 1px solid #101a22;
  margin: 0;
}

.recruit-job__item-point-text {
  font-family: "Zen Old Mincho", "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.7000000212em;
  letter-spacing: 0.05em;
  color: #101a22;
  margin: 0;
  width: 43rem;
}
@media screen and (max-width: 768px) {
  .recruit-job__item-point-text {
    font-size: 0.875rem;
    width: 100%;
  }
}

.recruit-job__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .recruit-job__btn {
    margin-top: 1.875rem;
  }
}

.recruit-job__btn-link.btn {
  width: 15.125rem;
  padding: 0.8125rem 2.4375rem 0.8125rem 1.5625rem;
}
@media screen and (max-width: 768px) {
  .recruit-job__btn-link.btn {
    padding: 0.5rem 0.875rem 0.5rem 1.25rem;
  }
}

.recruit-approach__block {
  width: 100%;
}

.recruit-approach__contents {
  width: 100%;
  padding: 5rem 2.875rem 7.5rem 6.875rem;
  border-top: 1px solid rgba(16, 26, 34, 0.062745098);
}
@media screen and (max-width: 768px) {
  .recruit-approach__contents {
    padding: 2.5rem 0 3.75rem;
  }
}

.recruit-approach__body {
  margin-top: 2.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4.8125rem;
}
@media screen and (max-width: 768px) {
  .recruit-approach__body {
    margin-top: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }
}

.recruit-approach__image {
  width: 29.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .recruit-approach__image {
    width: 100%;
  }
}
.recruit-approach__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.recruit-approach__message {
  margin-top: 2rem;
  width: 36.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.9375rem;
}
@media screen and (max-width: 768px) {
  .recruit-approach__message {
    margin-top: 0;
    width: 100%;
    gap: 1.25rem;
  }
}

.recruit-approach__title {
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  font-weight: 500;
  font-size: 2.75rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #101a22;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .recruit-approach__title {
    font-size: 1.75rem;
    line-height: 1.5;
  }
}

.recruit-approach__text {
  font-family: "Zen Old Mincho", "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.7000000212em;
  letter-spacing: 0.05em;
  color: #101a22;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .recruit-approach__text {
    font-size: 1rem;
  }
}

.recruit-declaration__block {
  width: 100%;
}

.recruit-declaration__contents {
  width: 100%;
  padding: 4.375rem 3.1875rem 7.5rem 3.5rem;
  border-top: 1px solid rgba(16, 26, 34, 0.062745098);
}
@media screen and (max-width: 768px) {
  .recruit-declaration__contents {
    padding: 2.5rem 0 3.75rem;
  }
}

.recruit-declaration__top {
  padding: 0 2.875rem 0 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .recruit-declaration__top {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.recruit-declaration__text-area {
  width: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.1875rem;
}
@media screen and (max-width: 768px) {
  .recruit-declaration__text-area {
    width: 100%;
    margin-top: 1.875rem;
    gap: 0.9375rem;
  }
}

.recruit-declaration__main-title {
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #101a22;
}
@media screen and (max-width: 768px) {
  .recruit-declaration__main-title {
    font-size: 1.375rem;
  }
}

.recruit-declaration__main-text {
  padding-right: 0.75rem;
  font-family: "Zen Old Mincho", "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #101a22;
}
@media screen and (max-width: 768px) {
  .recruit-declaration__main-text {
    font-size: 0.9375rem;
  }
}

.recruit-declaration__new3k {
  margin-top: 5rem;
  padding: 0 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .recruit-declaration__new3k {
    margin-top: 2.5rem;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.recruit-declaration__new3k-label {
  padding-left: 1.125rem;
  width: 23.6875rem;
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #101a22;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit-declaration__new3k-label {
    width: 100%;
    font-size: 1.375rem;
  }
}

.recruit-declaration__new3k-label::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #B2A295;
  position: absolute;
  top: 0.5lh;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.recruit-declaration__new3k-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  max-width: 39.1875rem;
}
@media screen and (max-width: 768px) {
  .recruit-declaration__new3k-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1rem;
    max-width: 100%;
  }
}

.recruit-declaration__plus3k {
  margin-top: 3.5rem;
  background-color: #B2A295;
  border-radius: 5px;
  padding: 2.8125rem 3.5rem 2.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .recruit-declaration__plus3k {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.875rem;
    padding: 1.25rem 1rem;
  }
}

.recruit-declaration__plus3k-label {
  padding-left: 1.125rem;
  position: relative;
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  font-weight: 800;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .recruit-declaration__plus3k-label {
    font-size: 1.375rem;
  }
}

.recruit-declaration__plus3k-label::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0.5lh;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.recruit-declaration__plus3k-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  max-width: 39.1875rem;
  margin-top: 0.1875rem;
}
@media screen and (max-width: 768px) {
  .recruit-declaration__plus3k-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1rem;
    max-width: 100%;
  }
}

.recruit-declaration__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6875rem;
  padding: 1.5rem 2rem;
  width: 39.1875rem;
  background-color: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .recruit-declaration__card {
    width: 100%;
    padding: 1rem 0.75rem;
    gap: 1.25rem;
  }
}

.recruit-declaration__card-icon {
  width: 5rem;
  height: 5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .recruit-declaration__card-icon {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.recruit-declaration__card-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.recruit-declaration__card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.recruit-declaration__card-title {
  font-family: "Zen Old Mincho", "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1em;
  letter-spacing: 0.1em;
  color: #242422;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .recruit-declaration__card-title {
    font-size: 1.125rem;
  }
}

.recruit-declaration__card-text {
  font-family: "Zen Old Mincho", "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.7000000477em;
  letter-spacing: 0.05em;
  color: #101a22;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .recruit-declaration__card-text {
    font-size: 0.875rem;
  }
}

.recruit-welfare__block {
  width: 100%;
}

.recruit-welfare__contents {
  width: 100%;
  padding: 3.5625rem 6.8125rem 7.5rem;
  border-top: 1px solid rgba(16, 26, 34, 0.062745098);
}
@media screen and (max-width: 768px) {
  .recruit-welfare__contents {
    padding: 2.5rem 0 3.75rem;
  }
}

.recruit-welfare__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 8rem repeat(4, 1fr);
  gap: 1.5rem;
  width: 100%;
  max-width: 66.375rem;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .recruit-welfare__list {
    grid-template-columns: 1fr;
    grid-template-rows: 5.625rem repeat(9, 1fr);
    gap: 1rem;
    margin-top: 1.875rem;
  }
}

.recruit-welfare__item {
  width: 32.4375rem;
  background-color: #F5F5F5;
  border-radius: 5px;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .recruit-welfare__item {
    width: 100%;
    padding: 1rem 1rem;
  }
}

.recruit-welfare__item--large {
  height: 8rem;
}
@media screen and (max-width: 768px) {
  .recruit-welfare__item--large {
    height: auto;
  }
}

.recruit-welfare__item:not(.recruit-welfare__item--large) {
  height: 5.5rem;
}
@media screen and (max-width: 768px) {
  .recruit-welfare__item:not(.recruit-welfare__item--large) {
    height: auto;
  }
}

.recruit-welfare__item-text {
  font-family: "Zen Old Mincho", "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.7999998728em;
  letter-spacing: 0.06em;
  color: #101a22;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .recruit-welfare__item-text {
    font-size: 1rem;
  }
}

.recruit-welfare__item-text .large {
  font-size: 1.375rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .recruit-welfare__item-text .large {
    font-size: 1.125rem;
  }
}

.recruit-description__block {
  width: 100%;
}

.recruit-description__contents {
  width: 100%;
  padding: 5rem 6.8125rem 7.5rem;
  border-top: 1px solid rgba(16, 26, 34, 0.062745098);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .recruit-description__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.5rem 0 3.75rem;
  }
}

.recruit-description__table {
  width: 100%;
  max-width: 46rem;
}
@media screen and (max-width: 768px) {
  .recruit-description__table {
    margin-top: 1.875rem;
    max-width: 100%;
  }
}

.recruit-description__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6.4375rem;
  border-bottom: 1px solid #E5E7EB;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit-description__row {
    gap: 0.75rem;
  }
}

.recruit-description__row::after {
  content: "";
  width: 7.5rem;
  height: 0.0625rem;
  background: #B2A295;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .recruit-description__row::after {
    width: 5.125rem;
  }
}

.recruit-description__row:first-child {
  border-top: 1px solid #E5E7EB;
}

.recruit-description__label {
  height: 100%;
  padding: 1.5rem 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.8em;
  letter-spacing: 0.08em;
  color: #222222;
  width: 7.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .recruit-description__label {
    width: 5.125rem;
  }
}

.recruit-description__value {
  padding: 1.5rem 0.5rem 1.5rem 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.8em;
  letter-spacing: 0.08em;
  color: #222222;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .recruit-description__value {
    width: 100%;
  }
}

.recruit-cta__block {
  width: 100%;
  padding: 0 0 10rem;
}
@media screen and (max-width: 768px) {
  .recruit-cta__block {
    padding: 0 0 3.75rem;
  }
}

.recruit-cta__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.375rem;
  width: 100%;
  max-width: 79.9375rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recruit-cta__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.recruit-cta__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4.8125rem 2.125rem 4.75rem 2.125rem;
  width: 25.75rem;
  height: 11.1875rem;
  background-color: #101a22;
  border-radius: 5px;
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.2000000694em;
  letter-spacing: -0.01em;
  overflow: hidden;
  color: transparent;
  text-shadow: 0 -7em 0 #fff, 0 0 0 #fff;
  -webkit-transition: text-shadow 0.3s;
  transition: text-shadow 0.3s;
}
@media screen and (max-width: 768px) {
  .recruit-cta__btn {
    width: 100%;
    height: auto;
    min-height: 7.5rem;
    padding: 2.5rem 1.25rem;
  }
}

@media (any-hover: hover) {
  .recruit-cta__btn:hover {
    text-shadow: 0 0 0 #fff, 0 7em 0 #fff;
  }
}
.recruit-cta__btn--brown {
  background-color: #B2A295;
}

.recruit-cta__btn-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (any-hover: hover) {
  .recruit-cta__btn:hover .recruit-cta__btn-icon {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}

.job-header {
  width: 100%;
  background-color: #fff;
  padding: 7.125rem 0 0;
}
@media screen and (max-width: 768px) {
  .job-header {
    margin-top: 3.75rem;
    padding: 1.25rem 0 0;
  }
}

@media screen and (max-width: 768px) {
  .page-header__inner.inner {
    max-width: none;
  }
}

.job-header__img {
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .job-header__img {
    margin-top: 1.875rem;
    height: 8.75rem;
  }
}
@media screen and (max-width: 768px) {
  .job-header__img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.job-fv-bottom {
  width: 100%;
  padding: 7.1875rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .job-fv-bottom {
    padding: 2.5rem 0;
  }
}

.job-fv-bottom__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5.5rem;
}
@media screen and (max-width: 768px) {
  .job-fv-bottom__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.job-fv-bottom__title {
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  font-weight: 500;
  font-size: 2.375rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #101a22;
  margin: 0;
  width: 33rem;
}
@media screen and (max-width: 768px) {
  .job-fv-bottom__title {
    width: 100%;
    font-size: 1.5rem;
  }
}

.job-fv-bottom__description {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #101a22;
  margin: 0;
  width: 39.25rem;
}
@media screen and (max-width: 768px) {
  .job-fv-bottom__description {
    width: 100%;
    font-size: 0.9375rem;
  }
}

.job-service {
  width: 100%;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .job-service {
    padding-bottom: 2.5rem;
  }
}

.job-service__item {
  width: 100%;
  padding: 2.5rem 0 3.75rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .job-service__item {
    padding: 1.875rem 0 2.5rem;
  }
}

.job-service__item::before {
  content: "";
  width: 80rem;
  height: 1px;
  background-color: rgba(16, 26, 34, 0.062745098);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .job-service__item::before {
    width: 100%;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.job-service__item-header {
  max-width: 67.5rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .job-service__item-header {
    max-width: 500px;
    padding: 0 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.job-service__item-title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  width: 9.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .job-service__item-title-group {
    width: 100%;
  }
}

.job-service__item:nth-child(2) .job-service__item-title-group {
  margin-bottom: 1.4375rem;
}
@media screen and (max-width: 768px) {
  .job-service__item:nth-child(2) .job-service__item-title-group {
    margin-bottom: 0;
  }
}

.job-service__item:nth-child(3) .job-service__item-title-group {
  width: 20rem;
  margin-bottom: 1.375rem;
}
@media screen and (max-width: 768px) {
  .job-service__item:nth-child(3) .job-service__item-title-group {
    width: 100%;
    margin-bottom: 0;
  }
}

.job-service__item-number {
  font-family: "Cardo", serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.44;
  letter-spacing: -0.01em;
  color: #101a22;
  display: block;
}

.job-service__item-title {
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.46;
  letter-spacing: -0.01em;
  color: #101a22;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .job-service__item-title {
    font-size: 2rem;
  }
}

.job-service__item-title .small {
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .job-service__item-title .small {
    font-size: 1.25rem;
  }
}

.job-service__item-title .ml {
  margin-left: 0.375rem;
}

.job-service__item-description {
  margin-bottom: 0.5625rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #101a22;
  width: 46rem;
}
@media screen and (max-width: 768px) {
  .job-service__item-description {
    width: 100%;
    font-size: 0.9375rem;
  }
}

.job-service__item:nth-child(2) .job-service__item-description {
  margin-bottom: 0;
}

.job-service__item:nth-child(3) .job-service__item-description {
  width: 39.125rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .job-service__item:nth-child(3) .job-service__item-description {
    width: 100%;
  }
}

.job-service__swiper-container {
  max-width: 76.25rem;
  margin-inline: auto;
  margin-top: 3.5rem;
  padding: 3.3125rem 0 9.875rem 5rem;
}
@media screen and (max-width: 768px) {
  .job-service__swiper-container {
    padding: 2.5rem 0 3.75rem 0;
    margin-top: 1.875rem;
  }
}

.job-service__swiper-container::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .job-service__swiper-container::before {
    width: 100%;
    left: 0;
    -webkit-transform: none;
            transform: none;
    border-radius: 0;
  }
}

.job-service__swiper-container,
.job-service__swiper,
.job-service__swiper-wrapper,
.job-service__swiper-slide {
  position: relative;
}

.job-service__swiper {
  width: 86.875vw;
  margin-right: calc(50% - 50vw);
  margin-left: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .job-service__swiper {
    width: 100%;
  }
}

.job-service__swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

.job-service__swiper .swiper-slide {
  width: 25.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .job-service__swiper .swiper-slide {
    width: 17.5rem;
  }
}

.job-service__slider-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.job-service__slider-nav {
  position: absolute;
  left: 5rem;
  bottom: 2.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .job-service__slider-nav {
    left: 1.25rem;
    bottom: 1.25rem;
    pointer-events: auto;
  }
}

.job-service__slider-btn {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #101a22;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  pointer-events: auto;
  margin: 0;
  padding: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .job-service__slider-btn {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.job-service__slider-btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

@media (any-hover: hover) {
  .job-service__slider-btn:hover {
    opacity: 0.7;
  }
}
.job-service__slider-nav .swiper-button-next,
.job-service__slider-nav .swiper-button-prev {
  position: static;
  margin: 0;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.job-service__slider-btn-icon {
  width: 0.75rem;
  aspect-ratio: 1/1;
  display: block;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (max-width: 768px) {
  .job-service__slider-btn-icon {
    width: 1.125rem;
  }
}

.job-service__slider-btn--prev .job-service__slider-btn-icon {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.job-service__slider-btn:hover .job-service__slider-btn-icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.job-service__slider-btn.swiper-button-disabled .job-service__slider-btn-icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

/* =============================
   ページネーション (bullets)
============================= */
/* 位置の設定 (枠組み) */
.job-service__pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  margin: 0 auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 4.1875rem;
  left: 13.375rem;
}
@media screen and (max-width: 768px) {
  .job-service__pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 0.75rem 0 0.75rem;
  }
}

/* それぞれのページネーション */
.job-service__pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: 10.5rem;
  height: 0.0625rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #E3E3E3;
  margin-inline: 0;
}
@media screen and (max-width: 768px) {
  .job-service__pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 3.125rem;
  }
}

/* activeな部分 */
.job-service__pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  height: 0.1875rem;
}
@media screen and (max-width: 768px) {
  .job-service__pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
    height: 0.125rem;
  }
}

.company-header {
  width: 100%;
  background-color: #fff;
  padding: 7.125rem 0 7.1875rem;
}
@media screen and (max-width: 768px) {
  .company-header {
    margin-top: 3.75rem;
    padding: 2.5rem 0 2.5rem;
  }
}

.company-message {
  width: 100%;
  padding: 7.125rem 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company-message {
    padding: 3.75rem 0 0;
  }
}

.company-message__block::before {
  content: "";
  width: 80rem;
  height: 1px;
  background-color: #f2f0ee;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .company-message__block::before {
    width: calc(100% - 2.5rem);
  }
}

.company-message__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .company-message__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }
}

.company-message__text-area {
  padding: 0 5.3125rem 0 0;
}
@media screen and (max-width: 768px) {
  .company-message__text-area {
    padding: 0;
    width: 100%;
  }
}

.company-message__text {
  margin-top: 1.875rem;
  width: 40.75rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #101a22;
}
@media screen and (max-width: 768px) {
  .company-message__text {
    width: 100%;
    margin-top: 1.25rem;
    font-size: 0.9375rem;
  }
}

.company-message__text:first-child {
  margin-top: 0;
}

.company-message__name {
  margin-top: 5rem;
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #101a22;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .company-message__name {
    margin-top: 2.5rem;
    width: 100%;
    font-size: 1.25rem;
    text-align: left;
  }
}

.company-message__img {
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .company-message__img {
    margin-top: 2.5rem;
  }
}
.company-message__img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .company-message__img img {
    aspect-ratio: 375/200;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.company-info__block {
  width: 100%;
  margin-top: 7.5rem;
  padding: 5rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company-info__block {
    margin-top: 3.75rem;
    padding: 2.5rem 0;
  }
}

.company-info__block::before {
  content: "";
  width: 80rem;
  height: 1px;
  background-color: #f2f0ee;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .company-info__block::before {
    width: calc(100% - 2.5rem);
  }
}

.company-info__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .company-info__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    padding: 0 0.5rem;
  }
}

.company-info__list {
  width: 46.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .company-info__list {
    width: 100%;
  }
}

.company-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.75rem 0 1.875rem 0.3125rem;
  border-bottom: 1px solid #E5E7EB;
}
@media screen and (max-width: 768px) {
  .company-info__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.875rem 0 1rem;
    gap: 0.25rem;
  }
}
.company-info__item:first-child {
  padding-top: 1.75rem;
}
@media screen and (max-width: 768px) {
  .company-info__item:first-child {
    padding-top: 1.25rem;
  }
}

.company-info__label {
  width: 13.5625rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: -0.05em;
  color: #101a22;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .company-info__label {
    width: 100%;
    font-size: 0.875rem;
  }
}

.company-info__value {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #555555;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .company-info__value {
    font-size: 0.8125rem;
    width: 100%;
  }
}

.company-info__value-link {
  color: #555555;
}

.company-info__value-link span {
  padding: 0.1875rem 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#101a22), to(#101a22));
  background-image: linear-gradient(#101a22, #101a22);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}

@media (any-hover: hover) {
  .company-info__value-link:hover span {
    background-position: bottom left;
    background-size: 100% 1px;
  }
}
.company-info__item:nth-child(9) .company-info__value {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.company-access__block {
  width: 100%;
  margin-top: 2.5rem;
  padding: 5rem 0 10rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company-access__block {
    margin-top: 1.875rem;
    padding: 2.5rem 0 5rem;
  }
}

.company-access__block::before {
  content: "";
  width: 80rem;
  height: 1px;
  background-color: #f2f0ee;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .company-access__block::before {
    width: calc(100% - 2.5rem);
  }
}

.company-access__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .company-access__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }
}

.company-access__info {
  width: 46.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .company-access__info {
    width: 100%;
    gap: 1.25rem;
  }
}

.company-access__map {
  width: 100%;
  border-radius: 0.3125rem;
  aspect-ratio: 737/432;
}

.company-access__map iframe {
  width: 100%;
  height: 100%;
}

.company-access__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .company-access__list {
    padding: 0 0.5rem;
  }
}

.company-access__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.75rem 0 1.875rem 0.3125rem;
  border-bottom: 1px solid #E5E7EB;
}
@media screen and (max-width: 768px) {
  .company-access__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.125rem 0 1.25rem;
  }
}

.company-access__label {
  width: 13.5625rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: -0.05em;
  color: #101a22;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .company-access__label {
    width: 100%;
    font-size: 0.875rem;
  }
}

.company-access__value {
  width: 32.1875rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #555555;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .company-access__value {
    width: 100%;
    font-size: 0.8125rem;
  }
}

.inner {
  width: 100%;
  height: 100%;
  max-width: 85rem;
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-inline: 1.25rem;
  }
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  .inner {
    max-width: 500px;
  }
}

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

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

.btn {
  font-family: "Zen Old Mincho", "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1em;
  letter-spacing: -0.01em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.8125rem 1.5625rem;
  background-color: #101a22;
  border: 1px solid #101a22;
  border-radius: 64px;
  overflow: hidden;
  color: transparent;
  text-shadow: 0 -3em 0 #fff, 0 0 0 #fff;
  -webkit-transition: text-shadow 0.3s;
  transition: text-shadow 0.3s;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 100%;
    max-width: 193px;
    margin-top: 0;
    font-size: 0.875rem;
    padding: 0.5rem 0.875rem 0.5rem 1.25rem;
  }
}

@media (any-hover: hover) {
  .btn:hover {
    text-shadow: 0 0 0 #fff, 0 3em 0 #fff;
  }
  .btn:hover .btn-icon {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}
.btn-icon {
  width: 1.5rem;
  aspect-ratio: 1/1;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 768px) {
  .btn-icon {
    width: 1.125rem;
  }
}

.header__title {
  margin-top: 5.875rem;
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 1.1785714286em;
  letter-spacing: -0.01em;
  color: #101a22;
}
@media screen and (max-width: 768px) {
  .header__title {
    margin-top: 1.25rem;
    font-size: 2rem;
  }
}

.section-title__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.595703125rem;
}
@media screen and (max-width: 768px) {
  .section-title__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.625rem;
  }
}

.section-title__label {
  font-family: "Cardo", serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: #101a22;
}

.section-title__title {
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.46;
  letter-spacing: -0.01em;
  color: #101a22;
}
@media screen and (max-width: 768px) {
  .section-title__title {
    font-size: 1.75rem;
  }
}

.company-section-title {
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  font-weight: 500;
  font-size: 2.75rem;
  letter-spacing: -0.01em;
  color: #101a22;
}
@media screen and (max-width: 768px) {
  .company-section-title {
    font-size: 1.625rem;
  }
}

.header__breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header__breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__breadcrumb-link {
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1em;
  letter-spacing: -0.01em;
  color: rgba(0, 0, 0, 0.3);
  -webkit-transition: color text-decoration 0.3s ease;
  transition: color text-decoration 0.3s ease;
}
@media screen and (max-width: 768px) {
  .header__breadcrumb-link {
    font-size: 0.625rem;
  }
}
@media (any-hover: hover) {
  .header__breadcrumb-link:hover {
    color: #101a22;
    text-decoration: underline;
  }
}

.header__breadcrumb-separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.375rem;
  height: 0.4375rem;
}

.header__breadcrumb-current {
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1em;
  letter-spacing: -0.01em;
  color: #101a22;
}
@media screen and (max-width: 768px) {
  .header__breadcrumb-current {
    font-size: 0.625rem;
  }
}

.fade .animation-bg {
  background: #fff;
  content: "";
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-animation-name: PageAnime-fade;
          animation-name: PageAnime-fade;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  pointer-events: none;
}

@-webkit-keyframes PageAnime-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes PageAnime-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.gsap-char {
  display: inline-block;
  overflow: hidden;
}

.gsap-char-text {
  display: inline-block;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: calc(0.08s * var(--char-index, 0));
          transition-delay: calc(0.08s * var(--char-index, 0));
}

.animated__char.js-show .gsap-char-text {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}