@charset "UTF-8";
/* 『A-OTF Gothic MB101 Pr5』の代替 */
html {
  font-size: 16px;
}
@media (max-width: 1400px) {
  html {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* フォントカラーは、使用頻度が多いものを選択する */
body {
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #160901;
  line-height: 1;
}

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

/* コンテンツ量が少なく短いページでもフッターを最下部に表示する ---- */
.content-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

/* コンテンツ量が少なく短いページでもフッターを最下部に表示する ここまで ---- */
/* YouTubeのframeborder属性の変わり(HTML5の標準仕様で廃止されているため) */
iframe {
  border: none;
}

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

ul,
ol {
  padding: 0;
}

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

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  filter: blur(10px);
}

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

textarea {
  resize: none;
}

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

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

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

.inner {
  width: 100%;
  max-width: 90.625rem;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

/* ----------------------------------------------- */
/* PINの設定 */
/* ----------------------------------------------- */
.section > *:not(.pin-target) {
  position: relative;
  z-index: 3;
}

/* ----------------------------------------------- */
/* TOPページ、採用情報ページ MVアニメーション（上から下） */
/* ----------------------------------------------- */
.js-mv__text-01,
.js-mv__text-02,
.js-mv__text-06,
.js-mask-02 {
  clip-path: inset(0% 0% 100% 0%);
}

/* ----------------------------------------------- */
/* VISIONページ MVアニメーション（左から右） */
/* ----------------------------------------------- */
.js-mv__text-03,
.js-mv__text-04,
.js-mv__text-05,
.js-mv__text-07,
.js-mv__text-08,
.js-mask-01 {
  clip-path: inset(0% 100% 0% 0%);
}

/* ----------------------------------------------- */
/* 各セクションのマスクアニメーション */
/* ----------------------------------------------- */
.js-grad-mask {
  mask-image: linear-gradient(90deg, #ffffff 0% 50%, transparent 100%);
  mask-size: 200% 100%;
  mask-repeat: no-repeat;
  mask-position: 200% 0%;
}

.js-grad-mask.is-open {
  animation: mask 1s linear forwards;
}

@keyframes mask {
  0% {
    mask-position: 200% 0%;
  }
  100% {
    mask-position: 0% 0%;
  }
}
.body-bg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.body-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fbfbfb;
  width: 100%;
  height: 100%;
  z-index: -10;
}

.body-bg.body-bg-black {
  overflow: visible;
}

.body-bg.body-bg-black::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #100f0e;
  width: 100%;
  height: 100%;
  z-index: -10;
}

.footer {
  position: relative;
  background-color: #fbfbfb;
  color: #160901;
  padding-top: 5.625rem;
  padding-bottom: 3.125rem;
  z-index: 1;
  border-top: 2px solid #160901;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 3.125rem;
    padding-bottom: 1.875rem;
  }
}

.footer__upper-inner {
  max-width: 117.5rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 768px) {
  .footer__upper-inner {
    max-width: 18.75rem;
  }
}

.footer__main {
  margin-top: 6.625rem;
  border-top: 2px solid #160901;
  border-bottom: 2px solid #160901;
}
@media screen and (max-width: 768px) {
  .footer__main {
    margin-top: 3.125rem;
  }
}

.footer__main-inner {
  max-width: 115.625rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 768px) {
  .footer__main-inner {
    max-width: 33.75rem;
  }
}

.footer__under-inner {
  max-width: 115.625rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 768px) {
  .footer__under-inner {
    max-width: 33.75rem;
  }
}

.footer__link-list {
  display: flex;
  justify-content: space-around;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer__link-list {
    flex-direction: column;
    align-items: center;
  }
}

.footer__link-item a {
  display: inline-block;
  text-align: center;
  padding-top: 3.3125rem;
  padding-bottom: 2.5rem;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .footer__link-item a {
    padding: 1.25rem 0;
  }
}

@media (any-hover: hover) {
  .footer__link-item a:hover {
    opacity: 0.6;
  }
}
.footer__contact {
  position: relative;
  display: inline-flex;
  width: 100%;
  align-items: center;
  height: 100%;
  gap: 2.0625rem;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .footer__contact {
    flex-direction: column;
    align-items: start;
    gap: 1rem;
  }
}

.footer__contact::after {
  position: absolute;
  content: "";
  mask-image: url(../../assets/images/common/icon-arrow.svg);
  mask-size: 5rem;
  mask-repeat: no-repeat;
  background-color: #160901;
  bottom: 0.375rem;
  right: 0.875rem;
  width: 5rem;
  aspect-ratio: 80/68;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .footer__contact::after {
    width: 1.875rem;
    mask-size: 1.875rem;
    right: 0;
  }
}

@media (any-hover: hover) {
  .footer__contact:hover {
    opacity: 0.6;
  }
  .footer__contact:hover::after {
    opacity: 0.6;
    right: -0.625rem;
  }
}
.footer__contact-en {
  text-transform: uppercase;
  font-size: max(5.625rem, 12px);
  font-weight: 400;
  font-family: anisette-std, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #160901;
  letter-spacing: 0em;
  padding: 0 0.9375rem;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .footer__contact-en {
    font-size: max(1.875rem, 12px);
    padding: 0;
  }
}

.footer__contact-jp {
  position: relative;
  display: inline-block;
  font-size: max(1.125rem, 12px);
  font-weight: 400;
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #160901;
  letter-spacing: 0.075em;
  padding-inline: 1.375rem;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .footer__contact-jp {
    font-size: max(0.75rem, 12px);
    margin-top: 0;
  }
}

.footer__contact-jp::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/common/square-brackets-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.375rem;
  aspect-ratio: 5/30;
}
@media screen and (max-width: 768px) {
  .footer__contact-jp::before {
    width: 0.25rem;
  }
}

.footer__contact-jp::after {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/common/square-brackets-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 0.375rem;
  aspect-ratio: 5/30;
}
@media screen and (max-width: 768px) {
  .footer__contact-jp::after {
    width: 0.25rem;
  }
}

.footer__en {
  text-transform: uppercase;
  font-size: max(3.125rem, 12px);
  font-weight: 400;
  font-family: "Kanit", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #160901;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .footer__en {
    font-size: max(1.5rem, 12px);
  }
}

.footer__ja {
  margin-top: 0.25rem;
  font-size: max(0.75rem, 12px);
  font-weight: 400;
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #6d6866;
  letter-spacing: 0.075em;
}

.footer__under-content {
  margin-top: 2.8125rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__under-content {
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    margin-top: 1.875rem;
  }
}

.footer__logo {
  width: 21rem;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    max-width: 12.5rem;
    width: 100%;
  }
}

@media (any-hover: hover) {
  .footer__logo:hover {
    opacity: 0.6;
  }
}
.footer__privacy {
  position: relative;
  transition: 0.3s ease-in-out;
}

.footer__privacy::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/common/square-brackets-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.3125rem;
  aspect-ratio: 5/30;
}
@media screen and (max-width: 768px) {
  .footer__privacy::before {
    width: 0.1875rem;
  }
}

.footer__privacy::after {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/common/square-brackets-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 0.3125rem;
  aspect-ratio: 5/30;
}
@media screen and (max-width: 768px) {
  .footer__privacy::after {
    width: 0.1875rem;
  }
}

.footer__privacy a {
  position: relative;
  font-size: max(1.25rem, 12px);
  font-weight: 400;
  font-family: "Kanit", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #160901;
  line-height: 1.55;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-left: 1.25rem;
  padding-right: 4.0625rem;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .footer__privacy a {
    font-size: max(0.875rem, 12px);
  }
}

.footer__privacy a::after {
  position: absolute;
  content: "";
  mask-image: url(../../assets/images/common/icon-arrow.svg);
  mask-size: 0.75rem;
  mask-repeat: no-repeat;
  background-color: #160901;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5625rem;
  width: 0.75rem;
  aspect-ratio: 12/10;
  transition: 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .footer__privacy:hover {
    opacity: 0.6;
  }
  .footer__privacy a:hover::after {
    right: 0.9375rem;
  }
}
.footer__under-layout {
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: end;
  gap: 1.25rem;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .footer__under-layout {
    margin-top: 0;
  }
}

.footer__copy {
  font-size: max(0.875rem, 12px);
  font-family: "Kanit", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.085em;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    font-size: max(0.75rem, 12px);
  }
}

.footer__copy span {
  text-transform: uppercase;
}

.hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: all 0.3s;
    z-index: 100;
    width: 3.125rem;
    height: 3.125rem;
    cursor: pointer;
  }
}

@media screen and (max-width: 768px) {
  .hamburger span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background-color: #160901;
    transition: all 0.3s;
    width: 1.875rem;
  }
}

@media screen and (max-width: 768px) {
  .hamburger span:first-child {
    top: 30%;
  }
}

@media screen and (max-width: 768px) {
  .hamburger span:nth-child(2) {
    top: 50%;
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .hamburger span:nth-child(3) {
    top: 70%;
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .hamburger.is-active span:nth-child(3) {
    width: 1.875rem;
  }
}

@media screen and (max-width: 768px) {
  .hamburger.is-active span:first-child {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}

@media screen and (max-width: 768px) {
  .hamburger.is-active span:nth-child(2) {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .hamburger.is-active span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5.625rem;
  transition: all 0.3s;
  z-index: 1000;
  border-bottom: 2px solid #160901;
  background-color: #fbfbfb;
}
@media screen and (max-width: 768px) {
  .header {
    height: 3.75rem;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header__inner {
    align-items: center;
  }
}

.header__logo {
  width: clamp(15.625rem, -9.441rem + 27.66vw, 23.75rem); /* 250 ~ 380 | 1450 ~ 1920 */
  height: 100%;
  border-right: 2px solid #160901;
}
@media screen and (max-width: 768px) {
  .header__logo {
    max-width: 15.625rem;
    width: 100%;
    border-right: none;
  }
}

.header__logo a {
  display: grid;
  place-items: center;
  height: 100%;
  padding: 0 1.25rem;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .header__logo a:hover {
    opacity: 0.6;
  }
}
.header__hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__hamburger {
    display: block;
  }
}

.header__pc-nav {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header__pc-nav {
    display: none;
  }
}

.btn {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0.3125rem 1.4375rem;
  transition: all 0.3s;
}
.btn::before,
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #160901;
  width: 0.3125rem;
  height: 1.875rem;
}

.btn::before {
  left: 0;
  mask-image: url(../../assets/images/common/square-brackets-left.svg);
}

.btn::after {
  right: 0;
  mask-image: url(../../assets/images/common/square-brackets-right.svg);
}

.btn.btn-01.btn-01-gray::before,
.btn.btn-01.btn-01-gray::after {
  background-color: #fbfbfb;
}

.btn.btn-03::before,
.btn.btn-03::after {
  width: 0.2604166667vw;
  height: 1.5625vw;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .btn.btn-03::before,
  .btn.btn-03::after {
    width: 0.3125rem;
    height: 1.875rem;
  }
}

@media screen and (max-width: 768px) {
  .btn.btn-03 {
    padding: 0.3125rem 0.9375rem;
  }
}

@media (any-hover: hover) {
  .btn.btn-03:hover,
  .btn.btn-03:hover .btn__text.btn__text-03 {
    opacity: 1;
  }
}
.btn.btn-04.btn-04-a {
  padding: 1.5625rem 0;
  max-width: 39.375rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .btn.btn-04.btn-04-a {
    padding: 0.3125rem 0;
    max-width: 21.875rem;
  }
}

.btn.btn-04.btn-04-b {
  padding: 0.9375rem 0;
  max-width: 39.375rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .btn.btn-04.btn-04-b {
    padding: 0.3125rem 0;
    max-width: 21.875rem;
  }
}

.btn.btn-04::before,
.btn.btn-04::after {
  width: 1.25rem;
  height: 9.6875rem;
}
@media screen and (max-width: 768px) {
  .btn.btn-04::before,
  .btn.btn-04::after {
    width: 0.5rem;
    height: 3.75rem;
  }
}

.btn.btn-04::before {
  left: 0;
  mask-image: url(../../assets/images/common/square-brackets-left-02.svg);
}

.btn.btn-04::after {
  right: 0;
  mask-image: url(../../assets/images/common/square-brackets-right-02.svg);
}

.btn__text {
  position: relative;
  display: inline-block;
  font-size: 1.25rem;
  font-family: "Kanit", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #160901;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.3s;
}

.btn__text.btn__text-01 {
  padding-right: 2.5rem;
}

.btn__text.btn__text-01.btn__text-01-gray {
  color: #fbfbfb;
}

.btn__text.btn__text-02 {
  padding-left: 2.5rem;
}

.btn__text.btn__text-03 {
  font-size: 1.0416666667vw;
  color: #ffffff;
  padding-right: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .btn__text.btn__text-03 {
    font-size: max(1rem, 12px);
    padding-right: 1.5625rem;
  }
}

.btn__text.btn__text-04.btn__text-04-a {
  font-size: 6.25rem;
  font-family: source-han-sans-japanese, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 800;
  color: #160901;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .btn__text.btn__text-04.btn__text-04-a {
    font-size: 3.125rem;
  }
}

.btn__text.btn__text-04.btn__text-04-b {
  font-size: 8.75rem;
  font-family: "Kanit", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #160901;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .btn__text.btn__text-04.btn__text-04-b {
    font-size: 3.125rem;
  }
}

.btn__text::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  mask-image: url(../../assets/images/common/icon-arrow-mini.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #160901;
  width: 0.75rem;
  height: 0.625rem;
  transition: all 0.3s;
}

.btn__text.btn__text-01::before {
  right: 0;
}

.btn__text.btn__text-01.btn__text-01-gray::before {
  background-color: #fbfbfb;
}

.btn__text.btn__text-02::before {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}

.btn__text.btn__text-03::before {
  right: 0;
  background-color: #ffffff;
  width: 0.625vw;
  height: 0.5208333333vw;
}
@media screen and (max-width: 768px) {
  .btn__text.btn__text-03::before {
    width: 0.75rem;
    height: 0.625rem;
  }
}

.btn__text.btn__text-04::before {
  content: none;
}

@media (any-hover: hover) {
  .btn:hover {
    opacity: 0.6;
  }
  .btn.btn-01:hover .btn__text.btn__text-01::before {
    right: -0.5rem;
  }
  .btn.btn-02:hover .btn__text.btn__text-02::before {
    left: -0.5rem;
  }
}
.interview__inner.inner {
  width: 100%;
  padding-left: 14.3%;
  padding-right: 8.8%;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .interview__inner.inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 100%;
    max-width: 33.75rem;
  }
}

.interview__fv {
  position: relative;
  width: 100%;
  aspect-ratio: 1820/1080;
}

.interview__fv-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.interview__fv-inner.inner {
  position: relative;
  height: 100%;
  max-width: 109.375rem;
}
@media screen and (max-width: 768px) {
  .interview__fv-inner.inner {
    max-width: 33.75rem;
  }
}

.interview__fv::before {
  content: "";
  position: absolute;
  background-image: url(../../assets/images/interview/interview-main-shadow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 100%;
  aspect-ratio: 1820/250;
  z-index: -1;
}

.interview__fv-contents {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: inherit;
  gap: 6.25rem;
  position: absolute;
  left: 1.5625rem;
  bottom: clamp(3.125rem, -26.955rem + 33.19vw, 12.875rem); /* 50 ~ 206 | 1450 ~ 1920 */
}
@media screen and (max-width: 768px) {
  .interview__fv-contents {
    gap: 3.125rem;
    bottom: 0;
  }
}

.interview__fv-contents.interview__fv-contents--tsukuda {
  gap: 3.125rem;
}
@media screen and (max-width: 768px) {
  .interview__fv-contents.interview__fv-contents--tsukuda {
    gap: 1.875rem;
  }
}

.interview__fv-text {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .interview__fv-text {
    width: 50%;
  }
}

.interview__fv-text--ashikaga,
.interview__fv-text--tsukuda {
  max-width: 44vw;
  aspect-ratio: 850/279;
}
@media screen and (max-width: 768px) {
  .interview__fv-text--ashikaga,
  .interview__fv-text--tsukuda {
    max-width: 34.375rem;
  }
}

.interview__fv-text--rice {
  max-width: 48vw;
  aspect-ratio: 900/267;
}
@media screen and (max-width: 768px) {
  .interview__fv-text--rice {
    max-width: 34.375rem;
  }
}

.interview__name-wrapper {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .interview__name-wrapper {
    gap: 0.375rem;
  }
}

.interview__name {
  font-size: max(3.125rem, 12px);
  font-weight: 700;
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .interview__name {
    font-size: max(1.5rem, 12px);
  }
}

.interview__time {
  font-size: max(0.875rem, 12px);
  font-weight: 500;
  font-family: "Kanit", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .interview__time {
    font-size: max(0.75rem, 12px);
  }
}

.interview__inner p {
  color: #ffffff;
}

.interview__comment01 {
  display: grid;
  grid-template-columns: 550fr 749fr;
  gap: 6.25rem;
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .interview__comment01 {
    margin-top: 3.125rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 3.125rem;
  }
}

.interview__comment02 {
  margin-top: 8.125rem;
  display: grid;
  grid-template-columns: 749fr 550fr;
  gap: 6.25rem;
}
@media screen and (max-width: 768px) {
  .interview__comment02 {
    margin-top: 4.375rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 3.125rem;
  }
}

@media screen and (max-width: 768px) {
  .interview__comment02 .interview__comment-img {
    order: 1;
  }
}

@media screen and (max-width: 768px) {
  .interview__comment02 .interview__comment-detail {
    order: 2;
  }
}

.interview__comment-img-box {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .interview__comment-img-box {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 375px) {
  .interview__comment-img-box {
    width: 100%;
  }
}

.interview__comment-img {
  width: 100%;
  aspect-ratio: 550/700;
  object-fit: cover;
  border-radius: 5px;
}

.interview__comment-detail {
  display: flex;
  flex-direction: column;
  gap: 4.6875rem;
  margin-top: -0.625rem;
}
@media screen and (max-width: 768px) {
  .interview__comment-detail {
    width: 100%;
    gap: 2.5rem;
    margin-top: 0;
  }
}

.interview__comment-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.interview__comment-title {
  font-size: max(1.875rem, 12px);
  font-weight: 700;
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 1.7333333333;
  letter-spacing: 0.075em;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .interview__comment-title {
    font-size: max(1.25rem, 12px);
  }
}

.interview__comment-text {
  font-size: max(1.25rem, 12px);
  font-weight: 400;
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 2;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .interview__comment-text {
    font-size: max(0.75rem, 12px);
  }
}

.interview__text {
  font-size: max(1.25rem, 12px);
  font-weight: 400;
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 2;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .interview__text {
    font-size: max(0.75rem, 12px);
  }
}

.interview__img-box {
  margin-top: 8.125rem;
  width: calc(100vw - 4.5625rem);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  display: block;
}
@media screen and (max-width: 768px) {
  .interview__img-box {
    margin-top: 4.375rem;
    height: 20rem;
    width: 100%;
  }
}

.interview__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1847/650;
}

.interview__link {
  margin-top: 7.5rem;
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 768px) {
  .interview__link {
    margin-top: 4.375rem;
    padding-bottom: 6.25rem;
  }
}

.interview__link-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
}
@media screen and (max-width: 768px) {
  .interview__link-list {
    grid-template-columns: 1fr;
  }
}

.interview__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .interview__item {
    max-width: 37.5rem;
    height: auto;
  }
}

.interview__item a {
  height: 100%;
  filter: grayscale(100%);
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .interview__item a:hover {
    filter: grayscale(0%);
    opacity: 1;
  }
}
.interview__item-img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 700/300;
  object-fit: cover;
  object-position: right;
  z-index: -2;
  opacity: 0.8;
  mix-blend-mode: multiply;
  transition: all 0.3s;
}

.interview__item-text {
  width: 100%;
}

.interview__item-text > img {
  width: 100%;
  object-fit: contain;
}

.interview__item-text-wrapper {
  position: absolute;
  left: 1.875rem;
  bottom: 4.0625rem;
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}
@media screen and (max-width: 1920px) {
  .interview__item-text-wrapper {
    left: 1.5625vw;
    bottom: 3.3854166667vw;
    gap: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .interview__item-text-wrapper {
    gap: 0.625rem;
    left: 1.25rem;
    bottom: 1.25rem;
  }
}

.interview__item-text.interview__item-text--03,
.interview__item-text.interview__item-text--01 {
  max-width: 22.3125rem;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1920px) {
  .interview__item-text.interview__item-text--03,
  .interview__item-text.interview__item-text--01 {
    max-width: 18.59375vw;
  }
}
@media screen and (max-width: 768px) {
  .interview__item-text.interview__item-text--03,
  .interview__item-text.interview__item-text--01 {
    max-width: 21.875rem;
    width: 60%;
  }
}

.interview__item-text.interview__item-text--02 {
  width: 100%;
  max-width: 23.5625rem;
  display: block;
}
@media screen and (max-width: 1920px) {
  .interview__item-text.interview__item-text--02 {
    max-width: 19.6354166667vw;
  }
}
@media screen and (max-width: 768px) {
  .interview__item-text.interview__item-text--02 {
    max-width: 21.875rem;
    width: 60%;
  }
}

.interview__item-name-wrapper {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 0.6875rem;
}
@media screen and (max-width: 768px) {
  .interview__item-name-wrapper {
    gap: 0.375rem;
  }
}

.interview__item-name {
  font-size: clamp(0.875rem, 0.159rem + 1.49vw, 1.5rem); /* 14 ~ 24 | 769 ~ 1440 */
  font-weight: 700;
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .interview__item-name {
    font-size: max(1rem, 12px);
  }
}

.interview__item-time {
  font-size: max(0.875rem, 12px);
  font-weight: 500;
  font-family: "Kanit", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .interview__item-time {
    font-size: max(0.75rem, 12px);
  }
}

@media screen and (max-width: 768px) {
  .license {
    margin-top: 5rem;
  }
}

.license__inner {
  max-width: 120rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .license__inner {
    max-width: 33.75rem;
    padding-inline: 1.25rem;
  }
}

.license__container {
  display: grid;
  grid-template-columns: 1fr 16.25rem;
  gap: 3.125rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .license__container {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 5rem;
    gap: 0;
  }
}

.license__wrapper {
  margin-top: 6.875rem;
  padding-left: 16.25rem;
}
@media screen and (max-width: 768px) {
  .license__wrapper {
    margin-top: 3.75rem;
    padding-left: 0;
    order: 2;
  }
}

.license__heading {
  font-size: 2.5rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #160901;
  line-height: 1.3;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .license__heading {
    font-size: 1.5rem;
  }
}

.license__info-text {
  font-size: max(1.25rem, 12px);
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #160901;
  line-height: 2;
  letter-spacing: 0.075em;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .license__info-text {
    font-size: max(1rem, 12px);
    margin-top: 1.25rem;
  }
}

.license__info-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem 1.25rem;
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .license__info-items {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3.125rem;
  }
}

.license__info-item {
  font-size: max(1.25rem, 12px);
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #160901;
  line-height: 2;
  letter-spacing: 0.075em;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .license__info-item {
    font-size: max(1rem, 12px);
  }
}

.lower-fv {
  position: relative;
  margin-top: 5.625rem;
  padding-top: 10.5rem;
  height: 36.875rem;
  border-bottom: 0.3125rem solid #160901;
}
@media screen and (max-width: 768px) {
  .lower-fv {
    margin-top: 3.75rem;
    height: 15.625rem;
    padding-top: 3.75rem;
  }
}

.lower-fv::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  aspect-ratio: 1082/590;
  z-index: -2;
}
.lower-fv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #5f7722;
  width: 100%;
  height: 100%;
  z-index: -1;
  mix-blend-mode: multiply;
}

.lower-fv.lower-fv-works::before {
  background-image: url(../../assets/images/common/lower-fv-works.png);
}

.lower-fv.lower-fv-company::before {
  background-image: url(../../assets/images/common/lower-fv-company.png);
}

.lower-fv.lower-fv-service::before {
  background-image: url(../../assets/images/common/lower-fv-service.png);
}

.lower-fv__inner {
  max-width: 115.625rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .lower-fv__inner {
    padding-inline: 1.25rem;
  }
}

.lower-fv__title-wrapper {
  display: inline-flex;
  flex-direction: column;
}

.lower-fv__title-en {
  display: inline-block;
  font-size: clamp(6.25rem, 0.465rem + 6.38vw, 8.125rem); /* 100 ~ 130 | 1450 ~ 1920 */
  font-family: anisette-std, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.0769230769;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .lower-fv__title-en {
    font-size: 2.5rem;
  }
}

.lower-fv__title-ja {
  display: inline-block;
  font-size: 2.125rem;
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1764705882;
  letter-spacing: 0.075em;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .lower-fv__title-ja {
    font-size: 1.25rem;
    margin-top: 0.9375rem;
  }
}

@media screen and (max-width: 768px) {
  .message {
    margin-top: 5rem;
  }
}

.message__inner {
  max-width: 120rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .message__inner {
    max-width: 33.75rem;
    padding-inline: 1.25rem;
  }
}

.message__container {
  display: grid;
  grid-template-columns: 1fr 16.25rem;
  gap: clamp(3.125rem, -6.516rem + 10.64vw, 6.25rem); /* 50 ~ 100 | 1450 ~ 1920 */
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .message__container {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 5rem;
    gap: 0;
  }
}

.message__wrapper {
  display: grid;
  grid-template-columns: 755fr 700fr;
  gap: 4.0625rem;
  margin-top: 3.25rem;
}
@media screen and (max-width: 768px) {
  .message__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    margin-top: 3.25rem;
    order: 2;
  }
}

.message__img-wrapper {
  position: relative;
  display: flex;
  gap: 0.3125rem;
  max-width: 47.1875rem;
  width: 100%;
  padding-left: 3.125rem;
  margin-top: clamp(0px, (1920px - 100vw) * 0.3191489362, 9.375rem); /* 1920px：0 | 変動範囲：1920 ~ 1450 | 1450px：150 */
}
@media screen and (max-width: 768px) {
  .message__img-wrapper {
    margin-top: 3.125rem;
    padding-left: 0;
  }
}

.message__img {
  width: 100%;
}

.message__img img {
  width: 100%;
  aspect-ratio: 350/650;
  object-fit: cover;
}

.message__img:first-child {
  margin-top: -6.25rem;
}
@media screen and (max-width: 768px) {
  .message__img:first-child {
    margin-top: -3.125rem;
  }
}

.message__info-01 {
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .message__info-01 {
    margin-top: 3.125rem;
  }
}

.message__info-01-text {
  font-size: max(1.25rem, 12px);
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #160901;
  line-height: 2;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .message__info-01-text {
    font-size: max(1rem, 12px);
  }
}

.message__representative-director {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .message__representative-director {
    gap: 0.9375rem;
    margin-top: 1.875rem;
  }
}

.message__role {
  font-size: 1.25rem;
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #160901;
  line-height: 2;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .message__role {
    font-size: max(1rem, 12px);
  }
}

.message__representative-director-name {
  width: 9.375rem;
}
@media screen and (max-width: 768px) {
  .message__representative-director-name {
    width: 7.5rem;
  }
}

.message__bg-text-wrapper {
  position: relative;
  border-bottom: 2px solid #160901;
  height: 11.9791666667vw;
  background-color: #fbfbfb;
  border-top: 0.3125rem solid #160901;
}
@media screen and (max-width: 768px) {
  .message__bg-text-wrapper {
    border-top: 0.1875rem solid #160901;
  }
}

.message__bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10.4166666667vw;
  font-family: anisette-std, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #160901;
  letter-spacing: -0.04em;
  white-space: nowrap;
  text-transform: uppercase;
}

.message__info-02 {
  position: relative;
}

.message__info-02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../assets/images/common/bg-texture-01.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.message__info-02-img-wrapper {
  position: relative;
  max-width: 120rem;
  width: 100%;
  margin-inline: auto;
}

.message__info-02-img {
  max-width: 94.375rem;
  width: 100%;
}

.message__info-02-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1510/500;
}

.message__info-02-text-img {
  position: absolute;
  top: 8.75rem;
  left: calc(50% + clamp(29.375rem, 20.313rem + 10vw, 32.313rem)); /* 470 ~ 517 | 1450 ~ 1920 */
  width: 11.25rem;
}
@media screen and (max-width: 768px) {
  .message__info-02-text-img {
    top: 4.6875rem;
    top: clamp(4.688rem, -1.705rem + 27.27vw, 7.5rem); /* 75 ~ 120 | 375 ~ 540 */
    left: auto;
    right: 1.25rem;
    width: 5rem;
  }
}

.message__info-02-text-img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .message__info-02-text-img img {
    filter: drop-shadow(0px 0px 0.625rem #ffffff);
  }
}

.message__info-02-text-img::before {
  content: "";
  position: absolute;
  left: -22.9375rem;
  top: 13.375rem;
  mask-image: url(../../assets/images/common/logo-mark.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #5f7722;
  width: 18.75rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .message__info-02-text-img::before {
    left: -5rem;
    top: 1.875rem;
    width: 3.125rem;
  }
}

.message__info-02-text-wrapper {
  max-width: 87.5rem;
  width: 100%;
  padding-inline: 1.5625rem;
  padding-bottom: 7.5rem;
  margin-top: 6.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .message__info-02-text-wrapper {
    max-width: 33.75rem;
    padding-left: 1.25rem;
    padding-right: clamp(6.875rem, -5.909rem + 54.55vw, 12.5rem); /* 110 ~ 200 | 375 ~ 540 */
    padding-right: 6.875rem;
    padding-bottom: 5rem;
    margin-top: 3.75rem;
  }
}

.message__info-02-text {
  font-size: max(1.25rem, 12px);
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #160901;
  line-height: 2;
  letter-spacing: 0.075em;
  max-width: 47.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .message__info-02-text {
    font-size: max(1rem, 12px);
  }
}

.mv {
  position: relative;
  margin-top: 6.8125rem;
  border-bottom: 0.3125rem solid #160901;
}
@media screen and (max-width: 768px) {
  .mv {
    margin-top: 4.375rem;
  }
}

.mv__main-img {
  width: 100%;
}

.mv__main-img img {
  width: 100%;
  aspect-ratio: 1978/1135;
  object-fit: cover;
}

.mv__title {
  position: absolute;
  top: 8.3854166667vw;
  left: 50%;
  transform: translateX(-50%);
  width: 93.6979166667vw;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  mix-blend-mode: multiply;
}

.mv__title-01 {
  width: 12.1354166667vw;
}

.mv__title-02 {
  width: 15.8854166667vw;
}

.mv__tips {
  position: absolute;
  bottom: -6.5625rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 112.5rem;
  width: 93.8%;
  margin-inline: auto;
  padding-inline: 1.5625rem;
  background-color: #5f7722;
  padding: 4.6875rem 1.25rem 3.125rem;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv__tips {
    bottom: -5rem;
    padding: 1.875rem 1.25rem 0.9375rem;
    text-align: left;
  }
}

.mv__tips::before {
  content: "";
  position: absolute;
  top: -0.5625rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../../assets/images/top/mv-tips-text.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 506/45;
  width: 31.625rem;
}
@media screen and (max-width: 768px) {
  .mv__tips::before {
    top: -0.3125rem;
    width: 80%;
    max-width: 20.625rem;
  }
}

.mv__tips-items {
  position: relative;
  width: 100%;
  min-height: 2.875rem;
}
@media screen and (max-width: 768px) {
  .mv__tips-items {
    min-height: 2.5rem;
  }
}

.mv__tips-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.mv__tips-text {
  font-size: 2.875rem;
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #fbfbfb;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .mv__tips-text {
    font-size: 1.25rem;
  }
}

.overview {
  border-top: 2px solid #160901;
  border-bottom: 2px solid #160901;
}
@media screen and (max-width: 768px) {
  .overview {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.overview__inner {
  max-width: 120rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .overview__inner {
    max-width: 33.75rem;
    padding-inline: 1.25rem;
  }
}

.overview__container {
  display: grid;
  grid-template-columns: 16.25rem 960fr 700fr;
}
@media screen and (max-width: 768px) {
  .overview__container {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .overview__items {
    margin-top: 3.75rem;
  }
}

.overview__item {
  padding: 2.5rem 2.5rem 2.5rem 3.75rem;
}
@media screen and (max-width: 768px) {
  .overview__item {
    padding: 1.25rem 0.625rem;
  }
}

.overview__label {
  display: inline-block;
  font-size: max(1.25rem, 12px);
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #fbfbfb;
  letter-spacing: 0.075em;
  padding: 0.3125rem 1.25rem;
  background-color: #160901;
}
@media screen and (max-width: 768px) {
  .overview__label {
    font-size: max(1rem, 12px);
    padding: 0.1875rem 0.625rem;
  }
}

.overview__content {
  font-size: max(1.25rem, 12px);
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #160901;
  letter-spacing: 0.075em;
  line-height: 1.6666666667;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .overview__content {
    font-size: max(1rem, 12px);
  }
}

.overview__content-tel {
  display: inline-block;
  font-size: max(1.25rem, 12px);
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #160901;
  letter-spacing: 0.075em;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .overview__content-tel {
    font-size: max(1rem, 12px);
  }
}

.overview__item-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .overview__item-box {
    grid-template-columns: repeat(1, 1fr);
  }
}

.overview__map {
  width: 100%;
  border-left: 2px solid #160901;
  border-right: 2px solid #160901;
}
@media screen and (max-width: 1920px) {
  .overview__map {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .overview__map {
    margin-top: 3.125rem;
    border: 1px solid #160901;
  }
}

.overview__map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 700/948;
  object-fit: cover;
  filter: grayscale(100%);
}
@media screen and (max-width: 768px) {
  .overview__map iframe {
    aspect-ratio: 948/700;
  }
}

.overview__item-border-top {
  border-top: 2px solid #160901;
}

.overview__item-border-left {
  border-left: 2px solid #160901;
}
@media screen and (max-width: 768px) {
  .overview__item-border-left {
    border-left: none;
  }
}

.pc-nav__items {
  display: flex;
  justify-content: center;
  height: inherit;
}

.pc-nav__item a {
  display: inline-grid;
  place-items: center;
  font-size: max(1.25rem, 12px);
  font-family: "Kanit", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #160901;
  line-height: 1.55;
  letter-spacing: 0.1em;
  height: 100%;
  padding-inline: 1.875rem;
  transition: all 0.3s;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .pc-nav__item a {
    padding-inline: 1.25rem;
  }
}

@media (any-hover: hover) {
  .pc-nav__item a:hover {
    background-color: #40220f;
    color: #fbfbfb;
  }
}
.pc-nav__item.pc-nav__item-contact {
  border-left: 2px solid #160901;
  margin-left: clamp(0rem, -61.316rem + 67.66vw, 19.875rem); /* 0 ~ 318 | 1450 ~ 1920 */
}

.pc-nav__item.pc-nav__item-instagram {
  border-left: 2px solid #fbfbfb;
}

.pc-nav__item.pc-nav__item-instagram a {
  background-color: #40220f;
  padding-inline: 2.1875rem;
}

.pc-nav__item.pc-nav__item-instagram a span {
  mask-image: url(../../assets/images/common/icon-instagram.svg);
  mask-size: cover;
  mask-repeat: no-repeat;
  background-color: #fbfbfb;
  width: 1.875rem;
  height: 1.875rem;
  transition: all 0.3s;
}

.pc-nav__item.pc-nav__item-contact a {
  display: grid;
  place-items: center;
  color: #fbfbfb;
  background-color: #40220f;
  text-transform: uppercase;
  transition: all 0.3s;
  padding-inline: 2.9375rem;
}

@media (any-hover: hover) {
  .pc-nav__item.pc-nav__item-contact a:hover {
    background-color: #fbfbfb;
    color: #40220f;
  }
  .pc-nav__item.pc-nav__item-instagram a:hover {
    background-color: #fbfbfb;
  }
  .pc-nav__item.pc-nav__item-instagram a:hover span {
    background-color: #40220f;
  }
}
.pc-nav__item.pc-nav__item-contact a span {
  position: relative;
  font-size: max(11px, 0.875rem);
  font-family: "Kanit", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #fbfbfb;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1440px) {
  .pc-nav__item.pc-nav__item-contact a span {
    letter-spacing: 0;
  }
}

.recruit-entry {
  background-color: #fbfbfb;
  padding-bottom: 8.9375rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recruit-entry {
    padding-bottom: 3.75rem;
  }
}

.recruit-entry__bg-text-wrapper {
  position: relative;
  height: 12.34375vw;
  background-color: #fbfbfb;
  border-top: 0.3125rem solid #160901;
}
@media screen and (max-width: 768px) {
  .recruit-entry__bg-text-wrapper {
    border-top: 0.1875rem solid #160901;
  }
}

.recruit-entry__bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10.4166666667vw;
  font-family: anisette-std, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #160901;
  letter-spacing: -0.04em;
  white-space: nowrap;
  text-transform: uppercase;
}

.recruit-entry__inner {
  max-width: 90rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 768px) {
  .recruit-entry__inner {
    max-width: 33.75rem;
  }
}

.recruit-entry__btn-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8.9375rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .recruit-entry__btn-items {
    flex-direction: column;
    gap: 3.125rem;
  }
}

.recruit-entry__btn-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.recruit-header {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100dvh;
  width: 6.25rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .recruit-header {
    position: fixed;
    right: 0;
    display: block;
    width: 3.75rem;
    height: 3.75rem;
  }
}

.recruit-header__hamburger {
  position: relative;
  width: 100%;
  min-height: 6.25rem;
  border-bottom: 2px solid #160901;
  background-color: #384b06;
  transition: all 0.3s;
  z-index: 101;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .recruit-header__hamburger {
    width: 3.75rem;
    min-height: 3.75rem;
  }
}

@media (any-hover: hover) {
  .recruit-header__hamburger:hover {
    background-color: #5f7722;
  }
}
.recruit-header__hamburger span {
  position: absolute;
  top: 1.875rem;
  transform: translateX(-50%);
  background-color: #ffffff;
  transition: all 0.3s;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 100vh;
}
@media screen and (max-width: 768px) {
  .recruit-header__hamburger span {
    top: 1.25rem;
    width: 0.1875rem;
    height: 0.1875rem;
  }
}

.recruit-header__hamburger span:nth-child(1) {
  left: calc(50% + 1rem);
}
@media screen and (max-width: 768px) {
  .recruit-header__hamburger span:nth-child(1) {
    left: calc(50% + 0.625rem);
  }
}

.recruit-header__hamburger span:nth-child(2) {
  left: 50%;
  opacity: 1;
}

.recruit-header__hamburger span:nth-child(3) {
  left: calc(50% - 1rem);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .recruit-header__hamburger span:nth-child(3) {
    left: calc(50% - 0.625rem);
  }
}

.recruit-header__hamburger.is-active {
  border-bottom: none;
  background-color: #5f7722;
}

.recruit-header__hamburger.is-active span:nth-child(1) {
  left: 50%;
  transform: translate(-50%, -50%) rotate(225deg);
  width: 2.5rem;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .recruit-header__hamburger.is-active span:nth-child(1) {
    width: 1.875rem;
  }
}

.recruit-header__hamburger.is-active span:nth-child(2) {
  display: none;
}

.recruit-header__hamburger.is-active span:nth-child(3) {
  left: 50%;
  transform: translate(-50%, -50%) rotate(-225deg);
  width: 2.5rem;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .recruit-header__hamburger.is-active span:nth-child(3) {
    width: 1.875rem;
  }
}

.recruit-header__hamburger-text {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.25rem;
  font-family: "Kanit", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #fbfbfb;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .recruit-header__hamburger-text {
    bottom: 0.625rem;
    font-size: max(0.875rem, 12px);
  }
}

.recruit-header__text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .recruit-header__text-wrapper {
    display: none;
  }
}

.recruit-header__text {
  font-size: 1.875rem;
  font-family: anisette-std, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.recruit-header__arrow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 2.125rem;
  height: 1.25rem;
  transform: rotate(90deg);
}

.recruit-header__arrow span {
  mask-image: url(../../assets/images/common/icon-arrow-02.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #ffffff;
  width: 0.625rem;
  height: 1.25rem;
  animation: colorChangeWhite 1s infinite;
}

@media (any-hover: hover) {
  .recruit-header__link:hover {
    background-color: rgba(255, 255, 255, 0.6);
  }
}
@keyframes colorChangeWhite {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0.15;
  }
  66% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.recruit-header__arrow span:nth-child(1) {
  animation-delay: 0s;
}

.recruit-header__arrow span:nth-child(2) {
  animation-delay: 0.25s;
}

.recruit-header__arrow span:nth-child(3) {
  animation-delay: 0.5s;
}

/* ---------- リクルートメニュー | ここから ---------- */
.recruit-header-nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  max-width: 25rem;
  height: 100dvh;
  background-color: #5f7722;
  padding-top: 8.75rem;
  padding-bottom: 6.25rem;
  padding-inline: 1.25rem;
  overflow: scroll;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (max-width: 768px) {
  .recruit-header-nav {
    max-width: none;
  }
}

.recruit-header-nav::-webkit-scrollbar {
  display: none;
}

.recruit-header__nav.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.recruit-header-nav__logo {
  width: 100%;
  max-width: 15.625rem;
  margin-inline: auto;
}

.recruit-header-nav__logo a {
  display: block;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .recruit-header-nav__logo a:hover {
    opacity: 0.6;
  }
}
.recruit-header-nav__items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 3.125rem;
  margin-inline: auto;
  max-width: 20.9375rem;
  width: 100%;
  text-align: center;
}

.recruit-header-nav__item {
  width: 100%;
}

.recruit-header-nav__item.recruit-header-nav__item-contact {
  margin-top: 0.9375rem;
}

.recruit-header-nav__item.recruit-header-nav__item-instagram {
  margin-top: 1.875rem;
}

.recruit-header-nav__item a {
  display: block;
  font-size: max(12px, 1rem);
  font-family: "Kanit", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  padding: 0.9375rem 0;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .recruit-header-nav__item a:hover {
    opacity: 0.6;
  }
}
.recruit-header-nav__item.recruit-header-nav__item-contact a,
.recruit-header-nav__item.recruit-header-nav__item-instagram a {
  width: 100%;
  max-width: 12.5rem;
  margin-inline: auto;
  border-radius: 100vh;
  background-color: #40220f;
}

.recruit-header-nav__item.recruit-header-nav__item-contact a span,
.recruit-header-nav__item.recruit-header-nav__item-instagram a span {
  position: relative;
  font-size: max(12px, 1rem);
  font-family: "Kanit", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
}

.recruit-header-nav__item.recruit-header-nav__item-contact a span {
  text-transform: uppercase;
}

.recruit-header-nav__item.recruit-header-nav__item-instagram a span {
  padding-right: 1.5625rem;
  text-transform: capitalize;
}

.recruit-header-nav__item.recruit-header-nav__item-instagram a span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  mask-image: url(../../assets/images/common/icon-instagram.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #ffffff;
  width: 0.9375rem;
  height: 0.9375rem;
}

/* ---------- リクルートメニュー | ここまで ---------- */
@media screen and (max-width: 768px) {
  .recruit-heros__inner {
    max-width: 33.75rem;
    width: 100%;
    padding-inline: 1.25rem;
    margin-inline: auto;
  }
}

.recruit-heros__items {
  display: flex;
  width: 100%;
  height: 41.6666666667vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recruit-heros__items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    height: auto;
  }
}

.recruit-heros__item {
  width: 21.2%;
  height: 100%;
  transition: all 0.3s;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .recruit-heros__item {
    width: 100%;
  }
}

.recruit-heros__item.is-hover {
  width: 57.6%;
}
@media screen and (max-width: 768px) {
  .recruit-heros__item.is-hover {
    width: 100%;
  }
}

.recruit-heros__item-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  cursor: pointer;
}

.recruit-heros__item-img-box {
  height: 100%;
  position: relative;
}

.recruit-heros__item-img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  display: block;
  object-fit: cover;
  mix-blend-mode: luminosity;
}
@media screen and (max-width: 768px) {
  .recruit-heros__item-img {
    aspect-ratio: 1050/800;
    mix-blend-mode: normal;
  }
}

.recruit-heros__item.is-hover .recruit-heros__item-img {
  mix-blend-mode: normal;
}

.recruit-heros__item-text {
  position: absolute;
  bottom: 3.125vw;
  left: 3.125vw;
  transition: all 0.3s ease;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .recruit-heros__item-text {
    bottom: 2.8125rem;
    left: 0.625rem;
    opacity: 1;
  }
}

.recruit-heros__item.is-hover .recruit-heros__item-text {
  opacity: 1;
}

.recruit-heros__item-text-img {
  max-width: 33.125vw;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recruit-heros__item-text-img {
    max-width: 18.75rem;
    width: 60%;
  }
}

.recruit-heros__item-name-ja {
  font-size: 1.5625vw;
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.075em;
  margin-top: 1.5625vw;
}
@media screen and (max-width: 768px) {
  .recruit-heros__item-name-ja {
    font-size: max(1.125rem, 12px);
    margin-top: 0.9375rem;
  }
}

.recruit-heros__item-name-en {
  font-size: max(0.7291666667vw, 12px);
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  margin-top: max(0.5208333333vw, 10px);
}
@media screen and (max-width: 768px) {
  .recruit-heros__item-name-en {
    font-size: max(0.75rem, 12px);
    margin-top: 0.5rem;
  }
}

.recruit-heros__btn-wrapper {
  position: absolute;
  right: 3.125vw;
  bottom: 3.4375vw;
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .recruit-heros__btn-wrapper {
    opacity: 1;
    right: 0.625rem;
    bottom: 0.625rem;
  }
}

.recruit-heros__item.is-hover .recruit-heros__btn-wrapper {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .recruit-intro {
    margin-top: 26.6666666667vw;
  }
}

.recruit-intro__inner {
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 1920px) {
  .recruit-intro__inner {
    max-width: 113.75rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .recruit-intro__inner {
    padding-inline: 0.625rem;
    margin-inline: auto;
    max-width: 32.5rem;
    width: 100%;
  }
}

.recruit-intro__container {
  display: grid;
  grid-template-columns: 65rem 1fr;
  gap: clamp(3.125rem, -18.085rem + 23.4vw, 10rem); /* 50 ~ 160 | 1450 ~ 1920 */
}
@media screen and (max-width: 1920px) {
  .recruit-intro__container {
    grid-template-columns: 1040fr 680fr;
  }
}
@media screen and (max-width: 768px) {
  .recruit-intro__container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.recruit-intro__text-area {
  display: grid;
  grid-template-columns: 3.4375rem 1fr;
  gap: clamp(3.125rem, -6.516rem + 10.64vw, 6.25rem); /* 50 ~ 100 | 1450 ~ 1920 */
  padding-left: clamp(3.125rem, -26.762rem + 32.98vw, 12.813rem); /* 50 ~ 205 | 1450 ~ 1920 */
  padding-top: clamp(6.25rem, -9.176rem + 17.02vw, 11.25rem); /* 100 ~ 180 | 1450 ~ 1920 */
  padding-bottom: clamp(6.25rem, -9.176rem + 17.02vw, 11.25rem); /* 50 ~ 180 | 1450 ~ 1920 */
}
@media screen and (max-width: 768px) {
  .recruit-intro__text-area {
    grid-template-columns: 1.5625rem 1fr;
    gap: 1.875rem;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.recruit-intro__heading {
  width: 100%;
}

.recruit-intro__text {
  font-size: 1.5rem;
  font-family: source-han-sans-japanese, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #fbfbfb;
  line-height: 1.75;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .recruit-intro__text {
    font-size: max(1rem, 12px);
  }
}

.recruit-intro__text:nth-child(n+2) {
  margin-top: 1em;
}

.recruit-intro__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 65.3125rem;
  aspect-ratio: 680/1045;
}
@media screen and (max-width: 1920px) {
  .recruit-intro__img img {
    aspect-ratio: 16/9;
    max-height: none;
  }
}

.recruit-intro__bg-text-wrapper {
  position: relative;
  height: 12.34375vw;
  background-color: #fbfbfb;
  border-top: 0.3125rem solid #160901;
  border-bottom: 0.3125rem solid #160901;
}
@media screen and (max-width: 768px) {
  .recruit-intro__bg-text-wrapper {
    border-top: 0.1875rem solid #160901;
    border-bottom: 0.1875rem solid #160901;
    margin-top: 5rem;
  }
}

.recruit-intro__bg-text {
  position: absolute;
  top: 50%;
  left: 52.4%;
  transform: translate(-50%, -50%);
  font-size: 10.4166666667vw;
  font-family: anisette-std, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #160901;
  letter-spacing: -0.055em;
  white-space: nowrap;
  text-transform: uppercase;
}

.recruit-content {
  overflow: hidden;
}

.recruit-mv {
  position: relative;
}

.recruit-mv__main-img {
  width: 100%;
}

.recruit-mv__main-img img {
  width: 100%;
  aspect-ratio: 1820/1082;
  object-fit: cover;
}

.recruit-mv__logo {
  position: absolute;
  top: 8.3854166667vw;
}

.recruit-mv__logo {
  position: absolute;
  top: 0.78125vw;
  left: 50%;
  transform: translateX(-50%);
  width: 21rem;
}
@media screen and (max-width: 768px) {
  .recruit-mv__logo {
    max-width: 9.375rem;
    width: 100%;
  }
}

.recruit-mv__logo img {
  width: 100%;
}

.recruit-mv__title {
  position: absolute;
  top: 3.1770833333vw;
  left: 2.7604166667vw;
  width: 87.1354166667vw;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .recruit-mv__title {
    top: 21.3333333333vw;
    width: 92vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

.recruit-mv__title-01 {
  width: 11.6145833333vw;
}

.recruit-mv__title-02 {
  width: 20.6770833333vw;
}

.recruit-project-modal {
  display: none;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  overflow-y: auto;
  transition: all 0.3s;
}

.recruit-project-modal::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(20px);
}

.recruit-project-modal.is-active {
  display: block;
}

.recruit-project-modal__container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2001;
  padding-inline: 1.25rem;
  padding-top: 19.4vh;
  padding-bottom: 19.4vh;
  max-width: 77.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recruit-project-modal__container {
    top: 0;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    max-width: 33.75rem;
    /* 768px以下 かつ 横向き */
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .recruit-project-modal__container {
    top: 0;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    max-width: 33.75rem;
  }
}

.recruit-project-modal__close-btn {
  display: block;
  position: absolute;
  right: -1.875rem;
  top: -1.875rem;
  width: 3.75rem;
  height: 3.75rem;
  cursor: pointer;
  z-index: 10;
  padding: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .recruit-project-modal__close-btn {
    right: -0.625rem;
    top: -0.625rem;
    width: 2.8125rem;
    height: 2.8125rem;
    /* 768px以下 かつ 横向き */
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .recruit-project-modal__close-btn {
    right: -0.625rem;
    top: -0.625rem;
    width: 2.8125rem;
    height: 2.8125rem;
  }
}

@media (any-hover: hover) {
  .recruit-project-modal__close-btn:hover {
    opacity: 0.6;
  }
}
.recruit-project-modal__wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 460fr 740fr;
  width: 100%;
  background-color: #e9e9e9;
}
@media screen and (max-width: 768px) {
  .recruit-project-modal__wrapper {
    display: block;
    /* 768px以下 かつ 横向き */
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .recruit-project-modal__wrapper {
    display: block;
  }
}

.recruit-project-modal__img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .recruit-project-modal__img {
    margin-top: 2.5rem;
    width: 90%;
    margin-inline: auto;
    /* 768px以下 かつ 横向き */
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .recruit-project-modal__img {
    margin-top: 2.5rem;
    width: 90%;
    margin-inline: auto;
  }
}

.recruit-project-modal__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 460/660;
}

.recruit-project-modal__text-area {
  padding: 5rem 3.75rem 5rem 5rem;
}
@media screen and (max-width: 768px) {
  .recruit-project-modal__text-area {
    padding: 3.125rem 1.25rem;
    /* 768px以下 かつ 横向き */
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .recruit-project-modal__text-area {
    padding: 3.125rem 1.25rem;
  }
}

.recruit-project-modal__heading {
  font-size: 1.5rem;
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #160901;
  line-height: 1.6666666667;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .recruit-project-modal__heading {
    font-size: max(1.25rem, 12px);
    /* 768px以下 かつ 横向き */
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .recruit-project-modal__heading {
    font-size: max(1.25rem, 12px);
  }
}

.recruit-project-modal__text-wrapper {
  margin-top: 1.875rem;
}

.recruit-project-modal__text {
  font-size: max(1rem, 12px);
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #160901;
  line-height: 1.875;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .recruit-project-modal__text {
    font-size: max(0.875rem, 12px);
  }
}

.recruit-project-modal__text:nth-child(n+2) {
  margin-top: 1em;
}

.recruit-project-modal__btn-wrapper {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .recruit-project-modal__btn-wrapper {
    text-align: center;
    /* 768px以下 かつ 横向き */
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .recruit-project-modal__btn-wrapper {
    text-align: center;
  }
}

.recruit-project-modal__btn {
  display: inline-block;
  max-width: 17.125rem;
  width: 100%;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .recruit-project-modal__btn:hover {
    opacity: 0.6;
  }
}
.recruit-project-modal__img-pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .recruit-project-modal__img-pc-none {
    display: block;
    /* 768px以下 かつ 横向き */
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .recruit-project-modal__img-pc-none {
    display: block;
  }
}

.recruit-project-modal__img-sp-none {
  display: block;
}
@media screen and (max-width: 768px) {
  .recruit-project-modal__img-sp-none {
    display: none;
    /* 768px以下 かつ 横向き */
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .recruit-project-modal__img-sp-none {
    display: none;
  }
}

.recruit-project {
  background-color: #fbfbfb;
}
@media screen and (max-width: 768px) {
  .recruit-project {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.recruit-project__inner {
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 1920px) {
  .recruit-project__inner {
    max-width: 113.75rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .recruit-project__inner {
    padding-inline: 1.25rem;
    margin-inline: auto;
    max-width: 33.75rem;
    width: 100%;
  }
}

.recruit-project__container {
  display: grid;
  grid-template-columns: 1fr 61.25rem;
}
@media screen and (max-width: 1920px) {
  .recruit-project__container {
    grid-template-columns: 840fr 980fr;
  }
}
@media screen and (max-width: 768px) {
  .recruit-project__container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.recruit-project__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 67.5rem;
  aspect-ratio: 840/1080;
}
@media screen and (max-width: 1920px) {
  .recruit-project__img img {
    aspect-ratio: 16/9;
    max-height: none;
  }
}

.recruit-project__text-area {
  padding-inline: clamp(3.125rem, -10.372rem + 14.89vw, 7.5rem); /* 50 ~ 120 | 1450 ~ 1920 */
  padding-top: clamp(6.25rem, -11.875rem + 20vw, 12.125rem); /* 100 ~ 194 | 1450 ~ 1920 */
  padding-bottom: clamp(6.25rem, -11.875rem + 20vw, 12.125rem); /* 100 ~ 194 | 1450 ~ 1920 */
}
@media screen and (max-width: 768px) {
  .recruit-project__text-area {
    width: max-content;
    margin-inline: auto;
    margin-top: 5rem;
    padding: 0;
  }
}

.recruit-project__heading {
  max-width: 26.25rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recruit-project__heading {
    max-width: 18.75rem;
  }
}

.recruit-project__text-wrapper {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .recruit-project__text-wrapper {
    margin-top: 2.1875rem;
  }
}

.recruit-project__text {
  font-size: 1.5rem;
  font-family: source-han-sans-japanese, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 800;
  color: #160901;
  line-height: 2.0833333333;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .recruit-project__text {
    font-size: max(1rem, 12px);
    font-weight: 700;
  }
}

.recruit-project__btn-wrapper {
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .recruit-project__btn-wrapper {
    text-align: center;
  }
}

.recruit-reiwa-heros {
  position: relative;
  width: 100%;
  height: 103.125rem;
  padding-top: 8.125rem;
}
@media screen and (max-width: 768px) {
  .recruit-reiwa-heros {
    height: 75rem;
    padding-top: 5rem;
  }
}

.recruit-reiwa-heros::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../../assets/images/recruit/heros-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.recruit-reiwa-heros__carousel-wrapper {
  position: relative;
  width: 100%;
  height: 62.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recruit-reiwa-heros__carousel-wrapper {
    height: 93.75rem;
  }
}

.recruit-reiwa-heros__carousel {
  width: 100%;
  height: 100%;
}

.recruit-reiwa-heros__card {
  max-width: 29.375rem;
  width: 100%;
  filter: grayscale(1);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .recruit-reiwa-heros__card {
    max-width: 18.75rem;
    width: 90%;
  }
}

.recruit-reiwa-heros__card.is-active-card {
  filter: grayscale(0);
  pointer-events: all;
}

.recruit-reiwa-heros__card-link {
  display: inline-block;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .recruit-reiwa-heros__card-link:hover {
    filter: brightness(1.3);
  }
}
.recruit-reiwa-heros__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6.25rem;
  cursor: pointer;
  z-index: 100;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .recruit-reiwa-heros__btn {
    width: 3.125rem;
  }
}

@media (any-hover: hover) {
  .recruit-reiwa-heros__btn:hover {
    filter: brightness(1.3);
  }
}
.recruit-reiwa-heros__btn--prev {
  left: 1.25rem;
}

.recruit-reiwa-heros__btn--next {
  right: 1.25rem;
}

.recruit-reiwa-heros__title {
  position: absolute;
  bottom: 8.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 59.4375rem;
  aspect-ratio: 951/330;
}
@media screen and (max-width: 768px) {
  .recruit-reiwa-heros__title {
    bottom: 5rem;
    width: 80%;
    max-width: 25rem;
  }
}

.recruit-reiwa-heros__title-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.recruit-reiwa-heros__title-img-black {
  position: absolute;
  top: calc(50% - 0.125rem);
  left: calc(50% + 0.125rem);
  transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
}

.recruit-reiwa-heros__title-img-white {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.recruit-reiwa-heros__title-img-gray {
  position: absolute;
  top: calc(50% + 0.125rem);
  left: calc(50% - 0.125rem);
  transform: translate(-50%, -50%);
  mix-blend-mode: soft-light;
}

.recruit {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .recruit {
    display: block;
  }
}

.recruit__header-side-area {
  position: relative;
  top: 0;
  right: 0;
  background-color: #384b06;
  color: #ffffff;
  width: 6.25rem;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .recruit__header-side-area {
    position: fixed;
    width: 3.75rem;
    height: 3.75rem;
  }
}

.recruit__main-area {
  max-width: 113.75rem;
  width: calc(100% - 6.25rem);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .recruit__main-area {
    width: auto;
  }
}

.recruit__logo {
  width: 21rem;
  position: absolute;
  top: 0.9375rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .recruit__logo {
    max-width: 9.375rem;
    width: 100%;
  }
}

.recruit__logo img {
  width: 100%;
}

.section-title-01 {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .section-title-01 {
    writing-mode: horizontal-tb;
    padding-bottom: 1.25rem;
  }
}

.section-title-01.section-title-01-top-vision {
  padding-top: clamp(9.375rem, 7.832rem + 1.7vw, 9.875rem); /* 150 ~ 158 | 1450 ~ 1920 */
}
@media screen and (max-width: 768px) {
  .section-title-01.section-title-01-top-vision {
    padding-top: 0;
    order: 1;
  }
}

.section-title-01.section-title-01-top-works {
  padding-top: 5.625rem;
}
@media screen and (max-width: 768px) {
  .section-title-01.section-title-01-top-works {
    padding-top: 0;
  }
}

.section-title-01.section-title-01-top-company {
  padding-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .section-title-01.section-title-01-top-company {
    padding-top: 0;
    order: 1;
  }
}

.section-title-01.section-title-01-top-topics {
  padding-top: 5.625rem;
}
@media screen and (max-width: 768px) {
  .section-title-01.section-title-01-top-topics {
    padding-top: 0;
  }
}

.section-title-01.section-title-01-top-recruit {
  padding-top: 5.625rem;
}
@media screen and (max-width: 768px) {
  .section-title-01.section-title-01-top-recruit {
    padding-top: 0;
    order: 1;
  }
}

.section-title-01.section-title-01-message,
.section-title-01.section-title-01-license {
  padding-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .section-title-01.section-title-01-message,
  .section-title-01.section-title-01-license {
    padding-top: 0;
    order: 1;
  }
}

.section-title-01.section-title-01-top-value {
  padding-top: 5.625rem;
}
@media screen and (max-width: 768px) {
  .section-title-01.section-title-01-top-value {
    padding-top: 0;
  }
}

.section-title-01.section-title-01-overview {
  padding-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .section-title-01.section-title-01-overview {
    padding-top: 0;
  }
}

.section-title-01.section-title-01-top-works::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../../assets/images/top/works-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 260/675;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section-title-01.section-title-01-top-works::after {
    content: none;
  }
}

.section-title-01.section-title-01-left::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 2px;
  height: 57.125rem;
  height: 100%;
  background-color: #160901;
}
@media screen and (max-width: 768px) {
  .section-title-01.section-title-01-left::before {
    top: auto;
    right: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
}

.section-title-01.section-title-01-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 57.125rem;
  background-color: #160901;
}
@media screen and (max-width: 768px) {
  .section-title-01.section-title-01-right::before {
    top: auto;
    left: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
}

.section-title-01.section-title-01-right.section-title-01-top-company::before {
  background-color: #fbfbfb;
  height: 0;
}
@media screen and (max-width: 768px) {
  .section-title-01.section-title-01-right.section-title-01-top-company::before {
    height: 1px;
  }
}

.section-title-01.section-title-01-left.section-title-01-top-topics::before,
.section-title-01.section-title-01-left.section-title-01-top-value::before {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .section-title-01.section-title-01-left.section-title-01-top-topics::before,
  .section-title-01.section-title-01-left.section-title-01-top-value::before {
    height: 1px;
  }
}

.section-title-01.section-title-01-left.section-title-01-overview::before {
  height: 55rem;
}
@media screen and (max-width: 768px) {
  .section-title-01.section-title-01-left.section-title-01-overview::before {
    height: 2px;
  }
}

.section-title-01.section-title-01-right.section-title-01-top-recruit::before {
  height: 41.8125rem;
}
@media screen and (max-width: 768px) {
  .section-title-01.section-title-01-right.section-title-01-top-recruit::before {
    height: 2px;
  }
}

.section-title-01__title-ja {
  font-size: max(1rem, 12px);
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #160901;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .section-title-01__title-ja {
    margin-top: 1.25rem;
  }
}

.section-title-01__title-ja.section-title-01__title-ja--top-company {
  color: #fbfbfb;
}

.section-title-01__title-en {
  font-size: 5rem;
  font-family: anisette-std, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #160901;
  letter-spacing: 0.03em;
  margin-left: 1.25rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .section-title-01__title-en {
    font-size: 2rem;
    margin-left: 0;
  }
}

.section-title-01__title-en.section-title-01__title-en--top-company {
  color: #fbfbfb;
}

.section-title-02 {
  display: flex;
  flex-direction: column;
}

.section-title-02.top-service__section-title-02 {
  position: absolute;
  top: 3.1875rem;
  right: 3.875rem;
  z-index: 1;
}

.top-service__section-title--pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-service__section-title--pc-none {
    display: block;
  }
}

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

.section-title-02__title-en {
  position: relative;
  font-size: 1.875rem;
  font-family: anisette-std, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #fbfbfb;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  padding-right: 2.375rem;
  width: max-content;
}

.section-title-02__title-en::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  mask-image: url(../../assets/images/common/icon-arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #fbfbfb;
  width: 1.25rem;
  height: 1.09375rem;
}

.section-title-02__title-ja {
  font-size: max(0.875rem, 12px);
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #fbfbfb;
  letter-spacing: 0.01em;
  margin-top: 0.5rem;
}

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

.service__inner {
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 1920px) {
  .service__inner {
    max-width: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .service__inner {
    max-width: 33.75rem;
    padding-inline: 1.25rem;
  }
}

.service__container {
  display: grid;
  grid-template-columns: 16.25rem 1fr 16.25rem;
}
@media screen and (max-width: 1920px) {
  .service__container {
    grid-template-columns: 260fr 1400fr 260fr;
  }
}
@media screen and (max-width: 768px) {
  .service__container {
    display: block;
  }
}

.service__slide-text {
  position: relative;
}
@media screen and (max-width: 768px) {
  .service__slide-text {
    display: none;
  }
}

.service__slide-text-01 {
  border-right: 0.3125rem solid #160901;
}

.service__slide-text-02 {
  border-left: 0.3125rem solid #160901;
}

.service__jub {
  max-width: 87.5rem;
  padding-top: 5.625rem;
  padding-bottom: 8.125rem;
  padding-inline: clamp(1.875rem, -11.622rem + 14.89vw, 6.25rem); /* 30 ~ 100 | 1450 ~ 1920 */
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .service__jub {
    padding-top: 3.125rem;
    padding-bottom: 4.375rem;
    padding-inline: 0;
  }
}

.service__jub.service__jub-01 {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .service__jub.service__jub-01 {
    margin-top: 3.125rem;
  }
}

.service__jub:nth-child(n+2) {
  border-top: 2px solid #160901;
}

.service__job-intro {
  display: grid;
  grid-template-columns: 540fr 600fr;
  gap: 3.75rem;
}
@media screen and (max-width: 768px) {
  .service__job-intro {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}

.service__heading {
  display: inline-block;
  height: 7.5625rem;
}
@media screen and (max-width: 768px) {
  .service__heading {
    height: 5rem;
  }
}

.service__heading img {
  height: 100%;
}

.service__job-intro-text-01 {
  font-size: 1.875rem;
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #160901;
  line-height: 1.3333333333;
  letter-spacing: 0.075em;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .service__job-intro-text-01 {
    font-size: 1.25rem;
    margin-top: 1.875rem;
  }
}

.service__job-intro-text-02 {
  font-size: 1.25rem;
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #160901;
  line-height: 2;
  letter-spacing: 0.075em;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .service__job-intro-text-02 {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.service__job-intro-img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .service__job-intro-img {
    margin-top: 1.875rem;
  }
}

.service__job-intro-img img {
  width: 100%;
  aspect-ratio: 600/400;
  object-fit: cover;
  border-radius: 0.3125rem;
}

.service__job-info {
  position: relative;
  padding: 5rem 1.25rem 3.125rem;
  background-color: #eeeeee;
  border-radius: 0.625rem;
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .service__job-info {
    padding: 3.75rem 1.25rem 1.875rem;
    border-radius: 0.3125rem;
    margin-top: 3.125rem;
  }
}

.service__job-info-label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.5rem;
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #5f7722;
  letter-spacing: 0.075em;
  text-align: center;
  background-image: url(../../assets/images/service/service-heading-deco.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14.375rem;
  aspect-ratio: 230/40;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .service__job-info-label {
    width: 11.25rem;
    font-size: 1.125rem;
  }
}

.service__job-info-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4.375rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .service__job-info-items {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
    width: max-content;
    margin-inline: auto;
  }
}

.service__job-info-item {
  position: relative;
  font-size: 1.5rem;
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #160901;
  line-height: 1.6666666667;
  letter-spacing: 0.075em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .service__job-info-item {
    font-size: 1.25rem;
  }
}

.service__job-info-item::before {
  content: "◆";
  position: absolute;
  font-size: 0.625rem;
  top: 1.1em;
  left: 0;
}
@media screen and (max-width: 768px) {
  .service__job-info-item::before {
    top: 0.8em;
  }
}

.service__job-description {
  margin-top: 5.625rem;
}
@media screen and (max-width: 768px) {
  .service__job-description {
    margin-top: 6.25rem;
  }
}

.service__job-description-items {
  display: grid;
  justify-content: center;
  gap: 3.75rem;
}

.service__job-description-items.service__job-description-items-2-column {
  grid-template-columns: 22.5rem 22.5rem;
}
@media screen and (max-width: 768px) {
  .service__job-description-items.service__job-description-items-2-column {
    grid-template-columns: repeat(1, 1fr);
  }
}

.service__job-description-items.service__job-description-items-3-column {
  grid-template-columns: 22.5rem 22.5rem 22.5rem;
}
@media screen and (max-width: 768px) {
  .service__job-description-items.service__job-description-items-3-column {
    grid-template-columns: repeat(1, 1fr);
  }
}

.service__job-description-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service__job-description-item-img {
  width: 100%;
}

.service__job-description-item-img img {
  width: 100%;
  aspect-ratio: 360/240;
  object-fit: cover;
  border-radius: 0.3125rem;
}

.service__job-description-item-title {
  font-size: 1.5rem;
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #160901;
  line-height: 1.6666666667;
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .service__job-description-item-title {
    font-size: 1.25rem;
    margin-top: 1.25rem;
  }
}

.service__job-description-item-text {
  font-size: 1.125rem;
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #160901;
  line-height: 2;
  letter-spacing: 0.075em;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .service__job-description-item-text {
    font-size: 1rem;
    margin-top: 0.9375rem;
  }
}

.service__bottom-text-wrapper {
  display: grid;
  place-items: center;
  padding: 2.0625rem 1.25rem;
  background-color: #40220f;
}

.service__bottom-text {
  max-width: 112.5rem;
  width: 100%;
  margin-inline: auto;
}

.slide-text {
  width: 100%;
  overflow: hidden;
}

.slide-text__wrapper {
  display: flex;
  overflow: hidden;
  align-items: center;
}

.slide-text__wrapper.slide-text__wrapper-top-recruit,
.slide-text__wrapper.slide-text__wrapper-top-vision {
  height: 7.03125vw;
}

.slide-text__wrapper.slide-text__wrapper-service {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  flex-direction: column;
  height: 100%;
}

.slide-text__items {
  display: flex;
  align-items: center;
}

.slide-text__items--left {
  animation: infinity-scroll-left 100s infinite linear 0.5s both;
}

/* 右から左へ */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.slide-text__items.slide-text__items--up {
  flex-direction: column;
  animation: infinity-scroll-up 100s infinite linear 0.5s both;
  width: 100%;
}

/* 下から上へ */
@keyframes infinity-scroll-up {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
.slide-text__items.slide-text__items--down {
  flex-direction: column;
  animation: infinity-scroll-down 100s infinite linear 0.5s both;
  width: 100%;
}

/* 上から下へ */
@keyframes infinity-scroll-down {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.slide-text__item {
  position: relative;
  width: 100%;
}
.slide-text__item.slide-text__item-vision,
.slide-text__item.slide-text__item-recruit {
  margin-left: 1.5625vw;
}

.slide-text__item.slide-text__item-vision {
  width: 260.4166666667vw;
}

.slide-text__item.slide-text__item-recruit {
  width: 138.4895833333vw;
}

.slide-text__item.slide-text__item-service {
  max-width: clamp(10rem, 0.263rem + 10.74vw, 13.156rem); /* 160 ~ 210.5 | 1450 ~ 1920 */
  width: 100%;
  aspect-ratio: 210.5/2000;
  margin-top: 4em;
}

.slide-text__item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.sp-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100dvh;
    overflow: scroll;
    background-color: #fbfbfb;
    padding-top: 3.125rem;
    padding-bottom: 6.25rem;
    padding-inline: 1.25rem;
  }
}

.sp-nav.is-active {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp-nav__logo {
    width: 100%;
    max-width: 15.625rem;
    margin-inline: auto;
  }
}

@media screen and (max-width: 768px) {
  .sp-nav__items {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 3.125rem;
    margin-inline: auto;
    max-width: 20.9375rem;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .sp-nav__item {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .sp-nav__item.sp-nav__item-contact {
    margin-top: 0.9375rem;
  }
}

@media screen and (max-width: 768px) {
  .sp-nav__item.sp-nav__item-instagram {
    margin-top: 1.875rem;
  }
}

@media screen and (max-width: 768px) {
  .sp-nav__item a {
    display: block;
    font-size: max(12px, 1rem);
    font-family: "Kanit", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
    color: #160901;
    line-height: 1.4285714286;
    letter-spacing: 0.1em;
    transition: all 0.3s;
    padding: 0.9375rem 0;
  }
}

@media screen and (max-width: 768px) {
  .sp-nav__item.sp-nav__item-contact a,
  .sp-nav__item.sp-nav__item-instagram a {
    width: 100%;
    max-width: 12.5rem;
    margin-inline: auto;
    border-radius: 100vh;
    background-color: #40220f;
  }
}

@media screen and (max-width: 768px) {
  .sp-nav__item.sp-nav__item-contact a span,
  .sp-nav__item.sp-nav__item-instagram a span {
    position: relative;
    font-size: max(12px, 1rem);
    font-family: "Kanit", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
    color: #fbfbfb;
    line-height: 1.4285714286;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 768px) {
  .sp-nav__item.sp-nav__item-contact a span {
    text-transform: uppercase;
  }
}

@media screen and (max-width: 768px) {
  .sp-nav__item.sp-nav__item-instagram a span {
    padding-right: 1.5625rem;
    text-transform: capitalize;
  }
}

@media screen and (max-width: 768px) {
  .sp-nav__item.sp-nav__item-instagram a span::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    mask-image: url(../../assets/images/common/icon-instagram.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #fbfbfb;
    width: 0.9375rem;
    height: 0.9375rem;
  }
}

.swiper .swiper-slide {
  width: 100%;
  box-sizing: border-box;
}

.slider-thumbnail {
  width: 70%;
  padding-block: 0.625rem;
}

.slider-thumbnail__wrapper {
  width: fit-content;
  margin: 0 auto;
}

.slider-thumbnail__slide {
  display: inline-block;
  transition: all 0.3s;
  cursor: pointer;
}

@media (any-hover: hover) {
  .slider-thumbnail__slide:hover {
    filter: brightness(1.2);
    opacity: 1;
  }
}
.slider-thumbnail__slide img {
  height: auto;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.slider-thumbnail__slide {
  display: inline-block;
  opacity: 0.5;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .slider-thumbnail__slide:hover {
    opacity: 1;
    filter: brightness(1.2);
  }
}
.slider-thumbnail__slide.swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #ffffff;
  pointer-events: none;
}

.swiper-layout {
  position: relative;
}

.swiper-button-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78%;
}
@media screen and (max-width: 768px) {
  .swiper-button-wrapper {
    width: 86%;
  }
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 1.3125rem;
  width: 0.75rem;
  height: 0.625rem;
  mask-image: url(../../assets/images/works/swiper-arrow.svg);
  mask-size: 0.75rem;
  mask-repeat: no-repeat;
  background-color: #ffffff;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: 1.375rem;
  }
}

.swiper-button-next {
  transform: rotate(180deg);
}

@media (any-hover: hover) {
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    opacity: 0.6;
  }
}
/* ---------- トップページ - SERVICE | ここから ---------- */
.top-service__swiper-slide.swiper-slide-active .top-service__swiper-slide-link {
  transform: scale(1.2);
}

.top-service__swiper-slide.swiper-slide-active .top-service__swiper-slide-link::before {
  mix-blend-mode: normal;
  background-color: transparent;
}

.top-service__swiper-slide.swiper-slide-active .top-service__swiper-slide-title {
  opacity: 1;
}

@media (any-hover: hover) {
  .top-service__swiper-slide.swiper-slide-active .top-service__swiper-slide-link:hover {
    filter: brightness(1.3);
  }
}
/* ---------- トップページ - SERVICE | ここまで ---------- */
.fadeInDown {
  opacity: 0;
}

.fadeInDown.run {
  animation: fadeInDown 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

.fadeOutDown {
  opacity: 1;
}

.fadeOutDown.run {
  animation: fadeOutDown 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-10px);
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.top-company {
  position: relative;
  padding-bottom: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .top-company {
    padding-top: 5rem;
  }
}

.top-company::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #5f7722;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.top-company__inner {
  max-width: 120rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .top-company__inner {
    max-width: 33.75rem;
    padding-inline: 1.25rem;
  }
}

.top-company__container {
  display: grid;
  align-items: flex-start;
  grid-template-columns: clamp(31.25rem, -30.452rem + 68.09vw, 51.25rem) 600fr 16.25rem; /* 500 ~ 820 | 1450 ~ 1920 */
}
@media screen and (max-width: 768px) {
  .top-company__container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.top-company__img {
  position: relative;
  max-width: 51.25rem;
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 6.875rem;
  padding-left: clamp(0rem, -42.42rem + 46.81vw, 13.75rem); /* 0 ~ 220 | 1450 ~ 1920 */
}
@media screen and (max-width: 768px) {
  .top-company__img {
    padding-left: 0;
    width: 80%;
    margin-inline: auto;
    order: 2;
    margin-top: 3.125rem;
  }
}

.top-company__main-img {
  width: 100%;
  aspect-ratio: 600/850;
  object-fit: cover;
  border-radius: 0.3125rem;
}

.top-company__deco {
  position: absolute;
  bottom: -10.625rem;
  width: 21.125rem;
  width: clamp(12.5rem, -14.109rem + 29.36vw, 21.125rem);
  right: calc(50% + 5rem);
  z-index: 1;
}
@media screen and (max-width: 1920px) {
  .top-company__deco {
    right: auto;
    left: -0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .top-company__deco {
    bottom: 0;
    left: -0.25rem;
    width: 6.25rem;
  }
}

.top-company__info {
  padding-left: clamp(2.5rem, -7.141rem + 10.64vw, 5.625rem); /* 40 ~ 90 | 1450 ~ 1920 */
  padding-top: clamp(6.875rem, -14.721rem + 23.83vw, 13.875rem); /* 0 ~ 222 | 1450 ~ 1920 */
  border-right: 2px solid #fbfbfb;
}
@media screen and (max-width: 768px) {
  .top-company__info {
    border-right: none;
    padding-left: 0;
    padding-top: 3.125rem;
    order: 3;
  }
}

.top-company__heading {
  font-size: 2.5rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #fbfbfb;
  line-height: 1.3;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .top-company__heading {
    font-size: 1.625rem;
  }
}

.top-company__text {
  font-size: 1.25rem;
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #fbfbfb;
  line-height: 2;
  letter-spacing: 0.075em;
  margin-top: 3.4375rem;
  padding-right: 4.375rem;
}
@media screen and (max-width: 768px) {
  .top-company__text {
    font-size: max(1rem, 12px);
    margin-top: 2.5rem;
    padding-right: 0;
  }
}

.top-company__items {
  margin-top: 5rem;
}

.top-company__item {
  border-top: 2px solid #fbfbfb;
}

.top-company__item:last-child {
  border-bottom: 2px solid #fbfbfb;
}

.top-company__link {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  transition: all 0.3s;
  padding: 2.0625rem 1.25rem;
  width: 100%;
}

.top-company__arrow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 2.125rem;
}

.top-company__arrow span {
  mask-image: url(../../assets/images/common/icon-arrow-02.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #fbfbfb;
  width: 0.625rem;
  height: 1.25rem;
  animation: colorChangeWhite 1s infinite;
}

@media (any-hover: hover) {
  .top-company__link:hover {
    background-color: rgba(251, 251, 251, 0.6);
  }
}
@keyframes colorChangeWhite {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0.15;
  }
  66% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.top-company__arrow span:nth-child(1) {
  animation-delay: 0s;
}

.top-company__arrow span:nth-child(2) {
  animation-delay: 0.25s;
}

.top-company__arrow span:nth-child(3) {
  animation-delay: 0.5s;
}

.top-company__link-ja {
  font-size: 1.625rem;
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #fbfbfb;
  line-height: 1.5384615385;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .top-company__link-ja {
    font-size: 1.125rem;
  }
}

.top-company__link-en {
  font-size: max(0.875rem, 12px);
  font-family: "Kanit", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #fbfbfb;
  line-height: 2.2142857143;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.top-company__grid {
  position: relative;
  max-width: 120rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 10.5rem;
  padding-inline: 0.625rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-company__grid {
    margin-top: 5rem;
  }
}

.top-recruit {
  position: relative;
  padding-bottom: 32.5rem;
}
@media screen and (max-width: 768px) {
  .top-recruit {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }
}

.top-recruit__deco {
  position: absolute;
  bottom: 0;
  right: calc(50% - 13.125rem);
  width: clamp(37.5rem, -31.915rem + 76.6vw, 60rem); /* 600 ~ 960 | 1450 ~ 1920 */
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-recruit__deco {
    max-width: 18.75rem;
    width: 53%;
    right: calc(50% - 1.25rem);
  }
}

.top-recruit__inner {
  max-width: 120rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .top-recruit__inner {
    max-width: 33.75rem;
    padding-inline: 1.25rem;
  }
}

.top-recruit__container {
  display: grid;
  grid-template-columns: 1660fr 260fr;
}
@media screen and (max-width: 768px) {
  .top-recruit__container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.top-recruit__wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 628fr 880fr;
  margin-top: 6.25rem;
  padding-left: 3.25rem;
  padding-right: 6.25rem;
}
@media screen and (max-width: 768px) {
  .top-recruit__wrapper {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 5rem;
    padding-left: 0;
    padding-right: 0;
    order: 3;
  }
}

.top-recruit__title {
  position: absolute;
  top: 24.0625rem;
  left: 3.25rem;
  font-size: 6.25rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #5f7722;
  line-height: 1.4;
  letter-spacing: -0.02em;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .top-recruit__title {
    position: relative;
    top: auto;
    left: auto;
    font-size: 2.5rem;
    text-align: center;
  }
}

.top-recruit__btn-wrapper {
  margin-top: 43.75rem;
}
@media screen and (max-width: 768px) {
  .top-recruit__btn-wrapper {
    text-align: center;
    margin-top: 5rem;
  }
}

.top-recruit__img {
  max-width: 55rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-recruit__img {
    width: 80%;
    margin-inline: auto;
    margin-top: 5rem;
    order: 2;
  }
}

.top-recruit__slide-text {
  position: absolute;
  bottom: 16.25rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-recruit__slide-text {
    position: relative;
    bottom: auto;
    margin-top: 2.5rem;
  }
}

.top-service {
  position: sticky;
  top: 0;
  left: 0;
  padding-bottom: 5.625rem;
  overflow: hidden;
}

.top-service__inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

.top-service__message {
  display: inline-flex;
  flex-direction: column;
  padding-left: 3.75rem;
}
@media screen and (max-width: 768px) {
  .top-service__message {
    padding-left: 0;
    padding-inline: 1.25rem;
    max-width: 33.75rem;
    width: 100%;
  }
}

.top-service__message-01 {
  padding-top: 46.0625rem;
}
@media screen and (max-width: 768px) {
  .top-service__message-01 {
    padding-top: 9.375rem;
  }
}

.top-service__message-02 {
  padding-top: 12.9375rem;
}
@media screen and (max-width: 768px) {
  .top-service__message-02 {
    padding-top: 9.375rem;
  }
}

.top-service__message-text {
  display: inline-block;
  font-size: clamp(2.5rem, -1.164rem + 4.04vw, 3.688rem); /* 40 ~ 59 | 1450 ~ 1920 */
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #fbfbfb;
}
@media screen and (max-width: 768px) {
  .top-service__message-text {
    font-size: 1.25rem;
  }
}

.top-service__message-deco-text {
  margin-inline: 0.25rem;
  padding: 0.5625rem 0.75rem;
}
@media screen and (max-width: 768px) {
  .top-service__message-deco-text {
    padding: 0.25rem 0.5rem;
  }
}

.top-service__message-deco-text-01 {
  background-color: #40220f;
}

.top-service__message-deco-text-02 {
  border: 0.25rem solid #fbfbfb;
}
@media screen and (max-width: 768px) {
  .top-service__message-deco-text-02 {
    border: 0.125rem solid #fbfbfb;
  }
}

.top-service__main-message {
  font-size: clamp(6.875rem, -1.609rem + 9.36vw, 9.625rem); /* 110 ~ 154 | 1450 ~ 1920 */
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #fbfbfb;
  line-height: 1.3;
  margin-top: 2.0625rem;
}
@media screen and (max-width: 768px) {
  .top-service__main-message {
    font-size: 2.25rem;
    margin-top: 1.25rem;
  }
}

.top-service__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}

.top-service__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5f7722;
  z-index: -1;
}

.top-service__bg-img {
  position: relative;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  opacity: 0.3;
  mix-blend-mode: multiply;
  z-index: -1;
}

.top-service--protect {
  margin-top: 10rem;
}

.top-service__swiper {
  padding-block: 2.5rem;
}

.top-service__swiper-slide-link {
  position: relative;
  display: block;
  transition: all 0.3s;
  border-radius: 0.3125rem;
  overflow: hidden;
}

.top-service__swiper-slide-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5f7722;
  mix-blend-mode: multiply;
  z-index: 1;
}

.top-service__swiper-slide-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to top, #160901 0%, transparent 100%);
  mix-blend-mode: multiply;
  z-index: 1;
}

.top-service__swiper-slide-link img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: all 0.3s;
}

.top-service__swiper-slide-title {
  position: absolute;
  left: 1.875rem;
  bottom: 1.875rem;
  font-size: 1.25rem; /* アクティブ時は拡大されることを想定し、30px → 20pxにする */
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #fbfbfb;
  line-height: 1.6666666667;
  letter-spacing: 0.075em;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .top-service__swiper-slide-title {
    font-size: 0.875rem;
  }
}

.top-service__btn-wrapper {
  position: absolute;
  right: 3.75rem;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .top-service__btn-wrapper {
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 3.75rem;
  }
}

.top-topics {
  border-top: 2px solid #160901;
  border-bottom: 2px solid #160901;
}
@media screen and (max-width: 768px) {
  .top-topics {
    padding-top: 5rem;
  }
}

.top-topics__inner {
  max-width: 120rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .top-topics__inner {
    max-width: 33.75rem;
    padding-inline: 1.25rem;
  }
}

.top-topics__container {
  display: grid;
  grid-template-columns: 260fr 1660fr;
}
@media screen and (max-width: 768px) {
  .top-topics__container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.top-topics__wrapper {
  padding-top: 6.375rem;
  padding-left: 6.25rem;
  padding-right: 3.75rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .top-topics__wrapper {
    padding-top: 3.125rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.top-topics__item {
  border-top: 1px solid rgba(22, 9, 1, 0.15);
}

.top-topics__item:last-child {
  border-bottom: 1px solid rgba(22, 9, 1, 0.15);
}

.top-topics__item-link {
  position: relative;
  display: grid;
  grid-template-columns: 8.125rem 1fr;
  gap: 5.25rem;
  padding: 2.6875rem 5.625rem 2.6875rem 3.75rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .top-topics__item-link {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    padding: 1.25rem 2.1875rem 1.25rem 0.625rem;
  }
}

@media (any-hover: hover) {
  .top-topics__item-link:hover {
    background-color: rgba(22, 9, 1, 0.1);
  }
}
.top-topics__item-link::before {
  content: "";
  position: absolute;
  right: 3.125rem;
  top: 50%;
  transform: translateY(-50%);
  mask-image: url(../../assets/images/common/icon-arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #160901;
  aspect-ratio: 20/17;
  width: 1.25rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .top-topics__item-link::before {
    right: 0.9375rem;
    width: 0.9375rem;
  }
}

@media (any-hover: hover) {
  .top-topics__item-link:hover {
    opacity: 0.6;
  }
  .top-topics__item-link:hover::before {
    opacity: 0.6;
    right: 2.5rem;
  }
}
@media screen and (any-hover: hover) and (max-width: 768px) {
  .top-topics__item-link:hover::before {
    right: 0.3125rem;
  }
}
.top-topics__date {
  font-size: 1.25rem;
  font-family: "Kanit", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #160901;
  line-height: 1.55;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .top-topics__date {
    font-size: 1rem;
  }
}

.top-topics__title {
  font-size: 1.375rem;
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #160901;
  line-height: 1.8181818182;
  letter-spacing: 0.075em;
  white-space: normal; /* 文字を折り返す */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 表示する行数 */
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-topics__title {
    font-size: 1.125rem;
  }
}

.top-topics__btn-wrapper {
  text-align: right;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .top-topics__btn-wrapper {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .top-vision {
    margin-top: 9.375rem;
  }
}

.top-vision__inner {
  max-width: 120rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .top-vision__inner {
    max-width: 33.75rem;
    padding-inline: 1.25rem;
  }
}

.top-vision__container {
  display: grid;
  grid-template-columns: 16.25rem 600fr clamp(37.5rem, -16.489rem + 59.57vw, 55rem); /* 600 ~ 880 | 1450 ~ 1920 */
}
@media screen and (max-width: 768px) {
  .top-vision__container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.top-vision__info {
  margin-top: clamp(12.5rem, -4.854rem + 19.15vw, 18.125rem); /* 200 ~ 290 | 1450 ~ 1920 */
  padding-left: clamp(1.875rem, -11.622rem + 14.89vw, 6.25rem); /* 30 ~ 100 | 1450 ~ 1920 */
  padding-right: clamp(1.875rem, -7.766rem + 10.64vw, 5rem); /* 30 ~ 80 | 1450 ~ 1920 */
}
@media screen and (max-width: 768px) {
  .top-vision__info {
    margin-top: 3.125rem;
    padding-left: 0;
    padding-right: 0;
    order: 3;
  }
}

.top-vision__heading {
  font-size: 2.5rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #160901;
  line-height: 1.3;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .top-vision__heading {
    font-size: 1.625rem;
  }
}

.top-vision__text {
  font-size: 1.25rem;
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #160901;
  line-height: 2;
  letter-spacing: 0.075em;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .top-vision__text {
    font-size: max(1rem, 12px);
    margin-top: 2.5rem;
  }
}

.top-vision__btn-wrapper {
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .top-vision__btn-wrapper {
    margin-top: 3.125rem;
    text-align: center;
  }
}

.top-vision__img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-vision__img {
    width: 80%;
    margin-inline: auto;
    margin-top: 3.125rem;
    order: 2;
  }
}

.top-vision__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .top-vision__img img {
    height: auto;
    aspect-ratio: 880/1000;
  }
}

.top-vision__slide-text {
  padding-top: 3.625rem;
  padding-bottom: 8.125rem;
}
@media screen and (max-width: 768px) {
  .top-vision__slide-text {
    padding-top: 5rem;
    padding-bottom: 3.125rem;
  }
}

.top-works {
  position: relative;
  z-index: 1;
  background-color: #fbfbfb;
}
@media screen and (max-width: 768px) {
  .top-works {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.top-works__inner {
  max-width: 120rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .top-works__inner {
    max-width: 33.75rem;
    padding-inline: 1.25rem;
  }
}

.top-works__container {
  display: grid;
  grid-template-columns: 260fr 1660fr;
}
@media screen and (max-width: 768px) {
  .top-works__container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.top-works__wrapper {
  margin-top: 3.75rem;
}

.top-works__btn-wrapper {
  text-align: right;
  padding-right: 3.75rem;
}
@media screen and (max-width: 768px) {
  .top-works__btn-wrapper {
    margin-top: 3.75rem;
    text-align: center;
  }
}

.top-works__item:nth-child(n+2) {
  border-top: 1px solid #160901;
}

.top-works__item-link {
  display: grid;
  grid-template-columns: 1fr 12.5rem;
  gap: 6.25rem;
  padding: 4.375rem 3.75rem 4.375rem 6.25rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .top-works__item-link {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
    padding: 1.875rem 0.625rem;
  }
}

@media (any-hover: hover) {
  .top-works__item-link:hover {
    background-color: rgba(22, 9, 1, 0.1);
  }
}
@media screen and (max-width: 768px) {
  .top-works__content {
    order: 2;
  }
}

.top-works__title {
  font-size: 1.625rem;
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #160901;
  line-height: 1.5384615385;
  letter-spacing: 0.075em;
  white-space: normal; /* 文字を折り返す */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 表示する行数 */
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-works__title {
    font-size: 1.125rem;
  }
}

.top-works__info {
  font-size: max(1.125rem, 12px);
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #160901;
  line-height: 2;
  letter-spacing: 0.075em;
  white-space: normal; /* 文字を折り返す */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 表示する行数 */
  overflow: hidden;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .top-works__info {
    font-size: max(0.875rem, 12px);
  }
}

.top-works__date-wrapper {
  display: grid;
  grid-template-columns: 6.25rem 1fr;
  gap: 1.25rem;
  margin-top: 1.5625rem;
}

.top-works__label {
  font-size: 1.25rem;
  font-family: "Kanit", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #fbfbfb;
  letter-spacing: 0.1em;
  background-color: #160901;
  padding: 0.3125rem 0.3125rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-works__label {
    padding: 0.1875rem 0.1875rem;
    font-size: 1rem;
  }
}

.top-works__date {
  font-size: 1.25rem;
  font-family: "Kanit", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #160901;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .top-works__date {
    font-size: 1rem;
  }
}

.top-works__img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-works__img {
    width: 90%;
    margin-inline: auto;
    order: 1;
  }
}

.top-works__img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 0.3125rem;
}

.value {
  position: relative;
  border-top: 0.3125rem solid #160901;
  background-color: #fbfbfb;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .value {
    border-top: 0.1875rem solid #160901;
    padding-top: 5rem;
  }
}

.value__inner {
  max-width: 120rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .value__inner {
    max-width: 33.75rem;
    padding-inline: 1.25rem;
  }
}

.value__container {
  display: grid;
  grid-template-columns: 16.25rem 1fr;
}
@media screen and (max-width: 768px) {
  .value__container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.value__wrapper {
  position: relative;
  padding: 6.25rem clamp(1.875rem, -4.488rem + 7.02vw, 3.938rem) 12.25rem clamp(3.75rem, -18.81rem + 24.89vw, 11.063rem); /* 30 ~ 66 | 1450 ~ 1920 || 60 ~ 177 | 1450 ~ 1920 */
}
@media screen and (max-width: 768px) {
  .value__wrapper {
    padding: 3.125rem 0;
    margin-top: 3.125rem;
  }
}

.value__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #40220f;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .value__wrapper::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

.value__item {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding-top: 4.0625rem;
  padding-bottom: 2.375rem;
  border-bottom: 1px solid rgba(251, 251, 251, 0.3);
}
@media screen and (max-width: 768px) {
  .value__item {
    padding-top: 2.5rem;
    padding-bottom: 1.5625rem;
    gap: 1.5625rem;
  }
}

.value__item-number {
  width: 5.875rem;
}
@media screen and (max-width: 768px) {
  .value__item-number {
    width: 3.125rem;
  }
}

.value__item-text {
  font-size: 2.5rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #fbfbfb;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .value__item-text {
    font-size: 1.5rem;
  }
}

.value__illust {
  position: absolute;
  bottom: -7.5rem;
  left: calc(50% + clamp(15.625rem, 5.984rem + 10.64vw, 18.75rem)); /* 250 ~ 300 | 1450 ~ 1920 */
  width: clamp(31.25rem, -25.053rem + 62.13vw, 49.5rem); /* 500 ~ 792 | 1450 ~ 1920 */
}
@media screen and (max-width: 768px) {
  .value__illust {
    bottom: -3.125rem;
    width: 12.5rem;
  }
}

.value__bg-text-wrapper {
  position: relative;
  height: 12.65625vw;
  background-color: #fbfbfb;
  border-bottom: 2px solid #160901;
  border-top: 0.3125rem solid #160901;
}
@media screen and (max-width: 768px) {
  .value__bg-text-wrapper {
    border-top: 0.1875rem solid #160901;
  }
}

.value__bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 11.1458333333vw;
  font-family: anisette-std, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #160901;
  letter-spacing: -0.04em;
  white-space: nowrap;
  text-transform: uppercase;
}

.value__illustration {
  padding: 6.9375rem 1.25rem 9.25rem;
  background-image: url(../../assets/images/common/bg-texture-01.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .value__illustration {
    padding: 3.125rem 0.625rem 4.375rem;
  }
}

.value__illustration-title {
  font-size: 2.5rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #160901;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .value__illustration-title {
    font-size: 1.125rem;
  }
}

.value__illustration-img {
  max-width: 74.6875rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 7.25rem;
}
@media screen and (max-width: 768px) {
  .value__illustration-img {
    margin-top: 3.125rem;
  }
}

.vision {
  position: relative;
  margin-top: 5.5rem;
}
@media screen and (max-width: 768px) {
  .vision {
    margin-top: 3.625rem;
  }
}

.vision__img {
  width: 100%;
}

.vision__title-wrapper {
  position: absolute;
  top: 7.34375vw;
  left: 3.125vw;
}

.vision__title-en {
  font-size: 7.2916666667vw;
  font-family: anisette-std, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #fbfbfb;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.vision__title-ja {
  font-size: 1.7708333333vw;
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #fbfbfb;
  line-height: 1.1764705882;
  letter-spacing: 0.075em;
  margin-top: 0.7291666667vw;
}

.vision__sub-title {
  position: relative;
  width: 55.5208333333vw;
  margin-top: 5.7291666667vw;
  padding-right: 0.2604166667vw;
  padding-bottom: 0.2604166667vw;
  z-index: 1;
}

.vision__sub-title-img {
  width: 100%;
  filter: drop-shadow(0.2604166667vw 0.2604166667vw 0px #000000);
}

.vision__intro {
  position: relative;
  height: 36.9791666667vw;
}

.vision__intro::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../../assets/images/vision/vision-bg-01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 39.8958333333vw;
  aspect-ratio: 766/769;
  mix-blend-mode: multiply;
}

.vision__text-img-01 {
  position: absolute;
  top: -2.6041666667vw;
  right: -1.40625vw;
  width: 79.21875vw;
}

.vision__text-img-02 {
  position: absolute;
  top: -8.59375vw;
  right: 10.2083333333vw;
  width: 13.2291666667vw;
}

.vision__illust {
  position: absolute;
  bottom: 0;
  left: -1.6145833333vw;
  width: 31.25vw;
}

/* モーダル */
.works-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(20px);
}

.works-modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

.works-modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.works-modal__container {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
}
@media screen and (max-width: 768px) {
  .works-modal__container {
    max-width: 31.25rem;
    width: 90%;
  }
}

.works-modal__wrapper {
  max-height: 90dvh;
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 768px) {
  .works-modal__wrapper {
    padding-bottom: 0;
  }
}

.works-modal__close-btn {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.75rem;
  height: 3.75rem;
  cursor: pointer;
  z-index: 10;
  padding: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .works-modal__close-btn {
    right: 0;
    width: 2.8125rem;
    height: 2.8125rem;
  }
}

@media (any-hover: hover) {
  .works-modal__close-btn:hover {
    opacity: 0.6;
  }
}
.works-modal__img-wrapper {
  max-height: 90dvh;
}

.works-detail__img img {
  width: 100%;
  height: 90dvh;
  object-fit: contain;
}

.works-detail {
  max-width: 120rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .works-detail {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.works-detail__layout {
  position: relative;
  display: flex;
  border-right: 2px solid #160901;
  border-left: 2px solid #160901;
}
@media screen and (max-width: 1920px) {
  .works-detail__layout {
    border-right: none;
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  .works-detail__layout {
    flex-direction: column;
    max-width: 33.75rem;
    width: 100%;
    margin-inline: auto;
    padding-inline: 1.25rem;
    padding-bottom: 1.875rem;
  }
}

.works-detail__swiper {
  width: 50.625rem;
  border-right: 2px solid #160901;
  background-color: #160901;
}
@media screen and (max-width: 768px) {
  .works-detail__swiper {
    width: 100%;
    border-right: none;
    order: 2;
    margin-top: 3.125rem;
  }
}

.works-detail__swiper-slide {
  display: inline-block;
  transition: all 0.3s;
  cursor: pointer;
}

@media (any-hover: hover) {
  .works-detail__swiper-slide:hover {
    filter: brightness(1.2);
  }
}
.works-detail__swiper-slide img {
  height: auto;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 810/890;
}

.works-detail__detail {
  width: calc(100% - 50.625rem);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .works-detail__detail {
    display: contents;
  }
}

.works-detail__content {
  padding: 5rem clamp(1.875rem, -3.91rem + 6.38vw, 3.75rem) 3.0625rem clamp(1.875rem, -9.694rem + 12.77vw, 5.625rem); /* 30 ~ 60 | 1450 ~ 1920 || 30 ~ 90 | 1450 ~ 1920 */
}
@media screen and (max-width: 768px) {
  .works-detail__content {
    padding: 0;
    order: 1;
  }
}

.works-detail__title {
  font-size: max(2.125rem, 12px);
  font-weight: 700;
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.1764705882;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .works-detail__title {
    font-size: max(1.5rem, 12px);
  }
}

.works-detail__text {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .works-detail__text {
    margin-top: 1.25rem;
  }
}

.works-detail__text p {
  font-size: max(1.25rem, 12px);
  font-weight: 400;
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .works-detail__text p {
    font-size: max(1rem, 12px);
  }
}

.works-detail__list-wrapper {
  padding: 5rem clamp(1.875rem, -3.91rem + 6.38vw, 3.75rem) 3.0625rem clamp(1.875rem, -9.694rem + 12.77vw, 5.625rem); /* 30 ~ 60 | 1450 ~ 1920 || 30 ~ 90 | 1450 ~ 1920 */
  border-top: 2px solid #160901;
}
@media screen and (max-width: 768px) {
  .works-detail__list-wrapper {
    order: 3;
    padding: 3.125rem 0 0;
  }
}

.works-detail__list {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .works-detail__list {
    padding-inline: 0;
    gap: 1.5rem;
  }
}

.works-detail__item {
  display: flex;
  gap: 3.125rem;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .works-detail__item {
    flex-direction: column;
    gap: 0.625rem;
  }
}

.works-detail__item-title {
  background-color: #160901;
  padding: 0.3125rem 0.625rem;
  width: 16%;
  min-width: 9.375rem;
  text-align: center;
  margin-top: 0.4em;
}
@media screen and (max-width: 768px) {
  .works-detail__item-title {
    width: 9.375rem;
  }
}

.works-detail__item-title p {
  color: #ffffff;
  font-size: max(1.25rem, 12px);
  font-weight: 700;
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .works-detail__item-title p {
    font-size: max(1rem, 12px);
  }
}

.works-detail__item-text {
  width: calc(84% - 3.125rem);
}
@media screen and (max-width: 768px) {
  .works-detail__item-text {
    width: 100%;
  }
}

.works-detail__item-text p {
  font-size: max(1.25rem, 12px);
  font-weight: 400;
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .works-detail__item-text p {
    font-size: max(1rem, 12px);
  }
}

.works-detail__btn-wrapper {
  margin-top: 2.625rem;
  text-align: center;
}

section.works {
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 768px) {
  section.works {
    padding-bottom: 4.375rem;
  }
}

.works__inner.inner {
  max-width: 96.25rem;
}
@media screen and (max-width: 768px) {
  .works__inner.inner {
    max-width: 33.75rem;
  }
}

.works__list-wrapper {
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .works__list-wrapper {
    margin-top: 3.125rem;
  }
}

.works__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 4.125rem;
  column-gap: 4.375rem;
}
@media screen and (max-width: 768px) {
  .works__list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 2.5rem;
  }
}

.works__item a {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.125rem;
  place-items: center;
  transition: 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .works__item a:hover {
    opacity: 0.6;
  }
  .works__item a:hover .works__item-img > img {
    transform: scale(1.05);
  }
}
.works__item-img {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .works__item-img {
    width: 80%;
  }
}
@media screen and (max-width: 375px) {
  .works__item-img {
    width: 100%;
  }
}

.works__item-img > img {
  width: 100%;
  aspect-ratio: 450/300;
  object-fit: cover;
  border-radius: 0.3125rem;
  transition: 0.3s ease-in-out;
}

.works__item-text h2 {
  font-size: max(12px, 1.625rem);
  font-weight: 700;
  font-family: "BIZ UDPGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #160901;
  line-height: 1.9230769231;
  letter-spacing: 0.075em;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .works__item-text h2 {
    font-size: max(10px, 1.125rem);
  }
}

.works__pager {
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .works__pager {
    margin-top: 3.125rem;
  }
}

.wp-pagenavi {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    gap: 0.4375rem;
  }
}

.previouspostslink,
.nextpostslink,
.current {
  display: grid;
  place-items: center;
  background-color: #160901;
  color: #fbfbfb;
  border: solid 1px #160901;
  border-radius: 100vmax;
  position: relative;
  text-align: center;
  min-width: 3.125rem;
  height: 3.125rem;
  font-family: anisette-std, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: max(1.25rem, 12px);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .previouspostslink,
  .nextpostslink,
  .current {
    min-width: 2.1875rem;
    height: 2.1875rem;
    font-size: max(0.875rem, 12px);
  }
}

.page,
.extend {
  display: grid;
  place-items: center;
  color: #160901;
  border: solid 1px #fbfbfb;
  border-radius: 100vmax;
  position: relative;
  text-align: center;
  min-width: 3.125rem;
  height: 3.125rem;
  font-family: anisette-std, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: max(1.25rem, 12px);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .page,
  .extend {
    min-width: 2.1875rem;
    height: 2.1875rem;
    font-size: max(0.875rem, 12px);
  }
}

.previouspostslink::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
  left: 50%;
  mask-image: url(../../assets/images/works/pager-arrow.svg);
  mask-size: 1.25rem;
  mask-repeat: no-repeat;
  background-color: #fbfbfb;
  width: 1.25rem;
  height: 1.0625rem;
  transition: 0.3s ease-in-out;
}

.nextpostslink::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  mask-image: url(../../assets/images/works/pager-arrow.svg);
  mask-size: 1.25rem;
  mask-repeat: no-repeat;
  background-color: #fbfbfb;
  width: 1.25rem;
  height: 1.0625rem;
  transition: 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .previouspostslink:hover,
  .nextpostslink:hover,
  .current:hover {
    background-color: #fbfbfb;
    color: #160901;
    border: solid 1px #160901;
  }
  .previouspostslink:hover::before,
  .nextpostslink:hover::before {
    background-color: #160901;
  }
  .page:hover {
    background-color: #fbfbfb;
    color: #160901;
    border: solid 1px #160901;
  }
}
/* FORM */
.form-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.wpcf7 table {
  border-collapse: separate;
  border-spacing: 10px;
  width: 100%;
}

.wpcf7 table th,
.wpcf7 table td {
  padding: 6px 15px;
  border-radius: 3px;
}

.wpcf7 table th {
  background-color: #40220f;
  color: #fff;
}

.wpcf7 table th .text {
  color: #fff;
}

.wpcf7 table tr:last-child th {
  border-bottom: 1px solid #40220f;
}

.wpcf7 table th p,
.wpcf7 table td p {
  margin: 0;
}

.wpcf7 table th .form-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

span.must {
  font-size: 12px;
  background-color: #fff;
  color: #40220f;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 3px;
}

form input[type=text], form input[type=email], form input[type=tel], form input[type=number], form textarea {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #aaa;
  border-radius: 3px;
  width: 100%;
  padding: 12px;
  box-shadow: none;
  line-height: 1.6;
}

form input.md {
  max-width: 300px;
}

form textarea {
  width: 100%;
  resize: none;
}

.submit_btn {
  margin-top: 50px;
  justify-content: center;
  display: flex;
  position: relative;
}

form .submit_btn input {
  font-weight: bold;
  width: 285px;
  padding: 19px;
  text-align: center;
  transition: 0.3s;
  appearance: none;
  -webkit-appearance: none;
}

form .submit_btn input:disabled {
  background: gray !important;
  pointer-events: none;
  border: 1px solid gray !important;
}

form .submit_btn input[type=submit] {
  color: #fff;
  background-color: #40220f;
  border: 1px solid #40220f;
}

@media screen and (min-width: 992px) {
  form .submit_btn input[type=submit]:hover {
    opacity: 1;
    background-color: #fff;
    color: #40220f;
  }
}
form .submit_btn input[type=button] {
  background-color: gray;
  border: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}

div.wpcf7 .ajax-loader {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -30px;
}

div.wpcf7-response-output {
  margin: 3em 0.5em 1em;
}

.wpcf7-spinner {
  display: none;
}

@media screen and (max-width: 991px) {
  .wpcf7 table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  .wpcf7 table th,
  .wpcf7 table td {
    padding: 10px 15px;
    width: 100%;
    display: block;
    white-space: normal;
  }
  .wpcf7 table td {
    padding-left: 0;
    padding-right: 0;
  }
  form input[type=text], form input[type=email], form input[type=tel], form input[type=number], form textarea {
    width: 100%;
  }
}
.wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 5px;
  font-weight: bold;
}

.law {
  margin-top: 20px;
  padding: 25px 30px;
  line-height: 1.6;
  border: 1px solid #231815;
}

.law .text {
  font-size: 14px;
  text-align: justify;
  line-height: 2;
  margin-bottom: 10px;
}

.law .text span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.law .text:last-child {
  margin-bottom: 0;
}

.contact-text {
  margin-bottom: 50px;
  text-align: center;
}

.contact-text a {
  color: #40220f;
  text-decoration: underline;
  font-weight: bold;
}

section.padding-tb {
  padding: 6.25rem 0;
}

.requirement-tab {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.625rem 1.25rem;
  margin-bottom: 3.125rem;
}

.requirement-tab li {
  border: 1px solid #160901;
  font-size: 1rem;
  font-weight: 700;
  color: #160901;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0.875rem 3.125rem;
  border-radius: 0.1875rem;
}
.requirement-tab li.active {
  background-color: #160901;
  color: #ffffff;
}

.requirement-tab-content table {
  border-collapse: separate;
  border-spacing: 0.3125rem 0.3125rem;
  width: 100%;
}

.requirement-tab-content table th,
.requirement-tab-content table td {
  border: 1px solid #160901;
  padding: 0.75rem 1.25rem;
  border-radius: 0.1875rem;
  line-height: 1.8;
}

.requirement-tab-content table th {
  background-color: #160901;
  color: #fff;
  width: 20%;
  text-align: left;
}

.requirement-tab-content table td {
  width: 80%;
}

.single-sec__header {
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #160901;
}

.single-sec__header-date {
  margin-bottom: 10px;
  font-size: 14px;
  color: #160901;
  font-weight: bold;
  font-family: "Kanit", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.single-sec__header-title {
  margin-top: 5px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
}

.single-sec__body {
  line-height: 1.8;
  font-size: 16px;
}

.single-sec__body > *:first-child {
  margin-top: 0;
}

.single-sec__body > * {
  margin-bottom: 35px;
}

.single-sec__body > *:last-child {
  margin-bottom: 0;
}

.single-sec__body > h2,
.single-sec__body > h3,
.single-sec__body > h4,
.single-sec__body > h5 {
  margin: 60px 0 15px;
}

.single-sec__body h2 {
  background-color: #40220f;
  color: #fff;
  padding: 10px 30px;
  font-size: 20px;
  border-radius: 4px;
  font-weight: bold;
}

.single-sec__body h3 {
  border-bottom: 2px solid #40220f;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #40220f;
}

.single-sec__body h4,
.single-sec__body h5 {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .single-sec__header {
    margin-bottom: 30px;
  }
  .single-sec__header-title {
    font-size: 18px;
  }
  .single-sec__body {
    font-size: 14px;
  }
  .single-sec__body h2 {
    font-size: 16px;
  }
  .single-sec__body h3,
  .single-sec__body h4, .single-sec__body h5 {
    font-size: 16px;
  }
}
.single-sec__btn {
  text-align: center;
  margin-top: 60px;
}

.policy {
  line-height: 1.8;
  font-weight: 500;
}

.policy-text {
  margin-bottom: 30px;
}

.policy .sin-ul > li {
  margin-bottom: 30px;
}

.policy .sin-ul > li span {
  font-weight: bold;
}

.policy .sec-ul {
  margin-top: 10px;
}

.policy .sec-ul > li {
  font-size: 14px;
  padding-left: 1em;
}

.policy .sec-ul > li::before {
  content: "・";
  margin-left: -1em;
}

/* ------------------------ */
/* 固有のフォント設定 */
/* 共通パーツで設定すると不便な場合、こちらに設定する */
/* ------------------------ */
/* ---------- フォントの大文字・小文字の設定 ここから ---------- */
/* capitalize はspanタグで囲って使用する。「:first-letter」は使用しない。 */
/* 各単語の最初のテキストを大文字に変換 */
.text-capitalize {
  text-transform: capitalize;
}

/* 全てのテキストを大文字に変換 */
.text-uppercase {
  text-transform: uppercase;
}

/* ---------- フォントの大文字・小文字の設定 ここまで ---------- */
/* ---------- フォントウェイトの設定 ここから ---------- */
/* ---------- フォントウェイトの設定 ここまで ---------- */
/* ---------- 2行目から先頭1文字開けて表示される（※、・が先頭に記載されているときに使用） ここから ---------- */
.text-wrap {
  padding-left: 1em;
  text-indent: -1em;
}

/* ---------- 2行目から先頭1文字開けて表示される（※、・が先頭に記載されているときに使用） ここまで ---------- */
/* ------------------------ */
/* 改行用、SP・PC非表示用の設定 */
/* ------------------------ */
/* ---------- 改行 〜 more：以上、less：以下 | ここから ---------- */
/* 768px以下で改行 */
.br-768-less {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-768-less {
    display: block;
  }
}

/* 768px以上で改行 */
@media screen and (max-width: 768px) {
  .br-768-more {
    display: none;
  }
}

/* ---------- 改行 | ここまで ---------- */
/* ---------- wbrタグを使った改行処置 | ここから ---------- */
.break-keep {
  word-break: keep-all;
}

/* ---------- wbrタグを使った改行処置 | ここまで ---------- */
/* ---------- 表示・非表示 〜 more：以上、less：以下 | ここから ---------- */
/* PCのとき非表示 */
.pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-none {
    display: block;
  }
}

/* SPのとき非表示 */
@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

/* ---------- 表示・非表示 〜 more：以上、less：以下 | ここまで ---------- */
/* ---------- margin-topの設定 | ここから ---------- */
.mt-pc-1 {
  margin-top: 0.0625rem;
}

.mt-pc-2 {
  margin-top: 0.125rem;
}

.mt-pc-3 {
  margin-top: 0.1875rem;
}

.mt-pc-4 {
  margin-top: 0.25rem;
}

.mt-pc-5 {
  margin-top: 0.3125rem;
}

.mt-pc-6 {
  margin-top: 0.375rem;
}

.mt-pc-7 {
  margin-top: 0.4375rem;
}

.mt-pc-8 {
  margin-top: 0.5rem;
}

.mt-pc-9 {
  margin-top: 0.5625rem;
}

.mt-pc-10 {
  margin-top: 0.625rem;
}

.mt-pc-11 {
  margin-top: 0.6875rem;
}

.mt-pc-12 {
  margin-top: 0.75rem;
}

.mt-pc-13 {
  margin-top: 0.8125rem;
}

.mt-pc-14 {
  margin-top: 0.875rem;
}

.mt-pc-15 {
  margin-top: 0.9375rem;
}

.mt-pc-16 {
  margin-top: 1rem;
}

.mt-pc-17 {
  margin-top: 1.0625rem;
}

.mt-pc-18 {
  margin-top: 1.125rem;
}

.mt-pc-19 {
  margin-top: 1.1875rem;
}

.mt-pc-20 {
  margin-top: 1.25rem;
}

.mt-pc-21 {
  margin-top: 1.3125rem;
}

.mt-pc-22 {
  margin-top: 1.375rem;
}

.mt-pc-23 {
  margin-top: 1.4375rem;
}

.mt-pc-24 {
  margin-top: 1.5rem;
}

.mt-pc-25 {
  margin-top: 1.5625rem;
}

.mt-pc-26 {
  margin-top: 1.625rem;
}

.mt-pc-27 {
  margin-top: 1.6875rem;
}

.mt-pc-28 {
  margin-top: 1.75rem;
}

.mt-pc-29 {
  margin-top: 1.8125rem;
}

.mt-pc-30 {
  margin-top: 1.875rem;
}

.mt-pc-31 {
  margin-top: 1.9375rem;
}

.mt-pc-32 {
  margin-top: 2rem;
}

.mt-pc-33 {
  margin-top: 2.0625rem;
}

.mt-pc-34 {
  margin-top: 2.125rem;
}

.mt-pc-35 {
  margin-top: 2.1875rem;
}

.mt-pc-36 {
  margin-top: 2.25rem;
}

.mt-pc-37 {
  margin-top: 2.3125rem;
}

.mt-pc-38 {
  margin-top: 2.375rem;
}

.mt-pc-39 {
  margin-top: 2.4375rem;
}

.mt-pc-40 {
  margin-top: 2.5rem;
}

.mt-pc-41 {
  margin-top: 2.5625rem;
}

.mt-pc-42 {
  margin-top: 2.625rem;
}

.mt-pc-43 {
  margin-top: 2.6875rem;
}

.mt-pc-44 {
  margin-top: 2.75rem;
}

.mt-pc-45 {
  margin-top: 2.8125rem;
}

.mt-pc-46 {
  margin-top: 2.875rem;
}

.mt-pc-47 {
  margin-top: 2.9375rem;
}

.mt-pc-48 {
  margin-top: 3rem;
}

.mt-pc-49 {
  margin-top: 3.0625rem;
}

.mt-pc-50 {
  margin-top: 3.125rem;
}

.mt-pc-51 {
  margin-top: 3.1875rem;
}

.mt-pc-52 {
  margin-top: 3.25rem;
}

.mt-pc-53 {
  margin-top: 3.3125rem;
}

.mt-pc-54 {
  margin-top: 3.375rem;
}

.mt-pc-55 {
  margin-top: 3.4375rem;
}

.mt-pc-56 {
  margin-top: 3.5rem;
}

.mt-pc-57 {
  margin-top: 3.5625rem;
}

.mt-pc-58 {
  margin-top: 3.625rem;
}

.mt-pc-59 {
  margin-top: 3.6875rem;
}

.mt-pc-60 {
  margin-top: 3.75rem;
}

.mt-pc-61 {
  margin-top: 3.8125rem;
}

.mt-pc-62 {
  margin-top: 3.875rem;
}

.mt-pc-63 {
  margin-top: 3.9375rem;
}

.mt-pc-64 {
  margin-top: 4rem;
}

.mt-pc-65 {
  margin-top: 4.0625rem;
}

.mt-pc-66 {
  margin-top: 4.125rem;
}

.mt-pc-67 {
  margin-top: 4.1875rem;
}

.mt-pc-68 {
  margin-top: 4.25rem;
}

.mt-pc-69 {
  margin-top: 4.3125rem;
}

.mt-pc-70 {
  margin-top: 4.375rem;
}

.mt-pc-71 {
  margin-top: 4.4375rem;
}

.mt-pc-72 {
  margin-top: 4.5rem;
}

.mt-pc-73 {
  margin-top: 4.5625rem;
}

.mt-pc-74 {
  margin-top: 4.625rem;
}

.mt-pc-75 {
  margin-top: 4.6875rem;
}

.mt-pc-76 {
  margin-top: 4.75rem;
}

.mt-pc-77 {
  margin-top: 4.8125rem;
}

.mt-pc-78 {
  margin-top: 4.875rem;
}

.mt-pc-79 {
  margin-top: 4.9375rem;
}

.mt-pc-80 {
  margin-top: 5rem;
}

.mt-pc-81 {
  margin-top: 5.0625rem;
}

.mt-pc-82 {
  margin-top: 5.125rem;
}

.mt-pc-83 {
  margin-top: 5.1875rem;
}

.mt-pc-84 {
  margin-top: 5.25rem;
}

.mt-pc-85 {
  margin-top: 5.3125rem;
}

.mt-pc-86 {
  margin-top: 5.375rem;
}

.mt-pc-87 {
  margin-top: 5.4375rem;
}

.mt-pc-88 {
  margin-top: 5.5rem;
}

.mt-pc-89 {
  margin-top: 5.5625rem;
}

.mt-pc-90 {
  margin-top: 5.625rem;
}

.mt-pc-91 {
  margin-top: 5.6875rem;
}

.mt-pc-92 {
  margin-top: 5.75rem;
}

.mt-pc-93 {
  margin-top: 5.8125rem;
}

.mt-pc-94 {
  margin-top: 5.875rem;
}

.mt-pc-95 {
  margin-top: 5.9375rem;
}

.mt-pc-96 {
  margin-top: 6rem;
}

.mt-pc-97 {
  margin-top: 6.0625rem;
}

.mt-pc-98 {
  margin-top: 6.125rem;
}

.mt-pc-99 {
  margin-top: 6.1875rem;
}

.mt-pc-100 {
  margin-top: 6.25rem;
}

.mt-pc-101 {
  margin-top: 6.3125rem;
}

.mt-pc-102 {
  margin-top: 6.375rem;
}

.mt-pc-103 {
  margin-top: 6.4375rem;
}

.mt-pc-104 {
  margin-top: 6.5rem;
}

.mt-pc-105 {
  margin-top: 6.5625rem;
}

.mt-pc-106 {
  margin-top: 6.625rem;
}

.mt-pc-107 {
  margin-top: 6.6875rem;
}

.mt-pc-108 {
  margin-top: 6.75rem;
}

.mt-pc-109 {
  margin-top: 6.8125rem;
}

.mt-pc-110 {
  margin-top: 6.875rem;
}

.mt-pc-111 {
  margin-top: 6.9375rem;
}

.mt-pc-112 {
  margin-top: 7rem;
}

.mt-pc-113 {
  margin-top: 7.0625rem;
}

.mt-pc-114 {
  margin-top: 7.125rem;
}

.mt-pc-115 {
  margin-top: 7.1875rem;
}

.mt-pc-116 {
  margin-top: 7.25rem;
}

.mt-pc-117 {
  margin-top: 7.3125rem;
}

.mt-pc-118 {
  margin-top: 7.375rem;
}

.mt-pc-119 {
  margin-top: 7.4375rem;
}

.mt-pc-120 {
  margin-top: 7.5rem;
}

.mt-pc-121 {
  margin-top: 7.5625rem;
}

.mt-pc-122 {
  margin-top: 7.625rem;
}

.mt-pc-123 {
  margin-top: 7.6875rem;
}

.mt-pc-124 {
  margin-top: 7.75rem;
}

.mt-pc-125 {
  margin-top: 7.8125rem;
}

.mt-pc-126 {
  margin-top: 7.875rem;
}

.mt-pc-127 {
  margin-top: 7.9375rem;
}

.mt-pc-128 {
  margin-top: 8rem;
}

.mt-pc-129 {
  margin-top: 8.0625rem;
}

.mt-pc-130 {
  margin-top: 8.125rem;
}

.mt-pc-131 {
  margin-top: 8.1875rem;
}

.mt-pc-132 {
  margin-top: 8.25rem;
}

.mt-pc-133 {
  margin-top: 8.3125rem;
}

.mt-pc-134 {
  margin-top: 8.375rem;
}

.mt-pc-135 {
  margin-top: 8.4375rem;
}

.mt-pc-136 {
  margin-top: 8.5rem;
}

.mt-pc-137 {
  margin-top: 8.5625rem;
}

.mt-pc-138 {
  margin-top: 8.625rem;
}

.mt-pc-139 {
  margin-top: 8.6875rem;
}

.mt-pc-140 {
  margin-top: 8.75rem;
}

.mt-pc-141 {
  margin-top: 8.8125rem;
}

.mt-pc-142 {
  margin-top: 8.875rem;
}

.mt-pc-143 {
  margin-top: 8.9375rem;
}

.mt-pc-144 {
  margin-top: 9rem;
}

.mt-pc-145 {
  margin-top: 9.0625rem;
}

.mt-pc-146 {
  margin-top: 9.125rem;
}

.mt-pc-147 {
  margin-top: 9.1875rem;
}

.mt-pc-148 {
  margin-top: 9.25rem;
}

.mt-pc-149 {
  margin-top: 9.3125rem;
}

.mt-pc-150 {
  margin-top: 9.375rem;
}

.mt-pc-151 {
  margin-top: 9.4375rem;
}

.mt-pc-152 {
  margin-top: 9.5rem;
}

.mt-pc-153 {
  margin-top: 9.5625rem;
}

.mt-pc-154 {
  margin-top: 9.625rem;
}

.mt-pc-155 {
  margin-top: 9.6875rem;
}

.mt-pc-156 {
  margin-top: 9.75rem;
}

.mt-pc-157 {
  margin-top: 9.8125rem;
}

.mt-pc-158 {
  margin-top: 9.875rem;
}

.mt-pc-159 {
  margin-top: 9.9375rem;
}

.mt-pc-160 {
  margin-top: 10rem;
}

.mt-pc-161 {
  margin-top: 10.0625rem;
}

.mt-pc-162 {
  margin-top: 10.125rem;
}

.mt-pc-163 {
  margin-top: 10.1875rem;
}

.mt-pc-164 {
  margin-top: 10.25rem;
}

.mt-pc-165 {
  margin-top: 10.3125rem;
}

.mt-pc-166 {
  margin-top: 10.375rem;
}

.mt-pc-167 {
  margin-top: 10.4375rem;
}

.mt-pc-168 {
  margin-top: 10.5rem;
}

.mt-pc-169 {
  margin-top: 10.5625rem;
}

.mt-pc-170 {
  margin-top: 10.625rem;
}

.mt-pc-171 {
  margin-top: 10.6875rem;
}

.mt-pc-172 {
  margin-top: 10.75rem;
}

.mt-pc-173 {
  margin-top: 10.8125rem;
}

.mt-pc-174 {
  margin-top: 10.875rem;
}

.mt-pc-175 {
  margin-top: 10.9375rem;
}

.mt-pc-176 {
  margin-top: 11rem;
}

.mt-pc-177 {
  margin-top: 11.0625rem;
}

.mt-pc-178 {
  margin-top: 11.125rem;
}

.mt-pc-179 {
  margin-top: 11.1875rem;
}

.mt-pc-180 {
  margin-top: 11.25rem;
}

.mt-pc-181 {
  margin-top: 11.3125rem;
}

.mt-pc-182 {
  margin-top: 11.375rem;
}

.mt-pc-183 {
  margin-top: 11.4375rem;
}

.mt-pc-184 {
  margin-top: 11.5rem;
}

.mt-pc-185 {
  margin-top: 11.5625rem;
}

.mt-pc-186 {
  margin-top: 11.625rem;
}

.mt-pc-187 {
  margin-top: 11.6875rem;
}

.mt-pc-188 {
  margin-top: 11.75rem;
}

.mt-pc-189 {
  margin-top: 11.8125rem;
}

.mt-pc-190 {
  margin-top: 11.875rem;
}

.mt-pc-191 {
  margin-top: 11.9375rem;
}

.mt-pc-192 {
  margin-top: 12rem;
}

.mt-pc-193 {
  margin-top: 12.0625rem;
}

.mt-pc-194 {
  margin-top: 12.125rem;
}

.mt-pc-195 {
  margin-top: 12.1875rem;
}

.mt-pc-196 {
  margin-top: 12.25rem;
}

.mt-pc-197 {
  margin-top: 12.3125rem;
}

.mt-pc-198 {
  margin-top: 12.375rem;
}

.mt-pc-199 {
  margin-top: 12.4375rem;
}

.mt-pc-200 {
  margin-top: 12.5rem;
}

@media screen and (max-width: 768px) {
  .mt-sp-1 {
    margin-top: 0.0625rem;
  }
  .mt-sp-2 {
    margin-top: 0.125rem;
  }
  .mt-sp-3 {
    margin-top: 0.1875rem;
  }
  .mt-sp-4 {
    margin-top: 0.25rem;
  }
  .mt-sp-5 {
    margin-top: 0.3125rem;
  }
  .mt-sp-6 {
    margin-top: 0.375rem;
  }
  .mt-sp-7 {
    margin-top: 0.4375rem;
  }
  .mt-sp-8 {
    margin-top: 0.5rem;
  }
  .mt-sp-9 {
    margin-top: 0.5625rem;
  }
  .mt-sp-10 {
    margin-top: 0.625rem;
  }
  .mt-sp-11 {
    margin-top: 0.6875rem;
  }
  .mt-sp-12 {
    margin-top: 0.75rem;
  }
  .mt-sp-13 {
    margin-top: 0.8125rem;
  }
  .mt-sp-14 {
    margin-top: 0.875rem;
  }
  .mt-sp-15 {
    margin-top: 0.9375rem;
  }
  .mt-sp-16 {
    margin-top: 1rem;
  }
  .mt-sp-17 {
    margin-top: 1.0625rem;
  }
  .mt-sp-18 {
    margin-top: 1.125rem;
  }
  .mt-sp-19 {
    margin-top: 1.1875rem;
  }
  .mt-sp-20 {
    margin-top: 1.25rem;
  }
  .mt-sp-21 {
    margin-top: 1.3125rem;
  }
  .mt-sp-22 {
    margin-top: 1.375rem;
  }
  .mt-sp-23 {
    margin-top: 1.4375rem;
  }
  .mt-sp-24 {
    margin-top: 1.5rem;
  }
  .mt-sp-25 {
    margin-top: 1.5625rem;
  }
  .mt-sp-26 {
    margin-top: 1.625rem;
  }
  .mt-sp-27 {
    margin-top: 1.6875rem;
  }
  .mt-sp-28 {
    margin-top: 1.75rem;
  }
  .mt-sp-29 {
    margin-top: 1.8125rem;
  }
  .mt-sp-30 {
    margin-top: 1.875rem;
  }
  .mt-sp-31 {
    margin-top: 1.9375rem;
  }
  .mt-sp-32 {
    margin-top: 2rem;
  }
  .mt-sp-33 {
    margin-top: 2.0625rem;
  }
  .mt-sp-34 {
    margin-top: 2.125rem;
  }
  .mt-sp-35 {
    margin-top: 2.1875rem;
  }
  .mt-sp-36 {
    margin-top: 2.25rem;
  }
  .mt-sp-37 {
    margin-top: 2.3125rem;
  }
  .mt-sp-38 {
    margin-top: 2.375rem;
  }
  .mt-sp-39 {
    margin-top: 2.4375rem;
  }
  .mt-sp-40 {
    margin-top: 2.5rem;
  }
  .mt-sp-41 {
    margin-top: 2.5625rem;
  }
  .mt-sp-42 {
    margin-top: 2.625rem;
  }
  .mt-sp-43 {
    margin-top: 2.6875rem;
  }
  .mt-sp-44 {
    margin-top: 2.75rem;
  }
  .mt-sp-45 {
    margin-top: 2.8125rem;
  }
  .mt-sp-46 {
    margin-top: 2.875rem;
  }
  .mt-sp-47 {
    margin-top: 2.9375rem;
  }
  .mt-sp-48 {
    margin-top: 3rem;
  }
  .mt-sp-49 {
    margin-top: 3.0625rem;
  }
  .mt-sp-50 {
    margin-top: 3.125rem;
  }
  .mt-sp-51 {
    margin-top: 3.1875rem;
  }
  .mt-sp-52 {
    margin-top: 3.25rem;
  }
  .mt-sp-53 {
    margin-top: 3.3125rem;
  }
  .mt-sp-54 {
    margin-top: 3.375rem;
  }
  .mt-sp-55 {
    margin-top: 3.4375rem;
  }
  .mt-sp-56 {
    margin-top: 3.5rem;
  }
  .mt-sp-57 {
    margin-top: 3.5625rem;
  }
  .mt-sp-58 {
    margin-top: 3.625rem;
  }
  .mt-sp-59 {
    margin-top: 3.6875rem;
  }
  .mt-sp-60 {
    margin-top: 3.75rem;
  }
  .mt-sp-61 {
    margin-top: 3.8125rem;
  }
  .mt-sp-62 {
    margin-top: 3.875rem;
  }
  .mt-sp-63 {
    margin-top: 3.9375rem;
  }
  .mt-sp-64 {
    margin-top: 4rem;
  }
  .mt-sp-65 {
    margin-top: 4.0625rem;
  }
  .mt-sp-66 {
    margin-top: 4.125rem;
  }
  .mt-sp-67 {
    margin-top: 4.1875rem;
  }
  .mt-sp-68 {
    margin-top: 4.25rem;
  }
  .mt-sp-69 {
    margin-top: 4.3125rem;
  }
  .mt-sp-70 {
    margin-top: 4.375rem;
  }
  .mt-sp-71 {
    margin-top: 4.4375rem;
  }
  .mt-sp-72 {
    margin-top: 4.5rem;
  }
  .mt-sp-73 {
    margin-top: 4.5625rem;
  }
  .mt-sp-74 {
    margin-top: 4.625rem;
  }
  .mt-sp-75 {
    margin-top: 4.6875rem;
  }
  .mt-sp-76 {
    margin-top: 4.75rem;
  }
  .mt-sp-77 {
    margin-top: 4.8125rem;
  }
  .mt-sp-78 {
    margin-top: 4.875rem;
  }
  .mt-sp-79 {
    margin-top: 4.9375rem;
  }
  .mt-sp-80 {
    margin-top: 5rem;
  }
  .mt-sp-81 {
    margin-top: 5.0625rem;
  }
  .mt-sp-82 {
    margin-top: 5.125rem;
  }
  .mt-sp-83 {
    margin-top: 5.1875rem;
  }
  .mt-sp-84 {
    margin-top: 5.25rem;
  }
  .mt-sp-85 {
    margin-top: 5.3125rem;
  }
  .mt-sp-86 {
    margin-top: 5.375rem;
  }
  .mt-sp-87 {
    margin-top: 5.4375rem;
  }
  .mt-sp-88 {
    margin-top: 5.5rem;
  }
  .mt-sp-89 {
    margin-top: 5.5625rem;
  }
  .mt-sp-90 {
    margin-top: 5.625rem;
  }
  .mt-sp-91 {
    margin-top: 5.6875rem;
  }
  .mt-sp-92 {
    margin-top: 5.75rem;
  }
  .mt-sp-93 {
    margin-top: 5.8125rem;
  }
  .mt-sp-94 {
    margin-top: 5.875rem;
  }
  .mt-sp-95 {
    margin-top: 5.9375rem;
  }
  .mt-sp-96 {
    margin-top: 6rem;
  }
  .mt-sp-97 {
    margin-top: 6.0625rem;
  }
  .mt-sp-98 {
    margin-top: 6.125rem;
  }
  .mt-sp-99 {
    margin-top: 6.1875rem;
  }
  .mt-sp-100 {
    margin-top: 6.25rem;
  }
  .mt-sp-101 {
    margin-top: 6.3125rem;
  }
  .mt-sp-102 {
    margin-top: 6.375rem;
  }
  .mt-sp-103 {
    margin-top: 6.4375rem;
  }
  .mt-sp-104 {
    margin-top: 6.5rem;
  }
  .mt-sp-105 {
    margin-top: 6.5625rem;
  }
  .mt-sp-106 {
    margin-top: 6.625rem;
  }
  .mt-sp-107 {
    margin-top: 6.6875rem;
  }
  .mt-sp-108 {
    margin-top: 6.75rem;
  }
  .mt-sp-109 {
    margin-top: 6.8125rem;
  }
  .mt-sp-110 {
    margin-top: 6.875rem;
  }
  .mt-sp-111 {
    margin-top: 6.9375rem;
  }
  .mt-sp-112 {
    margin-top: 7rem;
  }
  .mt-sp-113 {
    margin-top: 7.0625rem;
  }
  .mt-sp-114 {
    margin-top: 7.125rem;
  }
  .mt-sp-115 {
    margin-top: 7.1875rem;
  }
  .mt-sp-116 {
    margin-top: 7.25rem;
  }
  .mt-sp-117 {
    margin-top: 7.3125rem;
  }
  .mt-sp-118 {
    margin-top: 7.375rem;
  }
  .mt-sp-119 {
    margin-top: 7.4375rem;
  }
  .mt-sp-120 {
    margin-top: 7.5rem;
  }
  .mt-sp-121 {
    margin-top: 7.5625rem;
  }
  .mt-sp-122 {
    margin-top: 7.625rem;
  }
  .mt-sp-123 {
    margin-top: 7.6875rem;
  }
  .mt-sp-124 {
    margin-top: 7.75rem;
  }
  .mt-sp-125 {
    margin-top: 7.8125rem;
  }
  .mt-sp-126 {
    margin-top: 7.875rem;
  }
  .mt-sp-127 {
    margin-top: 7.9375rem;
  }
  .mt-sp-128 {
    margin-top: 8rem;
  }
  .mt-sp-129 {
    margin-top: 8.0625rem;
  }
  .mt-sp-130 {
    margin-top: 8.125rem;
  }
  .mt-sp-131 {
    margin-top: 8.1875rem;
  }
  .mt-sp-132 {
    margin-top: 8.25rem;
  }
  .mt-sp-133 {
    margin-top: 8.3125rem;
  }
  .mt-sp-134 {
    margin-top: 8.375rem;
  }
  .mt-sp-135 {
    margin-top: 8.4375rem;
  }
  .mt-sp-136 {
    margin-top: 8.5rem;
  }
  .mt-sp-137 {
    margin-top: 8.5625rem;
  }
  .mt-sp-138 {
    margin-top: 8.625rem;
  }
  .mt-sp-139 {
    margin-top: 8.6875rem;
  }
  .mt-sp-140 {
    margin-top: 8.75rem;
  }
  .mt-sp-141 {
    margin-top: 8.8125rem;
  }
  .mt-sp-142 {
    margin-top: 8.875rem;
  }
  .mt-sp-143 {
    margin-top: 8.9375rem;
  }
  .mt-sp-144 {
    margin-top: 9rem;
  }
  .mt-sp-145 {
    margin-top: 9.0625rem;
  }
  .mt-sp-146 {
    margin-top: 9.125rem;
  }
  .mt-sp-147 {
    margin-top: 9.1875rem;
  }
  .mt-sp-148 {
    margin-top: 9.25rem;
  }
  .mt-sp-149 {
    margin-top: 9.3125rem;
  }
  .mt-sp-150 {
    margin-top: 9.375rem;
  }
  .mt-sp-151 {
    margin-top: 9.4375rem;
  }
  .mt-sp-152 {
    margin-top: 9.5rem;
  }
  .mt-sp-153 {
    margin-top: 9.5625rem;
  }
  .mt-sp-154 {
    margin-top: 9.625rem;
  }
  .mt-sp-155 {
    margin-top: 9.6875rem;
  }
  .mt-sp-156 {
    margin-top: 9.75rem;
  }
  .mt-sp-157 {
    margin-top: 9.8125rem;
  }
  .mt-sp-158 {
    margin-top: 9.875rem;
  }
  .mt-sp-159 {
    margin-top: 9.9375rem;
  }
  .mt-sp-160 {
    margin-top: 10rem;
  }
  .mt-sp-161 {
    margin-top: 10.0625rem;
  }
  .mt-sp-162 {
    margin-top: 10.125rem;
  }
  .mt-sp-163 {
    margin-top: 10.1875rem;
  }
  .mt-sp-164 {
    margin-top: 10.25rem;
  }
  .mt-sp-165 {
    margin-top: 10.3125rem;
  }
  .mt-sp-166 {
    margin-top: 10.375rem;
  }
  .mt-sp-167 {
    margin-top: 10.4375rem;
  }
  .mt-sp-168 {
    margin-top: 10.5rem;
  }
  .mt-sp-169 {
    margin-top: 10.5625rem;
  }
  .mt-sp-170 {
    margin-top: 10.625rem;
  }
  .mt-sp-171 {
    margin-top: 10.6875rem;
  }
  .mt-sp-172 {
    margin-top: 10.75rem;
  }
  .mt-sp-173 {
    margin-top: 10.8125rem;
  }
  .mt-sp-174 {
    margin-top: 10.875rem;
  }
  .mt-sp-175 {
    margin-top: 10.9375rem;
  }
  .mt-sp-176 {
    margin-top: 11rem;
  }
  .mt-sp-177 {
    margin-top: 11.0625rem;
  }
  .mt-sp-178 {
    margin-top: 11.125rem;
  }
  .mt-sp-179 {
    margin-top: 11.1875rem;
  }
  .mt-sp-180 {
    margin-top: 11.25rem;
  }
  .mt-sp-181 {
    margin-top: 11.3125rem;
  }
  .mt-sp-182 {
    margin-top: 11.375rem;
  }
  .mt-sp-183 {
    margin-top: 11.4375rem;
  }
  .mt-sp-184 {
    margin-top: 11.5rem;
  }
  .mt-sp-185 {
    margin-top: 11.5625rem;
  }
  .mt-sp-186 {
    margin-top: 11.625rem;
  }
  .mt-sp-187 {
    margin-top: 11.6875rem;
  }
  .mt-sp-188 {
    margin-top: 11.75rem;
  }
  .mt-sp-189 {
    margin-top: 11.8125rem;
  }
  .mt-sp-190 {
    margin-top: 11.875rem;
  }
  .mt-sp-191 {
    margin-top: 11.9375rem;
  }
  .mt-sp-192 {
    margin-top: 12rem;
  }
  .mt-sp-193 {
    margin-top: 12.0625rem;
  }
  .mt-sp-194 {
    margin-top: 12.125rem;
  }
  .mt-sp-195 {
    margin-top: 12.1875rem;
  }
  .mt-sp-196 {
    margin-top: 12.25rem;
  }
  .mt-sp-197 {
    margin-top: 12.3125rem;
  }
  .mt-sp-198 {
    margin-top: 12.375rem;
  }
  .mt-sp-199 {
    margin-top: 12.4375rem;
  }
  .mt-sp-200 {
    margin-top: 12.5rem;
  }
}
/* ---------- margin-topの設定 | ここまで ---------- *//*# sourceMappingURL=style.css.map */