@charset "UTF-8";
html {
  font-size: 16px;
}
@media (max-width: 1620px) {
  html {
    font-size: 0.987654321vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

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

/* ジャギー対策 */
img {
  image-rendering: auto;
}

*,
*::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;
}

button {
  padding: 0;
}

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

.example {
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .example {
    padding: 3.125rem 0;
  }
}

.example__title {
  font-size: 3rem;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.075em;
}

.example__text01 {
  font-size: 3rem;
  color: #be0000;
}
@media screen and (max-width: 768px) {
  .example__text01 {
    font-size: 1rem;
  }
}

.example__text02 {
  font-size: 50px;
  color: #be0000;
}

.example__text03 {
  font-size: 3.125rem;
}
@media screen and (max-width: 768px) {
  .example__text03 {
    font-size: 1.5625rem;
  }
}

.example__box {
  padding: 1.875rem 1.25rem;
}

.example__wrapper {
  max-width: 62.5rem;
  width: 100%;
  margin: auto;
  padding: 3.125rem;
}

.example__img {
  max-width: 31.25rem;
  width: 100%;
  margin: auto;
}

.example__img img {
  width: 100%;
  aspect-ratio: 700/450;
  object-fit: cover;
}

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

.access__container {
  margin-top: 3.125rem;
}

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

.access__tel-link {
  display: inline-block;
  color: inherit;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .access__tel-link:hover {
    opacity: 0.6;
  }
}
.access__map {
  width: 100%;
  margin-top: 1.875rem;
}

.access__map iframe {
  display: block;
  width: 100%;
  aspect-ratio: 1170/550;
  object-fit: cover;
}

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

.js-mask.is-open,
.js-fv-mask.is-open {
  animation: mask 0.3s linear forwards;
}

@keyframes mask {
  0% {
    mask-position: 200% 0%;
  }
  100% {
    mask-position: 0% 0%;
  }
}
/* ---------- 各セクションのマスクアニメーション（X軸方向） ここまで ----------------- */
/* ---------- パララックスの指定 | ここから ---------- */
.js-parallax {
  overflow: hidden;
}
.js-parallax img {
  display: block;
  height: 110%;
  max-width: unset;
}

/* ---------- パララックスの指定 | ここまで ---------- */
/* ---------- 読み込み時のチラつき防止 | ここから ---------- */
.js-fade-op,
.js-fadeIn-up-single,
.js-fadeIn-up-single02,
.js-pop-ups,
.js-pop-up,
.js-fadeIn-right,
.js-fadeIn-diagonal-single,
.js-fadeIn-diagonal-fv {
  opacity: 0;
}

.js .js-split-texts-white-01,
.js .js-split-texts-white-02 {
  visibility: hidden;
}

/* ---------- 読み込み時のチラつき防止 | ここまで ---------- */
/* -------------------- MVテキストのマスクエフェクト ------------------------- */
.js-text-mask,
.js-fv-text-mask,
.js-text-mask-single {
  position: relative;
  transform: translateY(1.25rem);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  --translateX: 0px;
}

.js-text-mask::before,
.js-fv-text-mask::before,
.js-text-mask-single::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(var(--translateX));
}

.js-text-mask.js-text-mask-black::before,
.js-fv-text-mask.js-text-mask-black::before {
  background-color: #190000;
}

.js-text-mask.js-text-mask-white::before,
.js-fv-text-mask.js-text-mask-white::before,
.js-text-mask-single.js-text-mask-white::before {
  background-color: #ffffff;
}

/* -------------------- MVテキストのマスクエフェクト ここまで ------------------------- */
.body-bg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.body-bg__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  z-index: -10;
}

.body-bg__img::before {
  content: "";
  position: fixed;
  inset: 0;
  background-color: #190000;
  width: 100%;
  height: 100%;
  z-index: -10;
}

.body-bg__img::after {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url(../../assets/images/common/body-bg-1920.webp);
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 100%;
  mix-blend-mode: soft-light;
  z-index: -9;
}
@media screen and (max-width: 1680px) {
  .body-bg__img::after {
    background-image: url(../../assets/images/common/body-bg-1440.webp);
  }
}
@media screen and (max-width: 1024px) {
  .body-bg__img::after {
    background-image: url(../../assets/images/common/body-bg-834.webp);
  }
}
@media screen and (max-width: 605px) {
  .body-bg__img::after {
    background-image: url(../../assets/images/common/body-bg-375.webp);
  }
}

/* ----- ボタンタイプ共通設定 ここから ----- */
.btn {
  display: inline-block;
  transition: all 0.3s;
  cursor: pointer;
}

.btn__text {
  display: inline-block;
  transition: all 0.3s;
}

/* ----- ボタンタイプ共通設定 ここまで ----- */
/* ---------- View All ボタン | ここから ---------- */
.btn.btn-02 {
  position: relative;
  display: block;
  width: 100%;
  max-width: max(13.3125rem, 130px);
  padding-block: 1.0625rem;
  padding-inline: 1.4375rem 3.4375rem;
  border-radius: 100vmax;
  border: 1px solid #190000;
  background-color: #190000;
  transition: all 0.3s;
}

.btn-02::before {
  content: "";
  position: absolute;
  right: 1.75rem;
  top: 50%;
  transform: translateY(-50%);
  mask-image: url(../../assets/images/common/icon-arrow-03.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #ffffff;
  width: 1.0625rem;
  aspect-ratio: 17/20;
  z-index: 1;
  transition: all 0.3s;
}
.btn-text-02 {
  position: relative;
  display: inline-block;
  font-size: max(1.125rem, 12px);
  font-family: "Lexend", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .btn-text-02 {
    font-size: max(0.875rem, 12px);
  }
}

@media (any-hover: hover) {
  .btn.btn-02:hover {
    background-color: #ffffff;
  }
  .btn.btn-02:hover:before {
    background-color: #190000;
  }
  .btn.btn-02:hover .btn-text-02 {
    color: #190000;
  }
}
/* ---------- View All ボタン | ここまで ---------- */
/* ---------- 採用情報 ボタン | ここから ---------- */
.btn.btn-recruit-01 {
  position: relative;
  display: block;
  width: 100%;
  max-width: 16.875rem;
  padding-block: 1.75rem;
  padding-inline: 1.4375rem 3.4375rem;
  border-radius: 1.5625rem;
  border: 1px solid #000000;
  background-color: #000000;
  transition: all 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .btn.btn-recruit-01 {
    max-width: 13.75rem;
    padding-block: 1.25rem;
    padding-inline: 1.5625rem 3.4375rem;
    border-radius: 0.9375rem;
  }
}

.btn-recruit-01::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  mask-image: url(../../assets/images/common/btn-text-recruit-01.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #fff000;
  width: 8.3125rem;
  aspect-ratio: 133/77;
  z-index: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .btn-recruit-01::before {
    width: 6.25rem;
  }
}

.btn-recruit-01::after {
  content: "";
  position: absolute;
  right: 1.75rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../../assets/images/common/icon-arrow-02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.5rem;
  aspect-ratio: 1/1;
  z-index: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .btn-recruit-01::after {
    right: 1.25rem;
    width: 1.875rem;
  }
}

.btn-recruit-text-01 {
  position: relative;
  display: inline-block;
  font-size: max(1.6875rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
  transition: all 0.3s;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .btn-recruit-text-01 {
    font-size: max(1.125rem, 12px);
  }
}

@media (any-hover: hover) {
  .btn.btn-recruit-01:hover {
    background-color: #fff000;
  }
  .btn.btn-recruit-01:hover::before {
    rotate: 10deg;
    scale: 1.1;
    background-color: #bbb;
  }
  .btn.btn-recruit-01:hover .btn-recruit-text-01 {
    color: #000000;
  }
}
/* ---------- 採用情報 ボタン | ここまで ---------- */
/* ---------- 採用情報（追従） ボタン | ここから ---------- */
.btn.btn-recruit-02 {
  position: relative;
  display: block;
  width: 10.25rem;
  min-height: 18.25rem;
  border-radius: 1.5625rem;
  border: 1px solid #000000;
  background-color: #000000;
  transition: all 0.3s;
  overflow: hidden;
  filter: drop-shadow(0.125rem 0.125rem 0.5rem rgba(0, 0, 0, 0.8));
  will-change: transform, filter, opacity;
}
@media screen and (max-width: 768px) {
  .btn.btn-recruit-02 {
    width: 3.75rem;
    min-height: 10rem;
    border-radius: 0.9375rem;
  }
}

.btn-recruit-02::before {
  content: "";
  position: absolute;
  top: 46%;
  left: 33%;
  translate: -50% -50%;
  mask-image: url(../../assets/images/common/btn-text-recruit-02.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #fff000;
  width: 6.5rem;
  aspect-ratio: 104/202;
  z-index: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .btn-recruit-02::before {
    top: 46%;
    left: 33%;
    width: 3.125rem;
  }
}

.btn-recruit-02::after {
  content: "";
  position: absolute;
  left: 32%;
  bottom: 1.875rem;
  transform: translateX(-50%);
  background-image: url(../../assets/images/common/icon-arrow-02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.5rem;
  aspect-ratio: 1/1;
  z-index: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .btn-recruit-02::after {
    left: 32%;
    bottom: 0.9375rem;
    width: 1.5625rem;
  }
}

.btn-recruit-text-02 {
  position: absolute;
  top: 44%;
  left: 33%;
  transform: translate(-50%, -50%);
  display: inline-block;
  font-size: max(2.125rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  white-space: nowrap;
  transition: all 0.3s;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .btn-recruit-text-02 {
    top: 37%;
    font-size: max(1.125rem, 12px);
  }
}

@media (any-hover: hover) {
  .btn.btn-recruit-02:hover {
    background-color: #fff000;
    filter: drop-shadow(0.25rem 0.25rem 0.625rem rgba(255, 240, 0, 0.8));
  }
  .btn.btn-recruit-02:hover::before {
    scale: 1.1;
    rotate: 10deg;
    background-color: #bbb;
  }
  .btn.btn-recruit-02:hover .btn-recruit-text-02 {
    color: #000000;
  }
}
/* ---------- 採用情報（追従） ボタン | ここまで ---------- */
/* ---------- 『ENTRY』aタグボタン | ここから ---------- */
.btn.btn-entry-02 {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 12.375rem;
  background-color: #be0000;
  border: 1px solid #be0000;
  border-radius: 100vmax;
  padding: 0.9375rem 0.625rem;
  margin-inline: auto;
  text-align: center;
  transition: all 0.3s;
}

.btn-entry-text-02 {
  position: relative;
  display: inline-block;
  font-size: max(1.125rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #190000;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  font-style: italic;
  padding: 0;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .btn.btn-entry-02:hover {
    background-color: #190000;
  }
  .btn.btn-entry-02:hover .btn-entry-text-02 {
    color: #be0000;
  }
}
/* ---------- 『ENTRY』aタグボタン | ここまで ---------- */
/* ---------- 『送信する』ボタン | ここから ---------- */
.btn.btn-contact {
  position: relative;
  display: block;
  width: 100%;
  max-width: 18.5625rem;
  height: 100%;
  max-height: 5.125rem;
  border-radius: 100vmax;
  border: 2px solid #dcdcdc;
  margin-inline: auto;
  text-align: center;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .btn.btn-contact {
    max-width: 15.625rem;
  }
}

.btn.btn-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 100vmax;
  z-index: -1;
}

.btn-contact__submit {
  position: relative;
  font-size: max(1.375rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.075em;
  padding: 1.25rem 0.625rem;
  width: 100%;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .btn-contact__submit {
    font-size: max(1rem, 12px);
  }
}

@media (any-hover: hover) {
  .btn.btn-contact:hover {
    border: 2px solid #fff000;
    background-color: #fff000;
  }
  .btn.btn-contact:hover .btn-contact__submit {
    color: #000000;
  }
}
/* ---------- 『送信する』ボタン | ここまで ---------- */
.career-path {
  margin-top: 16.25rem;
}
@media screen and (max-width: 768px) {
  .career-path {
    margin-top: 6.25rem;
  }
}

.career-path__img {
  width: 100%;
  margin-top: -8.75rem;
}
@media screen and (max-width: 768px) {
  .career-path__img {
    margin-top: 3.125rem;
  }
}

.career-path__img img {
  aspect-ratio: 1190/968;
  object-fit: contain;
}

.company__heading {
  display: inline-block;
  font-size: max(4.3125rem, 12px);
  font-family: "Lexend", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .company__heading {
    font-size: max(1.875rem, 12px);
    text-align: center;
  }
}

.company__heading[data-theme=recruit-concept] {
  font-size: max(5.875rem, 12px);
  line-height: 1.2659574468;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .company__heading[data-theme=recruit-concept] {
    font-size: max(1.875rem, 12px);
  }
}

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

.concept__head-title {
  max-width: 91.125rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .concept__head-title {
    max-width: 31.25rem;
    width: 100%;
  }
}

.concept__head-sub-title {
  display: inline-block;
  font-size: max(2.3125rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
  margin-top: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .concept__head-sub-title {
    font-size: max(1.5rem, 12px);
  }
}

.concept__container {
  position: relative;
}

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

.concept__pin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100lvh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  transform-origin: 50% 50%;
  will-change: transform;
  overflow: hidden;
  z-index: -1;
}

.concept__pin::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../../assets/images/common/img-texture-large.webp);
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: soft-light;
}

.concept__pin::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(37, 30, 28, 0.59);
  mix-blend-mode: multiply;
}

.concept__pin img {
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1920/1080;
}
@media screen and (max-width: 768px) {
  .concept__pin img {
    aspect-ratio: 810/1080;
  }
}

.concept__content {
  position: relative;
  z-index: 1;
  padding-bottom: 31.25rem;
}
@media screen and (max-width: 768px) {
  .concept__content {
    padding-bottom: 9.375rem;
  }
}

.concept__lead {
  display: grid;
  place-items: center;
  height: 100svh;
}

.concept__text-01 {
  max-width: 43.3125rem;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .concept__text-01 {
    width: 85%;
  }
}

.concept__body {
  padding-top: 17.1875rem;
}
@media screen and (max-width: 768px) {
  .concept__body {
    padding-top: 5rem;
  }
}

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

.concept__text-wrapper-03 {
  max-width: 35rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .concept__text-wrapper-03 {
    max-width: none;
  }
}

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

.concept__text-04 {
  font-size: max(3.25rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.5384615385;
  letter-spacing: 0.1em;
  margin-top: 12.8125rem;
}
@media screen and (max-width: 768px) {
  .concept__text-04 {
    font-size: max(1.75rem, 12px);
    margin-top: 3.125rem;
  }
}

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

.contact__form-wrapper {
  max-width: 87.5rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .contact__form-wrapper {
    margin-top: 5rem;
  }
}

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

.employee-benefits__employee-benefits {
  margin-top: 2.8125rem;
}

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

.entry__form-wrapper {
  max-width: 87.5rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .entry__form-wrapper {
    margin-top: 5rem;
  }
}

.footer__recruit {
  position: relative;
  height: 56.25rem;
}
@media screen and (max-width: 768px) {
  .footer__recruit {
    height: 25rem;
  }
}

.footer__recruit[data-theme=recruit] {
  height: 35rem;
}
@media screen and (max-width: 768px) {
  .footer__recruit[data-theme=recruit] {
    height: 25rem;
  }
}

.footer__recruit-link {
  position: relative;
  display: block;
  height: 100%;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .footer__recruit-link:hover {
    filter: grayscale(1);
  }
}
.footer__recruit-img {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

@media (any-hover: hover) {
  .footer__recruit-link:hover .footer__recruit-img-bg {
    transform: scale(1.1);
  }
}
.footer__recruit-img-bg-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.footer__recruit-img-bg-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../../assets/images/common/img-texture-large.webp);
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: soft-light;
}

.footer__recruit-img-bg-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(37, 30, 28, 0.15);
  mix-blend-mode: multiply;
}

.footer__recruit-img-bg {
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  will-change: transform;
}

.footer__recruit-img-text {
  position: absolute;
  bottom: -0.8125rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  max-width: 103.3125rem;
  aspect-ratio: 1653/217;
}
@media screen and (max-width: 1650px) {
  .footer__recruit-img-text {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .footer__recruit-img-text {
    bottom: -0.25rem;
    max-width: 31.25rem;
  }
}

.footer__recruit[data-theme=recruit] .footer__recruit-img-text {
  right: -1.875rem;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  bottom: auto;
  max-width: 53.75rem;
  aspect-ratio: 860/169;
}
@media screen and (max-width: 1650px) {
  .footer__recruit[data-theme=recruit] .footer__recruit-img-text {
    width: 29.2%;
  }
}
@media screen and (max-width: 768px) {
  .footer__recruit[data-theme=recruit] .footer__recruit-img-text {
    bottom: -0.25rem;
    top: auto;
    transform: translateY(0);
    max-width: 31.25rem;
    width: 70%;
  }
}

.footer__recruit-container {
  position: relative;
  padding-top: 6.875rem;
}
@media screen and (max-width: 768px) {
  .footer__recruit-container {
    padding-top: 3.75rem;
  }
}

.footer__recruit[data-theme=recruit] .footer__recruit-container {
  padding-top: 11.25rem;
}
@media screen and (max-width: 768px) {
  .footer__recruit[data-theme=recruit] .footer__recruit-container {
    padding-top: 3.75rem;
  }
}

.footer__recruit-text-01 {
  max-width: 23.625rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__recruit-text-01 {
    display: flex;
    justify-content: center;
    max-width: 15.625rem;
  }
}

.footer__recruit[data-theme=recruit] .footer__recruit-text-01 {
  max-width: 20.875rem;
}
@media screen and (max-width: 768px) {
  .footer__recruit[data-theme=recruit] .footer__recruit-text-01 {
    max-width: 13.75rem;
  }
}

.footer__recruit-text-02 {
  font-size: max(1.4375rem, 12px);
  font-family: "Lexend", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  color: #ffffff;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .footer__recruit-text-02 {
    font-size: max(1rem, 12px);
    text-align: center;
    margin-top: 2.5rem;
  }
}

.footer__recruit-text-02-ja {
  font-size: max(1.3125rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .footer__recruit-text-02-ja {
    font-size: max(1rem, 12px);
    margin-top: 1.875rem;
  }
}

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

.footer__btn-item:nth-child(2) {
  border-left: 1px solid #1c0b0e;
}
@media screen and (max-width: 768px) {
  .footer__btn-item:nth-child(2) {
    border-left: none;
    border-top: 1px solid #1c0b0e;
  }
}

.footer__btn-link {
  position: relative;
  display: block;
  padding-block: 7.5rem 6.25rem;
  padding-inline: clamp(6.25rem, -10.625rem + 16.67vw, 9.375rem) clamp(5rem, -8.5rem + 13.33vw, 7.5rem); /* 100 ~ 150 | 1620 ~ 1920 ~~~ 80 ~ 120 | 1620 ~ 1920 */
  background-color: #f7f7f7;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .footer__btn-link {
    padding-block: 3.75rem 3.125rem;
    padding-inline: clamp(1.875rem, -5.281rem + 30.53vw, 9.375rem); /* 30 ~ 150 | 375 ~ 768 */
  }
}

.footer__icon-arrow {
  position: absolute;
  right: clamp(6.25rem, -14rem + 20vw, 10rem); /* 100 ~ 160 | 1620 ~ 1920 */
  top: 50%;
  transform: translateY(-50%);
  width: 4.625rem;
  aspect-ratio: 74/54;
  background-color: #190000;
  border-radius: 100vmax;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .footer__icon-arrow {
    right: clamp(1.25rem, -6.503rem + 33.08vw, 9.375rem); /* 20 ~ 150 | 375 ~ 768 */
    width: 3.125rem;
  }
}

.footer__icon-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mask-image: url(../../assets/images/common/icon-arrow-03.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #ffffff;
  width: 1.3125rem;
  aspect-ratio: 17/20;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .footer__icon-arrow::before {
    width: 1rem;
  }
}

@media (any-hover: hover) {
  .footer__btn-link:hover {
    background-color: #190000;
  }
  .footer__btn-link:hover .footer__icon-arrow {
    background-color: #f7f7f7;
  }
  .footer__btn-link:hover .footer__icon-arrow::before {
    background-color: #190000;
  }
}
.footer__hello {
  position: relative;
  height: 51.5rem;
}
@media screen and (max-width: 768px) {
  .footer__hello {
    height: 18.75rem;
  }
}

.footer__hello-bg-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.footer__hello-bg-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../../assets/images/common/img-texture-large.webp);
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: soft-light;
}

.footer__hello-bg {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.footer__hello-text {
  position: absolute;
  top: 52.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 66.875rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__hello-text {
    max-width: none;
    width: 55.7%;
  }
}

.footer__menu {
  padding-block: 5.625rem 1.875rem;
  background-color: #f7f7f7;
}
@media screen and (max-width: 768px) {
  .footer__menu {
    padding-block: 3.125rem 1.875rem;
  }
}

.footer__inner {
  max-width: 120rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: clamp(1.563rem, -27.125rem + 28.33vw, 6.875rem) clamp(1.563rem, -20.375rem + 21.67vw, 5.625rem); /* 25 ~ 110 | 1620 ~ 1920 ~~~ 25 ~ 110 | 1620 ~ 1920 */
}
@media screen and (max-width: 768px) {
  .footer__inner {
    max-width: 33.75rem;
  }
}

.footer__container {
  display: flex;
  justify-content: space-between;
  gap: 3.75rem;
}
@media screen and (max-width: 768px) {
  .footer__container {
    flex-direction: column;
    gap: 1.875rem;
  }
}

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

.footer__logo {
  max-width: 29.5625rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    order: 1;
    max-width: 15.625rem;
    margin-inline: auto;
  }
}

.footer__logo-link {
  display: inline-block;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .footer__logo-link:hover {
    opacity: 0.6;
  }
}
.footer__info {
  margin-top: 3.75rem;
  padding-left: 7.9375rem;
}
@media screen and (max-width: 768px) {
  .footer__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1.875rem;
    padding-left: 0;
    order: 3;
  }
}

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

.footer__contact-information {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-top: 1.25rem;
}
.footer__text-02-wrapper {
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .footer__text-02-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 0.9375rem;
    margin-top: 0.625rem;
  }
}

.footer__text-02 {
  font-size: 12px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #190000;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer__tel-link {
  display: inline-block;
  color: inherit;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .footer__tel-link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .footer__right {
    order: 2;
  }
}

.footer__nav-items {
  display: flex;
  gap: clamp(1.875rem, -13.403rem + 14.81vw, 4.375rem); /* 30 ~ 70 | 1650 ~ 1920 */
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__nav-items {
    flex-direction: column;
    justify-content: center;
    gap: 0.625rem;
  }
}

.footer__nav-link {
  position: relative;
  display: inline-block;
  font-size: max(1.125rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #190000;
  line-height: 1.3;
  letter-spacing: 0.1em;
  padding-block: 0.625rem;
}
@media screen and (max-width: 768px) {
  .footer__nav-link {
    font-size: max(1rem, 12px);
  }
}

.footer__nav-link::before,
.footer__nav-link::after {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 1px solid #190000;
  transition: all 0.3s ease;
  width: 0;
}

.footer__nav-link::before {
  left: 0;
  bottom: 0;
}

.footer__nav-link::after {
  right: 0;
  top: 0;
}

@media (any-hover: hover) {
  .footer__nav-link:hover::before,
  .footer__nav-link:hover::after {
    width: 100%;
  }
}
.footer__btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 4.0625rem;
}
@media screen and (max-width: 768px) {
  .footer__btn {
    justify-content: center;
    margin-top: 1.875rem;
  }
}

.footer__privacy-policy {
  margin-top: 3.125rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .footer__privacy-policy {
    margin-top: 1.875rem;
  }
}

.footer__privacy-policy-link {
  display: inline-block;
  font-size: max(1rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #190000;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .footer__privacy-policy-link {
    font-size: max(1rem, 12px);
  }
}

.footer__copyright {
  margin-top: clamp(10px, 50px + -40 * (100vw - 1620px) / 300, 50px); /* 50 ~ 10 | 1620 ~ 1920 */
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    margin-top: 1.875rem;
  }
}

.footer__copyright-text {
  font-size: 12px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #190000;
}

.form__row {
  display: grid;
  grid-template-columns: max(18.75rem, 160px) 1fr;
  gap: 1.25rem;
  align-items: center;
  padding: 1.125rem 1.875rem;
  border-radius: 0.9375rem;
  background-color: #ffffff;
  min-height: 6rem;
}
@media screen and (max-width: 768px) {
  .form__row {
    display: block;
    padding: 0.9375rem 0.9375rem;
    border-radius: 0.625rem;
  }
}

.form__row.form__row--textarea {
  align-items: flex-start;
}

.form__row:nth-child(n+2) {
  margin-top: 0.625rem;
}

.form__head {
  display: flex;
  align-items: center;
}

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

.form__required {
  display: grid;
  place-items: center;
  font-size: max(0.875rem, 12px);
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.075em;
  border-radius: 100vmax;
  padding: 0.5rem 0.9375rem;
  background-color: #a33737;
}
@media screen and (max-width: 768px) {
  .form__required {
    font-size: max(0.75rem, 12px);
    padding: 0.375rem 0.75rem;
  }
}

.form__required.form__required--optional {
  background-color: #005c8c;
  color: #ffffff;
}

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

.form__body {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form__body {
    margin-top: 0.9375rem;
  }
}

.form__input,
.form__select,
.form__textarea {
  font-size: max(1.125rem, 12px);
  font-weight: 400;
  color: #000000;
  line-height: 2.2222222222;
  letter-spacing: 0.075em;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #878788;
  border-radius: 0.625rem;
  padding: 0.375rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .form__input,
  .form__select,
  .form__textarea {
    border-radius: 0.3125rem;
    font-size: max(1rem, 12px);
    line-height: 1.5;
    padding: 0.375rem 0.5rem;
  }
}

.form__textarea {
  min-height: 12.5rem;
}
@media screen and (max-width: 768px) {
  .form__textarea {
    min-height: 15.625rem;
  }
}

.form__select-box {
  position: relative;
  max-width: 12.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form__select-box {
    max-width: 7.5rem;
  }
}

.form__select-box::before {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 30%;
  transform: translateY(-50%);
  width: 0.75rem;
  height: 0.75rem;
  border-bottom: solid 2px #000000;
  border-right: solid 2px #000000;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .form__select-box::before {
    width: 0.625rem;
    height: 0.625rem;
  }
}

.form__input--birthday {
  width: 100%;
}

.form__body--birthday {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.form__body--birthday .form__input--birthday-year {
  max-width: 12.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form__body--birthday .form__input--birthday-year {
    max-width: 6.25rem;
  }
}

.form__body--birthday .form__input--birthday-month,
.form__body--birthday .form__input--birthday-day {
  max-width: 9.375rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form__body--birthday .form__input--birthday-month,
  .form__body--birthday .form__input--birthday-day {
    max-width: 5rem;
  }
}

.form__body--birthday .form__unit {
  font-size: max(1.125rem, 12px);
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.075em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .form__body--birthday .form__unit {
    font-size: max(0.875rem, 12px);
  }
}

.form__body--birthday .wpcf7-form-control-wrap {
  margin-left: 0.625rem;
}
@media screen and (max-width: 768px) {
  .form__body--birthday .wpcf7-form-control-wrap {
    margin-left: 0.4375rem;
  }
}

.form__body.form__body--address > .wpcf7-form-control-wrap {
  margin-left: 0.625rem;
}

.form__unit:not(:first-of-type) {
  margin-left: 0.625rem;
}
@media screen and (max-width: 768px) {
  .form__unit:not(:first-of-type) {
    margin-left: 0.4375rem;
  }
}

.form__input.form__input--postcode {
  width: 100%;
  max-width: 12.5rem;
}
@media screen and (max-width: 768px) {
  .form__input.form__input--postcode {
    max-width: 6.25rem;
  }
}

.form__sep {
  font-size: max(1.125rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #000000;
  padding-inline: 0.625rem;
}
@media screen and (max-width: 768px) {
  .form__sep {
    font-size: max(0.875rem, 12px);
  }
}

.form__body--address {
  display: flex;
  align-items: center;
}

.form__input--address {
  width: 100%;
}

.form__choice-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .form__choice-list {
    flex-direction: column;
    align-items: flex-start;
  }
}

.form__choice-item {
  display: flex;
  align-items: center;
}

.form__choice-item:nth-child(n+2) {
  margin-left: 1.875rem;
}
@media screen and (max-width: 768px) {
  .form__choice-item:nth-child(n+2) {
    margin-left: 0;
  }
}

.form__choice-label {
  position: relative;
  display: inline-flex;
  padding-left: 1.875rem;
  font-size: max(1.125rem, 12px);
  font-weight: 400;
  color: #000000;
  line-height: 2.2222222222;
  letter-spacing: 0.075em;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .form__choice-label {
    font-size: max(1rem, 12px);
  }
}

.form__choice-label::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #005c8c;
  border-radius: 100vmax;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .form__choice-label::before {
    width: 1rem;
    height: 1rem;
  }
}

.form__choice-label::after {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0.1em;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 100vmax;
  background-color: #005c8c;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .form__choice-label::after {
    top: 0.7em;
    left: 0.1em;
    width: 0.75rem;
    height: 0.75rem;
  }
}

.form__choice-input:checked + .form__choice-label::after {
  opacity: 1;
}

.form__choice-list .wpcf7-form-control.wpcf7-radio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .form__choice-list .wpcf7-form-control.wpcf7-radio {
    flex-direction: column;
    align-items: flex-start;
  }
}

.form__privacy {
  width: 100%;
}

.form__privacy-label {
  display: inline-block;
}

.form__agree-text {
  position: relative;
  display: inline-block;
  font-size: max(1.125rem, 12px);
  font-weight: 400;
  color: #000000;
  line-height: 2.2222222222;
  letter-spacing: 0.075em;
  padding-left: 1.875rem;
}
@media screen and (max-width: 768px) {
  .form__agree-text {
    font-size: max(1rem, 12px);
  }
}

.form__agree-text::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #005c8c;
  border-radius: 100vmax;
  background-color: #ffffff;
}

.form__agree-text::after {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0.1875rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 100vmax;
  background-color: #005c8c;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .form__agree-text::after {
    top: 0.8em;
  }
}

.form__agree-input:checked + .form__agree-text::after {
  opacity: 1;
}

.form__privacy-text-link {
  display: inline-block;
  font-weight: 700;
  color: #005c8c;
}

@media (any-hover: hover) {
  .form__link:hover {
    opacity: 0.6;
  }
}
/* ---------- チェックボックス | ここから ---------- */
.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-direction: column;
}

.wpcf7-form-control-wrap {
  display: block;
}

.form__choice-list .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.form__choice-list .wpcf7-list-item:nth-child(n+2) {
  margin-left: 1.875rem;
}
@media screen and (max-width: 768px) {
  .form__choice-list .wpcf7-list-item:nth-child(n+2) {
    margin-left: 0;
    margin-top: 0.625rem;
  }
}

.form__choice-list .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  font-size: max(1.125rem, 12px);
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0.075em;
  padding-left: 1.875rem;
}
@media screen and (max-width: 768px) {
  .form__choice-list .wpcf7-list-item-label {
    font-size: max(1rem, 12px);
  }
}

/* チェックボックス */
.form__choice-list .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: solid 1px #005c8c;
  border-radius: 0.125rem;
  background-color: #ffffff;
}

/* チェックマーク */
.form__choice-list .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0.1em;
  transform: rotate(-45deg);
  width: 1rem;
  height: 0.375rem;
  border-left: 2px solid #005c8c;
  border-bottom: 2px solid #005c8c;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .form__choice-list .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label::after {
    top: 0.6em;
  }
}

.form__choice-list input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

/* ---------- チェックボックス | ここまで ---------- */
/* ---------- ラジオボタン（選択肢） | ここから ---------- */
.form__choice-list .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #005c8c;
  border-radius: 100vmax;
  background-color: #ffffff;
}

.form__choice-list .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0.1875rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 100vmax;
  background-color: #005c8c;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .form__choice-list .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label::after {
    top: 0.4em;
  }
}

.form__choice-list input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

/* ---------- ラジオボタン（選択肢） | ここまで ---------- */
/* ---------- ラジオボタン | ここから ---------- */
.form__privacy .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  font-size: max(1.125rem, 12px);
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0.075em;
  padding-left: 1.875rem;
}
@media screen and (max-width: 768px) {
  .form__privacy .wpcf7-list-item-label {
    font-size: max(1rem, 12px);
  }
}

.form__privacy .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #005c8c;
  border-radius: 0.125rem;
  background-color: #ffffff;
}

.form__privacy .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0.1em;
  transform: rotate(-45deg);
  width: 1rem;
  height: 0.375rem;
  border-left: 2px solid #005c8c;
  border-bottom: 2px solid #005c8c;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .form__privacy .wpcf7-list-item-label::after {
    top: 0.6em;
  }
}

.form__privacy input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

/* ---------- ラジオボタン | ここまで ---------- */
/* プレースホルダー */
::placeholder {
  font-size: max(1.125rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  ::placeholder {
    font-size: max(0.75rem, 12px);
  }
}

/* ---------- エラー時のプレースフォルダー | ここから ---------- */
.wpcf7-not-valid:not(.form__radio) {
  font-size: max(1.125rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #be0000;
  letter-spacing: 0.1em;
  line-height: 2;
  background-color: rgba(201, 72, 0, 0.2);
  border: 1px solid #be0000;
}
@media screen and (max-width: 768px) {
  .wpcf7-not-valid:not(.form__radio) {
    font-size: max(1rem, 12px);
  }
}

.wpcf7-not-valid:not(.form__radio)::placeholder {
  color: rgba(190, 0, 0, 0.6);
}

.wpcf7-not-valid-tip {
  display: block;
  font-size: max(1.125rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #be0000;
  letter-spacing: 0.075em;
  line-height: 1.3;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .wpcf7-not-valid-tip {
    font-size: max(0.875rem, 12px);
  }
}

/* ---------- エラー時のプレースフォルダー | ここまで ---------- */
.form__btn-wrapper {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .form__btn-wrapper {
    margin-top: 3.75rem;
  }
}

.follow-btn {
  position: fixed;
  right: -3.75rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .follow-btn {
    right: -1.25rem;
    top: auto;
    transform: translateY(0);
    bottom: 3.125rem;
  }
}

@media screen and (max-width: 768px) {
  .hamburger {
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-block;
    width: 2.5rem;
    height: 1.875rem;
    transition: all 0.3s;
    z-index: 10;
  }
}

@media screen and (max-width: 768px) {
  .hamburger span {
    position: absolute;
    left: 0.4375rem;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    border-radius: 100vmax;
    transition: all 0.3s;
  }
}

@media (any-hover: hover) {
  .hamburger:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .hamburger span:nth-child(1) {
    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(1) {
    top: 50%;
    transform: translateY(-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: translateY(-50%) rotate(-45deg);
  }
}

@media screen and (max-width: 768px) {
  .hamburger__open-btn.is-active {
    display: none;
  }
}

.header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-block: clamp(2.5rem, -7.625rem + 10vw, 4.375rem) 0.625rem; /* 40 ~ 70 | 1620 ~ 1920 */
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 0.625rem 0;
  }
}

/* スクロールするとヘッダーの色が変化する */
.header.headerChange {
  background-color: rgba(247, 247, 247, 0.2);
  backdrop-filter: blur(10px);
  padding-block: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .header.headerChange {
    padding-block: 0.625rem;
  }
}

.header__inner {
  position: relative;
  display: grid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  padding-inline: clamp(2.5rem, -7.625rem + 10vw, 4.375rem) clamp(1.25rem, -15.625rem + 16.67vw, 4.375rem); /* 40 ~ 70 | 1620 ~ 1920 ~~~ 20 ~ 70 | 1620 ~ 1920*/
  max-width: 120rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .header__inner {
    align-items: center;
    padding-inline: 1.25rem;
  }
}

.header__inner.headerChange {
  align-items: center;
}

.header__logo {
  max-width: 16.25rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header__logo {
    max-width: 12.5rem;
  }
}

.header__logo-link {
  display: block;
  transition: all 0.3s;
}

.header__logo-link img {
  transition: all 0.3s;
}

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

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

.history {
  width: calc(100% - 7.5rem);
  margin-top: 12.5rem;
}
@media screen and (max-width: 1440px) {
  .history {
    width: calc(100% - 8.75rem);
  }
}
@media screen and (max-width: 768px) {
  .history {
    width: 100%;
    margin-top: 6.25rem;
  }
}

.history__pagination-bullet {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.125rem;
  min-width: 5.5rem;
  font-size: 1.5rem;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.05em;
  border: 1px solid #ffffff;
  border-radius: 62.5rem;
  background-color: transparent;
}

.history__pagination-bullet.swiper-pagination-bullet-active {
  color: #190000;
  background-color: #ffffff;
}

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

.history__swiper {
  position: relative;
  max-width: clamp(72.813rem, 21.25rem + 50vw, 101.25rem); /* 1165 ~ 1620 | 1650 ~ 2560 */
  margin-top: 6.25rem;
  margin-left: 0;
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .history__swiper {
    width: 100%;
    padding-top: 3.75rem;
  }
}

.history__swiper::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .history__swiper::before {
    top: 0.75rem;
  }
}

.history__slide {
  display: flex;
  flex-direction: column;
}

.history__swiper-slide {
  position: relative;
}

.history__slide-body {
  margin-top: 0.625rem;
}

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

.history__slide-text:nth-child(n+2) {
  margin-top: 1.5625rem;
}

.history__year {
  position: absolute;
  left: 0;
  top: -4.6875rem;
  display: inline-block;
  font-size: max(1.5625rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0.1em;
  padding: 0.1875rem 0.625rem;
  border: 1px solid #ffffff;
  background-color: #190000;
  border-radius: 100vmax;
}
@media screen and (max-width: 768px) {
  .history__year {
    top: -3.75rem;
    font-size: max(1rem, 12px);
  }
}

.history__nav {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .history__nav {
    justify-content: center;
  }
}

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

.infographic__container {
  margin-top: 2.1875rem;
}

.infographic__items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0.6875rem;
}
@media screen and (max-width: 768px) {
  .infographic__items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    gap: 0.5rem;
  }
}

.infographic__item {
  display: grid;
  place-items: center;
  width: 100%;
  background-color: #ffffff;
  height: 14.875rem;
}
@media screen and (max-width: 768px) {
  .infographic__item {
    height: max(56vw, 18.9375rem);
    height: clamp(13.125rem, -0.085rem + 56.36vw, 18.938rem);
  }
}

.infographic__item:nth-child(1) {
  grid-column: span 2/span 2;
}
@media screen and (max-width: 768px) {
  .infographic__item:nth-child(1) {
    grid-column: auto;
  }
}

.infographic__item:nth-child(2) {
  grid-column: span 2/span 2;
  grid-column-start: 3;
}
@media screen and (max-width: 768px) {
  .infographic__item:nth-child(2) {
    grid-column: auto;
    grid-column-start: auto;
  }
}

.infographic__item:nth-child(3) {
  grid-column: span 4/span 4;
  grid-column-start: 5;
}
@media screen and (max-width: 768px) {
  .infographic__item:nth-child(3) {
    grid-column: span 2/span 2;
    grid-column-start: auto;
  }
}

.infographic__item:nth-child(4) {
  grid-column: span 4/span 4;
  grid-column-start: 9;
}
@media screen and (max-width: 768px) {
  .infographic__item:nth-child(4) {
    grid-column: span 2/span 2;
    grid-column-start: auto;
    grid-row-start: 3;
  }
}

.infographic__item:nth-child(5) {
  grid-column: span 3/span 3;
  grid-row-start: 2;
}
@media screen and (max-width: 768px) {
  .infographic__item:nth-child(5) {
    grid-column: auto;
    grid-row-start: 4;
  }
}

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

.infographic__item:nth-child(7) {
  grid-column: span 6/span 6;
  grid-column-start: 7;
  grid-row-start: 2;
}
@media screen and (max-width: 768px) {
  .infographic__item:nth-child(7) {
    grid-column: span 2/span 2;
    grid-column-start: auto;
    grid-row-start: 5;
  }
}

.infographic__item img {
  height: 100%;
  min-height: 100%;
  object-fit: contain;
}

.infographic__item-img-01,
.infographic__item-img-02 {
  aspect-ratio: 186/238;
}

.infographic__item-img-03,
.infographic__item-img-04 {
  aspect-ratio: 383/238;
}

.infographic__item-img-05,
.infographic__item-img-06 {
  aspect-ratio: 285/238;
}

.infographic__item-img-07 {
  aspect-ratio: 579/238;
}

@media screen and (max-width: 768px) {
  .img.infographic__item-img-06 {
    width: 48%;
  }
}

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

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

.interview__list-item {
  position: relative;
  padding-block: 4.0625rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .interview__list-item {
    padding-block: 1.25rem;
  }
}

.interview__list-item + .interview__list-item {
  border-top: 1px solid #ffffff;
}

.interview__item-box {
  display: grid;
  grid-template-columns: 472fr 540fr;
  gap: clamp(3.125rem, -38.125rem + 40vw, 9.875rem); /* 50 ~ 158 | 1620 ~ 1920 */
}
@media screen and (max-width: 768px) {
  .interview__item-box {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.interview__item-img {
  position: relative;
  width: 100%;
  max-width: 39.5625rem;
  border-radius: 1.875rem;
  overflow: hidden;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .interview__item-img {
    border-radius: 0.9375rem;
  }
}

.interview__item-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../../assets/images/common/img-texture-large.webp);
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: soft-light;
}

.interview__item-img img {
  height: 100%;
  object-fit: cover;
  aspect-ratio: 472/307;
}

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

.interview__item-info {
  padding-right: 8.125rem;
}
@media screen and (max-width: 768px) {
  .interview__item-info {
    padding-right: 2.8125rem;
  }
}

.interview__item-role {
  font-size: max(1.0625rem, 12px);
  font-family: "Lexend", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4117647059;
  letter-spacing: 0.07em;
  margin-top: 1.75rem;
}
@media screen and (max-width: 768px) {
  .interview__item-role {
    font-size: max(0.875rem, 12px);
  }
}

.interview__item-name {
  font-size: max(2.0625rem, 14px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.6666666667;
  letter-spacing: 0.07em;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .interview__item-name {
    font-size: max(1.125rem, 12px);
  }
}

.interview__item-year {
  font-size: max(1.0625rem, 12px);
  font-family: "Lexend", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4117647059;
  letter-spacing: 0.07em;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .interview__item-year {
    font-size: max(0.875rem, 12px);
  }
}

.interview__accordion-btn {
  position: relative;
  margin-left: auto;
  margin-right: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.125rem;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  background-color: #ffffff;
  cursor: pointer;
  list-style: none;
  transition: all 0.3s ease-out;
  translate: 0 -3.625rem;
}
@media screen and (max-width: 768px) {
  .interview__accordion-btn {
    width: 2.25rem;
    translate: 0 -0.9375rem;
    margin-right: initial;
  }
}

.interview__accordion-btn::-webkit-details-marker {
  display: none;
}

.interview__accordion-btn::marker {
  display: none;
}

@media (any-hover: hover) {
  .interview__list-item:hover .interview__accordion-btn {
    background-color: #878788;
  }
}
.interview__accordion[open] .interview__accordion-btn {
  background-color: #878788;
}

.interview__accordion-icon {
  position: relative;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (max-width: 768px) {
  .interview__accordion-icon {
    width: 1rem;
    height: 1rem;
  }
}

.interview__accordion-icon::before,
.interview__accordion-icon::after {
  content: "";
  background-color: #717071;
  border-radius: 100vmax;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: all 0.3s ease-out;
}

.interview__accordion-icon::before {
  width: 1.25rem;
  height: 0.125rem;
}
@media screen and (max-width: 768px) {
  .interview__accordion-icon::before {
    width: 1rem;
  }
}

.interview__accordion-icon::after {
  width: 0.125rem;
  height: 1.25rem;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .interview__accordion-icon::after {
    height: 1rem;
  }
}

@media (any-hover: hover) {
  .interview__list-item:hover .interview__accordion-icon::before,
  .interview__list-item:hover .interview__accordion-icon::after {
    background-color: #ffffff;
  }
}
.interview__accordion[open] .interview__accordion-icon::before,
.interview__accordion[open] .interview__accordion-icon::after {
  background-color: #ffffff;
}

.interview__accordion[open] .interview__accordion-icon::after {
  rotate: 90deg;
}

.interview__accordion-content {
  display: none;
  margin-top: 3.125rem;
  padding: 2.5rem 3.75rem;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .interview__accordion-content {
    margin-top: 1.75rem;
    padding: 1.25rem;
  }
}

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

.job-information {
  margin-top: 11.5625rem;
  padding-bottom: 13.4375rem;
}
@media screen and (max-width: 768px) {
  .job-information {
    margin-top: 5rem;
    padding-bottom: 6.25rem;
  }
}

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

.job-information__tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .job-information__tabs {
    max-width: none;
  }
}

.job-information__tab {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: max(1.3125rem, 12px);
  font-weight: 700;
  color: #403d3c;
  letter-spacing: 0.1em;
  padding: 1.375rem 0.625rem;
  background-color: #717071;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .job-information__tab {
    font-size: max(1rem, 12px);
    padding: 0.9375rem 0.625rem;
  }
}

@media (any-hover: hover) {
  .job-information__tab:hover {
    background-color: #ffffff;
  }
}
.job-information__tab.is-active {
  background-color: #ffffff;
  color: #000000;
}

.job-information__panels {
  margin-top: 1.875rem;
}

.job-information__row {
  display: grid;
  grid-template-columns: max(14.375rem, 130px) 1fr;
  gap: 1.875rem;
  padding: 3rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
@media screen and (max-width: 768px) {
  .job-information__row {
    grid-template-columns: 1fr;
    gap: 0.9375rem;
    padding: 1.25rem 0;
  }
}

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

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

.job-information__text:nth-child(n+2) {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .job-information__text:nth-child(n+2) {
    margin-top: 0.625rem;
  }
}

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

.license__list-items {
  margin-top: 3.125rem;
}

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

.lower-main {
  display: grid;
  grid-template-columns: 22.5rem 1fr;
  gap: clamp(3.75rem, -7.708rem + 11.11vw, 5.625rem); /* 60 ~ 90 | 1650 ~ 1920 */
}
@media screen and (max-width: 768px) {
  .lower-main {
    display: block;
  }
}

.lower-main__side {
  position: relative;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .lower-main__side {
    display: none;
  }
}

.lower-mv {
  width: 100%;
}

.lower-mv__img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 101.25rem;
}

.lower-mv__img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../../assets/images/common/img-texture-large.webp);
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: soft-light;
}

.lower-mv__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1620/911;
}

.mv {
  position: relative;
  height: 100lvh;
}

.mv__img {
  position: relative;
  height: 100%;
}

.mv__img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../../assets/images/common/img-texture-large.webp);
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: soft-light;
}

.mv__img::after {
  content: "";
  position: absolute;
  inset: 1.875rem;
  width: calc(100% - 3.75rem);
  height: calc(100% - 3.75rem);
  background-color: rgba(37, 30, 28, 0.59);
  border-radius: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .mv__img::after {
    inset: 0.9375rem;
    width: calc(100% - 1.875rem);
    height: calc(100% - 1.875rem);
    border-radius: 0.9375rem;
  }
}

.mv__img img {
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1920/1080;
}
@media screen and (max-width: 768px) {
  .mv__img img {
    aspect-ratio: 810/1080;
  }
}

.mv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 68.375rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mv__title {
    max-width: none;
    width: 80%;
  }
}

.news-detail {
  padding-bottom: 16.25rem;
}
@media screen and (max-width: 768px) {
  .news-detail {
    padding-bottom: 9.375rem;
  }
}

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

.news-detail__container {
  position: relative;
  padding-block: 9.375rem;
  padding-inline: clamp(2.5rem, -17.642rem + 18.87vw, 5rem); /* 40 ~ 80 | 1708 ~ 1920 */
}
@media screen and (max-width: 768px) {
  .news-detail__container {
    padding-block: 5rem;
    padding-inline: 0.9375rem;
  }
}

.news-detail__container::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #f7f7f7;
  border-radius: 1.875rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .news-detail__container::before {
    border-radius: 0.9375rem;
  }
}

.news-detail__meta {
  display: inline-flex;
  align-items: center;
  gap: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .news-detail__meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

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

.news-detail__category {
  display: inline-block;
  padding: 0.25rem 0.9375rem;
  border-radius: 100vmax;
  background-color: #f7f7f7;
  border: 1px solid #230000;
}
.news-detail__category-text {
  display: inline-block;
  font-size: max(1rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #000000;
  line-height: 1.3;
  letter-spacing: 0.07em;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .news-detail__category-text {
    font-size: max(0.875rem, 12px);
  }
}

.news-detail__title {
  font-size: max(1.5rem, 18px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #190000;
  line-height: 1.5;
  letter-spacing: 0.07em;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .news-detail__title {
    font-size: max(1.125rem, 12px);
  }
}

.news-detail__main-image {
  max-width: 63.75rem;
  width: 85%;
  margin-inline: auto;
  margin-top: 5rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 414px) {
  .news-detail__main-image {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .news-detail__main-image {
    margin-top: 3.125rem;
    margin-bottom: 3.75rem;
  }
}

.news-detail__main-image img {
  aspect-ratio: 1020/680;
  object-fit: cover;
}

.news-detail__body {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .news-detail__body {
    padding-bottom: 3.75rem;
  }
}

.news-detail__body h2 {
  font-size: max(1.25rem, 16px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #190000;
  line-height: 1.5;
  letter-spacing: 0.07em;
  overflow-wrap: break-word;
  margin-top: 3.125rem;
  padding: 0.5rem 0.9375rem;
  border-top: 1px solid #717071;
  border-bottom: 1px solid #717071;
}
@media screen and (max-width: 768px) {
  .news-detail__body h2 {
    font-size: max(1.125rem, 12px);
    padding: 0.3125rem 0.3125rem;
    margin-top: 2.5rem;
  }
}

.news-detail__body h3 {
  font-size: max(1.25rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #190000;
  line-height: 1.5;
  letter-spacing: 0.07em;
  margin-top: 3.125rem;
  padding-bottom: 0.3125rem;
  padding-inline: 0.9375rem;
  overflow-wrap: break-word;
  border-bottom: 1px solid #717071;
}
@media screen and (max-width: 768px) {
  .news-detail__body h3 {
    font-size: max(1rem, 12px);
    padding-inline: 0.3125rem;
    margin-top: 2.5rem;
  }
}

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

.news-detail__body p:nth-child(n+2) {
  margin-top: 1em;
}

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

.news-detail__body p a {
  font-size: max(1.125rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #190000;
  line-height: 2;
  letter-spacing: 0.07em;
  overflow-wrap: break-word;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .news-detail__body p a {
    font-size: max(1rem, 12px);
  }
}

@media (any-hover: hover) {
  .news-detail__body p a:hover {
    opacity: 0.6;
  }
}
.news-detail__body > ul {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .news-detail__body > ul {
    margin-top: 0.625rem;
  }
}

.news-detail__body > ul > li {
  position: relative;
  font-size: max(1.125rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #190000;
  line-height: 2;
  letter-spacing: 0.07em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .news-detail__body > ul > li {
    font-size: max(1rem, 12px);
  }
}

.news-detail__body > ul > li:first-child {
  margin-top: 0;
}

/* リストの「・」 */
.news-detail__body > ul > li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.news-detail__body figure,
.news-detail__body iframe {
  display: block;
  max-width: 63.75rem;
  width: 85%;
  margin-inline: auto;
  margin-top: 5rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 414px) {
  .news-detail__body figure,
  .news-detail__body iframe {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .news-detail__body figure,
  .news-detail__body iframe {
    margin-top: 3.125rem;
    margin-bottom: 3.75rem;
  }
}

.news-detail__body figure img {
  aspect-ratio: 1020/680;
  object-fit: cover;
}

.news-detail__body iframe {
  aspect-ratio: 16/9;
}

.news-detail__btn-contaner {
  display: flex;
  justify-content: space-between;
  padding-top: 1.875rem;
  border-top: 1px solid #190000;
}
@media screen and (max-width: 768px) {
  .news-detail__btn-contaner {
    flex-direction: column;
    gap: 1.875rem;
  }
}

.news-detail__postLinks-wrapper {
  display: contents;
}
@media screen and (max-width: 768px) {
  .news-detail__postLinks-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.news-detail__btn-back {
  text-align: center;
}
.news-detail__btn-back a,
.postLink-prev a,
.postLink-next a {
  position: relative;
  display: inline-block;
  font-size: max(1rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #190000;
  letter-spacing: 0.07em;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .news-detail__btn-back a,
  .postLink-prev a,
  .postLink-next a {
    font-size: max(0.875rem, 12px);
  }
}

.postLink-prev a {
  padding-left: 2.1875rem;
}

.postLink-next a {
  padding-right: 2.1875rem;
}

.postLink-prev a::before,
.postLink-next a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  mask-image: url(../../assets/images/common/icon-arrow-04.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #190000;
  width: 1.25rem;
  aspect-ratio: 20/11;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .postLink-prev a::before,
  .postLink-next a::before {
    width: 0.9375rem;
  }
}

.postLink-prev a::before {
  transform: translateY(-50%) scale(-1, 1);
  left: 0;
}

.postLink-next a::before {
  right: 0;
}

@media (any-hover: hover) {
  .news-detail__btn-back a:hover,
  .postLink-prev a:hover,
  .postLink-next a:hover {
    opacity: 0.6;
  }
}
.news-list__item {
  border-top: 1px solid #230000;
}

.news-list__item:last-child {
  border-bottom: 1px solid #230000;
}

.news-list__item-link {
  position: relative;
  display: grid;
  grid-template-columns: max(18.125rem, 195px) 1fr;
  gap: 1.25rem;
  padding-block: 2.25rem;
  padding-inline: 1.5625rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .news-list__item-link {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding-inline: 0.9375rem;
    padding-block: 1.25rem;
  }
}

@media (any-hover: hover) {
  .news-list__item-link:hover {
    background-color: #190000;
  }
}
.news-list__meta {
  display: grid;
  grid-template-columns: max(7.5rem, 75px) 1fr;
  gap: 1.25rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .news-list__meta {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }
}

.news-list__category {
  display: inline-block;
  padding: 0.125rem 0.9375rem;
  border-radius: 100vmax;
  background-color: #ffffff;
  border: 1px solid #230000;
  margin-inline: auto;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .news-list__category {
    margin-inline: 0;
  }
}

.news-list__category-text {
  display: inline-block;
  font-size: max(0.8125rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #000000;
  line-height: 1.3;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .news-list__category-text {
    font-size: max(0.75rem, 12px);
  }
}

@media (any-hover: hover) {
  .news-list__item-link:hover .news-list__category {
    background-color: #230000;
    border: 1px solid #ffffff;
  }
  .news-list__item-link:hover .news-list__category-text {
    color: #ffffff;
  }
}
.news-list__date {
  font-size: max(1.25rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #190000;
  letter-spacing: 0.1em;
  white-space: nowrap;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .news-list__date {
    font-size: max(1rem, 12px);
  }
}

@media (any-hover: hover) {
  .news-list__item-link:hover .news-list__date {
    color: #ffffff;
  }
}
.news-list__title {
  font-size: max(1.25rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #190000;
  line-height: 1.5;
  letter-spacing: 0.1em;
  white-space: normal; /* 文字を折り返す */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 表示する行数 */
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news-list__title {
    font-size: max(1rem, 12px);
  }
}

@media (any-hover: hover) {
  .news-list__item-link:hover .news-list__title {
    color: #ffffff;
  }
}
.news__pagination {
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .news__pagination {
    margin-top: 3.125rem;
  }
}

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

.news__inner {
  width: 100%;
  max-width: 120rem;
  padding-inline: 3.75rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .news__inner {
    max-width: 32.5rem;
    padding-inline: 0.625rem;
  }
}

.news__container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr clamp(12.5rem, -17.712rem + 28.3vw, 16.25rem); /* 200 ~ 260 | 1708 ~ 1920 */
  gap: clamp(3.75rem, -36.533rem + 37.74vw, 8.75rem); /* 60 ~ 140 | 1708 ~ 1920 */
  padding-block: 9.375rem;
  padding-inline: clamp(2.5rem, -17.642rem + 18.87vw, 5rem); /* 40 ~ 80 | 1708 ~ 1920 */
}
@media screen and (max-width: 768px) {
  .news__container {
    grid-template-columns: 1fr;
    gap: 3.75rem;
    padding-block: 5rem;
    padding-inline: 0.9375rem;
  }
}

.news__container::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #f7f7f7;
  border-radius: 1.875rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .news__container::before {
    border-radius: 0.9375rem;
  }
}

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

.news__pagination {
  display: flex;
  justify-content: center;
  margin-top: 9.375rem;
}
@media screen and (max-width: 768px) {
  .news__pagination {
    margin-top: 5rem;
  }
}

.news__sidebar {
  position: relative;
}
@media screen and (max-width: 768px) {
  .news__sidebar {
    order: 1;
  }
}

.news__sidebar-menu {
  position: sticky;
  top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .news__sidebar-menu {
    position: relative;
    top: 0;
  }
}

.news__category-title {
  font-size: max(1.25rem, 14px);
  font-family: "Lexend", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #190000;
  line-height: 1.5;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  border-top: 4px double #190000;
  border-bottom: 4px double #190000;
  padding-block: 1rem;
}
@media screen and (max-width: 768px) {
  .news__category-title {
    font-size: max(1.125rem, 14px);
    padding-block: 0.9375rem;
  }
}

.news__category-list {
  margin-top: 0.75rem;
}

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

@media (any-hover: hover) {
  .news__category-link:hover {
    opacity: 0.6;
  }
}
.pagination,
.nav-links {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .pagination,
  .nav-links {
    justify-content: center;
  }
}

.pagination a {
  transition: all 0.3s;
}

.page-numbers {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: max(1.0625rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  color: #ffffff;
  min-width: 2.0625rem;
  aspect-ratio: 1/1;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .page-numbers {
    font-size: max(1rem, 12px);
    min-width: 1.875rem;
  }
}

.page-numbers:not(.dots) {
  background-color: transparent;
}

.pagination[data-theme=news] .page-numbers {
  color: #190000;
}
.pagination[data-theme=news] .page-numbers:not(.dots) {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.page-numbers:not(.page-numbers.dots):not(.page-numbers.current) {
  background-color: transparent;
  border: 1px solid #ffffff;
}

.pagination[data-theme=news] .page-numbers:not(.page-numbers.dots):not(.page-numbers.current) {
  background-color: transparent;
  border: 1px solid #190000;
}

.page-numbers.dots {
  padding-inline: 0.625rem;
  width: auto;
  min-width: 0;
  padding: 0;
  border: none;
}

/* 現在表示されているページ */
.page-numbers.current {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #190000;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.pagination[data-theme=news] .page-numbers.current {
  color: #ffffff;
  background-color: #190000;
  border: 1px solid #190000;
}

@media (any-hover: hover) {
  .page-numbers:not(.page-numbers.dots):not(.page-numbers.current):hover,
  .next.page-numbers:hover,
  .prev.page-numbers:hover {
    color: #190000;
    background-color: #ffffff;
    border: 1px solid #ffffff;
  }
}
@media (any-hover: hover) {
  .pagination[data-theme=news] .page-numbers:not(.page-numbers.dots):not(.page-numbers.current):hover,
  .pagination[data-theme=news] .next.page-numbers:hover,
  .pagination[data-theme=news] .prev.page-numbers:hover {
    color: #ffffff;
    background-color: #190000;
    border: 1px solid #190000;
  }
}

.next.page-numbers,
.prev.page-numbers {
  position: relative;
  display: block;
  min-width: 2.0625rem;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  overflow: hidden;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .next.page-numbers,
  .prev.page-numbers {
    font-size: max(1rem, 12px);
    min-width: 1.875rem;
  }
}

.pagination[data-theme=news] .next.page-numbers,
.pagination[data-theme=news] .prev.page-numbers {
  background-color: #190000;
  border: 1px solid #190000;
}

.next.page-numbers::after,
.prev.page-numbers::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mask-image: url(../../assets/images/common/icon-arrow-04.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #ffffff;
  width: 1.25rem;
  aspect-ratio: 20/11;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .next.page-numbers::after,
  .prev.page-numbers::after {
    width: 0.9375rem;
  }
}

.pagination[data-theme=news] .next.page-numbers::after,
.pagination[data-theme=news] .prev.page-numbers::after {
  background-color: #190000;
}

.prev.page-numbers::after {
  transform: translate(-50%, -50%) scale(-1, 1);
}

@media (any-hover: hover) {
  .next.page-numbers:hover::after,
  .prev.page-numbers:hover::after {
    opacity: 1;
    background-color: #190000;
  }
}
@media (any-hover: hover) {
  .pagination[data-theme=news] .next.page-numbers:hover::after,
  .pagination[data-theme=news] .prev.page-numbers:hover::after {
    background-color: #ffffff;
  }
}

.pc-nav__items {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pc-nav__item {
  position: relative;
  display: block;
  transition: all 0.3s ease;
}

.pc-nav__item.pc-nav__item-entry {
  min-width: 12.5rem;
  width: 100%;
  margin-left: 1.5625rem;
}

.pc-nav__item.pc-nav__item-contact {
  min-width: 8.125rem;
  width: 100%;
  margin-left: 0.9375rem;
}

.pc-nav__item-link {
  position: relative;
  display: block;
  font-size: max(1.125rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
  white-space: nowrap;
  padding: 0.9375rem clamp(1.25rem, -2.125rem + 3.33vw, 1.875rem); /* 20 ~ 30 | 1620 ~ 1920 */
  text-align: center;
  transition: all 0.3s ease;
}

.pc-nav__item-link::before,
.pc-nav__item-link::after {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 1px solid #ffffff;
  transition: all 0.3s ease;
  width: 0;
}

.pc-nav__item-link::before {
  left: 0;
  bottom: 0;
}

.pc-nav__item-link::after {
  right: 0;
  top: 0;
}

@media (any-hover: hover) {
  .pc-nav__item-link:hover::before,
  .pc-nav__item-link:hover::after {
    width: 100%;
  }
}
.privacy {
  padding-bottom: 11.875rem;
}
@media screen and (max-width: 768px) {
  .privacy {
    padding-bottom: 6.25rem;
  }
}

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

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

.privacy__rule:nth-child(n+2) {
  margin-top: 3.75rem;
}

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

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

.privacy__rule-body {
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .privacy__rule-body {
    margin-top: 0.9375rem;
  }
}

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

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

@media (any-hover: hover) {
  .privacy__text-link:hover {
    opacity: 0.6;
  }
}
.privacy__list-item {
  position: relative;
  font-size: max(1.125rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 2.1111111111;
  letter-spacing: 0.075em;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
@media screen and (max-width: 768px) {
  .privacy__list-item {
    font-size: max(0.875rem, 12px);
  }
}

.privacy__list-item--level2 {
  margin-top: 1em;
}

.privacy__list--level1 {
  padding-left: 1.3em;
}
@media screen and (max-width: 768px) {
  .privacy__list--level1 {
    padding-left: 1em;
  }
}

.privacy__list--level2 {
  padding-left: 1.3em;
}
@media screen and (max-width: 768px) {
  .privacy__list--level2 {
    padding-left: 1em;
  }
}

.privacy__list--level3 {
  padding-left: 1.3em;
}
@media screen and (max-width: 768px) {
  .privacy__list--level3 {
    padding-left: 1em;
  }
}

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

.profile__row {
  display: grid;
  grid-template-columns: 8.75rem 1fr;
  column-gap: 1.875rem;
  padding-block: 2.75rem;
  border-bottom: 1px solid #b4b4b4;
}
@media screen and (max-width: 768px) {
  .profile__row {
    grid-template-columns: 1fr;
    row-gap: 0.9375rem;
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }
}

.profile__row:last-child {
  border-bottom: none;
}

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

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

.profile__tel-link {
  display: inline-block;
  color: inherit;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .profile__tel-link:hover {
    opacity: 0.6;
  }
}
.profile__list-items {
  margin-top: 0;
}

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

.profile__list-item:nth-child(n+2) {
  margin-top: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .profile__list-item:nth-child(n+2) {
    margin-top: 0.625rem;
  }
}

.profile__list-item--indent {
  margin-left: 1.75rem;
}

.recruit-common-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0.8125rem; /* 上下の余白 */
  column-gap: 1.875rem; /* 左右の余白 */
}
@media screen and (max-width: 768px) {
  .recruit-common-list {
    grid-template-columns: 1fr;
    row-gap: 0.8125rem; /* 上下の余白 */
    column-gap: 0; /* 左右の余白 */
  }
}

.recruit-common-list__item {
  font-size: 1.4375rem;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #878788;
  line-height: 1.3;
  letter-spacing: 0.07em;
  padding: 2rem 2.75rem;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .recruit-common-list__item {
    font-size: max(1rem, 12px);
    padding: 0.9375rem 1.5625rem;
  }
}

.recruit-concept__container {
  margin-top: 2.5rem;
}

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

.recruit-concept__text-02 {
  font-size: max(1.4375rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.7391304348;
  margin-top: 6.5625rem;
}
@media screen and (max-width: 768px) {
  .recruit-concept__text-02 {
    font-size: max(1rem, 12px);
    margin-top: 3.125rem;
  }
}

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

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

.recruit-concept__pyramid-text-02 {
  font-size: max(1.4375rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.7391304348;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .recruit-concept__pyramid-text-02 {
    font-size: max(1rem, 12px);
    margin-top: 1.25rem;
  }
}

.recruit-concept__pyramid-item-wrapper {
  margin-top: 7.8125rem;
}
@media screen and (max-width: 768px) {
  .recruit-concept__pyramid-item-wrapper {
    margin-top: 5rem;
  }
}

.recruit-concept__pyramid-items {
  display: grid;
  grid-template-columns: 405fr 623fr;
  gap: 8.875rem;
}
@media screen and (max-width: 768px) {
  .recruit-concept__pyramid-items {
    grid-template-columns: 1fr;
    gap: 4.375rem;
  }
}

.recruit-concept__pyramid-item-01 img {
  height: 100%;
  object-fit: contain;
}

.recruit-concept__pyramid-item-02 img {
  height: 100%;
  object-fit: contain;
}

.recruit-concept__description-item-wrapper {
  margin-top: 5.875rem;
}
@media screen and (max-width: 768px) {
  .recruit-concept__description-item-wrapper {
    margin-top: 5rem;
  }
}

.recruit-concept__description-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .recruit-concept__description-items {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.recruit-concept__description-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  background-color: #ffffff;
  padding-inline: 1.25rem 0.9375rem;
  padding-block: 1.875rem;
}
@media screen and (max-width: 768px) {
  .recruit-concept__description-item {
    padding-inline: 1.25rem;
    padding-block: 0.9375rem;
  }
}

.recruit-concept__description-item-label {
  font-size: max(0.8125rem, 12px);
  font-family: "Lexend", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #878788;
  text-transform: uppercase;
}

.recruit-concept__description-item-number {
  font-size: max(3.5rem, 12px);
  font-family: "Lexend", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #878788;
}
@media screen and (max-width: 768px) {
  .recruit-concept__description-item-number {
    font-size: max(1.875rem, 12px);
  }
}

.recruit-concept__description-item-text {
  font-size: max(1.25rem, 12px);
  font-family: "Nunito Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #190000;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .recruit-concept__description-item-text {
    font-size: max(1rem, 12px);
  }
}

.section-title {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .section-title {
    align-items: center;
    gap: 0.625rem;
  }
}

.section-title__en {
  font-family: "Lexend", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  transition: all 0.3s;
}

.section-title__ja {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}

/* 下層ページ用セクションタイトル */
.section-title[data-theme=top],
.section-title[data-theme=footer] {
  gap: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .section-title[data-theme=top],
  .section-title[data-theme=footer] {
    gap: 1.25rem;
  }
}
.section-title[data-theme=top] .section-title__en,
.section-title[data-theme=footer] .section-title__en {
  font-size: 5.8125rem;
  color: #190000;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .section-title[data-theme=top] .section-title__en,
  .section-title[data-theme=footer] .section-title__en {
    font-size: 3.5rem;
  }
}
.section-title[data-theme=top] .section-title__ja,
.section-title[data-theme=footer] .section-title__ja {
  font-size: max(1.3125rem, 12px);
  color: #190000;
}
@media screen and (max-width: 768px) {
  .section-title[data-theme=top] .section-title__ja,
  .section-title[data-theme=footer] .section-title__ja {
    font-size: max(1.125rem, 12px);
  }
}

@media screen and (max-width: 768px) {
  .section-title[data-theme=footer] {
    align-items: flex-start;
  }
}
.section-title[data-theme=footer] .section-title__en {
  font-family: "Nunito Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: italic;
}

/* Safariのみの指定 */
@media screen and (max-width: 768px) {
  _::-webkit-full-page-media,
  _:future,
  :root .section-title[data-theme=footer] .section-title__en {
    font-size: 3rem;
  }
}

@media (any-hover: hover) {
  .footer__btn-link:hover .section-title[data-theme=footer] .section-title__en {
    color: #ffffff;
  }
  .footer__btn-link:hover .section-title[data-theme=footer] .section-title__ja {
    color: #ffffff;
  }
}
/* 下層ページ用セクションタイトル */
.section-title[data-theme=lower] {
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .section-title[data-theme=lower] {
    align-items: flex-start;
  }
}
.section-title[data-theme=lower] .section-title__en {
  font-size: 4.8125rem;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .section-title[data-theme=lower] .section-title__en {
    font-size: max(3rem, 12px);
  }
}
@media screen and (max-width: 768px) {
  .section-title[data-theme=lower] .section-title__en.section-title__en--privacy {
    font-size: max(2.125rem, 12px);
  }
}
.section-title[data-theme=lower] .section-title__ja {
  font-size: max(1.375rem, 12px);
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .section-title[data-theme=lower] .section-title__ja {
    font-size: max(1.125rem, 12px);
  }
}

.service-common-title {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .service-common-title {
    gap: 1.25rem;
  }
}

.service-common-title__head {
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service-common-title__head {
    gap: 0.625rem;
  }
}
.service-common-title__head::before, .service-common-title__head::after {
  content: "";
  display: block;
  width: 1px;
  height: 2.75rem;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  .service-common-title__head::before, .service-common-title__head::after {
    height: 1.875rem;
  }
}
.service-common-title__head::before {
  left: 0;
}
.service-common-title__head::after {
  right: 0;
}

.service-common-title__en {
  padding-left: 1.875rem;
  font-size: max(1.3125rem, 12px);
  font-family: "Lexend", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .service-common-title__en {
    padding-left: 0.9375rem;
    font-size: max(1rem, 12px);
  }
}

.service-common-title__number {
  font-size: max(2.5rem, 12px);
  font-family: "Lexend", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: initial;
  color: #ffffff;
  padding-right: 1.875rem;
}
@media screen and (max-width: 768px) {
  .service-common-title__number {
    padding-right: 0.9375rem;
    font-size: max(1.875rem, 12px);
  }
}

.service-common-title__ja {
  display: inline-block;
  font-size: max(2.0625rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: initial;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .service-common-title__ja {
    font-size: max(1.25rem, 12px);
  }
}

.service-first {
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  .service-first {
    padding-top: 6.25rem;
  }
}

.service-first__heading {
  margin-top: 7.5rem;
  font-size: max(4.375rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: initial;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .service-first__heading {
    margin-top: 5rem;
    font-size: max(2.25rem, 12px);
    line-height: 1.5;
  }
}

/* Safariのみの指定 */
@media screen and (max-width: 768px) {
  _::-webkit-full-page-media,
  _:future,
  :root .service-first__heading {
    font-size: max(2.125rem, 12px);
  }
}

.service-first__description {
  margin-top: 2.6875rem;
  width: 100%;
  max-width: 81.25rem;
  font-size: max(1.4375rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.7391304348;
  letter-spacing: initial;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .service-first__description {
    margin-top: 1.875rem;
    font-size: max(1rem, 12px);
  }
}

.service-first__bg {
  margin-top: -19.1875rem;
  margin-inline: calc(50% - 50vw);
  width: 100vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service-first__bg {
    margin-top: -5rem;
  }
}

.service-first__bg-img {
  position: relative;
  display: block;
  width: 100%;
  max-height: 62.5rem;
}
@media screen and (max-width: 768px) {
  .service-first__bg-img {
    height: 28.125rem;
  }
}

.service-first__bg-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../../assets/images/common/img-texture-large.webp);
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: soft-light;
}

.service-first__bg-img img {
  width: 100%;
  height: auto;
  max-height: 62.5rem;
  object-fit: cover;
  aspect-ratio: 1920/1000;
}
@media screen and (max-width: 768px) {
  .service-first__bg-img img {
    height: 100%;
  }
}

.service-first__bg-content {
  position: absolute;
  bottom: 4.8125rem;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .service-first__bg-content {
    bottom: 1.25rem;
  }
}

.service-first__bg-title {
  font-size: max(8rem, 12px);
  font-family: "Lexend", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: initial;
  color: #ffffff;
  white-space: nowrap;
  text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .service-first__bg-title {
    font-size: max(3rem, 12px);
  }
}

/* Safariのみの指定 */
@media screen and (max-width: 768px) {
  _::-webkit-full-page-media,
  _:future,
  :root .service-first__bg-title {
    font-size: max(2.75rem, 12px);
  }
}

/* Firefoxのみの指定 */
@-moz-document url-prefix() {
  @media screen and (max-width: 768px) {
    .service-first__bg-title {
      font-size: max(2.875rem, 12px);
    }
  }
}
.service-first__bg-text {
  margin-top: 2.1875rem;
  font-size: max(2.875rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: initial;
  color: #ffffff;
  text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .service-first__bg-text {
    margin-top: 1.25rem;
    font-size: max(1.25rem, 12px);
  }
}

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

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

.service-introduction__list {
  margin-top: 1.375rem;
}
@media screen and (max-width: 768px) {
  .service-introduction__list {
    margin-top: 1.25rem;
  }
}

.service-introduction__item {
  padding-top: 4rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .service-introduction__item {
    padding-top: 2.5rem;
  }
}

.service-introduction__item + .service-introduction__item {
  border-top: 1px solid #ffffff;
}

.service-introduction__item-box {
  display: flex;
  gap: 0 9.875rem;
}
@media screen and (max-width: 768px) {
  .service-introduction__item-box {
    flex-direction: column;
    gap: 1.875rem;
    padding-bottom: 1.25rem;
  }
}

.service-introduction__item-img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 29.5rem;
  margin-top: 1.0625rem;
  border-radius: 1.875rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .service-introduction__item-img {
    margin-top: initial;
    max-width: 100%;
    border-radius: 0.9375rem;
  }
}

.service-introduction__item-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../../assets/images/common/img-texture-large.webp);
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: soft-light;
}

.service-introduction__item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 472/307;
}

.service-introduction__item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

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

.service-introduction__item-text-wrapper {
  padding-right: 8.125rem;
}
@media screen and (max-width: 768px) {
  .service-introduction__item-text-wrapper {
    padding-right: 0;
  }
}

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

.service-introduction__item-list {
  margin-top: 1rem;
}

.service-introduction__item-list-item {
  font-size: max(1.125rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.8888888889;
  letter-spacing: 0.1em;
  color: #ffffff;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .service-introduction__item-list-item {
    font-size: max(1rem, 12px);
    line-height: 1.8;
  }
}

.service-introduction__accordion-btn {
  position: relative;
  margin-left: auto;
  margin-right: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.125rem;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  background-color: #ffffff;
  cursor: pointer;
  list-style: none;
  translate: 0 -3.625rem;
  transition: background-color 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .service-introduction__accordion-btn {
    margin-right: initial;
    width: 2.25rem;
    translate: 0 -0.9375rem;
  }
}
.service-introduction__accordion-btn::-webkit-details-marker {
  display: none;
}
.service-introduction__accordion-btn::marker {
  display: none;
}

@media (any-hover: hover) {
  .service-introduction__item:hover .service-introduction__accordion-btn {
    background-color: #878788;
  }
}
.service-introduction__accordion[open] .service-introduction__accordion-btn {
  background-color: #878788;
}

.service-introduction__accordion-icon {
  position: relative;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (max-width: 768px) {
  .service-introduction__accordion-icon {
    width: 1rem;
    height: 1rem;
  }
}
.service-introduction__accordion-icon::before, .service-introduction__accordion-icon::after {
  content: "";
  background-color: #717071;
  border-radius: 100vmax;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: background-color 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-introduction__accordion-icon::before {
  width: 1.25rem;
  height: 0.125rem;
}
@media screen and (max-width: 768px) {
  .service-introduction__accordion-icon::before {
    width: 1rem;
  }
}
.service-introduction__accordion-icon::after {
  width: 0.125rem;
  height: 1.25rem;
  transition: rotate 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .service-introduction__accordion-icon::after {
    height: 1rem;
  }
}

@media (any-hover: hover) {
  .service-introduction__item:hover .service-introduction__accordion-icon::before, .service-introduction__item:hover .service-introduction__accordion-icon::after {
    background-color: #ffffff;
  }
}
.service-introduction__accordion[open] .service-introduction__accordion-icon::before, .service-introduction__accordion[open] .service-introduction__accordion-icon::after {
  background-color: #ffffff;
}
.service-introduction__accordion[open] .service-introduction__accordion-icon::after {
  rotate: 90deg;
}

.service-introduction__accordion-content {
  display: none;
  padding: 2.5625rem 4.6875rem 4.75rem;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .service-introduction__accordion-content {
    padding: 1.25rem;
  }
}

.service-introduction__accordion-text {
  font-size: max(1.1875rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: initial;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .service-introduction__accordion-text {
    font-size: max(1rem, 12px);
    line-height: 2;
  }
}

.service-introduction__accordion-text-note-wrapper {
  margin-top: 1.875rem;
}

.service-introduction__accordion-text-note {
  font-size: max(1rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: initial;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .service-introduction__accordion-text-note {
    font-size: max(0.875rem, 12px);
  }
}

.service-introduction__accordion-images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.9375rem;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .service-introduction__accordion-images {
    margin-top: 2.1875rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

.service-introduction__accordion-image {
  flex: 1;
  min-width: 18.75rem;
}

.service-introduction__accordion-img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 20.625rem;
}

.service-introduction__accordion-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../../assets/images/common/img-texture-large.webp);
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: soft-light;
}

.service-introduction__accordion-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 330/215;
}

.service-introduction__accordion-img-box {
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .service-introduction__accordion-img-box {
    margin-top: 2.5rem;
  }
}

.service-introduction__accordion-img-text {
  font-size: max(1.1875rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: initial;
  color: #005c8c;
}
@media screen and (max-width: 768px) {
  .service-introduction__accordion-img-text {
    font-size: max(1rem, 12px);
  }
}

.service-introduction__accordion-img-box .service-introduction__accordion-images {
  margin-top: 0.625rem;
}

.service-introduction__accordion-block + .service-introduction__accordion-block {
  margin-top: 5.625rem;
}
@media screen and (max-width: 768px) {
  .service-introduction__accordion-block + .service-introduction__accordion-block {
    margin-top: 3.75rem;
  }
}

.service-second {
  padding-top: 19.6875rem;
  padding-bottom: 17.5rem;
}
@media screen and (max-width: 768px) {
  .service-second {
    padding-top: 5rem;
    padding-bottom: 9.375rem;
  }
}

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

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

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

.service-second__item {
  background-color: #ffffff;
  cursor: pointer;
  padding-block: 1.875rem;
  padding-inline: 2.6875rem 4.5625rem;
}
@media screen and (max-width: 768px) {
  .service-second__item {
    padding: 1.25rem;
  }
}

.service-second__item + .service-second__item {
  margin-top: 2.4375rem;
}

.service-second__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-second__item-header::-webkit-details-marker {
  display: none;
}
.service-second__item-header::marker {
  display: none;
}

.service-second__item-title {
  font-size: max(5.8125rem, 12px);
  font-family: "Lexend", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  letter-spacing: initial;
  color: #190000;
}
@media screen and (max-width: 768px) {
  .service-second__item-title {
    font-size: max(3rem, 12px);
  }
}

.service-second__accordion-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.125rem;
  height: 4.125rem;
  border: 1px solid #717071;
  border-radius: 100vmax;
  background-color: #ffffff;
  transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .service-second__accordion-btn {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.service-second__accordion-btn::-webkit-details-marker {
  display: none;
}
.service-second__accordion-btn::marker {
  display: none;
}

@media (any-hover: hover) {
  .service-second__item:hover .service-second__accordion-btn {
    background-color: #878788;
    border-color: #878788;
  }
}
.service-second__item[open] .service-second__accordion-btn {
  background-color: #878788;
  border-color: #878788;
}

.service-second__accordion-icon {
  position: relative;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (max-width: 768px) {
  .service-second__accordion-icon {
    width: 1rem;
    height: 1rem;
  }
}
.service-second__accordion-icon::before, .service-second__accordion-icon::after {
  content: "";
  background-color: #717071;
  border-radius: 100vmax;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: background-color 0.3s ease-out;
}
.service-second__accordion-icon::before {
  width: 1.25rem;
  height: 0.125rem;
}
@media screen and (max-width: 768px) {
  .service-second__accordion-icon::before {
    width: 1rem;
  }
}
.service-second__accordion-icon::after {
  width: 0.125rem;
  height: 1.25rem;
  transition: rotate 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .service-second__accordion-icon::after {
    height: 1rem;
  }
}

@media (any-hover: hover) {
  .service-second__item:hover .service-second__accordion-icon::before, .service-second__item:hover .service-second__accordion-icon::after {
    background-color: #ffffff;
  }
}
.service-second__item[open] .service-second__accordion-icon::before, .service-second__item[open] .service-second__accordion-icon::after {
  background-color: #ffffff;
}
.service-second__item[open] .service-second__accordion-icon::after {
  rotate: 90deg;
}

.service-second__accordion-content {
  display: none;
  margin-top: 3.625rem;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .service-second__accordion-content {
    margin-top: 1.875rem;
  }
}

.service-second__accordion-images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.8125rem;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .service-second__accordion-images {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding-bottom: 0.9375rem;
  }
}

.service-second__accordion-img {
  position: relative;
  display: block;
  width: 100%;
}

.service-second__accordion-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../../assets/images/common/img-texture-large.webp);
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: soft-light;
}

.service-second__accordion-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 330/215;
}

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

.service-strength + .service-strength {
  margin-top: 4.125rem;
  padding-top: initial;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .service-strength + .service-strength {
    margin-top: 2.5rem;
  }
}

.service-strength__box {
  padding: 7.5rem 3.75rem 5.4375rem 4.75rem;
  background-color: #f7f7f7;
  border-radius: 2.1875rem 2.1875rem 0 0;
}
@media screen and (max-width: 768px) {
  .service-strength__box {
    padding: 3.75rem 1.25rem 2.5rem;
    border-radius: 1.25rem 1.25rem 0 0;
  }
}

.service-strength + .service-strength .service-strength__box {
  padding: 6.9375rem 4.875rem 5.4375rem 4.75rem;
}
@media screen and (max-width: 768px) {
  .service-strength + .service-strength .service-strength__box {
    padding: 3.75rem 1.25rem 2.5rem;
  }
}

.service-strength__head {
  display: flex;
  gap: 7.25rem;
}
@media screen and (max-width: 768px) {
  .service-strength__head {
    flex-direction: column;
    gap: initial;
  }
}

.service-strength + .service-strength .service-strength__head {
  gap: 13rem;
}
@media screen and (max-width: 768px) {
  .service-strength + .service-strength .service-strength__head {
    gap: initial;
  }
}

.service-strength__head-content {
  flex: 1;
  width: 100%;
  max-width: 37.5rem;
}
@media screen and (max-width: 768px) {
  .service-strength__head-content {
    display: contents;
  }
}

@media screen and (max-width: 768px) {
  .service-strength__head-top {
    order: 1;
  }
}

.service-strength + .service-strength .service-strength__head-content {
  max-width: 37.5rem;
}

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

.service-strength + .service-strength .service-strength__head-read {
  font-size: max(1.0625rem, 12px);
}
@media screen and (max-width: 768px) {
  .service-strength + .service-strength .service-strength__head-read {
    font-size: max(1rem, 12px);
  }
}

.service-strength__head-number {
  font-size: max(4.75rem, 12px);
  font-family: "Lexend", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: initial;
  color: #190000;
}
@media screen and (max-width: 768px) {
  .service-strength__head-number {
    font-size: max(3rem, 12px);
  }
}

.service-strength + .service-strength .service-strength__head-number {
  font-size: max(4.75rem, 12px);
}
@media screen and (max-width: 768px) {
  .service-strength + .service-strength .service-strength__head-number {
    font-size: max(3rem, 12px);
  }
}

.service-strength__head-title {
  margin-top: 3.4375rem;
  font-size: max(2.8125rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #190000;
  font-feature-settings: "palt";
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .service-strength__head-title {
    margin-top: 1.875rem;
    font-size: max(1.375rem, 12px);
  }
}

.service-strength + .service-strength .service-strength__head-title {
  margin-top: 3.9375rem;
}
@media screen and (max-width: 768px) {
  .service-strength + .service-strength .service-strength__head-title {
    margin-top: 1.875rem;
  }
}

.service-strength__head-text {
  margin-top: 2.6875rem;
  width: 100%;
  max-width: 36.25rem;
  font-size: max(1.3125rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 2.57;
  letter-spacing: 0.1em;
  color: #190000;
}
@media screen and (max-width: 768px) {
  .service-strength__head-text {
    order: 3;
    margin-top: 2.25rem;
    font-size: max(1rem, 12px);
    line-height: 2;
  }
}

.service-strength + .service-strength .service-strength__head-text {
  font-size: max(1.3125rem, 12px);
}
@media screen and (max-width: 768px) {
  .service-strength + .service-strength .service-strength__head-text {
    font-size: max(1rem, 12px);
  }
}

.service-strength__head-img {
  flex: 1;
  margin-top: 1.5rem;
  display: block;
  width: 100%;
  max-width: 48rem;
}
@media screen and (max-width: 768px) {
  .service-strength__head-img {
    order: 2;
    margin-top: 2.25rem;
  }
}

.service-strength + .service-strength .service-strength__head-img {
  margin-top: 2.375rem;
  max-width: 37.0625rem;
}
@media screen and (max-width: 768px) {
  .service-strength + .service-strength .service-strength__head-img {
    margin-top: 2.25rem;
  }
}

.service-strength__head-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 768/525;
}

.service-strength + .service-strength .service-strength__head-img img {
  aspect-ratio: 593/507;
}

.service-strength__bottom {
  margin-top: 6.625rem;
  padding: 4.25rem 4.8125rem 5rem 3.625rem;
  display: flex;
  gap: 0.3125rem;
  background-color: #dde7ed;
}
@media screen and (max-width: 768px) {
  .service-strength__bottom {
    margin-top: 3.75rem;
    padding: 2.5rem 1.25rem;
    flex-direction: column;
    gap: initial;
  }
}

.service-strength + .service-strength .service-strength__bottom {
  margin-top: 4.0625rem;
  padding: 4.25rem 3.3125rem 2.6875rem 3.625rem;
  gap: 6.25rem;
}
@media screen and (max-width: 768px) {
  .service-strength + .service-strength .service-strength__bottom {
    margin-top: 3.75rem;
    padding: 2.5rem 1.25rem;
    gap: initial;
  }
}

.service-strength__bottom-content {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .service-strength__bottom-content {
    display: contents;
  }
}

.service-strength__bottom-title {
  font-size: max(2.5rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: initial;
  color: #190000;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .service-strength__bottom-title {
    order: 1;
    font-size: max(1.375rem, 12px);
  }
}

@media screen and (max-width: 768px) {
  .service-strength + .service-strength .service-strength__bottom-title {
    order: 1;
    font-size: max(1.1875rem, 12px);
    white-space: nowrap;
  }
}

.service-strength__bottom-text {
  margin-top: 3rem;
  width: 100%;
  max-width: 38.75rem;
  font-size: max(1.3125rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #190000;
}
@media screen and (max-width: 768px) {
  .service-strength__bottom-text {
    order: 3;
    margin-top: 2.25rem;
    font-size: max(1rem, 12px);
  }
}

.service-strength__bottom-pictures {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .service-strength__bottom-pictures {
    order: 2;
    margin-top: 2.25rem;
  }
}

.service-strength__bottom-img {
  flex: 1;
  margin-top: 1.125rem;
  display: block;
  width: 100%;
  max-width: 39.9375rem;
}
@media screen and (max-width: 768px) {
  .service-strength__bottom-img {
    order: 2;
    margin-top: 2.25rem;
  }
}

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

.service-strength__bottom-pictures-heading span {
  display: inline-block;
  font-size: max(2.375rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.2em;
  color: #000000;
  background: linear-gradient(transparent 70%, #fff000 70%);
}
@media screen and (max-width: 768px) {
  .service-strength__bottom-pictures-heading span {
    font-size: max(1.5rem, 12px);
  }
}

.service-strength + .service-strength .service-strength__bottom-img {
  margin-top: 1.8125rem;
  max-width: 39.125rem;
}
@media screen and (max-width: 768px) {
  .service-strength + .service-strength .service-strength__bottom-img {
    margin-top: 1rem;
  }
}

.service-strength__bottom-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 639/371;
}

.service-strength + .service-strength .service-strength__bottom-img img {
  aspect-ratio: 626/182;
}

.service-strength__bottom-pictures-text {
  margin-top: 2.125rem;
  width: 100%;
  max-width: 36.25rem;
  padding: 0.9375rem;
  font-size: max(1rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.5625;
  letter-spacing: initial;
  color: #000000;
  background-color: #ffffff;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .service-strength__bottom-pictures-text {
    margin-top: 1.5rem;
  }
}

.side-menu {
  position: sticky;
  top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .side-menu {
    display: none;
  }
}

.side-menu__title {
  display: inline-block;
  font-size: max(2.6875rem, 12px);
  font-family: "Lexend", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
}

.side-menu__items {
  position: relative;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  margin-top: 2.8125rem;
}

.side-menu__item {
  position: relative;
}

.side-menu__item-link {
  position: relative;
  display: inline-block;
  font-size: max(1.3125rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #9e9e9f;
  line-height: 1.3;
  letter-spacing: 0.1em;
  padding-block: 0.4375rem;
  padding-left: 2.3125rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .side-menu__item-link {
    font-size: max(1rem, 12px);
  }
}

.side-menu__item-link::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  mask-image: url(../../assets/images/common/icon-plus.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #ffffff;
  width: 1rem;
  aspect-ratio: 1/1;
  transition: all 0.3s;
}

/* ---------- 現在地のスタイル | ここから ---------- */
.side-menu__item.is-current .side-menu__item-link {
  font-size: max(1.625rem, 14px);
  color: #ffffff;
  padding-left: 2.625rem;
}

.side-menu__item.is-current .side-menu__item-link::before {
  top: 1rem;
  width: 1.125rem;
}

/* ---------- 現在地のスタイル | ここまで ---------- */
@media (any-hover: hover) {
  .side-menu__item-link:hover {
    opacity: 0.6;
  }
}
.slide-img {
  width: 100%;
  overflow: hidden;
}

.slide-img__wrapper {
  display: flex;
  align-items: center;
  gap: 3.125rem;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .slide-img__wrapper {
    gap: 1.5625rem;
  }
}

.slide-img__items.slide-img__items--left {
  display: flex;
  gap: 3.125rem;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .slide-img__items.slide-img__items--left {
    gap: 1.5625rem;
  }
}

/* ---------- スライドの方向 | ここから ---------- */
.slide-img__items.slide-img__items--left {
  animation: infinity-scroll-left 400s infinite linear 0.5s both;
}

/* 右から左へ */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* ---------- スライドの方向 | ここまで ---------- */
.slide-img__item.slide-img__item-top-works {
  position: relative;
  width: 29.5rem;
  border-radius: 1.875rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .slide-img__item.slide-img__item-top-works {
    border-radius: 0.9375rem;
    width: 12.5rem;
  }
}

.slide-img__item.slide-img__item-top-works::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../../assets/images/common/img-texture-large.webp);
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: soft-light;
}

.slide-img__item.slide-img__item-top-works img {
  height: 100%;
  aspect-ratio: 472/307;
  object-fit: cover;
}

.slide-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.slide-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.slide-text.top-service__slide-text {
  top: 49.375rem;
  height: 5.25rem;
}
@media screen and (max-width: 768px) {
  .slide-text.top-service__slide-text {
    top: 9.375rem;
    height: 2.625rem;
  }
}

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

.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__item {
  position: relative;
  width: 100%;
}

.slide-text__item.slide-text__item-top-service {
  width: 134.8125rem;
  margin-left: 6.25rem;
}
@media screen and (max-width: 768px) {
  .slide-text__item.slide-text__item-top-service {
    width: 67.4375rem;
    margin-left: 3.125rem;
  }
}

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

@media screen and (max-width: 768px) {
  .sp-nav.is-active {
    display: block;
  }
}

/* スクロールバー非表示 | ここから -------------- */
@media screen and (max-width: 768px) {
  .sp-nav {
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none; /* Firefox 対応 */
  }
}

@media screen and (max-width: 768px) {
  .sp-nav::-webkit-scrollbar {
    display: none; /* Chrome, Safari 対応 */
    /* スクロールバー非表示 | ここまで -------------- */
  }
}

@media screen and (max-width: 768px) {
  .sp-nav__inner {
    max-width: 23.4375rem;
    width: 100%;
    margin: auto;
    padding: 0 0.9375rem;
  }
}

@media screen and (max-width: 768px) {
  .sp-nav__logo {
    max-width: 12.5rem;
    width: 100%;
    margin: auto;
    transition: all 0.3s;
  }
}

.sp-nav__logo-link {
  display: block;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .sp-nav__logo-link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .sp-nav__items {
    margin-top: 3.125rem;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .sp-nav__item:nth-child(n+2) {
    margin-top: 1.875rem;
  }
}

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

@media (any-hover: hover) {
  .sp-nav__item-link:hover {
    opacity: 0.6;
  }
}
/* ---------- 初期値解除 | ここから ---------- */
.swiper-button-prev,
.swiper-button-next {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  height: auto;
}

/* ---------- 初期値解除 | ここまで ---------- */
/* ===== 事業内容 - 法人のお客様　施工例｜ ここから ===== */
.swiper-button-prev.swiper-button-prev-history,
.swiper-button-next.swiper-button-next-history {
  position: relative;
  width: 4.875rem;
  aspect-ratio: 78/55;
  background-color: #ffffff;
  border-radius: 100vmax;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev.swiper-button-prev-history,
  .swiper-button-next.swiper-button-next-history {
    width: 3.125rem;
  }
}

.swiper-button-prev.swiper-button-prev-history::after,
.swiper-button-next.swiper-button-next-history::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mask-image: url(../../assets/images/common/icon-arrow-03.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #000000;
  width: 1.3125rem;
  aspect-ratio: 17/20;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev.swiper-button-prev-history::after,
  .swiper-button-next.swiper-button-next-history::after {
    width: 1rem;
  }
}

.swiper-button-prev.swiper-button-prev-history::after {
  transform: translate(-55%, -50%) scale(-1, 1);
}

@media (any-hover: hover) {
  .swiper-button-prev.swiper-button-prev-history:hover,
  .swiper-button-next.swiper-button-next-history:hover {
    background-color: #000000;
  }
  .swiper-button-prev.swiper-button-prev-history:hover::after,
  .swiper-button-next.swiper-button-next-history:hover::after {
    background-color: #ffffff;
  }
}
/* ===== 事業内容 - 法人のお客様　施工例｜ ここまで ===== */
.tab-content {
  display: none;
}

.tab-content.is-show {
  display: block;
  animation: tab-fade 0.3s ease both;
}

@keyframes tab-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.top-concept {
  position: relative;
  padding-block: 11.25rem 89.375rem;
}
@media screen and (max-width: 768px) {
  .top-concept {
    padding-block: 11.25rem 87.5rem;
  }
}

.top-concept__bg {
  position: absolute;
  inset: 0;
  height: 100lvh;
  width: 100%;
  z-index: -1;
}

.top-concept__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.top-concept__bg-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../../assets/images/common/img-texture-large.webp);
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: soft-light;
}

.top-concept__bg-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(37, 30, 28, 0.59);
  mix-blend-mode: multiply;
}

.top-concept__bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-concept__bg-img-02 {
  width: 100%;
  height: 100lvh;
  will-change: transform;
}

.top-concept__container {
  display: grid;
  grid-template-columns: 1fr 40rem;
  gap: 6.25rem;
}
@media screen and (max-width: 768px) {
  .top-concept__container {
    grid-template-columns: 1fr;
    gap: 5rem;
  }
}

.top-concept__title {
  position: sticky;
  top: 12.5rem;
  font-size: max(2.8125rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .top-concept__title {
    position: static;
    display: flex;
    justify-content: center;
    font-size: max(1.5rem, 12px);
  }
}

.top-concept__wrapper {
  margin-top: 19.6875rem;
}
@media screen and (max-width: 768px) {
  .top-concept__wrapper {
    margin-top: 0;
  }
}

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

.top-concept__text-01:nth-child(n+2) {
  margin-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .top-concept__text-01:nth-child(n+2) {
    margin-top: 1.875rem;
  }
}

.top-concept__text-02 {
  font-size: max(3.75rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.1em;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .top-concept__text-02 {
    text-align: center;
    font-size: max(1.5rem, 12px);
    margin-top: 3.125rem;
  }
}

.top-concept__btn {
  margin-top: 6.875rem;
}
@media screen and (max-width: 768px) {
  .top-concept__btn {
    display: flex;
    justify-content: center;
    margin-top: 4.375rem;
  }
}

.top-news {
  position: relative;
  margin-top: -55.9375rem;
  padding-block: 6.5625rem 9.0625rem;
}
@media screen and (max-width: 768px) {
  .top-news {
    margin-top: -18.75rem;
    margin-top: -81.25rem;
    padding-block: 3.75rem 3.75rem;
  }
}

.top-news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 7.5rem);
  height: 100%;
  background-color: #f7f7f7;
  border-radius: 1.875rem 1.875rem 0 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-news::before {
    width: calc(100% - 1.25rem);
    max-width: 33.75rem;
    border-radius: 0.9375rem 0.9375rem 0 0;
  }
}

.top-news__inner {
  width: 100%;
  max-width: 120rem;
  padding-inline: 3.75rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .top-news__inner {
    max-width: 32.5rem;
    padding-inline: 0.625rem;
  }
}

.top-news__container {
  display: grid;
  grid-template-columns: 15.3125rem 1fr;
  grid-template-columns: max(clamp(15.313rem, -58.938rem + 73.33vw, 29.063rem), 245px) 1fr; /* 200 ~ 465 | 1620 ~ 1920 */
  gap: clamp(4.375rem, -5.75rem + 10vw, 6.25rem); /* 70 ~ 100 | 1620 ~ 1920 */
  padding-inline: clamp(3.125rem, -10.375rem + 13.33vw, 5.625rem); /* 50 ~ 90 | 1620 ~ 1920 */
}
@media screen and (max-width: 768px) {
  .top-news__container {
    grid-template-columns: 1fr;
    gap: 3.75rem;
    padding-inline: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .top-news__head {
    display: contents;
  }
}

@media screen and (max-width: 768px) {
  .top-news__section-title-wrapper {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .top-news__section-title {
    order: 1;
  }
}

.top-news__btn {
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .top-news__btn {
    display: flex;
    justify-content: center;
    order: 3;
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .top-news__list-container {
    order: 2;
  }
}

.top-service {
  position: relative;
  margin-top: -1.875rem;
  z-index: 1;
}

.top-service__main {
  position: relative;
  padding-block: 8.125rem 7.8125rem;
  border-radius: 1.875rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-service__main {
    padding-block: 3.75rem;
    border-radius: 0.9375rem;
  }
}

.top-service__main::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #dcdcdc;
  z-index: -1;
}

.top-service__main::after {
  content: "";
  position: absolute;
  top: 3.4375rem;
  right: -1.25rem;
  background-image: url(../../assets/images/common/text-hello-future-01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(25rem, -52.535rem + 75.19vw, 37.688rem); /* 400 ~ 603 | 1650 ~ 1920 */
  aspect-ratio: 603/1368;
  opacity: 0.4;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-service__main::after {
    top: 1.875rem;
    right: -0.625rem;
    width: clamp(6.25rem, -7.955rem + 60.61vw, 12.5rem); /* 100 ~ 200 | 375~ 540 */
  }
}

@media screen and (max-width: 768px) {
  .top-service__section-title-wrapper {
    text-align: center;
  }
}

.top-service__container {
  display: grid;
  grid-template-columns: 690fr 700fr;
  gap: clamp(9.375rem, -17.625rem + 26.67vw, 14.375rem); /* 150 ~ 230 | 1620 ~ 1920 */
  margin-top: 6.875rem;
}
@media screen and (max-width: 768px) {
  .top-service__container {
    grid-template-columns: 1fr;
    gap: 3.125rem;
    margin-top: 3.125rem;
  }
}

.top-service__lead-text {
  font-size: max(2.625rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #190000;
  line-height: 1.6904761905;
}
@media screen and (max-width: 768px) {
  .top-service__lead-text {
    display: flex;
    justify-content: center;
    font-size: max(1.25rem, 12px);
  }
}

/* Safariのみの指定 */
@media screen and (max-width: 768px) {
  _::-webkit-full-page-media,
  _:future,
  :root .top-service__lead-text {
    font-feature-settings: "palt";
  }
}

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

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

.top-service__btn {
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .top-service__btn {
    display: flex;
    justify-content: center;
    margin-top: 3.125rem;
  }
}

.top-service__img {
  position: relative;
  width: 100%;
  margin-top: 5rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-service__img {
    margin-top: 4.375rem;
    border-radius: 0.9375rem;
  }
}

.top-service__img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../../assets/images/common/img-texture-large.webp);
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: soft-light;
}

.top-service__img img {
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1620/600;
  object-position: 50% 12%;
}
@media screen and (max-width: 768px) {
  .top-service__img img {
    aspect-ratio: 1000/600;
  }
}

.top-service__hello {
  position: relative;
  height: 80rem;
  margin-top: -35.9375rem;
}
@media screen and (max-width: 768px) {
  .top-service__hello {
    height: 25rem;
    margin-top: -3.125rem;
  }
}

.top-service__hello__bg {
  position: relative;
  height: 100%;
  z-index: -2;
}

.top-service__hello__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../../assets/images/common/img-texture-large.webp);
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: soft-light;
}

.top-service__hello__bg img {
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1920/1280;
}

.top-works {
  position: relative;
  padding-block: 8.4375rem 9.375rem;
  background-color: #ffffff;
  border-radius: 1.875rem 1.875rem 0 0;
  margin-top: -13.4375rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-works {
    margin-top: -6.25rem;
    padding-block: 5rem 5.625rem;
    border-radius: 0.9375rem 0.9375rem 0 0;
  }
}

@media screen and (max-width: 768px) {
  .top-works__section-title-wrapper {
    text-align: center;
  }
}

.top-works__container {
  display: grid;
  grid-template-columns: 690fr 700fr;
  align-items: center;
  gap: clamp(9.375rem, -17.625rem + 26.67vw, 14.375rem); /* 150 ~ 230 | 1620 ~ 1920 */
  margin-top: 6.875rem;
}
@media screen and (max-width: 768px) {
  .top-works__container {
    grid-template-columns: 1fr;
    gap: 2.1875rem;
    margin-top: 3.125rem;
  }
}

.top-works__lead-text {
  font-size: max(2.625rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #190000;
  line-height: 1.6904761905;
}
@media screen and (max-width: 768px) {
  .top-works__lead-text {
    display: flex;
    justify-content: center;
    font-size: max(1.25rem, 12px);
  }
}

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

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

.top-works__btn {
  display: flex;
  justify-content: center;
  margin-top: 5.625rem;
}
@media screen and (max-width: 768px) {
  .top-works__btn {
    margin-top: 3.125rem;
  }
}

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

.training-system__recruit-common-list {
  margin-top: 2.8125rem;
}

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

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

.works__head__text-01 {
  font-size: max(3.4375rem, 12px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.6727272727;
}
@media screen and (max-width: 768px) {
  .works__head__text-01 {
    display: flex;
    justify-content: center;
    font-size: max(1.5rem, 12px);
  }
}

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

.works__table-container {
  margin-top: 11.25rem;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
@media screen and (max-width: 768px) {
  .works__table-container {
    margin-top: 5rem;
  }
}

.works__table-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari 対応 */
}

.works__table {
  width: 100%;
  min-width: 1000px;
  border-collapse: collapse;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}

.works__table::-webkit-scrollbar {
  display: none; /* Chrome, Safari 対応 */
}

/* ---------- スクロールヒントの位置調整 | ここから ---------- */
@media screen and (max-width: 768px) {
  .works__table-container .scroll-hint-icon {
    top: 12.5rem;
  }
}

/* ---------- スクロールヒントの位置調整 | ここまで ---------- */
.works__table-col--name {
  width: 32%;
}

.works__table-col--construction {
  width: 29%;
}

.works__table-col--summary {
  width: 17%;
}

.works__table-col--date {
  width: 11%;
}

.works__table-col--location {
  width: 11%;
}

.works__table-head-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.works__table-head-cell {
  font-size: max(1.3125rem, 14px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  letter-spacing: 0.1em;
  padding: 0.875rem 0.625rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .works__table-head-cell {
    font-size: max(1rem, 14px);
  }
}

.works__table-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.works__table-row:nth-child(odd) {
  background-color: #403d3c;
}

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

.works__table-date {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.works__pagination {
  display: flex;
  justify-content: center;
  margin-top: 9.375rem;
}
@media screen and (max-width: 768px) {
  .works__pagination {
    margin-top: 5rem;
  }
}

.l-lower-top {
  padding-top: 18.75rem;
}
@media screen and (max-width: 768px) {
  .l-lower-top {
    padding-top: 9.375rem;
  }
}

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

.l-lower-main {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .l-lower-main {
    margin-top: 6.25rem;
  }
}

.l-footer__recruit {
  margin-bottom: 9.6875rem;
}
@media screen and (max-width: 768px) {
  .l-footer__recruit {
    margin-bottom: 6.25rem;
  }
}

/* ------------------------ */
/* 固有のフォント設定 */
/* 共通パーツで設定すると不便な場合、こちらに設定する */
/* ------------------------ */
/* ---------- フォントカラーの設定 ここから ---------- */
/* 16進数カラーコードも命名する。text-light-blue、text-dark-blueで管理すると、色の判別がしにくいため。 */
/* ---------- フォントカラーの設定 ここまで ---------- */
/* ---------- フォントの大文字・小文字の設定 ここから ---------- */
/* 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;
  }
}

/* ---------- 改行 | ここまで ---------- */
/* ---------- 表示・非表示 〜 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;
  }
}
/* PC・SP共通用 */
.mt-1 {
  margin-top: 0.0625rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-175 {
  margin-top: 10.9375rem;
}

.mt-176 {
  margin-top: 11rem;
}

.mt-177 {
  margin-top: 11.0625rem;
}

.mt-178 {
  margin-top: 11.125rem;
}

.mt-179 {
  margin-top: 11.1875rem;
}

.mt-180 {
  margin-top: 11.25rem;
}

.mt-181 {
  margin-top: 11.3125rem;
}

.mt-182 {
  margin-top: 11.375rem;
}

.mt-183 {
  margin-top: 11.4375rem;
}

.mt-184 {
  margin-top: 11.5rem;
}

.mt-185 {
  margin-top: 11.5625rem;
}

.mt-186 {
  margin-top: 11.625rem;
}

.mt-187 {
  margin-top: 11.6875rem;
}

.mt-188 {
  margin-top: 11.75rem;
}

.mt-189 {
  margin-top: 11.8125rem;
}

.mt-190 {
  margin-top: 11.875rem;
}

.mt-191 {
  margin-top: 11.9375rem;
}

.mt-192 {
  margin-top: 12rem;
}

.mt-193 {
  margin-top: 12.0625rem;
}

.mt-194 {
  margin-top: 12.125rem;
}

.mt-195 {
  margin-top: 12.1875rem;
}

.mt-196 {
  margin-top: 12.25rem;
}

.mt-197 {
  margin-top: 12.3125rem;
}

.mt-198 {
  margin-top: 12.375rem;
}

.mt-199 {
  margin-top: 12.4375rem;
}

.mt-200 {
  margin-top: 12.5rem;
}

/* ---------- margin-topの設定 | ここまで ---------- */
/* ---------- スクリーンリーダーオンリー用の記述 | ここから ---------- */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ---------- スクリーンリーダーオンリー用の記述 | ここまで ---------- *//*# sourceMappingURL=style.css.map */