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

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

.inner {
  max-width: 105rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: max(8.75rem, 130px) clamp(3.125rem, -14.229rem + 19.15vw, 8.75rem); /* 50 ~ 140 | 1450 ~ 1920 */
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 33.75rem;
    padding-inline: 1.25rem;
  }
}

.about-intro {
  margin-top: 9.375rem;
}

.about-intro__inner.inner {
  position: relative;
}

.about-intro__inner::before {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: calc(50% + 46.75rem);
  background-image: url(../../assets/images/about/deco-about-01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15rem;
  aspect-ratio: 240/272;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .about-intro__inner::before {
    top: -7.5rem;
    left: calc(50% + 6.25rem);
    width: 8.125rem;
  }
}

.about-intro__text-01 {
  position: relative;
  font-size: 9.3125rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-style: italic;
  text-transform: capitalize;
  white-space: nowrap;
  filter: blur(5px);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .about-intro__text-01 {
    font-size: 3.125rem;
    filter: blur(3px);
  }
}

.about-intro__container {
  position: relative;
  display: grid;
  grid-template-columns: 510fr 612fr;
  gap: 10.125rem;
  margin-top: -10.625rem;
}
@media screen and (max-width: 768px) {
  .about-intro__container {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: -3.125rem;
  }
}

.about-intro__img-area {
  width: 100%;
  padding-left: clamp(0rem, -11.569rem + 12.77vw, 3.75rem); /* 0 ~ 60 | 1450 ~ 1920 */
}
@media screen and (max-width: 768px) {
  .about-intro__img-area {
    position: relative;
    grid-column: 1;
    grid-row: 1;
    padding-left: 0;
    z-index: -1;
  }
}

.about-intro__img-sticky {
  position: sticky;
  top: 12.5rem;
  width: 100%;
  max-width: 31.5625rem;
  aspect-ratio: 1009/1053;
}
@media screen and (max-width: 768px) {
  .about-intro__img-sticky {
    top: 5rem;
    max-width: 25rem;
    margin-inline: auto;
  }
}
@media (max-width: 374px) {
  .about-intro__img-sticky {
    top: 3.75rem;
    max-width: 20rem;
  }
}

.about-intro__chara {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

/* 表示中 */
.about-intro__chara.is-active {
  opacity: 1;
  visibility: visible;
}

.about-intro__chara-shadow img {
  opacity: 0.68;
}

@media screen and (max-width: 768px) {
  .about-intro__chara-clear img {
    opacity: 0.68;
  }
}

.about-intro__text-area {
  position: relative;
  padding-bottom: clamp(15.625rem, -23.903rem + 43.62vw, 28.438rem); /* 250 ~ 455 | 1450 ~ 1920 */
  margin-top: 6.875rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .about-intro__text-area {
    grid-column: 1;
    grid-row: 1;
    padding-bottom: 9.375rem;
  }
}

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

.about-intro__text-wrapper-03 {
  position: relative;
  margin-top: 5.3125rem;
}
@media screen and (max-width: 768px) {
  .about-intro__text-wrapper-03 {
    margin-top: 3.75rem;
  }
}

.about-intro__text-wrapper-03::before {
  content: "";
  position: absolute;
  bottom: -22.75rem;
  left: 70%;
  transform: translateX(-50%);
  background-image: url(../../assets/images/about/deco-about-02.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 11.25rem;
  aspect-ratio: 180/162;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .about-intro__text-wrapper-03::before {
    left: 1.25rem;
    bottom: -15rem;
    width: 6.25rem;
  }
}

.about-intro__text-03 {
  font-size: 1.4375rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 2.2173913043;
  letter-spacing: 0.07em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 768px) {
  .about-intro__text-03 {
    font-size: max(1rem, 12px);
  }
}

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

.about-intro__slide-img {
  margin-top: 8.4375rem;
}

.about-message {
  position: relative;
  margin-top: 45.3125rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .about-message {
    margin-top: 12.5rem;
  }
}

.about-message__inner {
  position: relative;
  max-width: 120rem;
  width: 100%;
  margin-inline: auto;
  padding-left: clamp(8.75rem, -15.352rem + 26.6vw, 16.563rem); /* 140 ~ 265 | 1450 ~ 1920 */
}
@media screen and (max-width: 1440px) {
  .about-message__inner {
    max-width: 56.25rem;
    padding-inline: 1.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .about-message__inner {
    max-width: 33.75rem;
    padding-inline: 1.25rem;
  }
}

@media screen and (max-width: 1440px) {
  .about-message__heading {
    order: 1;
  }
}

.about-message__container {
  display: grid;
  grid-template-columns: 676fr 815fr;
  gap: clamp(5rem, -11.125rem + 17.92vw, 10.375rem); /* 80 ~ 166 | 1450 ~ 1920 */
  margin-top: 7.5rem;
}
@media screen and (max-width: 1440px) {
  .about-message__container {
    grid-template-columns: 1fr;
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .about-message__container {
    gap: 3.75rem;
    margin-top: 3.75rem;
  }
}

.about-message__text-area {
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .about-message__text-area {
    order: 3;
  }
}

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

.about-message__president {
  position: relative;
  margin-top: -21.25rem;
}
@media screen and (max-width: 1440px) {
  .about-message__president {
    order: 2;
    max-width: 43.75rem;
    width: 100%;
    margin-inline: auto;
    margin-top: 0;
  }
}

.about-message__president::before {
  content: "";
  position: absolute;
  bottom: 0.625rem;
  left: 25.5%;
  transform: translateX(-50%);
  background-image: url(../../assets/images/about/deco-message-01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10.875rem;
  aspect-ratio: 174/159;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .about-message__president::before {
    bottom: -6.25rem;
    left: -6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .about-message__president::before {
    left: auto;
    right: -5rem;
    bottom: -0.625rem;
    width: 6.25rem;
  }
}

.about-message__president-img {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .about-message__president-img {
    max-width: 43.75rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .about-message__president-img {
    max-width: 25rem;
  }
}

.about-message__president-img img {
  height: 100%;
  aspect-ratio: 814/570;
  object-fit: cover;
}

.about-message__president-text-wrapper {
  position: absolute;
  bottom: -7.8125rem;
  left: -0.3125rem;
  display: inline-flex;
  flex-direction: column;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .about-message__president-text-wrapper {
    left: 0;
    bottom: -3.4375rem;
    width: 100%;
  }
}

.about-message__president-text {
  display: inline-block;
  font-size: 3.1875rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.07em;
  background-color: #e9e8e8;
  padding-block: 0.9375rem;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .about-message__president-text {
    font-size: 1.5rem;
    padding-block: 0.625rem;
  }
}

.about-message__president-meta {
  margin-top: 15.9375rem;
}
@media screen and (max-width: 1440px) {
  .about-message__president-meta {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .about-message__president-meta {
    margin-top: 6.875rem;
  }
}

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

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

.about-visual {
  position: relative;
  margin-top: 8.4375rem;
}
@media screen and (max-width: 768px) {
  .about-visual {
    margin-top: 9.375rem;
  }
}

.about-visual::before {
  content: "";
  position: absolute;
  top: 41.25rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../../assets/images/common/deco-curve.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 174.3125rem;
  aspect-ratio: 5577/3129;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .about-visual::before {
    top: 37.5rem;
  }
}
@media screen and (max-width: 768px) {
  .about-visual::before {
    top: 37.5rem;
    width: 62.5rem;
  }
}

.about-visual__inner.inner {
  position: relative;
}

.about-visual__inner::before,
.about-visual__inner::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.about-visual__inner::before {
  top: 15.375rem;
  right: -9.6875rem;
  background-image: url(../../assets/images/about/deco-visual-01.webp);
  width: 14.875rem;
  aspect-ratio: 238/271;
}
@media screen and (max-width: 768px) {
  .about-visual__inner::before {
    top: -7.5rem;
    right: -1.875rem;
    width: 6.25rem;
  }
}

.about-visual__inner::after {
  bottom: -30.75rem;
  left: 12.125rem;
  background-image: url(../../assets/images/about/deco-visual-02.webp);
  width: 26.875rem;
  aspect-ratio: 430/436;
}
@media screen and (max-width: 768px) {
  .about-visual__inner::after {
    bottom: -8.75rem;
    left: 1.25rem;
    width: 10rem;
  }
}

.about-visual__container {
  max-width: 43.375rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 4.6875rem;
}
@media screen and (max-width: 768px) {
  .about-visual__container {
    margin-top: 3.125rem;
  }
}

.about-visual__img {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 694/451;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .about-visual__img {
    width: 80%;
    margin-inline: auto;
  }
}

.about-visual__img img {
  max-width: 18.5625rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about-visual__img img {
    width: 42.8%;
  }
}

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

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

.js-mask.is-open,
.js-masks-loop-up.is-open,
.js-masks-loop-down.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-pop-ups,
.js-pop-up,
.js-fadeIn-right,
.js-fadeIn-alternate {
  opacity: 0;
}

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

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

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

.js-fv-text-mask.js-text-mask-gray::before {
  background-color: #e9e8e8;
}

/* -------------------- MVテキストのマスクエフェクト ここまで ------------------------- */
/* ---------- 1文字ずつ文字がフェードイン | ここから ---------- */
.js-fadeinTexts-01 span,
.js-fadeinTexts-02 span,
.js-fadeinTexts-fv span {
  display: inline-block;
}

/* ---------- 1文字ずつ文字がフェードイン | ここまで ---------- */
.body-bg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: clip;
}

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

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

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

/* ----- ボタンタイプ共通設定 ここまで ----- */
/* ---------- お問い合わせボタン | ここから ---------- */
.btn.btn-01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.875rem;
  width: 100%;
  max-width: max(13.75rem, 170px);
  background-color: #008335;
  border: 1px solid #008335;
  padding-block: 1.1875rem;
  padding-inline: 1.5625rem 0.9375rem;
  text-align: center;
  transition: all 0.3s;
}

.btn-text-01 {
  position: relative;
  display: inline-block;
  font-size: max(0.875rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.07em;
  transition: all 0.3s;
}

.btn-icon-01 {
  position: relative;
  width: 1.5625rem;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  border-radius: 100vmax;
  border: 1px solid #0000ff;
  transition: all 0.3s;
}

.btn-icon-01::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mask-image: url(../../assets/images/common/icon-arrow-01.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #0000ff;
  width: 0.625rem;
  aspect-ratio: 23/21;
  z-index: 1;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .btn.btn-01:hover {
    background-color: #ffffff;
  }
  .btn.btn-01:hover .btn-text-01 {
    color: #008335;
  }
  .btn.btn-01:hover .btn-icon-01 {
    background-color: #008335;
    border: 1px solid #008335;
  }
  .btn.btn-01:hover .btn-icon-01::before {
    background-color: #ffffff;
  }
}
/* ---------- お問い合わせボタン | ここまで ---------- */
/* ---------- 神田工業のしごとボタン | ここから ---------- */
.btn.btn-02 {
  position: relative;
  display: block;
  width: 100%;
  max-width: max(13.75rem, 170px);
  background-color: #ffffff;
  border: 1px solid #008335;
  border-radius: 100vmax;
  padding-block: 1.0625rem;
  padding-inline: 1.5rem 3.4375rem;
  transition: all 0.3s;
}

.btn-02::before {
  content: "";
  position: absolute;
  right: 1.0625rem;
  top: 50%;
  transform: translateY(-50%);
  mask-image: url(../../assets/images/common/icon-arrow-01.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #008335;
  width: 0.625rem;
  aspect-ratio: 23/21;
  z-index: 1;
  transition: all 0.3s;
}

.btn-text-02 {
  position: relative;
  display: inline-block;
  font-size: max(0.875rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #008335;
  letter-spacing: 0.07em;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .btn.btn-02:hover {
    background-color: #008335;
  }
  .btn.btn-02:hover:before {
    background-color: #ffffff;
  }
  .btn.btn-02:hover .btn-text-02 {
    color: #ffffff;
  }
}
/* ---------- 神田工業のしごとボタン | ここまで ---------- */
/* ---------- 『送信する』ボタン | ここから ---------- */
.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 #000000;
  padding: 1.25rem 0.625rem;
  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: #008335;
  border-radius: 100vmax;
  z-index: -1;
}

.btn-contact__submit {
  position: relative;
  font-size: max(1.375rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.075em;
  padding: 0;
  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 {
    background-color: #ffffff;
  }
  .btn.btn-contact:hover .btn-contact__submit {
    color: #008335;
  }
}
/* ---------- 『送信する』ボタン | ここまで ---------- */
.category-list {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}
@media screen and (max-width: 1280px) {
  .category-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.75rem;
  }
}

.category-list__link {
  display: inline-block;
  font-size: max(0.8125rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #000000;
  line-height: 1.3076923077;
  letter-spacing: 0.07em;
  padding: 0.5625rem 1.25rem;
  border-radius: 100vmax;
  background-color: #ffffff;
  border: 1px solid #008335;
  max-width: 15rem;
  width: 100%;
  transition: all 0.3s;
}
@media screen and (max-width: 1280px) {
  .category-list__link {
    padding: 0.3125rem 0.9375rem;
  }
}

.category-list__link.is-active {
  color: #ffffff;
  background-color: #008335;
  pointer-events: none;
}

@media (any-hover: hover) {
  .category-list__link:hover {
    color: #ffffff;
    background-color: #008335;
  }
}
.contact__inner.inner {
  max-width: 86.25rem;
}
@media screen and (max-width: 768px) {
  .contact__inner.inner {
    max-width: 33.75rem;
  }
}

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

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

.contact-banner__link {
  position: relative;
  display: block;
  transition: all 0.3s;
  padding-block: 7.8125rem 5rem;
}
@media screen and (max-width: 768px) {
  .contact-banner__link {
    padding-block: 3.125rem 7.5rem;
  }
}

.contact-banner__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #cccccc;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  z-index: -2;
}

@media (any-hover: hover) {
  .contact-banner__link:hover::before {
    background-color: #a5debc;
  }
}
.contact-banner__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(238, 238, 238, 0.5);
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.3s ease-in;
  opacity: 0;
  clip-path: polygon(-25% 0%, -25% 0%, 0% 50%, -25% 100%, -25% 100%, 0% 50%);
  animation: clipMaskSequence 3s ease-in infinite;
  z-index: -1;
}

@keyframes clipMaskSequence {
  0% {
    opacity: 0;
    clip-path: polygon(-25% 0%, -25% 0%, 0% 50%, -25% 100%, -25% 100%, 0% 50%);
  }
  5% {
    opacity: 1;
    clip-path: polygon(-25% 0%, -25% 0%, 0% 50%, -25% 100%, -25% 100%, 0% 50%);
  }
  25% {
    opacity: 1;
    clip-path: polygon(-20% -20%, 100% -20%, 120% 50%, 100% 120%, -20% 120%, 0% 50%);
  }
  40% {
    opacity: 1;
    clip-path: polygon(-20% -20%, 100% -20%, 120% 50%, 100% 120%, -20% 120%, 0% 50%);
  }
  50% {
    opacity: 0;
    clip-path: polygon(-20% -20%, 100% -20%, 120% 50%, 100% 120%, -20% 120%, 0% 50%);
  }
  100% {
    opacity: 0;
    clip-path: polygon(-20% -20%, 100% -20%, 120% 50%, 100% 120%, -20% 120%, 0% 50%);
  }
}
.contact-banner__inner {
  position: relative;
  max-width: 103.125rem;
  width: 100%;
  padding-inline: clamp(6.25rem, 7.2916666667vw, 8.75rem) clamp(7.5rem, 8.3333333333vw, 10rem);
}
@media screen and (max-width: 768px) {
  .contact-banner__inner {
    max-width: 23.4375rem;
    padding-inline: 1.25rem;
    margin-inline: auto;
  }
}

.contact-banner__text {
  font-size: 1.1875rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #251e1c;
  line-height: 2.3684210526;
  letter-spacing: 0.07em;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .contact-banner__text {
    font-size: max(1rem, 12px);
    margin-top: 2.5rem;
  }
}

.contact-banner__icon {
  position: absolute;
  right: 1.25rem;
  top: 41%;
  transform: translateY(-50%);
  width: 5rem;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  border-radius: 100vmax;
  border: 3px solid #008335;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .contact-banner__icon {
    top: auto;
    right: auto;
    bottom: -5rem;
    left: 50%;
    transform: translate(-50%, 0);
    width: 3.125rem;
    height: 3.125rem;
    border: 2px solid #008335;
  }
}

.contact-banner__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mask-image: url(../../assets/images/common/icon-arrow-01.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #008335;
  width: 1.25rem;
  aspect-ratio: 23/21;
  z-index: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .contact-banner__icon::before {
    width: 0.9375rem;
  }
}

@media (any-hover: hover) {
  .contact-banner__link:hover .contact-banner__icon {
    background-color: #008335;
  }
  .contact-banner__link:hover .contact-banner__icon::before {
    background-color: #ffffff;
  }
}
.company-access {
  margin-top: 12.1875rem;
}
@media screen and (max-width: 768px) {
  .company-access {
    margin-top: 6.25rem;
  }
}

.company-access__map {
  margin-top: 2.5rem;
}

.company-access__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1400/646;
}
@media screen and (max-width: 768px) {
  .company-access__map iframe {
    aspect-ratio: 1/1;
  }
}

.company-history {
  margin-top: 11.5625rem;
  padding-bottom: 4.6875rem;
}
@media screen and (max-width: 768px) {
  .company-history {
    margin-top: 6.25rem;
    padding-bottom: 3.125rem;
  }
}

@media screen and (max-width: 768px) {
  .company-history__inner.inner {
    max-width: 27.625rem;
  }
}

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

.company-history__lead-head {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .company-history__lead-head {
    gap: 1.25rem;
  }
}

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

.company-history__lead-year {
  font-size: 3.25rem;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #008335;
}
@media screen and (max-width: 768px) {
  .company-history__lead-year {
    font-size: 1.5rem;
  }
}

.company-history__timeline {
  position: relative;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .company-history__timeline {
    margin-top: 0;
  }
}

.company-history__timeline::before {
  content: "";
  position: absolute;
  top: 3.75rem;
  bottom: -4.6875rem;
  right: calc(50% + 9.25rem);
  width: 1px;
  background-color: #000000;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .company-history__timeline::before {
    top: 2.5rem;
    bottom: -3.125rem;
    right: auto;
    left: 5.875rem;
  }
}

.company-history__timeline::after {
  content: "";
  position: absolute;
  top: 57.0625rem;
  right: calc(50% + 20.625rem);
  background-image: url(../../assets/images/company/deco-history-02.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 29.1875rem;
  aspect-ratio: 467/474;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .company-history__timeline::after {
    top: 40.625rem;
    right: auto;
    left: -2.5rem;
    width: 6.25rem;
  }
}

.company-history__items {
  position: relative;
  width: 100%;
  max-width: 37.5rem;
  margin-inline: auto;
}

.company-history__items::before,
.company-history__items::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.company-history__items::before {
  top: 18.375rem;
  right: -33.8125rem;
  background-image: url(../../assets/images/company/deco-history-01.webp);
  width: 11.1875rem;
  aspect-ratio: 179/160;
}
@media screen and (max-width: 768px) {
  .company-history__items::before {
    top: -5.625rem;
    right: -1.875rem;
    width: 6.25rem;
  }
}

.company-history__items::after {
  bottom: -10.9375rem;
  right: -29.375rem;
  background-image: url(../../assets/images/company/deco-history-03.webp);
  width: 14.8125rem;
  aspect-ratio: 237/272;
}
@media screen and (max-width: 768px) {
  .company-history__items::after {
    bottom: -8.75rem;
    right: -1.875rem;
    width: 6.25rem;
  }
}

.company-history__item {
  display: grid;
  grid-template-columns: 8.125rem 1fr;
  gap: 0.9375rem;
  margin-top: 3.625rem;
}
@media screen and (max-width: 768px) {
  .company-history__item {
    grid-template-columns: 5rem 1fr;
    gap: 0.625rem;
    margin-top: 2.75rem;
  }
}

.company-history__item.company-history__item--lead {
  grid-template-columns: 1fr;
  align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .company-history__item.company-history__item--lead {
    gap: 1.25rem;
  }
}

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

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

.company-history__year {
  font-size: 1.4375rem;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #008335;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .company-history__year {
    font-size: max(0.875rem, 12px);
  }
}

.company-history__content {
  position: relative;
  padding-left: 1.875rem;
}
@media screen and (max-width: 768px) {
  .company-history__content {
    padding-left: 1.25rem;
  }
}

.company-history__content::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  background-color: #000000;
  width: 0.8125rem;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
}
@media screen and (max-width: 768px) {
  .company-history__content::before {
    width: 0.5rem;
  }
}

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

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

.company-profile__inner.inner {
  position: relative;
  z-index: 1;
}

.company-profile__inner::before {
  content: "";
  position: absolute;
  top: -12.375rem;
  right: -15.875rem;
  background-image: url(../../assets/images/company/deco-profile-01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24.75rem;
  aspect-ratio: 396/396;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .company-profile__inner::before {
    top: -3.75rem;
    right: -5rem;
    width: 9.375rem;
  }
}

.company-profile__container {
  margin-top: 3.125rem;
}

.company-profile__row {
  display: grid;
  grid-template-columns: 11.25rem 1fr;
  gap: 1.875rem;
  padding-block: 0.0625rem;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 768px) {
  .company-profile__row {
    border-top: 1px solid #ffffff;
    grid-template-columns: 1fr;
    gap: 0.3125rem;
    padding-block: 0.3125rem;
  }
}

@media screen and (max-width: 768px) {
  .company-profile__td {
    padding-top: 0.3125rem;
    border-top: 1px dashed #cccccc;
  }
}

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

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

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

@media (any-hover: hover) {
  .company-profile__text-link:hover {
    color: #008335;
  }
}
.entry-banner {
  width: 100%;
  max-width: 120rem;
  padding-left: 8.75rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .entry-banner {
    padding-inline: 1.25rem;
    max-width: 33.75rem;
  }
}

.entry-banner__link {
  position: relative;
  display: block;
  transition: all 0.3s;
  padding-block: 9.375rem 10rem;
}
@media screen and (max-width: 768px) {
  .entry-banner__link {
    padding-block: 3.125rem 7.5rem;
  }
}

.entry-banner__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #008335;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  z-index: -3;
}

@media (any-hover: hover) {
  .entry-banner__link:hover::before {
    background-color: #69af85;
  }
}
.entry-banner__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(238, 238, 238, 0.5);
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.3s ease-in;
  opacity: 0;
  clip-path: polygon(-25% 0%, -25% 0%, 0% 50%, -25% 100%, -25% 100%, 0% 50%);
  animation: clipMaskSequence 3s ease-in infinite;
  z-index: -2;
}

@keyframes clipMaskSequence {
  0% {
    opacity: 0;
    clip-path: polygon(-25% 0%, -25% 0%, 0% 50%, -25% 100%, -25% 100%, 0% 50%);
  }
  5% {
    opacity: 1;
    clip-path: polygon(-25% 0%, -25% 0%, 0% 50%, -25% 100%, -25% 100%, 0% 50%);
  }
  25% {
    opacity: 1;
    clip-path: polygon(-20% -20%, 100% -20%, 120% 50%, 100% 120%, -20% 120%, 0% 50%);
  }
  40% {
    opacity: 1;
    clip-path: polygon(-20% -20%, 100% -20%, 120% 50%, 100% 120%, -20% 120%, 0% 50%);
  }
  50% {
    opacity: 0;
    clip-path: polygon(-20% -20%, 100% -20%, 120% 50%, 100% 120%, -20% 120%, 0% 50%);
  }
  100% {
    opacity: 0;
    clip-path: polygon(-20% -20%, 100% -20%, 120% 50%, 100% 120%, -20% 120%, 0% 50%);
  }
}
.entry-banner__inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5.625rem;
  max-width: 103.125rem;
  width: 100%;
  padding-inline: clamp(6.25rem, 7.2916666667vw, 8.75rem) clamp(7.5rem, 8.3333333333vw, 10rem);
}
@media screen and (max-width: 768px) {
  .entry-banner__inner {
    flex-direction: column;
    gap: 2.5rem;
    max-width: 23.4375rem;
    padding-inline: 1.25rem;
    margin-inline: auto;
  }
}

.entry-banner__section-title {
  font-size: clamp(8.125rem, 9.3229166667vw, 11.1875rem);
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.07em;
  font-style: italic;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .entry-banner__section-title {
    font-size: 3.75rem;
  }
}

.entry-banner__text {
  font-size: clamp(1.5rem, 1.3541666667vw, 1.625rem);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.7307692308;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .entry-banner__text {
    font-size: max(1rem, 12px);
    margin-inline: auto;
  }
}

.entry-banner__icon {
  display: block;
  position: absolute;
  right: 1.25rem;
  top: 41%;
  transform: translateY(-50%);
  width: 5rem;
  height: 5rem;
  background-color: #ffffff;
  border-radius: 100vmax;
  border: 3px solid #008335;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .entry-banner__icon {
    top: auto;
    right: auto;
    bottom: -5rem;
    left: 50%;
    transform: translate(-50%, 0);
    width: 3.125rem;
    height: 3.125rem;
    border: 2px solid #008335;
  }
}

.entry-banner__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mask-image: url(../../assets/images/common/icon-arrow-01.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #008335;
  width: 1.25rem;
  aspect-ratio: 23/21;
  z-index: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .entry-banner__icon::before {
    width: 0.9375rem;
  }
}

@media (any-hover: hover) {
  .entry-banner__link:hover .entry-banner__icon {
    background-color: #008335;
  }
  .entry-banner__link:hover .entry-banner__icon::before {
    background-color: #ffffff;
  }
}
.entry-banner__chara {
  position: absolute;
  left: -13.25rem;
  top: 45.5%;
  transform: translateY(-50%);
  max-width: clamp(28.125rem, 26.3020833333vw, 31.5625rem);
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .entry-banner__chara {
    top: 5.5%;
    left: -3.125rem;
    max-width: 12.5rem;
  }
}

.entry-banner__chara img {
  aspect-ratio: 1009/1053;
}

@media (any-hover: hover) {
  .entry-banner__link:hover .entry-banner__chara {
    transform: translateY(-50%) scale(1.05);
  }
}
.entry__inner.inner {
  max-width: 86.25rem;
}
@media screen and (max-width: 768px) {
  .entry__inner.inner {
    max-width: 33.75rem;
  }
}

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

.footer {
  padding-bottom: 1.875rem;
}

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

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

.footer__logo {
  max-width: clamp(30rem, 29.0625vw, 34.875rem);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    max-width: 18.75rem;
    margin-inline: auto;
  }
}

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

@media (any-hover: hover) {
  .footer__logo-link:hover {
    opacity: 0.6;
  }
}
.footer__text-01 {
  font-size: 3.625rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #000000;
  line-height: 1.3448275862;
  letter-spacing: 0.07em;
  margin-top: 8.125rem;
}
@media screen and (max-width: 768px) {
  .footer__text-01 {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 1.25rem;
  }
}

.footer__text-02 {
  font-size: 1.125rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #008335;
  line-height: 1.7222222222;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .footer__text-02 {
    font-size: max(0.875rem, 12px);
    text-align: center;
    margin-top: 0.3125rem;
  }
}

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

.footer__nav-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 2.1875rem; /* 上下の余白 */
  column-gap: 8.75rem; /* 左右の余白 */
}
@media screen and (max-width: 768px) {
  .footer__nav-items {
    grid-template-columns: auto;
    row-gap: 1.25rem; /* 上下の余白 */
    column-gap: 0; /* 左右の余白 */
    text-align: center;
  }
}

.footer__nav-item {
  display: inline-block;
}

.footer__nav-item-link {
  display: inline-block;
  font-size: max(1.0625rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 1.3;
  letter-spacing: 0.07em;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .footer__nav-item-link {
    font-size: max(1rem, 12px);
    text-align: center;
  }
}

@media (any-hover: hover) {
  .footer__nav-item-link:hover {
    color: #008335;
  }
}
.footer__btn {
  margin-top: 4.0625rem;
}
@media screen and (max-width: 768px) {
  .footer__btn {
    display: flex;
    justify-content: center;
    margin-top: 3.125rem;
  }
}

.footer__bottom {
  display: flex;
  gap: 3.125rem;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    align-items: center;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 3.125rem;
  }
}

.footer__privacy-policy-link {
  display: block;
  font-size: max(0.9375rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.07em;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .footer__privacy-policy-link:hover {
    color: #008335;
  }
}
.footer__copyright {
  text-align: center;
}

.footer__copyright-text {
  display: block;
  font-size: max(0.9375rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.07em;
}

.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: #008335;
  color: #ffffff;
}

.form__label {
  font-size: max(1.125rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", 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: #e9e8e8;
  border: 1px solid #cccccc;
  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: "Noto Sans JP", "游ゴシック", 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 #008335;
  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.2em;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 100vmax;
  background-color: #008335;
  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 #008335;
  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: #008335;
  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: #008335;
}

@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 #008335;
  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 #008335;
  border-bottom: 2px solid #008335;
  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 #008335;
  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: #008335;
  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 #008335;
  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 #008335;
  border-bottom: 2px solid #008335;
  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: "Noto Sans JP", "游ゴシック", 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: "Noto Sans JP", "游ゴシック", 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: "Noto Sans JP", "游ゴシック", 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;
  }
}

.hamburger {
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-block;
  width: 5.375rem;
  aspect-ratio: 1/1;
  background-color: #008335;
  border-radius: 100vmax;
  transition: all 0.3s;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .hamburger {
    width: 3.125rem;
  }
}

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

@media (any-hover: hover) {
  .hamburger:hover {
    opacity: 0.8;
  }
}
.hamburger span:first-child {
  top: 40%;
}

.hamburger span:nth-child(2) {
  top: 50%;
  opacity: 1;
}

.hamburger span:nth-child(3) {
  top: 60%;
  opacity: 1;
}

.hamburger.is-active span:first-child {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

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

.hamburger.is-active span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hamburger__open-btn.is-active {
  display: none;
}

.header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 8.75rem;
  height: 100svh;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    height: auto;
    padding: 0.625rem 0;
  }
}

.header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 1;
}
.header__overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .header__overlay {
    display: none;
  }
}

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

.header__inner {
  position: relative;
  transition: all 0.3s;
  padding-inline: 1.25rem;
  max-width: 120rem;
  width: 100%;
  height: 100svh;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-inline: 1.25rem;
    height: auto;
  }
}

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

.header__logo {
  position: absolute;
  top: 1.875rem;
  left: 1.25rem;
  width: 20.9375rem;
}
@media screen and (max-width: 768px) {
  .header__logo {
    position: static;
    max-width: 13.75rem;
  }
}

.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;
  }
}
@media screen and (max-width: 768px) {
  .header__logo-togano {
    display: none;
  }
}

.header__pc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6.25rem;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header__pc-wrapper {
    display: contents;
  }
}

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

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

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

.lower-fv {
  position: relative;
  min-height: 46.125rem;
}
@media screen and (max-width: 768px) {
  .lower-fv {
    min-height: 25rem;
  }
}

.lower-fv__inner.inner {
  position: relative;
}

.lower-fv__inner::before,
.lower-fv__inner::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}

/* ---------- 会社概要 FV | ここから ---------- */
.lower-fv[data-theme=company] .lower-fv__inner::before {
  top: -9.25rem;
  right: calc(50% - 21.25rem);
  background-image: url(../../assets/images/company/deco-fv-01.webp);
  width: 14.875rem;
  aspect-ratio: 238/271;
}
@media screen and (max-width: 768px) {
  .lower-fv[data-theme=company] .lower-fv__inner::before {
    top: 0;
    right: 0.625rem;
    width: 6.25rem;
  }
}

.lower-fv[data-theme=company] .lower-fv__inner::after {
  top: 16.625rem;
  right: calc(50% + 12.5rem);
  background-image: url(../../assets/images/company/deco-fv-02.webp);
  width: 10.375rem;
  aspect-ratio: 166/162;
}
@media screen and (max-width: 768px) {
  .lower-fv[data-theme=company] .lower-fv__inner::after {
    right: auto;
    left: 0.625rem;
    top: 18.75rem;
    width: 6.25rem;
  }
}

/* ---------- 会社概要 FV | ここまで ---------- */
/* ---------- ニュース一覧、お問い合わせ、エントリー、プラバシーポリシー FV（会社概要と共通） | ここから ---------- */
.lower-fv[data-theme=news] .lower-fv__inner::before,
.lower-fv[data-theme=contact] .lower-fv__inner::before,
.lower-fv[data-theme=entry] .lower-fv__inner::before,
.lower-fv[data-theme=privacy] .lower-fv__inner::before {
  top: -9.25rem;
  right: calc(50% - 21.25rem);
  background-image: url(../../assets/images/company/deco-fv-01.webp);
  width: 14.875rem;
  aspect-ratio: 238/271;
}
@media screen and (max-width: 768px) {
  .lower-fv[data-theme=news] .lower-fv__inner::before,
  .lower-fv[data-theme=contact] .lower-fv__inner::before,
  .lower-fv[data-theme=entry] .lower-fv__inner::before,
  .lower-fv[data-theme=privacy] .lower-fv__inner::before {
    top: 0;
    right: 0.625rem;
    width: 6.25rem;
  }
}

.lower-fv[data-theme=news] .lower-fv__inner::after,
.lower-fv[data-theme=contact] .lower-fv__inner::after,
.lower-fv[data-theme=entry] .lower-fv__inner::after,
.lower-fv[data-theme=privacy] .lower-fv__inner::after {
  top: 16.625rem;
  right: calc(50% + 12.5rem);
  background-image: url(../../assets/images/company/deco-fv-02.webp);
  width: 10.375rem;
  aspect-ratio: 166/162;
}
@media screen and (max-width: 768px) {
  .lower-fv[data-theme=news] .lower-fv__inner::after,
  .lower-fv[data-theme=contact] .lower-fv__inner::after,
  .lower-fv[data-theme=entry] .lower-fv__inner::after,
  .lower-fv[data-theme=privacy] .lower-fv__inner::after {
    right: auto;
    left: 0.625rem;
    top: 18.75rem;
    width: 6.25rem;
  }
}

/* ---------- ニュース一覧、お問い合わせ、エントリー、プラバシーポリシー FV（会社概要と共通） | ここまで ---------- */
/* ---------- 神田工業のしごと FV | ここから ---------- */
.lower-fv[data-theme=service] .lower-fv__inner::before {
  top: -10rem;
  right: calc(50% + 8.125rem);
  background-image: url(../../assets/images/service/deco-fv-01.webp);
  width: clamp(17.8125rem, 17.2916666667vw, 20.75rem);
  aspect-ratio: 332/344;
}
@media screen and (max-width: 768px) {
  .lower-fv[data-theme=service] .lower-fv__inner::before {
    top: 0;
    right: 0.625rem;
    width: 6.25rem;
  }
}

.lower-fv[data-theme=service] .lower-fv__inner::after {
  top: 27.625rem;
  right: calc(50% - 1.625rem);
  background-image: url(../../assets/images/service/deco-fv-02.webp);
  width: clamp(15rem, 16.7708333333vw, 20.125rem);
  aspect-ratio: 322/310;
}
@media screen and (max-width: 768px) {
  .lower-fv[data-theme=service] .lower-fv__inner::after {
    right: auto;
    left: 0.625rem;
    top: 18.75rem;
    width: 6.25rem;
  }
}

/* ---------- 神田工業のしごと FV | ここまで ---------- */
/* ---------- 神田工業について FV | ここから ---------- */
.lower-fv[data-theme=about] .lower-fv__inner::before {
  top: 7.5rem;
  right: calc(50% + 7.3125rem);
  background-image: url(../../assets/images/about/deco-fv-01.webp);
  width: 24.125rem;
  aspect-ratio: 386/382;
}
@media screen and (max-width: 768px) {
  .lower-fv[data-theme=about] .lower-fv__inner::before {
    top: 0;
    right: 0.625rem;
    width: 9.375rem;
  }
}

.lower-fv[data-theme=about] .lower-fv__inner::after {
  top: 39.375rem;
  right: calc(50% - 18.5rem);
  background-image: url(../../assets/images/about/deco-fv-02.webp);
  width: 10.4375rem;
  aspect-ratio: 167/162;
}
@media screen and (max-width: 768px) {
  .lower-fv[data-theme=about] .lower-fv__inner::after {
    right: auto;
    left: 0.625rem;
    top: 18.75rem;
    width: 6.25rem;
  }
}

/* ---------- 神田工業について FV | ここまで ---------- */
/* ---------- ニュース詳細 FV | ここから ---------- */
.lower-fv[data-theme=news-detail] {
  min-height: auto;
}

/* ---------- ニュース詳細 FV | ここまで ---------- */
.lower-fv__section-title {
  position: relative;
  padding-top: 37.8125rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .lower-fv__section-title {
    padding-top: 9.375rem;
  }
}

.lower-fv__section-title.lower-fv__section-title--news-detail {
  padding-top: 12.5rem;
}
@media screen and (max-width: 768px) {
  .lower-fv__section-title.lower-fv__section-title--news-detail {
    padding-top: 9.375rem;
  }
}

.lower-fv__main-img-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 62.5vw;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .lower-fv__main-img-wrapper {
    max-width: 88vw;
  }
}

.lower-fv__main-img-wrapper::before,
.lower-fv__main-img-wrapper::after {
  content: "";
  position: absolute;
  background-color: #e9e8e8;
  z-index: 1;
}

.lower-fv__main-img-wrapper::before {
  bottom: 3.75rem;
  left: 0;
  width: 13.0208333333vw;
  height: 3.9375rem;
}
@media screen and (max-width: 768px) {
  .lower-fv__main-img-wrapper::before {
    bottom: 2.5rem;
    width: 26.6666666667vw;
    height: 2.5rem;
  }
}

.lower-fv__main-img-wrapper::after {
  bottom: 0;
  left: 0;
  width: 33.5416666667vw;
  height: 3.75rem;
}
@media screen and (max-width: 768px) {
  .lower-fv__main-img-wrapper::after {
    width: 53.3333333333vw;
    height: 2.5rem;
  }
}

.lower-fv__main-img {
  position: relative;
  height: inherit;
  z-index: -1;
}

.lower-fv__main-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(159, 217, 246, 0.35);
  mix-blend-mode: hard-light;
  z-index: 1;
}

.lower-fv__main-img img {
  height: 100%;
  object-fit: cover;
}

.mv {
  position: relative;
  z-index: 1;
  height: 100svh;
}

.mv__inner {
  position: relative;
  padding-left: 8.75rem;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .mv__inner {
    padding-left: 0;
  }
}

.mv__main-title-wrapper {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .mv__main-title-wrapper {
    top: 47%;
  }
}

.mv__main-title {
  font-size: 5.1875rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.0361445783;
  font-style: italic;
  text-transform: capitalize;
  white-space: nowrap;
  text-shadow: 1px 1px 0.625rem #9a9a9a;
  padding-block: 1.25rem;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 768px) {
  .mv__main-title {
    font-size: 3.375rem;
    text-shadow: 1px 1px 0.4375rem #9a9a9a;
  }
}

.mv__sub-title-wrapper {
  position: absolute;
  bottom: 0;
  left: 1.5625rem;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .mv__sub-title-wrapper {
    left: 50%;
    transform: translateX(-50%);
    bottom: 3.75rem;
  }
}

@media screen and (max-width: 768px) {
  .mv__sub-title-wrapper[data-theme=sp-none] {
    display: none;
  }
}

.mv__sub-title-wrapper[data-theme=pc-none] {
  display: none;
}
@media screen and (max-width: 768px) {
  .mv__sub-title-wrapper[data-theme=pc-none] {
    display: flex;
  }
}

.mv__sub-title {
  display: inline;
  font-size: 3.1875rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.07em;
  padding: 0.9375rem 0.9375rem;
  background-color: #e9e8e8;
  width: max-content;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .mv__sub-title {
    font-size: clamp(1.5rem, 0.648rem + 3.64vw, 1.875rem);
    padding: 0.625rem 0.625rem;
  }
}

.mv__sub-title:nth-child(n+2) {
  margin-top: -0.3125rem;
}

.mv__swiper,
.mv__swiper .swiper-img,
.mv__swiper .swiper-img img {
  height: 100%;
}

.mv__swiper .swiper-img img {
  height: 100%;
  object-fit: cover;
}

.mv__swiper-slide.swiper-slide.swiper-slide-active .swiper-img,
.mv__swiper-slide.swiper-slide.swiper-slide-duplicate-active .swiper-img,
.mv__swiper-slide.swiper-slide.swiper-slide-prev .swiper-img {
  animation: scale 8s linear 0s normal both;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.mv__swiper .swiper-slide {
  overflow: hidden;
}

.mv__swiper {
  position: relative;
}

.mv__swiper-img {
  position: relative;
}

.mv__swiper-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(159, 217, 246, 0.35);
  mix-blend-mode: hard-light;
  z-index: 1;
}

.mv__deco {
  position: absolute;
  width: 100%;
  z-index: 2;
}

.mv__deco-01 {
  top: 19.875rem;
  right: calc(50% + 28.8020833333vw);
  max-width: clamp(6.25rem, 8.75vw, 10.5rem);
}
@media screen and (max-width: 768px) {
  .mv__deco-01 {
    top: 7.5rem;
    right: auto;
    left: 0.625rem;
    max-width: 5rem;
  }
}
.mv__deco-01img {
  aspect-ratio: 168/163;
}

.mv__deco-02 {
  top: 2.625rem;
  left: calc(50% + 1.4583333333vw);
  max-width: clamp(11.25rem, 12.34375vw, 14.8125rem);
}
@media screen and (max-width: 768px) {
  .mv__deco-02 {
    left: calc(50% + 4.375rem);
    max-width: 6.25rem;
  }
}
.mv__deco-02img {
  aspect-ratio: 237/283;
}

.mv__deco-03 {
  bottom: -8.25rem;
  left: calc(50% + 15.8854166667vw);
  max-width: clamp(18.75rem, 19.4791666667vw, 23.375rem);
}
@media screen and (max-width: 768px) {
  .mv__deco-03 {
    display: none;
  }
}
.mv__deco-03img {
  aspect-ratio: 374/360;
}

.mv__deco-04 {
  top: 18.125rem;
  right: -7.25rem;
  max-width: clamp(20rem, 20.6770833333vw, 24.8125rem);
}
@media screen and (max-width: 768px) {
  .mv__deco-04 {
    top: auto;
    right: auto;
    bottom: 10rem;
    left: calc(50% + 12.5rem);
    max-width: 10rem;
  }
}
.mv__deco-04img {
  aspect-ratio: 397/392;
}

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

.news-detail__inner {
  position: relative;
  max-width: 86.25rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .news-detail__inner {
    max-width: 33.75rem;
  }
}

.news-detail__inner::before,
.news-detail__inner::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}

.news-detail__inner::before {
  top: -9.25rem;
  right: -3.75rem;
  background-image: url(../../assets/images/company/deco-fv-01.webp);
  width: 14.875rem;
  aspect-ratio: 238/271;
}
@media screen and (max-width: 768px) {
  .news-detail__inner::before {
    top: -3.125rem;
    right: -1.875rem;
    width: 6.25rem;
  }
}

.news-detail__inner::after {
  bottom: -6.25rem;
  left: 1.25rem;
  background-image: url(../../assets/images/company/deco-fv-02.webp);
  width: 10.375rem;
  aspect-ratio: 166/162;
}
@media screen and (max-width: 768px) {
  .news-detail__inner::after {
    left: -1.25rem;
    bottom: -1.875rem;
    width: 6.25rem;
  }
}

.news-detail__container {
  position: relative;
  padding-block: 6.25rem;
  padding-inline: clamp(2.5rem, -5.213rem + 8.51vw, 5rem); /* 40 ~ 80 | 1450 ~ 1920 */
  margin-top: 6.25rem;
}
@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: #ffffff;
  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: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #000000;
  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: #ffffff;
  border: 1px solid #008335;
}
.news-detail__category-text {
  display: inline-block;
  font-size: max(1rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", 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: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #000000;
  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: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #000000;
  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 #008335;
  border-bottom: 1px solid #008335;
}
@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: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #000000;
  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 #008335;
}
@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: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #000000;
  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: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #000000;
  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: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #000000;
  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: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #000000;
  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 #008335;
}
@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: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #000000;
  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-01.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #000000;
  width: 1rem;
  aspect-ratio: 23/21;
  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 #000000;
}

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

.news-list__item-link {
  position: relative;
  display: grid;
  grid-template-columns: 1fr max(17.5rem, 190px);
  gap: 1.875rem;
  align-items: center;
  padding-block: 4.375rem;
  padding-inline: 1.25rem;
  transition: all 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .news-list__item-link {
    grid-template-columns: 1fr max(13.125rem, 180px);
  }
}
@media screen and (max-width: 768px) {
  .news-list__item-link {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding-block: 1.25rem;
    padding-inline: 0.9375rem;
  }
}

.news-list__item-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: linear-gradient(75deg, #c9c9c9 0%, #b9b9b9 100%);
  width: 100%;
  height: 100%;
  transition: ease 0.3s;
  transform: translateX(-101%);
  opacity: 0.3;
  z-index: -1;
}

@media (any-hover: hover) {
  .news-list__item-link:hover::before {
    transform: translateX(0);
  }
}
.news-list__meta {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
  gap: 0.8125rem;
  order: 2;
}
@media screen and (max-width: 1440px) {
  .news-list__meta {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .news-list__meta {
    flex-direction: column;
    align-items: flex-start;
    order: 1;
  }
}

.news-list__category {
  display: inline-block;
  padding: 0.1875rem 1.25rem;
  border-radius: 100vmax;
  background-color: #ffffff;
  border: 1px solid #008335;
}

.news-list__category-text {
  display: inline-block;
  font-size: max(0.8125rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #000000;
  line-height: 1.3076923077;
  letter-spacing: 0.07em;
}

.news-list__date {
  font-size: max(clamp(0.875rem, -0.089rem + 1.06vw, 1.188rem), 12px); /* 14 ~ 19 | 1450 ~ 1920 */
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .news-list__date {
    font-size: max(0.875rem, 12px);
  }
}

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

.news__inner.inner {
  position: relative;
}

.news__container {
  display: grid;
  grid-template-columns: max(15rem, 130px) 1fr;
  gap: clamp(2.5rem, 2.6041666667vw, 3.125rem);
  margin-top: 8.125rem;
}
@media screen and (max-width: 1280px) {
  .news__container {
    grid-template-columns: 1fr;
    gap: 3.125rem;
    margin-top: 6.25rem;
  }
}
.news__sidebar {
  position: relative;
}

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

.news__pagination {
  display: flex;
  justify-content: center;
  margin-top: 4.375rem;
}

.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: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #000000;
  width: 2.0625rem;
  aspect-ratio: 1/1;
  transition: all 0.3s;
}
.page-numbers:not(.page-numbers.dots):not(.page-numbers.current) {
  background-color: #ffffff;
  border: 1px solid #008335;
}

.page-numbers.dots {
  padding-inline: 0.625rem;
  width: auto;
}

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

.page-numbers.dots {
  min-width: 0;
  padding: 0;
  border: none;
}

@media (any-hover: hover) {
  .page-numbers:not(.page-numbers.dots):not(.page-numbers.current):hover,
  .next.page-numbers:hover,
  .prev.page-numbers:hover {
    color: #ffffff;
    background-color: #008335;
    border: 1px solid #008335;
  }
}
.next.page-numbers,
.prev.page-numbers {
  position: relative;
  display: block;
  width: 2.0625rem;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  overflow: hidden;
  transition: all 0.3s;
}
.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-01.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #000000;
  width: 0.625rem;
  aspect-ratio: 23/21;
  transition: all 0.3s;
}

.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: #ffffff;
  }
}
.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: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.07em;
  line-height: 2;
  margin-top: 1.375rem;
}
@media screen and (max-width: 768px) {
  .privacy__head-text {
    font-size: max(1rem, 12px);
    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: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  color: #000000;
  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: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 2.1111111111;
  letter-spacing: 0.07em;
}
@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: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 2.1111111111;
  letter-spacing: 0.07em;
  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: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 2.1111111111;
  letter-spacing: 0.07em;
  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;
  }
}

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

.recruit-career__diagram {
  position: relative;
  margin-top: -8.4375rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .recruit-career__diagram {
    margin-top: 3.125rem;
  }
}

.recruit-career__diagram::before {
  content: "";
  position: absolute;
  top: 3.75rem;
  left: 47%;
  transform: translateX(-50%);
  background-image: url(../../assets/images/recruit/career-enhancement-deco.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 130rem;
  aspect-ratio: 2036/840;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .recruit-career__diagram::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 62.5rem;
  }
}

.recruit-career__diagram::after {
  content: "";
  position: absolute;
  top: 12.5rem;
  left: 27%;
  transform: translateX(-50%);
  background-image: url(../../assets/images/recruit/deco-career.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 12.9375rem;
  aspect-ratio: 209/195;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .recruit-career__diagram::after {
    top: -7.5rem;
    left: -4.375rem;
    transform: none;
    width: 8.125rem;
  }
}

.recruit-career__diagram img {
  height: 100%;
  object-fit: contain;
}

.recruit-fv {
  position: relative;
  min-height: 56.25rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recruit-fv {
    min-height: 25rem;
  }
}

.recruit-fv::before,
.recruit-fv::after {
  content: "";
  position: absolute;
  background-color: #e9e8e8;
  z-index: 1;
}

.recruit-fv::before {
  top: -0.0625rem;
  left: calc(50% + 1.875rem);
  width: 100vw;
  height: 3.125rem;
}
@media screen and (max-width: 768px) {
  .recruit-fv::before {
    left: calc(50% + 2.5rem);
    height: 2.5rem;
  }
}

.recruit-fv::after {
  bottom: -0.0625rem;
  right: calc(50% + 20.1875rem);
  width: 100vw;
  height: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .recruit-fv::after {
    right: calc(50% - 4.375rem);
    height: 2.5rem;
  }
}

.recruit-fv__bg {
  height: 100%;
}

.recruit-fv__bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 8.75rem);
  height: 100%;
  background-color: #cccccc;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .recruit-fv__bg::before {
    width: 100%;
  }
}

.recruit-fv__inner {
  position: relative;
  max-width: 120rem;
  width: 100%;
  margin-inline: auto;
  padding-left: 16.25rem;
}
@media screen and (max-width: 768px) {
  .recruit-fv__inner {
    max-width: 33.75rem;
    padding-inline: 1.25rem;
  }
}

.recruit-fv__inner::before,
.recruit-fv__inner::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

.recruit-fv__inner::before {
  top: -3.4375rem;
  right: calc(50% + 4.5rem);
  background-image: url(../../assets/images/recruit/deco-recruit-fv-01.webp);
  width: 26.875rem;
  aspect-ratio: 430/438;
}
@media screen and (max-width: 768px) {
  .recruit-fv__inner::before {
    top: 18.75rem;
    right: calc(50% + 0.625rem);
    width: 6.25rem;
  }
}

.recruit-fv__inner::after {
  top: 25.375rem;
  right: calc(50% - 12.3125rem);
  background-image: url(../../assets/images/recruit/deco-recruit-fv-02.webp);
  width: 14.75rem;
  aspect-ratio: 236/272;
}
@media screen and (max-width: 1600px) {
  .recruit-fv__inner::after {
    right: calc(50% - 9.8125rem);
    top: 21.875rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-fv__inner::after {
    right: calc(50% - 8.125rem);
    top: 0;
    width: 6.25rem;
  }
}

.recruit-fv__section-title {
  position: relative;
  padding-top: 37.8125rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .recruit-fv__section-title {
    padding-top: 12.5rem;
  }
}

.recruit-fv__slide-img.slide-img--down {
  position: absolute;
  top: 0;
  left: calc(50% + 10.625rem);
}
@media screen and (max-width: 1600px) {
  .recruit-fv__slide-img.slide-img--down {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .recruit-fv__slide-img.slide-img--down {
    left: clamp(-7.5rem, -14.06rem + 27.99vw, -0.625rem);
    opacity: 1;
  }
}

.recruit-fv__slide-img.slide-img--up {
  position: absolute;
  top: 0;
  left: calc(50% + clamp(31.25rem, 7.34rem + 26.38vw, 39rem)); /* 500 ~ 620 | 1450 ~ 1920 */
}
@media screen and (max-width: 1600px) {
  .recruit-fv__slide-img.slide-img--up {
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
  }
}
@media screen and (max-width: 768px) {
  .recruit-fv__slide-img.slide-img--up {
    left: auto;
    right: clamp(-7.5rem, -14.06rem + 27.99vw, -0.625rem);
    filter: none;
  }
}

.recruit-head {
  position: relative;
  margin-top: clamp(-15px, 40px + -55 * (100vw - 1450px) / 470, 40px); /* 40 ~ -15 | 1450 ~ 1920 */
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .recruit-head {
    margin-top: -0.9375rem;
  }
}

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

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

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

.recruit-head__main-img-wrapper {
  position: relative;
  width: 100%;
  margin-inline: auto;
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .recruit-head__main-img-wrapper {
    width: 90%;
    max-width: 25rem;
    margin-top: 3.75rem;
  }
}

.recruit-head__main-img-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(159, 217, 246, 0.35);
  mix-blend-mode: hard-light;
  z-index: 1;
}

.recruit-head__main-img-wrapper::after {
  content: "";
  position: absolute;
  top: -9.0625rem;
  left: calc(50% + 15.3125rem);
  background-image: url(../../assets/images/recruit/deco-recruit-intro-01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 17.875rem;
  aspect-ratio: 286/262;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .recruit-head__main-img-wrapper::after {
    top: 18.75rem;
    width: 6.25rem;
  }
}

.recruit-head__main-img {
  position: relative;
  height: inherit;
}

.recruit-head__main-img::before,
.recruit-head__main-img::after {
  content: "";
  position: absolute;
  background-color: #e9e8e8;
  z-index: 2;
}

.recruit-head__main-img::before {
  top: -0.0625rem;
  left: calc(50% - 0.8125rem);
  width: 100vw;
  height: 3.125rem;
}
@media screen and (max-width: 768px) {
  .recruit-head__main-img::before {
    left: calc(50% + 2.5rem);
    height: 1.5625rem;
  }
}

.recruit-head__main-img::after {
  bottom: -0.0625rem;
  right: calc(50% + 18.125rem);
  width: 100vw;
  height: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .recruit-head__main-img::after {
    right: calc(50% + 1.875rem);
    height: 1.5625rem;
  }
}

.recruit-head__main-img img {
  height: 100%;
  aspect-ratio: 1780/900;
  object-fit: cover;
}

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

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

.recruit-infographics__items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .recruit-infographics__items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 1fr);
    gap: 0.625rem;
  }
}

.recruit-infographics__item {
  display: block;
  width: 100%;
}

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

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

.recruit-infographics__item:nth-child(5) {
  grid-row-start: 2;
}
@media screen and (max-width: 768px) {
  .recruit-infographics__item:nth-child(5) {
    grid-row-start: 4;
  }
}

.recruit-infographics__item:nth-child(6) {
  grid-row-start: 2;
}
@media screen and (max-width: 768px) {
  .recruit-infographics__item:nth-child(6) {
    grid-row-start: 4;
  }
}

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

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

.recruit-infographics__item img {
  height: 100%;
  object-fit: cover;
}

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

.recruit-interview::before {
  content: "";
  position: absolute;
  top: -10.625rem;
  left: calc(50% + 48.0625rem);
  background-image: url(../../assets/images/recruit/deco-recruit-interview-01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14.6875rem;
  aspect-ratio: 235/270;
}
@media screen and (max-width: 768px) {
  .recruit-interview::before {
    top: -5rem;
    left: auto;
    right: -2.5rem;
    width: 6.25rem;
  }
}

.recruit-interview__heading {
  position: relative;
  display: flex;
  justify-content: center;
}

.recruit-interview__heading-en {
  font-size: 9.75rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-style: italic;
  text-transform: uppercase;
  filter: blur(5px);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .recruit-interview__heading-en {
    filter: blur(3px);
    font-size: 3.75rem;
  }
}

.recruit-interview__heading-ja {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.4375rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 2.2173913043;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .recruit-interview__heading-ja {
    font-size: max(1rem, 12px);
  }
}

.recruit-interview__container {
  margin-top: 2.5rem;
}
.recruit-interview__items {
  border-top: 1px solid #251e1c;
}

.recruit-interview__item {
  border-bottom: 1px solid #251e1c;
}
.recruit-interview__head {
  position: relative;
  display: grid;
  grid-template-columns: 520fr 650fr;
  gap: clamp(9.375rem, 11.9791666667vw, 14.375rem);
  padding-block: 3.4375rem 2.8125rem;
}
@media screen and (max-width: 768px) {
  .recruit-interview__head {
    grid-template-columns: 1fr;
    gap: 3.125rem;
  }
}

.recruit-interview__img-area {
  width: 100%;
}
.recruit-interview__img {
  position: relative;
  max-width: 21.25rem;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .recruit-interview__img {
    max-width: none;
    margin-inline: auto;
    width: 70%;
  }
}

.recruit-interview__img::before {
  content: "";
  position: absolute;
  top: 1.875rem;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .recruit-interview__img::before {
    top: 3.125rem;
    width: 7.5rem;
  }
}

.recruit-interview__item:nth-child(1) .recruit-interview__img::before {
  background-image: url(../../assets/images/recruit/deco-recruit-interview-02.webp);
  left: -12.5rem;
  width: 18.8125rem;
  aspect-ratio: 301/307;
}
@media screen and (max-width: 768px) {
  .recruit-interview__item:nth-child(1) .recruit-interview__img::before {
    left: -5.625rem;
    width: 7.5rem;
  }
}

.recruit-interview__item:nth-child(2) .recruit-interview__img::before {
  left: -9.375rem;
  background-image: url(../../assets/images/recruit/deco-recruit-interview-03.webp);
  width: 15.3125rem;
  aspect-ratio: 245/257;
}
@media screen and (max-width: 768px) {
  .recruit-interview__item:nth-child(2) .recruit-interview__img::before {
    left: -3.125rem;
    width: 6.25rem;
  }
}

.recruit-interview__item:nth-child(3) .recruit-interview__img::before {
  left: -11.25rem;
  background-image: url(../../assets/images/recruit/deco-recruit-interview-04.webp);
  width: 14.6875rem;
  aspect-ratio: 235/270;
}
@media screen and (max-width: 768px) {
  .recruit-interview__item:nth-child(3) .recruit-interview__img::before {
    left: -4.375rem;
    width: 6.25rem;
  }
}

.recruit-interview__img img {
  height: 100%;
  aspect-ratio: 340/423;
}

.recruit-interview__text-area {
  padding-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .recruit-interview__text-area {
    padding-top: 0;
  }
}

.recruit-interview__catch {
  display: inline-flex;
  flex-direction: column;
  gap: 1.4375rem;
}
@media screen and (max-width: 768px) {
  .recruit-interview__catch {
    gap: 1.25rem;
  }
}

.recruit-interview__catch-text {
  font-size: 2.125rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.07em;
  padding: 0.25rem 0.875rem;
  background-color: #ffffff;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .recruit-interview__catch-text {
    font-size: 1.375rem;
  }
}

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

.recruit-interview__meta {
  margin-top: 0.9375rem;
}

.recruit-interview__meta-item {
  position: relative;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.07em;
  line-height: 1.4;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .recruit-interview__meta-item {
    font-size: max(1rem, 12px);
  }
}

.recruit-interview__meta-item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.recruit-interview__meta-item:nth-child(n+2) {
  margin-top: 0.125rem;
}

.recruit-interview__toggle {
  position: absolute;
  right: 3.125rem;
  bottom: 4.0625rem;
  width: 5rem;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  background-color: #008335;
  border: 2px solid #008335;
  padding: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .recruit-interview__toggle {
    right: 1.25rem;
    bottom: 1.25rem;
    width: 2.8125rem;
  }
}

.recruit-interview__toggle::before,
.recruit-interview__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.625rem;
  height: 0.125rem;
  background-color: #ffffff;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .recruit-interview__toggle::before,
  .recruit-interview__toggle::after {
    width: 1.25rem;
  }
}

.recruit-interview__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.recruit-interview__item.is-open .recruit-interview__toggle::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

@media (any-hover: hover) {
  .recruit-interview__toggle:hover {
    background-color: #ffffff;
  }
  .recruit-interview__toggle:hover::before,
  .recruit-interview__toggle:hover::after {
    background-color: #008335;
  }
}
.recruit-interview__panel {
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
  background-color: #ffffff;
}

.recruit-interview__panel[hidden] {
  display: block;
}

.recruit-interview__panel-inner {
  padding-block: 3.125rem;
  padding-inline: 4.375rem 2.5rem;
  border-top: 1px solid #251e1c;
}
@media screen and (max-width: 768px) {
  .recruit-interview__panel-inner {
    padding-top: 2.8125rem;
  }
}

.recruit-interview__qa-row {
  display: grid;
  grid-template-columns: 380fr 750fr;
  gap: 3.125rem;
}
@media screen and (max-width: 768px) {
  .recruit-interview__qa-row {
    grid-template-columns: 1fr;
  }
}

.recruit-interview__qa-row:nth-child(n+2) {
  margin-top: 5.3125rem;
}
@media screen and (max-width: 768px) {
  .recruit-interview__qa-row:nth-child(n+2) {
    margin-top: 3.125rem;
  }
}

.recruit-interview__qa-question {
  width: 100%;
}

.recruit-interview__qa-heading {
  position: relative;
  font-size: 2rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #008335;
  letter-spacing: 0.07em;
  line-height: 1.5;
  padding-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .recruit-interview__qa-heading {
    font-size: 1.25rem;
    padding-top: 2.8125rem;
  }
}

.recruit-interview__qa-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.9375rem;
  background-image: url(../../assets/images/common/icon-speech-bubble.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.9375rem;
  aspect-ratio: 63/46;
}
@media screen and (max-width: 768px) {
  .recruit-interview__qa-heading::before {
    width: 2.8125rem;
  }
}

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

.recruit-intro {
  position: relative;
  padding-block: 9.375rem 9.6875rem;
  background-color: #cccccc;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recruit-intro {
    padding-block: 6.25rem;
  }
}

.recruit-intro::before,
.recruit-intro::after {
  content: "";
  position: absolute;
  background-color: #e9e8e8;
  z-index: 1;
}

.recruit-intro::before {
  top: -0.0625rem;
  left: calc(50% - 1.25rem);
  width: 100vw;
  height: 3.125rem;
}
@media screen and (max-width: 768px) {
  .recruit-intro::before {
    left: calc(50% + 2.5rem);
    height: 2.5rem;
  }
}

.recruit-intro::after {
  bottom: -0.0625rem;
  right: calc(50% + 13.75rem);
  width: 100vw;
  height: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .recruit-intro::after {
    right: calc(50% + 1.875rem);
    height: 2.5rem;
  }
}

.recruit-intro__slide-img.slide-img--down {
  position: absolute;
  top: 0;
  left: clamp(-6.25rem, -23.604rem + 19.15vw, -0.625rem); /* -100 ~ -10 | 1450 ~ 1920 */
}
@media screen and (max-width: 768px) {
  .recruit-intro__slide-img.slide-img--down {
    display: none;
  }
}

.recruit-intro__slide-img.slide-img--up {
  position: absolute;
  top: 0;
  right: clamp(-8.75rem, -33.816rem + 27.66vw, -0.625rem); /* -140 ~ -10 | 1450 ~ 1920 */
}
@media screen and (max-width: 768px) {
  .recruit-intro__slide-img.slide-img--up {
    display: none;
  }
}

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

.recruit-intro__title {
  font-size: 8.5rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  filter: blur(5px);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .recruit-intro__title {
    font-size: 3.75rem;
  }
}

.recruit-intro__text-01 {
  font-size: 2.4375rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0.07em;
  text-align: center;
  margin-top: 4.6875rem;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 768px) {
  .recruit-intro__text-01 {
    font-size: max(1.5rem, 12px);
    margin-top: 3.125rem;
  }
}

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

.recruit-intro__btn {
  display: flex;
  justify-content: center;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .recruit-intro__btn {
    margin-top: 2.5rem;
  }
}

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

.recruit-job__container {
  position: relative;
  margin-top: 3.125rem;
}

.recruit-job__container::before {
  content: "";
  position: absolute;
  top: -6.875rem;
  left: calc(50% + 1.5rem);
  background-image: url(../../assets/images/recruit/deco-recruit-job-01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 17.625rem;
  aspect-ratio: 282/256;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .recruit-job__container::before {
    top: -3.75rem;
    left: calc(50% + 6.875rem);
    width: 7.5rem;
  }
}

.recruit-job__tab-list {
  display: flex;
  gap: 2.1875rem;
  width: 100%;
  margin-left: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .recruit-job__tab-list {
    gap: 1.25rem;
    width: 95%;
    margin-inline: auto;
  }
}

.recruit-job__tab {
  position: relative;
  font-size: 1.4375rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.07em;
  text-align: center;
  max-width: 14.1875rem;
  width: 100%;
  padding-block: 0.625rem 2rem;
  background-color: #cccccc;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .recruit-job__tab {
    font-size: max(1rem, 12px);
    padding-block: 0.625rem 1.375rem;
    max-width: 50%;
  }
}

.recruit-job__tab.is-active {
  background-color: #008335;
  padding-block: 1.3125rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .recruit-job__tab.is-active {
    padding-block: 1rem;
  }
}

.recruit-job__tab:focus-visible {
  outline: 0.125rem solid #008335;
  outline-offset: 0.25rem;
}

.recruit-job__panels {
  position: relative;
  background-color: #ffffff;
  padding-block: 8.125rem 6.5625rem;
  padding-inline: 5.625rem;
  margin-top: -1.25rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .recruit-job__panels {
    padding-block: 3.75rem 2.5rem;
    padding-inline: 1.25rem;
  }
}

.recruit-job__panel {
  width: 100%;
}

.recruit-job__table {
  border-top: 1px solid #000000;
}

.recruit-job__row {
  display: grid;
  grid-template-columns: 11.25rem 1fr;
  gap: 1.875rem;
  padding-block: 0.875rem;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  .recruit-job__row {
    grid-template-columns: 1fr;
    gap: 0.9375rem;
    padding: 1rem 0;
  }
}

@media screen and (max-width: 768px) {
  .recruit-job__td {
    padding-top: 0.9375rem;
    border-top: 1px dashed #251e1c;
  }
}

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

.recruit-job__text {
  font-size: 1.375rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0.07em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 768px) {
  .recruit-job__text {
    font-size: max(1rem, 12px);
  }
}

.recruit-job__text:nth-child(n+2) {
  margin-top: 1.375rem;
}
@media screen and (max-width: 768px) {
  .recruit-job__text:nth-child(n+2) {
    margin-top: 0.9375rem;
  }
}

.recruit-job__note {
  font-size: max(1rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", 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;
  margin-top: 0.9375rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .recruit-job__note {
    font-size: max(0.875rem, 12px);
  }
}

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

.section-title__ja {
  position: relative;
  font-size: max(0.875rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.07em;
  padding-left: 3rem;
  --deco-alpha: 0;
  --deco-scale: 0.5;
}

.section-title__ja::before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: 0;
  mask-image: url(../../assets/images/common/icon-chara.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #000000;
  width: 1.8125rem;
  aspect-ratio: 29/30;
  opacity: var(--deco-alpha);
  transform: scale(var(--deco-scale));
  transform-origin: center;
  will-change: transform, opacity;
}

.section-title__en {
  font-size: 3.9375rem;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #008335;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .section-title__en {
    font-size: 2.5rem;
  }
}

.section-title__en span {
  text-transform: none;
}

.section-title__en-large {
  font-size: 8.5rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-style: italic;
  text-transform: uppercase;
  filter: blur(5px);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .section-title__en-large {
    filter: blur(3px);
    font-size: 3.75rem;
  }
}

.section-title__en-large.section-title__en-large--recruit {
  font-size: clamp(6.25rem, -0.691rem + 7.66vw, 8.5rem); /* 100 ~ 136 | 1450 ~ 1920 */
}
@media screen and (max-width: 768px) {
  .section-title__en-large.section-title__en-large--recruit {
    font-size: clamp(2.5rem, 7.8125vw, 3.75rem);
  }
}

/* タイプ① 見出し */
.section-title[data-theme=type-01] .section-title__ja {
  color: #000000;
}
.section-title[data-theme=type-01] .section-title__ja::before {
  background-color: #000000;
}
.section-title[data-theme=type-01] .section-title__en {
  color: #008335;
}

/* タイプ② 見出し */
.section-title[data-theme=type-02] .section-title__ja {
  color: #ffffff;
}
.section-title[data-theme=type-02] .section-title__ja::before {
  background-color: #ffffff;
}
.section-title[data-theme=type-02] .section-title__en {
  color: #000000;
}

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

.service-first__main-img-wrapper {
  margin-top: 3.4375rem;
}

.service-first__items {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .service-first__items {
    grid-template-columns: 1fr;
    margin-top: 5rem;
  }
}

.service-first__items::before {
  content: "";
  position: absolute;
  top: -7.5rem;
  left: calc(50% + 23.75rem);
  background-image: url(../../assets/images/service/deco-service-01-01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 11.1875rem;
  aspect-ratio: 179/161;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .service-first__items::before {
    top: -6.25rem;
    left: calc(50% + 6.25rem);
    width: 6.25rem;
  }
}

.service-first__item-link {
  position: relative;
  display: grid;
  grid-template-columns: 16.4375rem 1fr;
  gap: 1.5625rem;
  align-items: center;
  padding-block: 1.6875rem;
  padding-inline: 1.375rem 6.5625rem;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .service-first__item-link {
    grid-template-columns: 1fr;
    padding-inline: 1.25rem;
  }
}

.service-first__item-img {
  position: relative;
  overflow: hidden;
}

.service-first__item-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(159, 217, 246, 0.35);
  mix-blend-mode: hard-light;
  z-index: 1;
}

.service-first__item-img img {
  height: 100%;
  aspect-ratio: 263/169;
  object-fit: cover;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .service-first__item-link:hover .service-first__item-img img {
    transform: scale(1.1);
  }
}
.service-first__item-body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.service-first__item-label {
  font-size: max(1rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #251e1c;
  line-height: 1.3;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .service-first__item-label {
    font-size: max(0.875rem, 12px);
  }
}

.service-first__item-title {
  font-size: clamp(1.25rem, 0.093rem + 1.28vw, 1.625rem); /* 20 ~ 26 | 1450 ~ 1920 */
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .service-first__item-title {
    font-size: max(1.125rem, 12px);
  }
}

.service-first__item-icon {
  position: absolute;
  right: 1.5625rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3.75rem;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  border-radius: 100vmax;
  border: 2px solid #008335;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .service-first__item-icon {
    top: auto;
    bottom: 1.25rem;
    right: 1.25rem;
    transform: translateY(0);
    width: 2.8125rem;
  }
}

.service-first__item-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mask-image: url(../../assets/images/common/icon-arrow-01.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #008335;
  width: 1.125rem;
  aspect-ratio: 23/21;
  z-index: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .service-first__item-icon::before {
    width: 0.9375rem;
  }
}

@media (any-hover: hover) {
  .service-first__item-link:hover .service-first__item-icon {
    background-color: #008335;
  }
  .service-first__item-link:hover .service-first__item-icon::before {
    background-color: #ffffff;
  }
}
.service-first__achievement {
  margin-top: 9.375rem;
}
@media screen and (max-width: 768px) {
  .service-first__achievement {
    margin-top: 6.25rem;
  }
}

.service-first__sub-heading {
  font-size: 2.25rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #008335;
  letter-spacing: 0.07em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service-first__sub-heading {
    font-size: max(1.5rem, 12px);
  }
}

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

.service-first__achievement-tab-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
  width: 100%;
  max-width: 37.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .service-first__achievement-tab-list {
    gap: 0.9375rem;
  }
}

.service-first__achievement-tab {
  font-size: 1.4375rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 2.2173913043;
  letter-spacing: 0.07em;
  text-align: center;
  padding-block: 0.625rem;
  border: 2px solid #008335;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .service-first__achievement-tab {
    font-size: max(1.125rem, 12px);
    padding-block: 0.375rem;
  }
}

@media (any-hover: hover) {
  .service-first__achievement-tab:hover {
    background-color: #008335;
    color: #ffffff;
  }
}
.service-first__achievement-tab.is-active {
  color: #ffffff;
  background-color: #008335;
  pointer-events: none;
}

.service-first__achievement-tab:focus-visible {
  outline: 0.125rem solid #008335;
  outline-offset: 0.25rem;
}

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

.service-first__achievement-panel {
  width: 100%;
}

.service-first__achievement-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 3.125rem; /* 上下の余白 */
  column-gap: 1.875rem; /* 左右の余白 */
}
@media screen and (max-width: 768px) {
  .service-first__achievement-cards {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.625rem; /* 左右の余白 */
  }
}
@media screen and (max-width: 450px) {
  .service-first__achievement-cards {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0;
  }
}

.service-first__achievement-card-link {
  display: inline-block;
  transition: all 0.3s;
}

.service-first__achievement-card-img {
  overflow: hidden;
}

.service-first__achievement-card-img img {
  height: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .service-first__achievement-card-link:hover .service-first__achievement-card-title {
    color: #008335;
  }
  .service-first__achievement-card-link:hover .service-first__achievement-card-img img {
    transform: scale(1.1);
  }
}
.service-first__achievement-card-title {
  font-size: 1.25rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.07em;
  line-height: 1.5;
  margin-top: 0.75rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .service-first__achievement-card-title {
    font-size: max(1rem, 12px);
  }
}

.service-heading {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .service-heading {
    align-items: center;
    gap: 0.9375rem;
  }
}

.service-heading__en {
  display: flex;
  align-items: center;
  font-size: 1.375rem;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #008335;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .service-heading__en {
    font-size: 1.25rem;
  }
}

.service-heading__en-number {
  font-size: 3.4375rem;
  letter-spacing: 0.1em;
  margin-left: 1.25rem;
}
@media screen and (max-width: 768px) {
  .service-heading__en-number {
    font-size: 2.5rem;
  }
}

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

.service-intro {
  position: relative;
  margin-top: 7.1875rem;
}
@media screen and (max-width: 768px) {
  .service-intro {
    margin-top: 5rem;
  }
}

.service-intro::before {
  content: "";
  position: absolute;
  top: -0.625rem;
  left: calc(50% + 28.9375rem);
  background-image: url(../../assets/images/service/deco-service-01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10.75rem;
  aspect-ratio: 172/192;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .service-intro::before {
    top: 8.75rem;
    left: calc(50% + 8.125rem);
    width: 6.25rem;
  }
}

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

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

.service-second::before {
  content: "";
  position: absolute;
  top: 31.875rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../../assets/images/common/deco-curve.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 174.3125rem;
  aspect-ratio: 5577/3129;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .service-second::before {
    top: 31.25rem;
  }
}
@media screen and (max-width: 768px) {
  .service-second::before {
    top: 31.25rem;
    width: 62.5rem;
  }
}

.service-second__main-img-wrapper {
  position: relative;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .service-second__main-img-wrapper {
    margin-top: 6.25rem;
  }
}

.service-second__main-img-wrapper::after {
  content: "";
  position: absolute;
  top: clamp(-25rem, -40.426rem + 17.02vw, -20rem); /* -400 ~ -320 | 1450 ~ 1920 */
  right: 8.125rem;
  background-image: url(../../assets/images/service/deco-service-01-02.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(11.25rem, 0.452rem + 11.91vw, 14.75rem); /* 180 ~ 236 | 1450 ~ 1920 */
  aspect-ratio: 236/269;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .service-second__main-img-wrapper::after {
    top: -15.625rem;
    left: calc(50% + 6.25rem);
    width: 5rem;
  }
}

.service-second__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.0625rem;
  margin-top: 3.75rem;
}
.service-second__main-img-chara {
  position: absolute;
  top: -15.375rem;
  top: clamp(-246px, -60px + -186 * (100vw - 1450px) / 470, -60px); /* -60 ~ -246 | 1450 ~ 1920 */
  right: clamp(3.125rem, -32.739rem + 39.57vw, 14.75rem); /* 50 ~ 236 | 1450 ~ 1920 */
  width: clamp(13.75rem, -8.231rem + 24.26vw, 20.875rem); /* 220 ~ 334 | 1450 ~ 1920 */
  aspect-ratio: 344/359;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .service-second__main-img-chara {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .service-second__main-img-chara {
    top: -5rem;
    right: -1.875rem;
    width: 9.375rem;
  }
}

.service-second__item {
  display: grid;
  grid-template-columns: 560fr 715fr;
  gap: 1.875rem;
  padding-block: 1.8125rem;
  padding-inline: 3.125rem 1.5625rem;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .service-second__item {
    grid-template-columns: 1fr;
    padding-block: 1.25rem;
    padding-inline: 0.625rem;
  }
}

.service-second__item-text-area {
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .service-second__item-text-area {
    width: 90%;
    margin-top: 0;
    margin-inline: auto;
  }
}

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

.service-second__item-img-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .service-second__item-img-wrapper {
    gap: 0.625rem;
  }
}

.service-second__item-img {
  position: relative;
}

.service-second__item-img img {
  height: 100%;
  aspect-ratio: 347/222;
  object-fit: cover;
}

.service-second__item-img-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: max(0.75rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.07em;
  text-align: center;
  padding-block: 0.3125rem;
}

.service-second__item-img-label--before {
  background-color: #000000;
}

.service-second__item-img-label--after {
  background-color: #008335;
}

.service__head {
  display: flex;
  align-items: flex-end;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .service__head {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
  }
}

.service__head-text {
  transform: translateY(-0.3125rem);
  font-size: 1.3125rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #000000;
  line-height: 2.1428571429;
  letter-spacing: 0.07em;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 768px) {
  .service__head-text {
    transform: translateY(0);
    font-size: max(1rem, 12px);
  }
}

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

.service__main-img-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(159, 217, 246, 0.35);
  mix-blend-mode: hard-light;
  z-index: 1;
}

.service__main-img {
  position: relative;
  height: inherit;
}

.service__main-img::before,
.service__main-img::after {
  content: "";
  position: absolute;
  background-color: #e9e8e8;
  z-index: 2;
}

.service__main-img::before {
  top: -0.0625rem;
  left: calc(50% - 1.25rem);
  width: 100vw;
  height: 3.125rem;
}
@media screen and (max-width: 768px) {
  .service__main-img::before {
    left: calc(50% + 2.5rem);
    height: 1.5625rem;
  }
}

.service__main-img::after {
  bottom: -0.0625rem;
  right: calc(50% + 13.75rem);
  width: 100vw;
  height: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .service__main-img::after {
    right: calc(50% + 1.875rem);
    height: 1.5625rem;
  }
}

.service__main-img img {
  height: 100%;
  aspect-ratio: 1920/900;
  object-fit: cover;
}

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

.service__container-second::before,
.service__container-second::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.service__container-second::before {
  top: 2.5rem;
  left: calc(50% + 12.25rem);
  background-image: url(../../assets/images/service/deco-service-02-01.webp);
  width: 11.1875rem;
  aspect-ratio: 179/160;
}
@media screen and (max-width: 768px) {
  .service__container-second::before {
    top: 5.625rem;
    left: calc(50% + 8.75rem);
    width: 6.25rem;
  }
}

.service__container-second::after {
  bottom: -36.4375rem;
  right: calc(50% - 1.875rem);
  background-image: url(../../assets/images/service/deco-service-02-02.webp);
  width: 26.875rem;
  aspect-ratio: 430/438;
}
@media screen and (max-width: 768px) {
  .service__container-second::after {
    bottom: -13.125rem;
    width: 9.375rem;
  }
}

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

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

/* ---------- 採用情報FV | ここから ---------- */
.slide-img.recruit-fv__slide-img.slide-img--down {
  max-width: clamp(21.875rem, 9.149rem + 14.04vw, 26rem); /* 350 ~ 416 | 1450 ~ 1920 */
  width: 100%;
}
@media screen and (max-width: 768px) {
  .slide-img.recruit-fv__slide-img.slide-img--down {
    max-width: 12.5rem;
  }
}

.slide-img.recruit-fv__slide-img.slide-img--up {
  max-width: clamp(25rem, 9.574rem + 17.02vw, 30rem); /* 400 ~ 480 | 1450 ~ 1920 */
  width: 100%;
}
@media screen and (max-width: 768px) {
  .slide-img.recruit-fv__slide-img.slide-img--up {
    max-width: 12.5rem;
  }
}

/* ---------- 採用情報FV | ここまで ---------- */
/* ---------- リクルートイントロ | ここから ---------- */
.slide-img.recruit-intro__slide-img.slide-img--down {
  max-width: clamp(21.875rem, 9.149rem + 14.04vw, 26rem); /* 350 ~ 416 | 1450 ~ 1920 */
  width: 100%;
}

.slide-img.recruit-intro__slide-img.slide-img--up {
  max-width: clamp(25rem, 9.574rem + 17.02vw, 30rem); /* 400 ~ 480 | 1450 ~ 1920 */
  width: 100%;
}

/* ---------- リクルートイントロ | ここまで ---------- */
.slide-img__wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}

.slide-img__wrapper.slide-img__wrapper--vertical {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}

.slide-img__wrapper.slide-img__wrapper--vertical.slide-img__wrapper--down {
  gap: 3.125rem;
}

.slide-img__wrapper.slide-img__wrapper--vertical.slide-img__wrapper--up {
  gap: 5.8125rem;
}

.slide-img__items.slide-img__items--left {
  display: flex;
}

.slide-img__items.slide-img__items--down,
.slide-img__items.slide-img__items--up {
  display: flex;
  flex-direction: column;
}

.slide-img__items.slide-img__items--down {
  gap: 3.125rem;
}

.slide-img__items.slide-img__items--up {
  gap: 5.8125rem;
}

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

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

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

/* 上から下へ */
@keyframes infinity-scroll-down {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
/* ---------- スライドの方向 | ここまで ---------- */
.slide-img__item.slide-img__item-top-about {
  position: relative;
  width: 30rem;
}
@media screen and (max-width: 768px) {
  .slide-img__item.slide-img__item-top-about {
    width: 12.5rem;
  }
}

.slide-img__item.slide-img__item-top-about::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(159, 217, 246, 0.35);
  mix-blend-mode: hard-light;
  z-index: 1;
}

.slide-img__item.slide-img__item-top-about img {
  height: 100%;
  aspect-ratio: 480/385;
  object-fit: cover;
}

.sp-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 31.25rem;
  height: 100svh;
  overflow-y: auto;
  background-color: #ffffff;
  padding: 6.25rem 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s;
  transform: translateX(-100%);
}
.sp-nav.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .sp-nav {
    top: -0.625rem;
    transform: none;
    min-width: auto;
  }
  .sp-nav.is-active {
    transform: none;
  }
}

/* スクロールバー非表示 | ここから -------------- */
.sp-nav {
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}

.sp-nav::-webkit-scrollbar {
  display: none; /* Chrome, Safari 対応 */
  /* スクロールバー非表示 | ここまで -------------- */
}

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

.sp-nav__logo {
  max-width: 18.75rem;
  width: 100%;
  margin-inline: 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;
  }
}
.sp-nav__items {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 3.125rem;
}

.sp-nav__item:nth-child(n+2) {
  margin-top: 1.875rem;
}

.sp-nav__item.sp-nav__item-btn {
  display: flex;
  justify-content: center;
}

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

@media (any-hover: hover) {
  .sp-nav__item-link:hover {
    color: #008335;
  }
}
/* ---------- 初期設定クリア | ここから ---------- */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

/* ---------- 初期設定クリア | ここまで ---------- */
.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-about {
  position: relative;
  margin-top: 11.875rem;
  padding-bottom: 30.9375rem;
}
@media screen and (max-width: 1440px) {
  .top-about {
    padding-bottom: clamp(12.5rem, -8.571rem + 43.9vw, 30.938rem);
  }
}
@media screen and (max-width: 768px) {
  .top-about {
    margin-top: 6.25rem;
    padding-bottom: 20.625rem;
  }
}
@media screen and (max-width: 375px) {
  .top-about {
    padding-bottom: 15.625rem;
  }
}

.top-about::before {
  content: "";
  position: absolute;
  top: clamp(31.25rem, 38.8020833333vw, 46.5625rem);
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../../assets/images/common/deco-curve.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 174.3125rem;
  aspect-ratio: 5577/3129;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-about::before {
    top: 31.25rem;
    width: 62.5rem;
  }
}

.top-about__chara-wrapper {
  position: absolute;
  top: 12.5rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 31.5625rem;
  width: 100%;
  aspect-ratio: 1009/1053;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-about__chara-wrapper {
    max-width: 18.75rem;
    width: 80%;
  }
}
@media (max-width: 374px) {
  .top-about__chara-wrapper {
    width: 70%;
  }
}

.top-about__chara {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.top-about__charaimg {
  aspect-ratio: 1009/1053;
}

/* 表示中 */
.top-about__chara.is-active {
  opacity: 1;
  visibility: visible;
}

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

.top-about__inner::before {
  content: "";
  position: absolute;
  top: 8.75rem;
  right: calc(50% - 2.8125rem);
  background-image: url(../../assets/images/top/deco-about-01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 52.875rem;
  aspect-ratio: 846/782;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-about__inner::before {
    top: -3.75rem;
    right: calc(50% + 3.125rem);
    width: 15.625rem;
  }
}

.top-about__inner::after {
  content: "";
  position: absolute;
  top: 50rem;
  left: calc(50% + 3.4375rem);
  background-image: url(../../assets/images/top/deco-about-02.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 19.4375rem;
  aspect-ratio: 311/303;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-about__inner::after {
    top: auto;
    bottom: -12.5rem;
    width: 12.5rem;
  }
}

.top-about__container {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-about__container {
    flex-direction: column;
    gap: 6.25rem;
  }
}

.top-about__text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 6.5625rem;
}
@media screen and (max-width: 768px) {
  .top-about__text-wrapper {
    align-items: center;
    margin-top: 0;
  }
}

.top-about__text-main {
  position: relative;
}

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

.top-about__text-02 {
  position: absolute;
  top: 26%;
  left: 36%;
  transform: translate(-50%, -50%);
  font-size: 9.3125rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-style: italic;
  text-transform: capitalize;
  letter-spacing: 0.02em;
  filter: blur(5px);
  z-index: -1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .top-about__text-02 {
    top: 30%;
    left: 50%;
    font-size: 3.75rem;
  }
}

.top-about__text-sub {
  margin-top: 2.6875rem;
}

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

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

.top-about__slide-img {
  position: relative;
  margin-top: 20rem;
}
@media screen and (max-width: 768px) {
  .top-about__slide-img {
    margin-top: 7.5rem;
  }
}

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

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

.top-company__container {
  position: relative;
  display: grid;
  grid-template-columns: 876fr 904fr;
}
@media screen and (max-width: 768px) {
  .top-company__container {
    grid-template-columns: 1fr;
    gap: 3.125rem;
  }
}

.top-company__container::before,
.top-company__container::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.top-company__container::before {
  top: 8.4375rem;
  left: 10.5rem;
  background-image: url(../../assets/images/top/deco-company-01.webp);
  width: clamp(15.625rem, -19.082rem + 38.3vw, 26.875rem); /* 250 ~ 430 | 1450 ~ 1920 */
  aspect-ratio: 430/450;
}
@media screen and (max-width: 768px) {
  .top-company__container::before {
    top: 0.875rem;
    left: -5.625rem;
    width: 9.375rem;
  }
}

.top-company__container::after {
  top: clamp(31.25rem, -7.314rem + 42.55vw, 43.75rem); /* 500 ~ 700 | 1450 ~ 1920 */
  left: 40.5rem;
  background-image: url(../../assets/images/top/deco-company-02.webp);
  width: clamp(7.5rem, -1.755rem + 10.21vw, 10.5rem); /* 120 ~ 168 | 1450 ~ 1920 */
  aspect-ratio: 168/166;
}
@media screen and (max-width: 768px) {
  .top-company__container::after {
    top: auto;
    left: auto;
    bottom: 3.125rem;
    right: -1.875rem;
    width: 5rem;
  }
}

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

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

.top-company__btn {
  margin-top: 31.25rem;
  margin-top: clamp(18.75rem, -19.814rem + 42.55vw, 31.25rem); /* 300 ~ 500 | 1450 ~ 1920 */
}
@media screen and (max-width: 768px) {
  .top-company__btn {
    display: flex;
    justify-content: center;
    margin-top: 0;
    order: 3;
  }
}

.top-company__img {
  position: relative;
  width: 100%;
  margin-top: 1.875rem;
  height: max-content;
}
@media screen and (max-width: 768px) {
  .top-company__img {
    width: 85%;
    margin-inline: auto;
    margin-top: 0;
    order: 2;
    z-index: -2;
  }
}

.top-company__img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(159, 217, 246, 0.35);
  mix-blend-mode: hard-light;
  z-index: 1;
}

.top-company__img img {
  height: 100%;
  aspect-ratio: 932/622;
  object-fit: cover;
}

.top-news {
  padding-block: 26.875rem 12.1875rem;
}
@media screen and (max-width: 768px) {
  .top-news {
    padding-block: 6.25rem;
  }
}

.top-news__inner {
  position: relative;
}

.top-news__container {
  display: grid;
  grid-template-columns: max(15rem, 130px) 1fr;
  gap: clamp(2.5rem, 2.6041666667vw, 3.125rem);
}
@media screen and (max-width: 1280px) {
  .top-news__container {
    grid-template-columns: 1fr;
    gap: 3.125rem;
  }
}
.top-news__sidebar {
  position: relative;
}

.top-news__body {
  margin-top: 10rem;
}
@media screen and (max-width: 1280px) {
  .top-news__body {
    margin-top: 0;
  }
}

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

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

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

.top-service {
  position: relative;
  padding-bottom: 4.0625rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-service {
    padding-bottom: 6.25rem;
  }
}

.top-service__inner {
  position: relative;
  max-width: 90.625rem;
  width: 100%;
  padding-inline: 1.5625rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .top-service__inner {
    max-width: 33.75rem;
    padding-inline: 1.25rem;
  }
}

.top-service__inner::before,
.top-service__inner::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

.top-service__inner::before {
  top: -12.8125rem;
  left: -9.875rem;
  background-image: url(../../assets/images/top/deco-service-01.webp);
  width: 22.4375rem;
  aspect-ratio: 717/722;
}
@media screen and (max-width: 768px) {
  .top-service__inner::before {
    top: -6.5625rem;
    left: -5.5rem;
    width: 13.75rem;
  }
}

.top-service__inner::after {
  top: 13.375rem;
  right: -13.75rem;
  background-image: url(../../assets/images/top/deco-service-02.webp);
  width: 21.4375rem;
  aspect-ratio: 685/687;
}
@media screen and (max-width: 768px) {
  .top-service__inner::after {
    top: 8.75rem;
    right: -7.5rem;
    width: 12.5rem;
  }
}

.top-service__head {
  width: max-content;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .top-service__head {
    width: 100%;
    max-width: 20.9375rem;
    margin-inline: auto;
  }
}

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

.top-service__container {
  position: relative;
  width: 100%;
  max-width: 82.5rem;
  margin-inline: auto;
  margin-top: 9.0625rem;
}
@media screen and (max-width: 768px) {
  .top-service__container {
    margin-top: 6.25rem;
    width: 90%;
  }
}

.top-service__container::before {
  content: "";
  position: absolute;
  top: -5.9375rem;
  left: -10rem;
  width: calc(100vw + 10rem);
  height: calc(100% + 10rem);
  background-color: #cccccc;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-service__container::before {
    top: -3.125rem;
    left: -1.25rem;
    height: calc(100% + 3.75rem);
  }
}

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

.top-service__bg::before,
.top-service__bg::after {
  content: "";
  position: absolute;
  background-color: #e9e8e8;
  z-index: -1;
}
.top-service__bg::before {
  top: -9.25rem;
  left: calc(50% + 14.5625rem);
  width: 100vw;
  height: 6rem;
}
@media screen and (max-width: 768px) {
  .top-service__bg::before {
    top: -3.75rem;
    left: calc(50% + 3.125rem);
    height: 2.8125rem;
  }
}

.top-service__bg::after {
  bottom: -5.3125rem;
  right: calc(50% + 20.625rem);
  width: 100vw;
  height: 4.6875rem;
}
@media screen and (max-width: 768px) {
  .top-service__bg::after {
    right: calc(50% + 2.5rem);
    bottom: -0.9375rem;
    height: 2.8125rem;
  }
}

.top-service__items {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8.75rem;
}
@media screen and (max-width: 768px) {
  .top-service__items {
    grid-template-columns: 1fr;
    gap: 3.125rem;
  }
}

.top-service__heading {
  display: flex;
  align-items: flex-start;
  gap: 1.5625rem;
}

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

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

.top-service__img {
  position: relative;
  width: 100%;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .top-service__img {
    width: 90%;
    margin-inline: auto;
  }
}

.top-service__img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(159, 217, 246, 0.35);
  mix-blend-mode: hard-light;
  z-index: 1;
}

.top-service__img img {
  height: 100%;
  aspect-ratio: 590/370;
  object-fit: cover;
}

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

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

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

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

.l-recruit-intro-top {
  margin-bottom: 15.625rem;
}
@media screen and (max-width: 768px) {
  .l-recruit-intro-top {
    margin-bottom: 9.375rem;
  }
}

.l-company,
.l-recruit,
.l-news,
.l-privacy,
.l-contact,
.l-entry {
  margin-bottom: 11.25rem;
}
@media screen and (max-width: 768px) {
  .l-company,
  .l-recruit,
  .l-news,
  .l-privacy,
  .l-contact,
  .l-entry {
    margin-bottom: 9.375rem;
  }
}

.l-service {
  margin-bottom: 31.25rem;
}
@media screen and (max-width: 768px) {
  .l-service {
    margin-bottom: 18.75rem;
  }
}

.l-about {
  margin-bottom: 16.5625rem;
}
@media screen and (max-width: 768px) {
  .l-about {
    margin-bottom: 9.375rem;
  }
}

/* ------------------------ */
/* 固有のフォント設定 */
/* 共通パーツで設定すると不便な場合、こちらに設定する */
/* ------------------------ */
/* ---------- フォントカラーの設定 ここから ---------- */
/* 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;
}

/* ---------- スクリーンリーダーオンリー用の記述 | ここまで ---------- */
/* ---------- text-transformの解除 ここから ---------- */
.u-text-transform-none {
  text-transform: none;
}

/* ---------- text-transformの解除 ここまで ---------- *//*# sourceMappingURL=style.css.map */