@charset "UTF-8";
html {
  font-size: calc(100vw * 16 / 390);
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 767.9px) and (max-width: 1440px) {
  html {
    font-size: calc(100vw * 16 / 1440);
  }
}
@media screen and (min-width: 390px) and (max-width: 767.9px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Noto Serif JP", serif;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767.9px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

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

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

.top-mv {
  margin-top: 9.375rem;
  position: relative;
  width: 100%;
  height: 57vh;
  min-height: 40.625rem;
  max-height: 50rem;
}
@media screen and (max-width: 767.9px) {
  .top-mv {
    margin-top: 4.375rem;
    max-height: 40.625rem;
  }
}

.top-mv__inner {
  position: relative;
  max-width: 73.75rem;
  max-width: 82vw;
  margin-inline: auto;
  width: 100%;
  height: 100%;
  background-image: url("../images/top_mv.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 767.9px) {
  .top-mv__inner {
    max-width: 100%;
    background-image: url("../images/top_mv-sp.jpg");
  }
}
.top-mv__inner::before {
  position: absolute;
  content: "Changing the future";
  top: 2.75rem;
  left: -8.25rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 10.3125rem;
  font-family: "Inter", sans-serif;
  white-space: nowrap;
  color: #F0F0F0;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.9px) {
  .top-mv__inner::before {
    font-size: 4.0625rem;
    top: 1.125rem;
    left: -0.625rem;
  }
}

.top-mv__texts {
  position: absolute;
  top: 50%;
  right: 5.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.3125rem;
}
@media screen and (max-width: 767.9px) {
  .top-mv__texts {
    gap: 1.1875rem;
    top: 4.0625rem;
    -webkit-transform: none;
            transform: none;
    right: 1.5625rem;
  }
}

.top-mv__text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background-color: #fff;
  color: #292929;
  font-size: 3.125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 0.625rem 0rem;
  line-height: 1.6;
}
@media screen and (max-width: 767.9px) {
  .top-mv__text {
    font-size: clamp(1.875rem, 1.228rem + 2.653vw, 2.5rem);
  }
}

.top-mv__text-comma {
  letter-spacing: -0.4em;
}

.top-news {
  position: relative;
  z-index: 10;
  overflow-x: clip;
}

.top-news__inner {
  max-width: 64.375rem;
  margin-inline: auto;
  padding-top: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .top-news__inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-top: 5rem;
  }
}
.top-news__inner::before {
  position: absolute;
  content: "";
  width: 57.5rem;
  height: 50rem;
  top: -13.75rem;
  right: -21.25rem;
  background-image: url(../images/deco01.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  .top-news__inner::before {
    width: 37.0625rem;
    height: 32.1875rem;
    top: -6.875rem;
    right: -8.75rem;
  }
}

.top-news__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.9px) {
  .top-news__title-wrap {
    padding-bottom: 0.3125rem;
    display: block;
  }
}

.top-news__link {
  margin-top: 0.9375rem;
  display: block;
  width: 100%;
  max-width: 15rem;
  background-color: #292929;
  color: #fff;
  text-align: center;
  padding: 0.5625rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  position: relative;
  border-radius: 1px;
  border: 1px solid #292929;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767.9px) {
  .top-news__link {
    margin-top: 2.5rem;
    margin-inline: auto;
  }
}
.top-news__link:hover {
  background-color: #fff;
  color: #292929;
  opacity: 1;
}
.top-news__link:hover::before {
  background-image: url(../images/arrow-black.svg);
}
.top-news__link::before {
  position: absolute;
  content: "";
  width: 0.6875rem;
  height: 0.6875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25rem;
  background-image: url(../images/arrow-white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.9px) {
  .top-news__link:hover {
    background-color: #292929;
    color: #fff;
  }
  .top-news__link:hover::before {
    background-image: url(../images/arrow-white.svg);
  }
}

.top-news__items {
  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: 1.25rem;
}

.top-news__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.125rem;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .top-news__item-link {
    gap: 0.625rem 1rem;
  }
}

.top-news__item-date {
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  color: #292929;
  min-width: 5.3125rem;
}

.top-news__item-category {
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  background-color: #292929;
  color: #fff;
  padding: 0.28125rem 1.25rem;
}
@media screen and (max-width: 767.9px) {
  .top-news__item-category {
    padding: 0.1875rem 1.25rem 0.09375rem;
  }
}

.top-news__item-title {
  font-size: 1rem;
  font-weight: 500;
  color: #292929;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767.9px) {
  .top-news__item-title {
    width: 100%;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.top-slide {
  position: relative;
  z-index: 10;
}

.top-slide__inner {
  padding-top: 4.25rem;
}
@media screen and (max-width: 767.9px) {
  .top-slide__inner {
    padding-top: 2.5rem;
  }
}

.top-slide__swiper {
  aspect-ratio: 333/309;
  width: 100%;
  margin-inline: auto;
  height: 19.3125rem;
}
@media screen and (max-width: 767.9px) {
  .top-slide__swiper {
    aspect-ratio: 210/195;
    height: 12.1875rem;
  }
}

.top-slide__swiper .swiper-slide {
  width: auto;
  max-width: 20.8125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .top-slide__swiper .swiper-slide {
    max-width: 13.125rem;
  }
}

.top-slide__swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 0.3125rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767.9px) {
  .top-slide__swiper img {
    border-radius: 0.1875rem;
  }
}

.top-slide__swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.top-slide__slide-text {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #000;
  font-size: 0.875rem;
  font-weight: 900;
  border-radius: 0.3125rem 0 0 0;
  padding: 0.6875rem 0.375rem;
}
@media screen and (max-width: 767.9px) {
  .top-slide__slide-text {
    font-size: 0.55rem;
    border-radius: 0.1875rem 0 0 0;
    padding: 0.4375rem 0.25rem;
  }
}

.top-list__inner {
  padding-top: 5rem;
  max-width: 68.75rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.9px) {
  .top-list__inner {
    padding-left: 2.375rem;
    padding-right: 2.375rem;
  }
}

.top-list__items {
  margin-top: 2.5rem;
  display: grid;
  gap: 2.5rem 5rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767.9px) {
  .top-list__items {
    margin-top: 1.25rem;
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fit, minmax(13.125rem, 1fr));
  }
}

.top-list__item-img {
  width: 19.625rem;
  aspect-ratio: 314/314;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 767.9px) {
  .top-list__item-img {
    width: 100%;
  }
}

.top-list__item-info {
  margin-top: 0.625rem;
  margin-left: 0.625rem;
}

.top-list__item-date {
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  color: #292929;
}

.top-list__item-categories {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-list__item-category {
  font-size: 0.75rem;
  font-weight: 500;
  color: #292929;
  text-align: center;
  border: 1px solid #292929;
  border-radius: 1px;
  padding: 0.125rem 0.625rem;
}

.top-list__item-title {
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  color: #292929;
  letter-spacing: 0.08em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767.9px) {
  .top-list__item-title {
    -webkit-line-clamp: 5;
  }
}

.top-list__mote-link {
  margin-top: 5rem;
  display: block;
  width: 100%;
  max-width: 23.75rem;
  margin-inline: auto;
  text-align: center;
  font-size: 1rem;
  border: 1px solid #000;
  border-radius: 0.25rem;
  padding: 1.46875rem;
  color: #292929;
  letter-spacing: 0.08em;
  position: relative;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767.9px) {
  .top-list__mote-link {
    margin-top: 2.5rem;
    max-width: 20.625rem;
  }
}
.top-list__mote-link:hover {
  background-color: #292929;
  color: #fff;
  opacity: 1;
}
.top-list__mote-link:hover::before {
  background-image: url(../images/arrow-white.svg);
}
.top-list__mote-link::before {
  position: absolute;
  content: "";
  width: 1.0625rem;
  height: 1.0625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.875rem;
  background-image: url(../images/arrow-black.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.9px) {
  .top-list__mote-link:hover {
    background-color: transparent;
    color: #292929;
  }
  .top-list__mote-link:hover::before {
    background-image: url(../images/arrow-black.svg);
  }
}

.top-company {
  overflow-x: clip;
}

.top-company__inner {
  padding-top: 7.5rem;
  max-width: 63.75rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .top-company__inner {
    padding-top: 5rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}
.top-company__inner::before {
  position: absolute;
  content: "";
  width: 46.1875rem;
  height: 40.1875rem;
  top: 8.125rem;
  right: -12.5rem;
  background-image: url(../images/deco02.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -2;
}
@media screen and (max-width: 767.9px) {
  .top-company__inner::before {
    width: 27.3125rem;
    height: 23.75rem;
    top: 80.625rem;
    right: -9.375rem;
  }
}
.top-company__inner::after {
  position: absolute;
  content: "New value to real estate";
  top: 6.25rem;
  right: -13.75rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 10.3125rem;
  font-family: "Inter", sans-serif;
  white-space: nowrap;
  color: #F0F0F0;
  letter-spacing: 0.04em;
  z-index: -2;
}
@media screen and (max-width: 767.9px) {
  .top-company__inner::after {
    font-size: 4.0625rem;
    top: 6.5625rem;
    right: -0.625rem;
  }
}

@media screen and (max-width: 767.9px) {
  .top-company__title.title {
    padding-bottom: 0.3125rem;
  }
}

.top-company__contents {
  margin-top: 1.25rem;
}

.top-company__read {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #292929;
}
@media screen and (max-width: 767.9px) {
  .top-company__read {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}

.top-company__text {
  margin-top: 2.5rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.5;
  color: #292929;
  max-width: 35.875rem;
}
@media screen and (max-width: 767.9px) {
  .top-company__text {
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.875;
  }
}

.top-company__link {
  display: block;
  margin-top: 5rem;
  width: 100%;
  max-width: 23.75rem;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  border-radius: 0.25rem;
  padding: 1.5rem;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #292929;
}
@media screen and (max-width: 767.9px) {
  .top-company__link {
    margin-top: 2.5rem;
  }
}
.top-company__link:hover {
  background-color: #fff;
  color: #292929;
  opacity: 1;
}
.top-company__link:hover::before {
  background-image: url(../images/arrow-black.svg);
}
.top-company__link::before {
  position: absolute;
  content: "";
  width: 1.0625rem;
  height: 1.0625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.875rem;
  background-image: url(../images/arrow-white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.9px) {
  .top-company__link:hover {
    background-color: #000;
    color: #fff;
  }
  .top-company__link:hover::before {
    background-image: url(../images/arrow-white.svg);
  }
}

.top-service__inner {
  padding-top: 6.25rem;
  max-width: 63.75rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.9px) {
  .top-service__inner {
    padding-top: 5rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

@media screen and (max-width: 767.9px) {
  .top-service__title.title {
    padding-bottom: 0.3125rem;
  }
}

.top-service__items {
  margin-top: 2.5rem;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
  max-width: 49.6875rem;
}
@media screen and (max-width: 767.9px) {
  .top-service__items {
    gap: 0.6875rem;
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
}

.top-service__item {
  width: 14.8125rem;
  height: 14.8125rem;
  display: grid;
  place-content: center;
  border: 0.09375rem solid #D4D4D4;
  border-radius: 100vw;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .top-service__item {
    width: 28.5vw;
    height: 28.5vw;
  }
}

.top-service__item-title {
  font-size: 2.375rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #000;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.9px) {
  .top-service__item-title {
    font-size: clamp(1.125rem, 0.22rem + 3.714vw, 2rem);
  }
}

.top-service__item-text {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #000;
}
@media screen and (max-width: 767.9px) {
  .top-service__item-text {
    font-size: clamp(0.397rem, 0.032rem + 1.499vw, 0.75rem);
  }
}

.top-service__img-wrap {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  margin-left: -13.125rem;
}
@media screen and (max-width: 767.9px) {
  .top-service__img-wrap {
    margin-top: 2.5rem;
    gap: 0.625rem;
    margin-left: 0rem;
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 767.9px) {
  .top-service__img-wrap > picture,
  .top-service__img-wrap > img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}

.top-service__img-left {
  width: 31.5625rem;
  aspect-ratio: 505/365;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 767.9px) {
  .top-service__img-left {
    width: 100%;
    aspect-ratio: 190/103;
    border-radius: 0.125rem;
  }
}

.top-service__img-right {
  width: 42.3125rem;
  aspect-ratio: 677/365;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 767.9px) {
  .top-service__img-right {
    width: 100%;
    aspect-ratio: 190/103;
    border-radius: 0.125rem;
  }
}

.top-reason {
  overflow-x: clip;
}

.top-reason__inner {
  padding-top: 5rem;
  max-width: 63.75rem;
  margin-inline: auto;
  position: relative;
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 767.9px) {
  .top-reason__inner {
    padding-top: 5rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-bottom: 5rem;
  }
}
.top-reason__inner::before {
  position: absolute;
  content: "";
  width: 57.5rem;
  height: 50rem;
  top: -8.125rem;
  right: -29.375rem;
  background-image: url(../images/deco02.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -3;
}
@media screen and (max-width: 767.9px) {
  .top-reason__inner::before {
    display: none;
  }
}

@media screen and (max-width: 767.9px) {
  .top-reason__title.title {
    padding-bottom: 0.3125rem;
  }
}

.top-reason__contents {
  margin-top: 1.25rem;
}

.top-reason__read {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #292929;
}
@media screen and (max-width: 767.9px) {
  .top-reason__read {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}

.top-reason__text {
  margin-top: 2.5rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.5;
  color: #292929;
  max-width: 35.875rem;
}
@media screen and (max-width: 767.9px) {
  .top-reason__text {
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.875;
  }
}

.top-reason__link {
  display: block;
  margin-top: 5rem;
  width: 100%;
  max-width: 23.75rem;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  border-radius: 0.25rem;
  padding: 1.5rem;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #292929;
}
@media screen and (max-width: 767.9px) {
  .top-reason__link {
    margin-top: 5rem;
  }
}
.top-reason__link:hover {
  background-color: #fff;
  color: #292929;
  opacity: 1;
}
.top-reason__link:hover::before {
  background-image: url(../images/arrow-black.svg);
}
.top-reason__link::before {
  position: absolute;
  content: "";
  width: 1.0625rem;
  height: 1.0625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.875rem;
  background-image: url(../images/arrow-white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.9px) {
  .top-reason__link:hover {
    background-color: #000;
    color: #fff;
  }
  .top-reason__link:hover::before {
    background-image: url(../images/arrow-white.svg);
  }
}

.top-blog__inner {
  max-width: 68.75rem;
  margin-inline: auto;
  padding-top: 6.25rem;
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 767.9px) {
  .top-blog__inner {
    max-width: 37.5rem;
    padding-top: 5rem;
    padding-left: 2.375rem;
    padding-right: 2.375rem;
    padding-bottom: 5rem;
  }
}

.top-blog__items {
  margin-top: 2.5rem;
  display: grid;
  gap: 2.5rem 5rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767.9px) {
  .top-blog__items {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.top-blog__item-img {
  width: 19.625rem;
  aspect-ratio: 314/176;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 767.9px) {
  .top-blog__item-img {
    width: 100%;
  }
}

.top-blog__item-info {
  margin-top: 0.625rem;
  margin-left: 0.625rem;
}

.top-blog__item-date {
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  color: #292929;
}

.top-blog__item-categories {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-blog__item-category {
  font-size: 0.75rem;
  font-weight: 500;
  color: #292929;
  text-align: center;
  border: 1px solid #292929;
  border-radius: 1px;
  padding: 0.125rem 1.3125rem;
}

.top-blog__item-title {
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  color: #292929;
  letter-spacing: 0.08em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767.9px) {
  .top-blog__item-title {
    -webkit-line-clamp: 5;
  }
}

.top-blog__mote-link {
  margin-top: 5rem;
  display: block;
  width: 100%;
  max-width: 23.75rem;
  margin-inline: auto;
  text-align: center;
  font-size: 1rem;
  border: 1px solid #000;
  border-radius: 0.25rem;
  padding: 1.46875rem;
  color: #292929;
  letter-spacing: 0.08em;
  position: relative;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #292929;
}
@media screen and (max-width: 767.9px) {
  .top-blog__mote-link {
    max-width: 20.625rem;
  }
}
.top-blog__mote-link:hover {
  background-color: #292929;
  color: #fff;
  opacity: 1;
}
.top-blog__mote-link:hover::before {
  background-image: url(../images/arrow-white.svg);
}
.top-blog__mote-link::before {
  position: absolute;
  content: "";
  width: 1.0625rem;
  height: 1.0625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.875rem;
  background-image: url(../images/arrow-black.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.9px) {
  .top-blog__mote-link:hover {
    background-color: transparent;
    color: #292929;
  }
  .top-blog__mote-link:hover::before {
    background-image: url(../images/arrow-black.svg);
  }
}

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

.md-show {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .md-show {
    display: block;
  }
}

.title {
  padding-bottom: 0.9375rem;
  position: relative;
}
.title::before {
  position: absolute;
  content: "";
  width: 39.5rem;
  height: 1px;
  bottom: 0;
  left: 0;
  background-image: url(../images/dots-border.svg);
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767.9px) {
  .title::before {
    width: 100%;
  }
}

.title-en {
  font-size: 4.125rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #292929;
}
@media screen and (max-width: 767.9px) {
  .title-en {
    font-size: 2.875rem;
  }
}

.title-ja {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-left: 0.8125rem;
  color: #292929;
}
@media screen and (max-width: 767.9px) {
  .title-ja {
    margin-left: 0.4375rem;
  }
}

.title--row {
  text-align: center;
}

.title-en--row {
  display: block;
  font-size: 4.125rem;
  font-weight: 500;
  color: #292929;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767.9px) {
  .title-en--row {
    font-size: 2.875rem;
  }
}

.title-ja--row {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #292929;
  letter-spacing: 0.08em;
  margin-top: -0.625rem;
}
@media screen and (max-width: 767.9px) {
  .title-ja--row {
    margin-top: -0.3125rem;
  }
}

.breadcrumb {
  margin-top: 7.5rem;
  font-size: 0.75rem;
  max-width: 73.75rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767.9px) {
  .breadcrumb {
    margin-top: 5rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.breadcrumb a {
  color: #000;
  white-space: nowrap;
}

.page-inner {
  max-width: 73.75rem;
  margin-inline: auto;
  padding-top: 5rem;
  padding-bottom: 6.25rem;
  overflow-x: clip;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .page-inner {
    max-width: 37.5rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
  }
}
.page-inner::before {
  position: absolute;
  content: "";
  width: 57.5rem;
  height: 50rem;
  top: -3.125rem;
  left: 24.375rem;
  background-image: url(../images/deco01.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  .page-inner::before {
    width: 22.625rem;
    height: 19.625rem;
    top: -0.625rem;
    left: 6.875rem;
  }
}

.page-title.title {
  padding-bottom: 0.3125rem;
}
@media screen and (max-width: 767.9px) {
  .page-title-en.title-en {
    font-size: 2.125rem;
  }
}

@media screen and (max-width: 767.9px) {
  .page-title-ja.title-ja {
    font-size: 0.5rem;
  }
}

.page-title--row {
  text-align: center;
}

.page-title-en--row {
  display: block;
  font-size: 4.125rem;
  font-weight: 500;
  color: #292929;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767.9px) {
  .page-title-en--row {
    font-size: 2.125rem;
  }
}

.page-title-ja--row {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #292929;
  letter-spacing: 0.08em;
  margin-top: -0.625rem;
}
@media screen and (max-width: 767.9px) {
  .page-title-ja--row {
    font-size: 0.5rem;
    margin-top: -0.3125rem;
  }
}

.page-nation {
  margin-top: 5rem;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .page-nation {
    margin-top: 2.5rem;
  }
}

.nav-links,
.page-nation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination__arrow {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}

.page-numbers {
  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: 1.625rem;
  height: 1.625rem;
  color: #292929;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

.page-numbers.current {
  color: #fff;
  background-color: #292929;
}

.page-numbers.dots,
.page-numbers.prev,
.page-numbers.next {
  border: none;
}

.slideInBottom {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 767.9px) {
  .slideInBottom {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

.slideInBottom.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.slideInTop {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.slideInTop.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slideInLeft {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.slideInLeft.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(-1.875rem);
            transform: translateY(-1.875rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(-1.875rem);
            transform: translateY(-1.875rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.top-mv__text {
  opacity: 0;
  -webkit-animation: fadeInUp 1s ease-out forwards;
          animation: fadeInUp 1s ease-out forwards;
}
.top-mv__text:nth-child(1) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.top-mv__text:nth-child(2) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.top-mv__text:nth-child(3) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.gsap-stagger > * {
  opacity: 0;
}

.js-text-split .char {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 6.8125rem;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
@media screen and (max-width: 767.9px) {
  .header {
    top: 0rem;
    height: 4.375rem;
  }
}

.header__inner {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  padding-left: 3.125rem;
  padding-right: 2.125rem;
  height: inherit;
  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: 767.9px) {
  .header__inner {
    padding-left: 1.4375rem;
    padding-right: 1.4375rem;
  }
}

.header__name {
  width: 12.1875rem;
}
@media screen and (max-width: 767.9px) {
  .header__name {
    width: 8.5625rem;
  }
}

.header__nav {
  height: inherit;
}

.header__nav-items {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}

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

.header__nav-link {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  gap: 0.125rem;
  position: relative;
}
.header__nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.625rem;
  width: 100%;
  height: 1px;
  background: #292929;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.header__nav-link:hover {
  opacity: 1;
}
.header__nav-link:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.header__nav-link-ja {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
}

.header__nav-link-en {
  font-size: 0.5rem;
  letter-spacing: 0.04em;
  font-family: "Inter", sans-serif;
}

.header__nav-link.header__nav-link--recruit {
  height: 2.6875rem;
  border: 1px solid #292929;
  border-radius: 100vw;
  padding: 0 2.375rem;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__nav-link.header__nav-link--recruit:hover {
  background-color: #E0E0E0;
  border-color: #555;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.header__nav-link.header__nav-link--recruit::after {
  display: none;
}

.header__nav-link.header__nav-link--contact {
  background-color: #292929;
  color: #fff;
  height: 2.6875rem;
  border: 1px solid #DEDEDE;
  border-radius: 100vw;
  padding: 0 2.0625rem;
  margin-left: -0.625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__nav-link.header__nav-link--contact:hover {
  background-color: #444;
  border-color: #777;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.header__nav-link.header__nav-link--contact::after {
  display: none;
}

.header__nav-container {
  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.875rem;
}

.header__nav-languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.125rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.375rem;
}
@media screen and (max-width: 767.9px) {
  .header__nav-languages {
    margin-top: 2.5rem;
    margin-right: 0rem;
  }
}

.header__nav-language {
  position: relative;
}
.header__nav-language:not(:last-child)::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.0625rem;
  color: #D4D4D4;
}

.header__nav-language-link {
  font-size: 1.0625rem;
  color: #D4D4D4;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767.9px) {
  .header__nav-language-link {
    font-size: 2rem;
  }
}
.header__nav-language-link.is-active {
  color: #292929;
}
.header__nav-language-link:hover {
  color: #292929;
}

.hamburger {
  position: fixed;
  top: 1.25rem;
  right: 1.3125rem;
  z-index: 9999;
  width: 2.75rem;
  height: 1.9375rem;
  cursor: pointer;
}

.hamburger span {
  position: absolute;
  left: 0;
  background-color: #292929;
  width: 100%;
  height: 0.1875rem;
  display: inline-block;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  border-radius: 100vw;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 0.875rem;
}

.hamburger span:nth-child(3) {
  top: 1.75rem;
}

.hamburger.is-active span:nth-child(1) {
  top: 0.875rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  top: 0.875rem;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

body.is-drawer-open {
  overflow: hidden;
}

.drawer-menu {
  width: 100%;
  height: 100dvh;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  display: none;
}

.drawer-menu__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100dvh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  padding: 5rem 0 2.5rem 0;
  -webkit-overflow-scrolling: touch;
}

.drawer-menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.drawer-menu__item {
  display: inline-block;
}

.drawer-menu__link {
  color: #292929;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.125rem;
  width: 20rem;
  text-align: center;
  margin-bottom: 2.5rem;
}

.drawer-menu__item:last-child .drawer-menu__link {
  margin-bottom: 0;
}

.drawer-menu__link-ja {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.drawer-menu__link-en {
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  font-family: "Inter", sans-serif;
}

.drawer-menu__link.drawer-menu__link--recruit .drawer-menu__link-ja {
  font-size: 1.375rem;
  border: 1px solid #292929;
  border-radius: 100vw;
  width: 100%;
  padding: 0.9375rem;
}

.drawer-menu__link.drawer-menu__link--contact .drawer-menu__link-ja {
  font-size: 1.375rem;
  background-color: #292929;
  color: #fff;
  border: 1px solid #DEDEDE;
  border-radius: 100vw;
  width: 100%;
  padding: 0.9375rem;
}

.footer {
  background-color: #292929;
}

.footer__parts {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
@media screen and (max-width: 767.9px) {
  .footer__parts {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.footer__parts-btn {
  display: block;
  width: 38.125rem;
  margin-inline: auto;
  background-color: #fff;
  color: #000;
  text-align: center;
  border-radius: 0.5rem;
  padding: 2.75rem;
}
@media screen and (max-width: 767.9px) {
  .footer__parts-btn {
    width: 20rem;
    padding: 1.0625rem 0.625rem;
    border-radius: 0.1875rem;
  }
}

.footer__parts-btn--large {
  padding: 3.75rem 2.75rem;
}
@media screen and (max-width: 767.9px) {
  .footer__parts-btn--large {
    padding: 1.0625rem 0.625rem;
  }
}

.footer__parts-btn-ja {
  font-size: 2.125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #000;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .footer__parts-btn-ja {
    font-size: 1.5rem;
  }
}

.footer__parts-btn-en {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.04em;
  color: #000;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .footer__parts-btn-en {
    margin-top: 0rem;
    font-size: 0.875rem;
  }
}

.footer__parts-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6.875rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767.9px) {
  .footer__parts-flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0rem;
  }
}
.footer__parts-flex-wrap > .footer__parts {
  position: relative;
}
.footer__parts-flex-wrap > .footer__parts:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -3.4375rem;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 767.9px) {
  .footer__parts-flex-wrap > .footer__parts:not(:last-child)::after {
    display: none;
  }
}

@media screen and (max-width: 767.9px) {
  .footer__parts-flex-wrap > .footer__parts:first-child {
    border-bottom: 1px solid #fff;
  }
}

.footer__contents {
  background-color: #292929;
  padding-top: 4.375rem;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767.9px) {
  .footer__contents {
    padding-top: 2.5rem;
    padding-bottom: 0.9375rem;
  }
}

.footer__contents-inner {
  max-width: 78.125rem;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10.125rem;
}
@media screen and (max-width: 767.9px) {
  .footer__contents-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2.3125rem;
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
}

.footer__contents-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer__contents-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.875rem;
  margin-right: 6.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.9px) {
  .footer__contents-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2.5rem;
    width: 100%;
    margin-right: 0rem;
  }
}

.footer__logo img {
  width: 21rem;
}
@media screen and (max-width: 767.9px) {
  .footer__logo img {
    width: 15.1875rem;
    margin-inline: auto;
  }
}

.footer__address {
  margin-top: 2.3125rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.9px) {
  .footer__address {
    margin-top: 1.25rem;
  }
}

.footer__contact {
  margin-top: 0.625rem;
}

.footer__contact-item {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.04em;
}

.footer__contact-link {
  color: #fff;
}

.footer__nav {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0.625rem 0;
}
@media screen and (max-width: 767.9px) {
  .footer__nav {
    width: 100%;
  }
}

.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767.9px) {
  .footer__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.125rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__nav-link {
  font-size: 0.875rem;
  color: #fff;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .footer__nav-link {
    font-size: 1.125rem;
  }
}

.footer__bottom {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .footer__bottom {
    margin-top: 1.25rem;
  }
}

.footer__policy {
  font-size: 0.875rem;
  color: #fff;
  letter-spacing: 0.08em;
}

.company__contents {
  margin-top: 5rem;
}
@media screen and (max-width: 767.9px) {
  .company__contents {
    margin-top: 2.3125rem;
  }
}

.company__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.25rem;
}
@media screen and (max-width: 767.9px) {
  .company__list {
    gap: 0.625rem;
  }
}

.company__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .company__item {
    gap: 0.9375rem;
  }
}

.company__head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 5.625rem;
  font-size: 1rem;
  font-weight: 500;
  color: #292929;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.9px) {
  .company__head {
    font-size: 0.875rem;
    line-height: 2.4285714286;
    min-width: 4.6875rem;
  }
}

.company__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1rem;
  color: #292929;
  line-height: 2.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.9px) {
  .company__body {
    font-size: 0.875rem;
    line-height: 2.4285714286;
  }
}

.company__location-map {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .company__location-map {
    margin-top: 0.625rem;
  }
}

.company__office-wrap {
  margin-top: 1.25rem;
  line-height: 2.5;
}
@media screen and (max-width: 767.9px) {
  .company__office-wrap {
    margin-top: 0.625rem;
    width: 100%;
    font-size: 0.875rem;
    line-height: 2.4285714286;
  }
}

@media screen and (max-width: 767.9px) {
  .company__office-info {
    padding-left: 5.625rem;
  }
}

.company__office-info p {
  font-size: 1rem;
  color: #292929;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.9px) {
  .company__office-info p {
    font-size: 0.875rem;
  }
}

.company__office-map {
  margin-top: 1.25rem;
  width: 100%;
  max-width: 47.125rem;
  height: 18.0625rem;
}
@media screen and (max-width: 767.9px) {
  .company__office-map {
    margin-top: 0.625rem;
    max-width: 100%;
  }
}

.company__office-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.company__office-access {
  color: #292929;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 2.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.9px) {
  .company__office-access {
    margin-top: 0.625rem;
    width: 100%;
    font-size: 0.875rem;
    line-height: 2.4285714286;
    padding-left: 5.625rem;
  }
}

.company__location {
  margin-top: 1.25rem;
  padding-left: 7.875rem;
}
@media screen and (max-width: 767.9px) {
  .company__location {
    margin-top: 0.625rem;
    padding-left: 0rem;
  }
}

.company__info {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767.9px) {
  .company__info {
    margin-top: 0.625rem;
  }
}

.company__info-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.25rem;
}
@media screen and (max-width: 767.9px) {
  .company__info-list {
    gap: 0.625rem;
  }
}

.company__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .company__info-item {
    gap: 0.9375rem;
  }
}

.company__info-head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 5.625rem;
  font-size: 1rem;
  font-weight: 500;
  color: #292929;
  line-height: 2.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.9px) {
  .company__info-head {
    font-size: 0.875rem;
    line-height: 2.4285714286;
    min-width: 4.6875rem;
  }
}

.company__info-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1rem;
  color: #292929;
  line-height: 2.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.9px) {
  .company__info-body {
    font-size: 0.875rem;
    line-height: 2.4285714286;
  }
}

.service__contents {
  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: 5rem;
}
@media screen and (max-width: 767.9px) {
  .service__contents {
    margin-top: 1.25rem;
    gap: 1.25rem;
  }
}

.service__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.9px) {
  .service__wrap {
    gap: 1.25rem;
    -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: 0rem;
  }
}

.service__wrap.service__wrap--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767.9px) {
  .service__wrap.service__wrap--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.service__text-wrap {
  max-width: 34.4375rem;
}
@media screen and (max-width: 767.9px) {
  .service__text-wrap {
    max-width: 100%;
    display: contents;
  }
}

.service__number {
  font-size: 4.125rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #D4D4D4;
  line-height: 1.2;
}

.service__sub-title-en {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #292929;
}
@media screen and (max-width: 767.9px) {
  .service__sub-title-en {
    font-size: 0.6875rem;
  }
}

.service__sub-title-ja {
  display: block;
  font-size: 2.5rem;
  font-weight: 500;
  color: #292929;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.9px) {
  .service__sub-title-ja {
    font-size: 1.875rem;
    line-height: 2;
  }
}

.service__text {
  margin-top: 2.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #292929;
  letter-spacing: 0.08em;
  line-height: 2.5;
}
@media screen and (max-width: 767.9px) {
  .service__text {
    margin-top: 0.625rem;
    font-size: 1rem;
    line-height: 1.875;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.service__img-wrap {
  max-width: 37.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 767.9px) {
  .service__img-wrap {
    max-width: 100%;
    margin-top: 0.625rem;
  }
}

.service__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.375rem;
}

.reason__inner.page-inner {
  padding-bottom: 0rem;
}

.reason__read {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767.9px) {
  .reason__read {
    margin-top: 1.25rem;
  }
}

.reason__read-title {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #292929;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .reason__read-title {
    font-size: 1.5rem;
    line-height: 2.5;
  }
}

.reason__read-text {
  max-width: 34.4375rem;
  margin-top: 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  color: #292929;
  letter-spacing: 0.08em;
  line-height: 2.5;
}
@media screen and (max-width: 767.9px) {
  .reason__read-text {
    margin-top: 0rem;
    max-width: 100%;
    line-height: 1.875;
  }
}

.reason__feature {
  margin-top: 5rem;
}
@media screen and (max-width: 767.9px) {
  .reason__feature {
    margin-top: 1.25rem;
  }
}

.reason__feature-inner {
  max-width: 78.4375rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.9px) {
  .reason__feature-inner {
    max-width: 36.25rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.reason__feature-contents {
  margin-top: 3.9375rem;
  background-color: #FCFCFC;
  padding: 3.75rem 8.625rem 4.875rem 7.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: 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .reason__feature-contents {
    margin-top: 1.25rem;
    padding: 0.875rem 2.0625rem 2.3125rem;
    gap: 1.25rem;
  }
}

.reason__feature-title {
  font-size: 2rem;
  font-weight: 600;
  color: #292929;
  letter-spacing: 0.08em;
  line-height: 1.875;
}
@media screen and (max-width: 767.9px) {
  .reason__feature-title {
    font-size: 1.125rem;
    line-height: 3.3333333333;
  }
}

.reason__feature-text {
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.5;
  color: #292929;
}
@media screen and (max-width: 767.9px) {
  .reason__feature-text {
    margin-top: 0rem;
    line-height: 1.875;
  }
}

.reason__owned-inner {
  max-width: 67.5rem;
  margin-inline: auto;
  padding-top: 5rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767.9px) {
  .reason__owned-inner {
    max-width: 37.5rem;
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

.reason__owned-items {
  margin-top: 5rem;
  display: grid;
  gap: 2.625rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767.9px) {
  .reason__owned-items {
    margin-top: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(13.125rem, 1fr));
  }
}

.reason__owned-item {
  position: relative;
}

.reason__owned-text {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #000;
  font-size: 0.875rem;
  font-weight: 900;
  border-radius: 0.3125rem 0 0 0;
  padding: 0.6875rem 0.375rem;
}
@media screen and (max-width: 767.9px) {
  .reason__owned-text {
    font-size: 0.875rem;
  }
}

.reason__owned-img {
  border-radius: 0.3125rem;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.purchase__items {
  margin-top: 5rem;
  display: grid;
  gap: 2.5rem 5rem;
  grid-template-columns: repeat(3, 1fr);
  max-width: 68.75rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.9px) {
  .purchase__items {
    margin-top: 1.25rem;
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fit, minmax(13.125rem, 1fr));
    padding-left: 0.8125rem;
    padding-right: 0.8125rem;
  }
}

.purchase__item-img {
  width: 19.625rem;
  aspect-ratio: 314/314;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 767.9px) {
  .purchase__item-img {
    width: 100%;
  }
}

.purchase__item-info {
  margin-top: 0.625rem;
  margin-left: 0.625rem;
}

.purchase__item-date {
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  color: #292929;
}

.purchase__item-categories {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.purchase__item-category {
  font-size: 0.75rem;
  font-weight: 500;
  color: #292929;
  text-align: center;
  border: 1px solid #292929;
  border-radius: 1px;
  padding: 0.125rem 0.625rem;
}

.purchase__item-title {
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  color: #292929;
  letter-spacing: 0.08em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767.9px) {
  .purchase__item-title {
    -webkit-line-clamp: 5;
  }
}

.single {
  overflow-x: clip;
}

.single__inner {
  max-width: 63.75rem;
  padding: 2.5rem 7.5rem 4.6875rem 5rem;
  background-color: rgba(255, 255, 255, 0.8);
  margin-inline: auto;
  padding-top: 3.75rem;
  padding-bottom: 6.25rem;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .single__inner {
    max-width: 37.5rem;
    padding-top: 2.5rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-bottom: 5rem;
    background-color: transparent;
  }
}
.single__inner::before {
  position: absolute;
  content: "";
  width: 57.5rem;
  height: 50rem;
  top: -5rem;
  left: 28.125rem;
  background-image: url(../images/deco02.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  .single__inner::before {
    width: 22.625rem;
    height: 19.625rem;
    top: -0.625rem;
    left: 11.25rem;
  }
}

.single__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.9px) {
  .single__info {
    gap: 0.6875rem;
  }
}

.single__info-date {
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #292929;
}
@media screen and (max-width: 767.9px) {
  .single__info-date {
    font-size: 1rem;
  }
}

.single__info-category {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-family: "Inter", sans-serif;
  color: #fff;
  background-color: #292929;
  padding: 0.25rem 1.4375rem;
  border-radius: 0.1875rem;
}
@media screen and (max-width: 767.9px) {
  .single__info-category {
    font-size: 0.5625rem;
    padding: 0.125rem 0.875rem;
    border-radius: 0.125rem;
  }
}

.single__title {
  margin-top: 1.25rem;
  font-weight: 900;
  font-size: 1.875rem;
  letter-spacing: 0.08em;
  color: #181818;
}
@media screen and (max-width: 767.9px) {
  .single__title {
    margin-top: 2.625rem;
    font-size: 1rem;
  }
}

.single__thumbnail {
  margin-top: 2.5rem;
  max-width: 39.6875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.9px) {
  .single__thumbnail {
    margin-top: 0.625rem;
    max-width: 100%;
  }
}

.detail {
  margin-top: 2.5rem;
  color: #181818;
  word-break: break-all;
}
@media screen and (max-width: 767.9px) {
  .detail {
    margin-top: 1.25rem;
  }
}

.detail > * + * {
  margin-top: 0.625rem;
}

.detail h1,
.detail h2 {
  margin-top: 2.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 767.9px) {
  .detail h1,
  .detail h2 {
    margin-top: 1.25rem;
    font-size: 1.25rem;
  }
}

.detail h3 {
  margin-top: 2.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
}

.detail h4,
.detail h5,
.detail h6 {
  margin-top: 2.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}

.detail p {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 767.9px) {
  .detail p {
    line-height: 1.875;
  }
}

.detail ul {
  list-style-type: disc;
  padding-left: 1.25rem;
}

.detail li {
  font-size: 1rem;
  line-height: 2;
}

.detail ol {
  list-style-type: decimal;
  padding-left: 1.25rem;
}

.detail dl {
  list-style-type: decimal;
  line-height: 2;
}

.detail dt,
.detail dd {
  font-size: 1rem;
}

.detail dd {
  padding-left: 1.25rem;
}

.detail blockquote {
  font-style: italic;
  border-left: 2px solid #ccc;
  padding-left: 0.9375rem;
  font-size: 1rem;
  color: #555;
  line-height: 2;
}

.detail a {
  display: inline-block;
  font-size: 1rem;
  text-decoration: underline;
}

.detail img,
.detail figure {
  max-width: 39.6875rem;
  margin-inline: auto;
  margin-top: 3rem;
  width: auto;
  height: auto;
}
@media screen and (max-width: 767.9px) {
  .detail img,
  .detail figure {
    max-width: 100%;
  }
}

.detail figcaption {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  text-align: center;
}

.detail table {
  margin-top: 2.5rem;
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  text-align: left;
}

.detail th,
.detail td {
  border: 1px solid #ddd;
  padding: 0.75rem;
}

.detail thead th {
  background-color: #f4f4f4;
  font-weight: bold;
  text-align: center;
}

.detail tbody th {
  background-color: #f9f9f9;
}

.detail pre {
  white-space: pre-wrap;
}

.detail__mote-link {
  margin-top: 7.1875rem;
  display: block;
  width: 100%;
  max-width: 23.75rem;
  margin-inline: auto;
  text-align: center;
  font-size: 1rem;
  border: 1px solid #000;
  border-radius: 0.25rem;
  padding: 1.46875rem;
  color: #292929;
  letter-spacing: 0.08em;
  position: relative;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767.9px) {
  .detail__mote-link {
    margin-top: 3.75rem;
    max-width: 20.625rem;
  }
}
.detail__mote-link:hover {
  background-color: #292929;
  color: #fff;
  opacity: 1;
}
.detail__mote-link:hover::before {
  background-image: url(../images/arrow-white.svg);
}
.detail__mote-link::before {
  position: absolute;
  content: "";
  width: 1.0625rem;
  height: 1.0625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.875rem;
  background-image: url(../images/arrow-black.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.9px) {
  .detail__mote-link:hover {
    background-color: transparent;
    color: #292929;
  }
  .detail__mote-link:hover::before {
    background-image: url(../images/arrow-black.svg);
  }
}

.detail__request-btn-wrap {
  margin-top: 4.0625rem;
  max-width: 23.125rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.9px) {
  .detail__request-btn-wrap {
    margin-top: 2.5rem;
    max-width: 19.0625rem;
  }
}

.detail__request-btn {
  width: 100%;
  display: inline-block;
  text-align: center;
  background-color: #292929;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  padding: 1.125rem;
  letter-spacing: 0.08em;
  position: relative;
}
.detail__request-btn::before {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3.125rem;
  background-image: url(../images/icon_file.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.property-info {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .property-info {
    margin-top: 1.875rem;
  }
}

.property-info__row {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 2fr;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 0.375rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.125rem 0;
  border-top: 1px solid #E5E5E5;
}
@media screen and (max-width: 767.9px) {
  .property-info__row {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 0.375rem;
    padding: 0.875rem 0;
  }
}

.property-info__row:last-child {
  border-bottom: 1px solid #E5E5E5;
}

.property-info__label,
.property-info__data {
  font-size: 1rem;
  letter-spacing: 0.08em;
  color: #181818;
}
@media screen and (max-width: 767.9px) {
  .property-info__label,
  .property-info__data {
    font-size: 0.875rem;
  }
}

.property-info__label {
  font-weight: 500;
}

.property-info__data {
  line-height: 1.8;
}
@media screen and (max-width: 767.9px) {
  .property-info__data {
    line-height: 1.6;
  }
}
@media screen and (max-width: 767.9px) {
  .property-info__data br {
    display: block;
  }
}

.detail-info {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767.9px) {
  .detail-info {
    margin-top: 2.5rem;
  }
}

.detail-info__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
@media screen and (max-width: 767.9px) {
  .detail-info__row {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
}

.detail-info__item {
  margin: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 1.25rem 2rem 1.25rem 0;
  border-bottom: 1px solid #E4E4E4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.75rem;
}
@media screen and (max-width: 767.9px) {
  .detail-info__item {
    padding: 0.625rem 0 0.625rem 0;
    gap: 0.8125rem;
  }
}

.detail-info__item dt {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
  min-width: 5rem;
  max-width: 5rem;
}
@media screen and (max-width: 767.9px) {
  .detail-info__item dt {
    font-size: 0.75rem;
    min-width: 4.0625rem;
    max-width: 4.0625rem;
  }
}

.detail-info__item dd {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
  padding-left: 0rem;
}
@media screen and (max-width: 767.9px) {
  .detail-info__item dd {
    font-size: 0.75rem;
  }
}

.privacy__inner.page-inner {
  max-width: 51.25rem;
}
@media screen and (max-width: 767.9px) {
  .privacy__inner.page-inner {
    max-width: 37.5rem;
    padding-left: 1.5625rem;
    padding-right: 2.125rem;
    padding-bottom: 5rem;
  }
}

.privacy__contents {
  margin-top: 5rem;
}
@media screen and (max-width: 767.9px) {
  .privacy__contents {
    margin-top: 1.25rem;
  }
}

.privacy__text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.7;
  color: #181818;
  word-break: break-all;
}
@media screen and (max-width: 767.9px) {
  .privacy__text {
    font-size: 0.75rem;
    line-height: 2.5;
  }
}

.privacy__text a {
  color: #181818;
}

.privacy__sub-title {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.9px) {
  .privacy__sub-title {
    margin-top: 1.25rem;
    gap: 0.625rem;
  }
}

.privacy__sub-title-number {
  font-size: 1.875rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #292929;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.9px) {
  .privacy__sub-title-number {
    font-size: 1.25rem;
  }
}

.privacy__sub-title-text {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #181818;
}
@media screen and (max-width: 767.9px) {
  .privacy__sub-title-text {
    font-size: 1rem;
  }
}

.privacy__sub-title + .privacy__text {
  margin-top: 0.625rem;
}

.privacy__text-center {
  margin-top: 5rem;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #000;
  text-align: center;
  margin-bottom: 1.875rem;
}

.news__items {
  max-width: 63.75rem;
  margin-inline: auto;
  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: 1.875rem;
}
@media screen and (max-width: 767.9px) {
  .news__items {
    max-width: 37.5rem;
    margin-top: 1.5625rem;
    gap: 0.9375rem;
  }
}

.news__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.125rem;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .news__item-link {
    gap: 0.625rem 1rem;
  }
}

.news__item-date {
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  color: #292929;
  min-width: 5.3125rem;
}

.news__item-category {
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  background-color: #292929;
  color: #fff;
  padding: 0.28125rem 1.25rem;
}
@media screen and (max-width: 767.9px) {
  .news__item-category {
    padding: 0.3125rem 1.25rem 0.21875rem;
  }
}

.news__item-title {
  font-size: 1rem;
  font-weight: 500;
  color: #292929;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767.9px) {
  .news__item-title {
    width: 100%;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.whitepaper__items {
  margin-top: 5rem;
  display: grid;
  gap: 2.5rem 5rem;
  grid-template-columns: repeat(3, 1fr);
  max-width: 68.75rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.9px) {
  .whitepaper__items {
    margin-top: 1.25rem;
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fit, minmax(13.125rem, 1fr));
    padding-left: 0.8125rem;
    padding-right: 0.8125rem;
  }
}

.whitepaper__item-img {
  width: 19.625rem;
  aspect-ratio: 314/176;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 767.9px) {
  .whitepaper__item-img {
    width: 100%;
  }
}

.whitepaper__item-info {
  margin-top: 0.625rem;
  margin-left: 0.625rem;
}

.whitepaper__item-date {
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  color: #292929;
}

.whitepaper__item-categories {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.whitepaper__item-category {
  font-size: 0.75rem;
  font-weight: 500;
  color: #292929;
  text-align: center;
  border: 1px solid #292929;
  border-radius: 1px;
  padding: 0.125rem 0.625rem;
}

.whitepaper__item-title {
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  color: #292929;
  letter-spacing: 0.08em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767.9px) {
  .whitepaper__item-title {
    -webkit-line-clamp: 5;
  }
}

.thanks__contents {
  padding-top: 6.25rem;
  padding-bottom: 2.8125rem;
}
@media screen and (max-width: 767.9px) {
  .thanks__contents {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.thanks__text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #292929;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 767.9px) {
  .thanks__text {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767.9px) and (max-width: 767.9px) {
  .thanks__text {
    font-size: 0.75rem;
  }
}

.thanks__text.thanks__text--large {
  font-size: 1rem;
}

@media screen and (max-width: 767.9px) {
  .contact__inner.page-inner {
    max-width: 37.5rem;
  }
}

.contact__contents {
  padding-top: 6.25rem;
}
@media screen and (max-width: 767.9px) {
  .contact__contents {
    padding-top: 1.25rem;
  }
}

.contact__text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #292929;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 767.9px) {
  .contact__text {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767.9px) and (max-width: 767.9px) {
  .contact__text {
    font-size: 0.75rem;
  }
}

.form {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .form {
    margin-top: 3.625rem;
  }
}

.form__inner {
  max-width: 41.875rem;
  margin-inline: auto;
}

.form__item {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.125rem;
}
.form__item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767.9px) {
  .form__item {
    margin-top: 1.25rem;
    -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;
  }
}

.form__item.form__item--textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.3125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 8.8125rem;
}
@media screen and (max-width: 767.9px) {
  .form__label {
    min-width: auto;
  }
}

.form__label.form__label--textarea {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767.9px) {
  .form__label.form__label--textarea {
    margin-top: 0rem;
  }
}

.form__label-text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #000;
}
@media screen and (max-width: 767.9px) {
  .form__label-text {
    font-size: 0.75rem;
  }
}

.form__label-required {
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #F14D61;
}
@media screen and (max-width: 767.9px) {
  .form__label-required {
    font-size: 0.625rem;
  }
}

.form__radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767.9px) {
  .form__radio-group {
    gap: 0.625rem;
  }
}

.form__radio-label {
  cursor: pointer;
  position: relative;
}

.form__radio-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.form__radio-text {
  display: inline-block;
  padding: 0.5625rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #292929;
  background-color: #F2F2F2;
  border: 1px solid #292929;
  border-radius: 0.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 5.125rem;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .form__radio-text {
    padding: 0.4375rem 0.625rem;
    font-size: 0.625rem;
    min-width: 3.75rem;
  }
}

.form__radio-input:checked + .form__radio-text {
  background-color: #292929;
  color: #fff;
  border-color: #292929;
}

.form__radio-input:not([disabled]) + .form__radio-text:hover {
  background-color: #E5E5E5;
}

.form__radio-input:not([disabled]):checked + .form__radio-text:hover {
  background-color: #333;
}

.form__radio-label:has(.form__radio-input[disabled]) {
  cursor: default;
}

.form__radio-input[disabled] + .form__radio-text:hover {
  background-color: #F2F2F2;
}

.form__radio-input[disabled]:checked + .form__radio-text:hover {
  background-color: #292929;
}

.form__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #292929;
  background-color: #F1F1F1;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media screen and (max-width: 767.9px) {
  .form__input {
    padding: 0.625rem;
  }
}
.form__input::-webkit-input-placeholder {
  color: #BCBCBC;
}
.form__input::-moz-placeholder {
  color: #BCBCBC;
}
.form__input:-ms-input-placeholder {
  color: #BCBCBC;
}
.form__input::-ms-input-placeholder {
  color: #BCBCBC;
}
.form__input::placeholder {
  color: #BCBCBC;
}
.form__input:focus {
  outline: none;
  border-color: #292929;
}

.form__input--readonly {
  background-color: #F9F9F9;
  color: #666;
  border: 1px solid #E0E0E0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}
.form__input--readonly:focus {
  border-color: #E0E0E0;
}

.form__readonly {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

.form__textarea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 31.25rem;
  width: 100%;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #292929;
  background-color: #F1F1F1;
  border-radius: 0.25rem;
  resize: vertical;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  font-family: inherit;
  min-height: 16.875rem;
  resize: none;
}
@media screen and (max-width: 767.9px) {
  .form__textarea {
    padding: 0.625rem;
    min-height: 18.75rem;
  }
}
.form__textarea::-webkit-input-placeholder {
  color: #BCBCBC;
}
.form__textarea::-moz-placeholder {
  color: #BCBCBC;
}
.form__textarea:-ms-input-placeholder {
  color: #BCBCBC;
}
.form__textarea::-ms-input-placeholder {
  color: #BCBCBC;
}
.form__textarea::placeholder {
  color: #BCBCBC;
}

.form__submit {
  margin-top: 5rem;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .form__submit {
    margin-top: 2.5rem;
  }
}

.form__submit-btn {
  max-width: 23.75rem;
  width: 100%;
  text-align: center;
  padding: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .form__submit-btn {
    padding: 1.5rem;
  }
}
.form__submit-btn:hover {
  background-color: #fff;
  color: #292929;
  opacity: 1;
}
.form__submit-btn:hover::before {
  background-image: url(../images/arrow-black.svg);
}
.form__submit-btn::before {
  position: absolute;
  content: "";
  width: 1.0625rem;
  height: 1.0625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.875rem;
  background-image: url(../images/arrow-white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.9px) {
  .form__submit-btn:hover {
    background-color: #000;
    color: #fff;
  }
  .form__submit-btn:hover::before {
    background-image: url(../images/arrow-white.svg);
  }
}

.page-inner.page-inner--recruit {
  overflow-x: initial;
}
@media screen and (max-width: 767.9px) {
  .page-inner.page-inner--recruit {
    overflow-x: clip;
  }
}

.recruit__read {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .recruit__read {
    margin-top: 1.25rem;
  }
}

.recruit__read-title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #292929;
}
@media screen and (max-width: 767.9px) {
  .recruit__read-title {
    font-size: 1.25rem;
    line-height: 2;
  }
}

.recruit__read-text {
  margin-top: 2.5rem;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.08em;
  color: #181818;
}
@media screen and (max-width: 767.9px) {
  .recruit__read-text {
    margin-top: 1.25rem;
    font-size: 0.75rem;
    line-height: 2.5;
  }
}

.recruit__application {
  margin-top: 5rem;
}
@media screen and (max-width: 767.9px) {
  .recruit__application {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 767.9px) {
  .page-title-en--row.page-title-en--recruit {
    line-height: 1.2;
    margin-bottom: 0.625rem;
  }
}

.recruit__application-read {
  margin-top: 2.5rem;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.08em;
  text-align: center;
  max-width: 46.5625rem;
  margin-inline: auto;
  color: #181818;
}
@media screen and (max-width: 767.9px) {
  .recruit__application-read {
    margin-top: 0.625rem;
    font-size: 0.75rem;
    line-height: 2.5;
    text-align: left;
  }
}

.recruit__details {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .recruit__details {
    margin-top: 1.25rem;
  }
}

.recruit__detail-list {
  border: 1px solid #292929;
  padding: 2.5rem 7.5rem;
}
@media screen and (max-width: 767.9px) {
  .recruit__detail-list {
    padding: 1.25rem 1.25rem 1.25rem 1.0625rem;
  }
}

.recruit__detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem 0;
  gap: 1.4375rem;
  color: #292929;
}
@media screen and (max-width: 767.9px) {
  .recruit__detail-item {
    gap: 0.375rem;
    padding: 0.3125rem 0;
  }
}

.recruit__detail-term {
  min-width: 6.5625rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.9px) {
  .recruit__detail-term {
    min-width: 5.625rem;
    line-height: 2;
    font-size: 0.875rem;
  }
}

.recruit__detail-description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 2.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.9px) {
  .recruit__detail-description {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.recruit__flow {
  margin-top: 5rem;
}
@media screen and (max-width: 767.9px) {
  .recruit__flow {
    margin-top: 2.5rem;
  }
}

.recruit__flow-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 7.6875rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767.9px) {
  .recruit__flow-steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.5625rem;
    margin-top: 3.9375rem;
  }
}

.recruit__flow-step {
  position: relative;
  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;
}

.recruit__flow-number {
  position: absolute;
  top: -2.6875rem;
  left: -2.6875rem;
  width: 5.375rem;
  height: 5.375rem;
  border-radius: 50%;
  background-color: #292929;
  color: #fff;
  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;
  font-size: 2.25rem;
  font-weight: 500;
  z-index: 1;
  font-family: "Inter", sans-serif;
}

.recruit__flow-box {
  width: 16.6875rem;
  height: 16.6875rem;
  border: 1px solid #292929;
  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;
}

.recruit__flow-step:not(:last-child) .recruit__flow-box {
  position: relative;
}
.recruit__flow-step:not(:last-child) .recruit__flow-box::before {
  position: absolute;
  content: "";
  width: 1.375rem;
  height: 1.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -7.1875rem;
  background-image: url(../images/icon_arrow-flow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 767.9px) {
  .recruit__flow-step:not(:last-child) .recruit__flow-box::before {
    right: 0rem;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    top: initial;
    right: initial;
    left: 50%;
    bottom: -3.125rem;
  }
}

.recruit__flow-text {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
  color: #292929;
}/*# sourceMappingURL=style.css.map */