@charset "UTF-8";

/* 装甲明朝 */
@font-face {
  font-display: swap;
  font-family: "Soukou Mincho";
  src: url("../../assets/fonts/SoukouMincho.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
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: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #131313;
  line-height: 1;
}

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

/* 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 {
  width: 100%;
  max-width: 90.625rem;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.about-intro__bg {
  padding-block: 4.5rem 6.8125rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about-intro__bg {
    padding-block: 5rem;
  }
}

.about-intro__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 101%;
  background-color: #131313;
  z-index: -1;
}

.about-intro__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6.25rem;
}
@media screen and (max-width: 768px) {
  .about-intro__content {
    gap: 5rem;
    max-width: 31.25rem;
    width: 100%;
    margin-inline: auto;
  }
}

.about-intro__title {
  width: 100%;
  max-width: 50.3125rem;
}

.about-intro__title img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.about-intro__description {
  width: 100%;
  max-width: 55.125rem;
}

.about-intro__description img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.about-intro__concept {
  padding-block: 15.75rem 0;
}
@media screen and (max-width: 768px) {
  .about-intro__concept {
    padding-block: 6.25rem 0;
    max-width: 31.25rem;
    width: 100%;
    margin-inline: auto;
  }
}

.about-intro__concept-wrap {
  display: flex;
  gap: 13.5862068966%;
}
@media screen and (max-width: 768px) {
  .about-intro__concept-wrap {
    max-width: 100%;
    flex-direction: column;
    gap: 3.125rem;
  }
}

.about-intro__concept-heading {
  display: flex;
  flex-direction: column;
}

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

.about-intro__concept-subtitle {
  margin-block-start: 0.5rem;
  font-family: "montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  font-style: italic;
  color: #646464;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .about-intro__concept-subtitle {
    margin-block-start: 1.125rem;
    font-size: 1rem;
  }
}

.about-intro__concept-description {
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 2.5;
  letter-spacing: 0.1em;
  margin-block: calc((1em - 1lh) / 2);
}
@media screen and (max-width: 768px) {
  .about-intro__concept-description {
    font-size: 0.9375rem;
  }
}

.about-intro__concept-container {
  --_gutter: 25px;
  --_content-width: 1660px;
  --_template-columns: minmax(var(--_gutter), 1fr) minmax(auto, var(--_content-width)) minmax(var(--_gutter), 1fr);
  display: grid;
  grid-template-columns: var(--_template-columns);
  grid-template-rows: 1fr 1fr;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .about-intro__concept-container {
    grid-template-rows: 1.5fr 0.5fr;
  }
}

.about-intro__concept-bg-black {
  grid-area: 1/1/2/4;
  background-color: #131313;
}

.about-intro__concept-bg-white {
  grid-area: 2/1/3/4;
}

.about-intro__concept-image-list {
  grid-area: 1/2/3/3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .about-intro__concept-image-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.125rem 1rem;
    max-width: 31.25rem;
    width: 100%;
    margin-inline: auto;
  }
}

.about-intro__concept-image-item {
  position: relative;
}

.about-intro__concept-image-item img {
  aspect-ratio: 400/600;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.about-intro__concept-image-item:nth-child(1) {
  padding-top: 5.625rem;
}
@media screen and (max-width: 768px) {
  .about-intro__concept-image-item:nth-child(1) {
    padding-top: 2.5rem;
    position: relative;
    left: 0.3125rem;
  }
}

.about-intro__concept-image-item:nth-child(2) {
  padding-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .about-intro__concept-image-item:nth-child(2) {
    padding-top: 1.25rem;
    position: relative;
    left: 0.3125rem;
  }
}

.about-intro__concept-image-item:nth-child(3) {
  padding-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .about-intro__concept-image-item:nth-child(3) {
    padding-top: 1.25rem;
    position: relative;
    right: 0.3125rem;
  }
}

@media screen and (max-width: 768px) {
  .about-intro__concept-image-item:nth-child(4) {
    position: relative;
    right: 0.3125rem;
  }
}

.about-mirai {
  position: relative;
  padding-block: 9.375rem 25rem;
}
@media screen and (max-width: 768px) {
  .about-mirai {
    padding-block: 5rem 31.25rem;
  }
}

.about-mirai::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../../assets/images/about/bg-mirai-pc.webp");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: -1;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .about-mirai::before {
    background-image: url("../../assets/images/about/bg-mirai-sp.webp");
    opacity: 0.8;
  }
}

.about-mirai::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../../assets/images/about/bg-mirai-texture.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: soft-light;
  opacity: 0.38;
  z-index: -1;
}

.about-mirai__content {
  display: flex;
  flex-direction: column;
  gap: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .about-mirai__content {
    gap: 3.75rem;
  }
}

.about-mirai__heading {
  display: flex;
  justify-content: center;
  font-family: "montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3.75rem;
  font-weight: 800;
  font-style: italic;
  line-height: 1.55;
  letter-spacing: 0;
  text-align: center;
  -webkit-text-stroke: 1px #ffffff;
  paint-order: stroke fill;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .about-mirai__heading {
    font-size: 2.25rem;
  }
}

.about-mirai__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(0.5rem, -1.54rem + 3.63vw, 2.813rem);
}
@media screen and (max-width: 768px) {
  .about-mirai__list {
    grid-template-columns: 1fr;
    width: max-content;
    gap: 2.5rem;
    margin-inline: auto;
  }
}

.about-mirai__item {
  display: flex;
  flex-direction: column;
  gap: 2.6875rem;
}
@media screen and (max-width: 768px) {
  .about-mirai__item {
    gap: 1rem;
    align-items: flex-start;
  }
}

.about-mirai__img-box {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .about-mirai__img-box {
    flex-direction: row;
    align-items: center;
  }
}

.about-mirai__img-box::before {
  content: "";
  position: absolute;
  bottom: -1.4375rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: transparent linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 51%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .about-mirai__img-box::before {
    content: none;
  }
}

.about-mirai__logo {
  position: relative;
  z-index: 1;
}

.about-mirai__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-mirai__logo[data-text=M] {
  max-width: 14.5rem;
}
@media screen and (max-width: 768px) {
  .about-mirai__logo[data-text=M] {
    max-width: 7.1875rem;
  }
}

.about-mirai__logo[data-text=I] {
  max-width: 5.125rem;
}
@media screen and (max-width: 768px) {
  .about-mirai__logo[data-text=I] {
    max-width: 2.5625rem;
  }
}

.about-mirai__logo[data-text=R] {
  max-width: 10.9375rem;
}
@media screen and (max-width: 768px) {
  .about-mirai__logo[data-text=R] {
    max-width: 5.375rem;
  }
}

.about-mirai__logo[data-text=A] {
  max-width: 12.3125rem;
}
@media screen and (max-width: 768px) {
  .about-mirai__logo[data-text=A] {
    max-width: 6.1875rem;
  }
}

.about-mirai__subtitle-box {
  position: relative;
  z-index: 1;
  margin-block-start: -1.4375rem;
  display: grid;
  gap: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .about-mirai__subtitle-box {
    margin-block-start: initial;
    margin-inline-start: -0.625rem;
  }
}

.about-mirai__subtitle {
  font-family: "montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  font-style: italic;
  color: #374eac;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .about-mirai__subtitle {
    font-size: 1.875rem;
  }
}

.about-mirai__info {
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  font-weight: 900;
  color: #374eac;
  line-height: 1.5;
}

.about-mirai__text-block {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .about-mirai__text-block {
    gap: 0.625rem;
    text-align: left;
  }
}

.about-mirai__text {
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  color: #131313;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .about-mirai__text {
    font-size: 1rem;
  }
}

.about-mirai__description {
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: max(1rem, 12px);
  font-weight: 400;
  color: #131313;
  line-height: 1.875;
  letter-spacing: 0.1em;
  margin-block: calc((1em - 1lh) / 2);
}
@media screen and (max-width: 768px) {
  .about-mirai__description {
    font-size: max(0.875rem, 12px);
  }
}

.about-skill {
  min-height: 100dvh;
  min-height: 100svh;
}

.about-skill__bg {
  position: relative;
  height: inherit;
  --_opacity: 0.4;
}

.about-skill__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../../assets/images/about/about-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -2;
}

.about-skill__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  mix-blend-mode: multiply;
  background-color: #0a0a0a;
  opacity: var(--_opacity);
  z-index: -2;
}

.about-skill__bg-inner {
  position: relative;
  height: inherit;
  --_backdrop-filter: blur(0px);
}

.about-skill__bg-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: var(--_backdrop-filter);
  z-index: -1;
}

.about-skill__inner {
  height: inherit;
  align-content: center;
}

.about-skill__parallax-item {
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
}

.about-skill__parallax-title {
  width: min(100%, 75rem);
  margin-inline: auto;
}

.about-skill__parallax-title img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-skill__parallax-title--1 {
  grid-area: 1/1/2/2;
  opacity: 1;
}

.about-skill__parallax-title--2 {
  grid-area: 1/1/2/2;
  opacity: 0;
}

.about-skill__parallax-text {
  position: relative;
  grid-area: 1/1/2/2;
  opacity: 0;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 1.75;
  letter-spacing: 0.075em;
  text-align: center;
  margin-block: calc((1em - 1lh) / 2);
}
@media screen and (max-width: 768px) {
  .about-skill__parallax-text {
    font-size: clamp(1rem, 0.523rem + 2.04vw, 1.5rem);
    line-height: 2;
  }
}

.about-vision {
  padding-block: 9.75rem 0;
}
@media screen and (max-width: 768px) {
  .about-vision {
    padding-block: 5rem 0;
  }
}

.about-vision__bg {
  position: relative;
}

.about-vision__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../../assets/images/about/bg-vision.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  opacity: 0.38;
  z-index: -1;
}

.about-vision__inner {
  max-width: 120rem;
  width: 100%;
  margin-inline: auto;
}

.about-vision__content {
  --_gutter: max(260 / 1920 * 100vw, 25px);
  --_title: 802px;
  --_diff: max(158 / 1920 * 100vw, 30px);
  --_image: 700px;
  --_template-columns: var(--_gutter) minmax(auto, var(--_title)) var(--_diff) minmax(auto, var(--_image));
  display: grid;
  grid-template-columns: var(--_template-columns);
  grid-template-rows: 1fr;
  grid-template-areas: ". title . image";
}
@media screen and (max-width: 768px) {
  .about-vision__content {
    --_gutter: 20px;
    --_content-width: 500px;
    --_template-columns: minmax(var(--_gutter), 1fr) minmax(auto, var(--_content-width)) minmax(var(--_gutter), 1fr);
    grid-template: ". .       . " 6.25rem ". title . " ". .       . " 3.75rem ". image . "/var(--_template-columns);
    gap: 0;
  }
}

.about-vision__content::before {
  content: "VISION";
  position: absolute;
  top: -3.1875rem;
  left: -1.75rem;
  font-family: "montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(14rem, 10rem + 8.33vw, 20rem);
  font-weight: 600;
  font-style: italic;
  color: #e9eaeb;
  line-height: 1;
  letter-spacing: -0.05em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .about-vision__content::before {
    font-size: clamp(6.875rem, 2.7rem + 17.81vw, 11.25rem);
    top: -1.625rem;
    left: -0.625rem;
  }
}

.about-vision__title {
  padding-top: 1.875rem;
  grid-area: title;
  position: relative;
  max-width: 50.125rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .about-vision__title {
    max-width: 31.25rem;
    width: 100%;
    margin-inline: auto;
  }
}

.about-vision__title img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-vision__image {
  margin-top: -8.5rem;
  margin-left: auto;
  grid-area: image;
  max-width: 43.75rem;
  width: 100%;
  position: relative;
  z-index: 1;
  aspect-ratio: 700/900;
}
@media screen and (max-width: 768px) {
  .about-vision__image {
    margin-top: initial;
    max-width: 100%;
  }
}

.about-vision__image img {
  object-fit: cover;
  width: 100%;
}

.about-vision__mission {
  margin-block-start: -1.8125rem;
  position: relative;
  padding-block: 0 15.1875rem;
}
@media screen and (max-width: 768px) {
  .about-vision__mission {
    padding-block: 5rem;
    padding-inline: 1.25rem;
  }
}

.about-vision__mission::before {
  content: "MISSION";
  position: absolute;
  top: 25%;
  right: -1rem;
  font-family: "montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(12.25rem, 8.75rem + 7.29vw, 17.5rem);
  font-weight: 600;
  font-style: italic;
  color: #e9eaeb;
  line-height: 1;
  letter-spacing: -0.05em;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .about-vision__mission::before {
    font-size: clamp(5rem, 2.615rem + 10.18vw, 7.5rem);
    top: clamp(12.875rem, 4.25rem + 36.8vw, 15.75rem);
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .about-vision__mission-wrap {
    max-width: 33.75rem;
    width: 100%;
    margin-inline: auto;
  }
}

.about-vision__mission-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: min(46.875vw, 900px);
}
@media screen and (max-width: 768px) {
  .about-vision__mission-list {
    max-width: 100%;
  }
}

.about-vision__mission-item {
  position: relative;
}

.about-vision__mission-item img {
  aspect-ratio: 450/300;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.about-vision__mission-title-area {
  margin-block-start: 9.375rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-vision__mission-title-area {
    margin-block-start: 6.25rem;
  }
}

.about-vision__mission-title {
  position: relative;
  z-index: 1;
  max-width: 76rem;
  margin-inline: auto;
}

.about-vision__mission-title img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-vision__mission-description {
  margin-block-start: 2.75rem;
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #131313;
  line-height: 2;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-vision__mission-description {
    font-size: 0.9375rem;
    margin-block-start: 2rem;
    overflow-wrap: break-word;
    word-break: keep-all;
    line-break: strict;
  }
}

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

.js-mask.is-open,
.js-mask--h.is-open {
  animation: mask 0.5s linear forwards;
}

@keyframes mask {
  0% {
    mask-position: 200% 0%;
  }
  100% {
    mask-position: 0% 0%;
  }
}
/* ---------- 各セクションのマスクアニメーション（X軸方向） ここまで ----------------- */
/* ---------- 読み込み時のチラつき防止 | ここから ---------- */
.js-fade-op,
.js-fade-op--h,
.js-fade-op--h-mv,
.js-pop-up,
.js-mv-fade,
.js-fadeIn-rights,
.js-fadeIn-right {
  opacity: 0;
}

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

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

.js-text-mask.js-text-mask-black::before,
.js-mv-text-mask.js-text-mask-black::before {
  background-color: #131313;
}

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

/* -------------------- テキストのマスクエフェクト ここまで ------------------------- */
/* ---------- パララックスの指定 | ここから ---------- */
.js-parallax {
  overflow: hidden;
}
.js-parallax img {
  display: block;
  height: 110%;
  max-width: unset;
}

/* ---------- パララックスの指定 | ここまで ---------- */
.body-bg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: clip;
}

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

.body-bg.body-bg-top::before {
  background-color: #0a0a0a;
}

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

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

/* ----- ボタンタイプ共通設定 ここまで ----- */
/* ----- 黒色ボタン ここから ----- */
.btn.btn-01 {
  position: relative;
  width: 100%;
  max-width: 15.625rem;
  background-color: #0a0a0a;
  border: 1px solid #ffffff;
  border-radius: 100vmax;
  padding: 1.21875rem 1.25rem;
  text-align: center;
  transition: all 0.3s;
}

.btn__text-01 {
  position: relative;
  font-size: 1.5rem;
  font-family: "montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.075em;
  font-style: italic;
  text-transform: capitalize;
  padding-right: 2.5rem;
}
@media screen and (max-width: 768px) {
  .btn__text-01 {
    font-size: 1.25rem;
    padding-right: 1.875rem;
  }
}

.btn__text-01::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  mask-image: url(../../assets/images/common/icon-arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #ffffff;
  width: 1.25rem;
  aspect-ratio: 20/14;
  transition: all 0.3s;
  z-index: 1;
}

@media (any-hover: hover) {
  .btn.btn-01:hover {
    background-color: #ffffff;
  }
  .btn.btn-01:hover::before,
  .btn.btn-01:hover .btn__text-01::before {
    background-color: #0a0a0a;
  }
  .btn.btn-01:hover .btn__text-01 {
    color: #0a0a0a;
  }
}
/* ----- 黒色ボタン ここまで ----- */
/* ----- View More ボタン ここから ----- */
.btn.btn-02 {
  position: relative;
  width: fit-content;
  padding-block: 0.3125rem;
  text-align: center;
  border-bottom: 0.125rem solid #131313;
  transition: all 0.3s;
}

.btn__text-02 {
  position: relative;
  font-size: 1.25rem;
  font-family: "montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #131313;
  text-transform: capitalize;
  padding-right: 2.5rem;
  transition: all 0.3s;
}

.btn__text-02::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  mask-image: url(../../assets/images/common/icon-arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #131313;
  width: 1.25rem;
  aspect-ratio: 20/14;
  transition: all 0.3s;
  z-index: 1;
}

@keyframes btn-02-arrow-move {
  0% {
    transform: translate(0, -50%);
  }
  50% {
    transform: translate(0.3125rem, -50%);
  }
  100% {
    transform: translate(0, -50%);
  }
}
@media (any-hover: hover) {
  .btn.btn-02:hover .btn__text-02 {
    letter-spacing: 0.05em;
  }
  .btn.btn-02:hover .btn__text-02::before {
    animation: btn-02-arrow-move 0.6s ease-in-out infinite;
  }
}
/* ----- View More ボタン ここまで ----- */
/* ---------- 『送信する』ボタン | ここから ---------- */
.btn.btn-contact {
  position: relative;
  display: block;
  width: 100%;
  max-width: 15.625rem;
  height: 100%;
  max-height: 4.0625rem;
  background-color: #0a0a0a;
  border: 1px solid #0a0a0a;
  border-radius: 100vmax;
  padding: 1.40625rem 0.625rem;
  margin-inline: auto;
  text-align: center;
  transition: all 0.3s;
}

.btn.btn-contact::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.5rem;
  transform: translateY(-50%);
  width: 100%;
  mask-image: url(../../assets/images/common/icon-arrow-right.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #ffffff;
  width: 1.25rem;
  aspect-ratio: 20/14;
  transition: all 0.3s;
}

.btn-contact__submit {
  position: relative;
  font-size: max(1.125rem, 12px);
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
  padding: 0;
  padding-right: 1.875rem;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .btn.btn-contact:hover {
    background-color: #ffffff;
  }
  .btn.btn-contact:hover::before {
    background-color: #0a0a0a;
  }
  .btn.btn-contact:hover .btn-contact__submit {
    color: #0a0a0a;
  }
}
/* ---------- 『送信する』ボタン | ここまで ---------- */
/* ----- マウスストーカーボタン ここから ----- */
/* ベース */
.js-mouse-stalker.btn-stalker {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 18.75rem;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  background-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  transition: all 0.3s;
}
@media (max-width: 1099px) {
  .js-mouse-stalker.btn-stalker .js-mouse-stalker.btn-stalker {
    display: none;
  }
}

/* active */
.js-mouse-stalker.btn-stalker.btn-stalker--active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.08);
  pointer-events: auto;
}

.btn-stalker-off {
  display: none;
}
@media screen and (max-width: 1099px) {
  .btn-stalker-off {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 18.75rem;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 100vmax;
    backdrop-filter: blur(6px);
    transition: all 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .btn-stalker-off {
    max-width: 12.5rem;
    margin-inline: auto;
  }
}

.btn-stalker-off.btn-stalker-off--about {
  border: 1px solid #707070;
  background-color: rgba(255, 255, 255, 0.08);
}

.btn-stalker-off.btn-stalker-off--company {
  border: 1px solid #c9c9c9;
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-stalker__text,
.btn-stalker-off__text {
  position: relative;
  font-size: 1.875rem;
  font-family: "montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 2.125rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .btn-stalker__text,
  .btn-stalker-off__text {
    font-size: 1.5rem;
  }
}

.btn-stalker-off__text.btn-stalker-off__text--about,
.btn-stalker--about .btn-stalker__text {
  color: #ffffff;
}

.btn-stalker-off__text.btn-stalker-off__text--about::before,
.btn-stalker--about .btn-stalker__text::before {
  background-color: #ffffff;
}

.btn-stalker-off__text.btn-stalker-off__text--company,
.btn-stalker--company .btn-stalker__text {
  color: #131313;
}

.btn-stalker-off__text.btn-stalker-off__text--company::before,
.btn-stalker--company .btn-stalker__text::before {
  background-color: #131313;
}

.btn-stalker__text::before,
.btn-stalker-off__text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  mask-image: url(../../assets/images/common/icon-arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #ffffff;
  width: 1.25rem;
  aspect-ratio: 20/14;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .js-mouse-stalker.btn-stalker:hover,
  .btn-stalker-off:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
/* ----- マウスストーカーボタン ここまで ----- */
.contact {
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 768px) {
  .contact {
    padding-bottom: 6.25rem;
  }
}

@media screen and (max-width: 768px) {
  .contact__inner.inner {
    max-width: 33.75rem;
    padding-inline: 0.9375rem;
  }
}

.contact__container {
  display: grid;
  grid-template-columns: 540fr 780fr;
  gap: clamp(3.125rem, -2.66rem + 6.38vw, 5rem); /* 50 ~ 80 | 1450 ~ 1920 */
}
@media screen and (max-width: 768px) {
  .contact__container {
    grid-template-columns: 1fr;
  }
}

.contact__text-01 {
  font-size: 1.5rem;
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  color: #131313;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .contact__text-01 {
    font-size: 1.125rem;
    text-align: center;
  }
}

.contact__text-02 {
  font-size: max(1.125rem, 12px);
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #131313;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .contact__text-02 {
    font-size: max(0.875rem, 12px);
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  .contact__text-02 {
    font-size: max(0.75rem, 12px);
  }
}

.contact__form-wrapper {
  padding: 4.6875rem clamp(3.125rem, -2.66rem + 6.38vw, 5rem) 7.5rem; /* 50 ~ 80 | 1450 ~ 1920 */
  background-color: #f3f4f5;
  filter: drop-shadow(0 0 0.625rem rgba(19, 19, 19, 0.05));
}
@media screen and (max-width: 768px) {
  .contact__form-wrapper {
    padding: 1.875rem 0.9375rem 3.125rem;
    filter: drop-shadow(0 0 0.4375rem rgba(19, 19, 19, 0.05));
  }
}

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

.company-message {
  position: relative;
  background-color: #131313;
  padding-block: 8.125rem 0;
}
@media screen and (max-width: 768px) {
  .company-message {
    padding-block: 7.5rem 7.5rem;
  }
}

.company-message__inner {
  position: relative;
  z-index: 1;
  max-width: 103.125rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .company-message__inner {
    max-width: 33.75rem;
    padding-inline: 1.25rem;
  }
}

.company-message__container {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: clamp(0.625rem, -15.697rem + 18.65vw, 6.688rem);
}
@media screen and (max-width: 768px) {
  .company-message__container {
    gap: 2.5rem;
    flex-direction: column;
  }
}

.company-message__image-wrap {
  display: contents;
}
@media screen and (max-width: 768px) {
  .company-message__image-wrap {
    display: flex;
    flex-direction: row-reverse;
    gap: 2.5rem;
    max-width: 21.875rem;
    margin-inline: auto;
  }
}

.company-message__image-bg {
  position: relative;
  max-width: 35.375rem;
  width: 100%;
  z-index: -1;
}

.company-message__image-bg::before {
  content: "";
  position: absolute;
  bottom: 8.875rem;
  left: 48%;
  transform: translateX(-50%);
  background-image: url("../../assets/images/company/logo-company.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1200/867;
  width: 75rem;
  height: auto;
  mix-blend-mode: color-dodge;
  opacity: 1;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .company-message__image-bg::before {
    width: 23.125rem;
    height: auto;
    left: 50%;
    bottom: 6.25rem;
  }
}

.company-message__image-bg::after {
  content: "";
  position: absolute;
  bottom: 8.875rem;
  left: 48%;
  transform: translateX(-50%);
  background-color: #131313;
  aspect-ratio: 1200/867;
  width: 75rem;
  height: auto;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .company-message__image-bg::after {
    width: 23.125rem;
    height: auto;
    left: 50%;
    bottom: 6.25rem;
  }
}

.company-message__image {
  position: relative;
  max-width: 35.375rem;
  left: -0.1875rem;
}
@media screen and (max-width: 768px) {
  .company-message__image {
    max-width: 12.5rem;
    left: 0;
  }
}

.company-message__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .company-message__image img {
    mask-image: linear-gradient(180deg, #ffffff 0% 80%, transparent 100%);
    mask-size: 100% 90%;
    mask-repeat: no-repeat;
  }
}

.company-message__content {
  padding-block-end: clamp(2.5rem, -4.056rem + 13.64vw, 12.313rem);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4.25rem;
}
@media screen and (max-width: 768px) {
  .company-message__content {
    gap: 2.5rem;
  }
}

.company-message__heading {
  width: clamp(5.625rem, 1.213rem + 7.84vw, 10.625rem);
  position: absolute;
  top: 0;
  right: 1.25rem;
}
@media screen and (max-width: 1480px) {
  .company-message__heading {
    right: initial;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .company-message__heading {
    position: static;
  }
}

.company-message__heading img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.company-message__text {
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: max(1.125rem, 12px);
  font-weight: 400;
  color: #eeeff1;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-block: calc((1em - 1lh) / 2);
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 768px) {
  .company-message__text {
    font-size: max(0.875rem, 12px);
    word-break: initial;
    overflow-wrap: initial;
  }
}

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

.company-message__signature {
  margin-inline-start: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  padding-inline-end: clamp(0rem, -14.896rem + 19.86vw, 8.938rem);
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .company-message__signature {
    align-items: flex-start;
    text-align: left;
    gap: 0.5rem;
  }
}

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

.company-message__name-wrap {
  display: flex;
  gap: 1.375rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .company-message__name-wrap {
    gap: 0.75rem;
  }
}

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

.company-message__name {
  font-size: max(2rem, 12px);
  font-weight: 400;
  font-family: "Soukou Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #eeeff1;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .company-message__name {
    font-size: max(1.5rem, 12px);
  }
}

.company-mirai {
  padding-block: 9.375rem 0;
}
@media screen and (max-width: 768px) {
  .company-mirai {
    padding-block: 5rem 0;
  }
}

.company-mirai__inner {
  position: relative;
}

.company-mirai__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .company-mirai__content {
    gap: 2rem;
  }
}

.company-mirai__logo {
  width: min(100%, 17.625rem);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .company-mirai__logo {
    width: min(100%, 9.375rem);
  }
}

.company-mirai__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.company-mirai__text-wrap {
  margin-block-start: 3.625rem;
  display: grid;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .company-mirai__text-wrap {
    margin-block-start: 2.5rem;
    gap: 1.25rem;
    max-width: 31.25rem;
    margin-inline: auto;
  }
}

.company-mirai__title {
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.875rem;
  font-weight: 900;
  color: #131313;
  line-height: 1.5652173913;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .company-mirai__title {
    font-size: 1.25rem;
  }
}

.company-mirai__text {
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: max(1.125rem, 12px);
  font-weight: 400;
  color: #131313;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-block: calc((1em - 1lh) / 2);
}
@media screen and (max-width: 768px) {
  .company-mirai__text {
    font-size: max(0.875rem, 12px);
    line-height: 2.2857142857;
    text-align: left;
  }
}

.company-mirai__bg {
  margin-block-start: 15.75rem;
}
@media screen and (max-width: 768px) {
  .company-mirai__bg {
    margin-block-start: 7.5rem;
  }
}

.company-mirai__bg-container {
  position: relative;
  padding-block: 12.1875rem;
}
@media screen and (max-width: 768px) {
  .company-mirai__bg-container {
    padding-block: 7.5rem 1.875rem;
  }
}

.company-mirai__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

.company-mirai__bg-inner {
  max-width: 87.5rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .company-mirai__bg-inner {
    max-width: 18.75rem;
    margin-inline: initial;
  }
}

.company-mirai__img {
  position: relative;
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .company-mirai__img {
    max-width: 15.625rem;
  }
}

.company-mirai__img img {
  aspect-ratio: 600/300;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.company-overview {
  padding-block: 12.5rem;
}
@media screen and (max-width: 768px) {
  .company-overview {
    padding-block: 5rem;
  }
}

.company-overview__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .company-overview__header {
    gap: 0.75rem;
  }
}

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

.company-overview__title {
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.875rem;
  font-weight: 900;
  color: #131313;
  line-height: 1.5652173913;
  letter-spacing: 0.1em;
  margin-block: calc((1em - 1lh) / 2);
}
@media screen and (max-width: 768px) {
  .company-overview__title {
    font-size: 2rem;
  }
}

.company-overview__info {
  margin-block-start: 4.875rem;
}
@media screen and (max-width: 768px) {
  .company-overview__info {
    margin-block-start: 3.75rem;
  }
}

.company-overview__list {
  display: flex;
  flex-direction: column;
  border-radius: 3.125rem 3.125rem 2.5rem 2.5rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .company-overview__list {
    max-width: 31.25rem;
    margin-inline: auto;
    border-radius: 1.25rem;
  }
}

.company-overview__item {
  display: grid;
  grid-template-columns: 400fr 1000fr;
}
@media screen and (max-width: 768px) {
  .company-overview__item {
    grid-template-columns: 1fr;
  }
}

.company-overview__item:not(:last-child) {
  border-bottom: 1px solid #e9eaeb;
}

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

.company-overview__description {
  padding: 2.28125rem 2.5rem;
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: max(1.125rem, 12px);
  font-weight: 400;
  color: #131313;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .company-overview__description {
    padding: 1.25rem 1.5rem;
    font-size: max(0.875rem, 12px);
  }
}

.company-overview__description span {
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: max(0.875rem, 12px);
  font-weight: 400;
  color: #131313;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
}

.company-overview__tel {
  color: #131313;
}
@media screen and (max-width: 768px) {
  .company-overview__tel {
    transition: opacity 0.3s ease;
  }
}

@media (any-hover: hover) {
  .company-overview__tel:hover {
    opacity: 0.6;
  }
}
.company-overview__map-link {
  margin-inline-start: 0.9375rem;
  font-family: "montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: max(0.75rem, 12px);
  font-weight: 500;
  line-height: 1.3333333333;
  color: #131313;
  letter-spacing: 0;
  text-transform: capitalize;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .company-overview__map-link {
    margin-inline-start: 0;
    margin-block-start: 0.25rem;
    display: block;
  }
}

@media (any-hover: hover) {
  .company-overview__map-link:hover {
    opacity: 0.6;
  }
}
.company-overview__map {
  margin-block-start: 17.6875rem;
  position: relative;
  border-radius: 0.5rem;
  mix-blend-mode: luminosity;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .company-overview__map {
    margin-block-start: 5rem;
    max-width: 31.25rem;
    margin-inline: auto;
  }
}

.company-overview__map iframe {
  aspect-ratio: 1400/650;
  width: 100%;
  height: auto;
  border: none;
}
@media screen and (max-width: 768px) {
  .company-overview__map iframe {
    aspect-ratio: 335/500;
  }
}

.footer {
  background-color: #0a0a0a;
  padding-block: 9.1875rem 2.8125rem;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-block: 5.625rem 2.5rem;
  }
}

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

.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .footer__content {
    flex-direction: column;
    align-items: center;
    gap: 3.75rem;
  }
}

.footer__left {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 3.125rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .footer__left {
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
  }
}

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

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

@media (any-hover: hover) {
  .footer__logo-link:hover {
    opacity: 0.6;
  }
}
.footer__logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.footer__info-box {
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .footer__info-box {
    flex-direction: column;
    gap: 1.25rem;
  }
}

.footer__info {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: max(1.25rem, 12px);
  color: #ffffff;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .footer__info {
    text-align: left;
    font-size: max(0.75rem, 12px);
  }
}

.footer__contact-btn {
  width: 15.625rem;
  margin-inline: auto;
}

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

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

@media (any-hover: hover) {
  .footer__tel-link:hover {
    opacity: 0.6;
  }
}
.footer__right {
  padding-block-start: 0.375rem;
}
@media screen and (max-width: 768px) {
  .footer__right {
    padding-block-start: 0;
    width: 100%;
  }
}

.footer__copy-text {
  font-size: 5rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.375;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .footer__copy-text {
    font-size: 2.25rem;
    text-align: center;
  }
}

.footer__nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 0.0625rem solid #202020;
  padding-block-start: 2.5rem;
  margin-block-start: 4.5rem;
}
@media screen and (max-width: 768px) {
  .footer__nav-wrapper {
    padding-block-start: 2.5rem;
    margin-block-start: 3.125rem;
    flex-direction: column;
    gap: 1.25rem;
  }
}

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

.footer__nav-list {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .footer__nav-list {
    flex-direction: column;
    gap: 0.625rem 1.25rem;
    max-width: 14.375rem;
    margin-inline: auto;
  }
}

.footer__nav-item a {
  display: flex;
  flex-direction: column;
  font-size: max(0.875rem, 12px);
  font-weight: 300;
  font-family: "montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 1.4285714286;
  letter-spacing: 0.075em;
  text-transform: capitalize;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .footer__nav-item a {
    text-align: center;
  }
}

@media (any-hover: hover) {
  .footer__nav-item a:hover {
    opacity: 0.6;
  }
}
.footer__nav-item span {
  display: block;
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #ffffff;
  line-height: 2;
  letter-spacing: 0.075em;
}

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

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

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

.form__required {
  display: inline-block;
  font-size: 12px;
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  background-color: #556225;
  border-radius: 100vmax;
  padding: 0.34375rem 0.625rem;
  margin-left: 0.625rem;
}

.form__data {
  width: 100%;
  margin-top: 0.4375rem;
}

/* ---------- フォーム共通設定 | ここから ---------- */
.form__input,
.form__textarea {
  font-size: max(1.125rem, 12px);
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #556225;
  letter-spacing: 0.1em;
  line-height: 2;
  padding: 0.6875rem 1rem;
  width: 100%;
  border-radius: 0.3125rem;
  border: 1px solid #c9c9c9;
}
@media screen and (max-width: 768px) {
  .form__input,
  .form__textarea {
    font-size: max(1rem, 12px);
    padding: 0.3125rem 0.625rem;
  }
}

.form__input:focus,
.form__textarea:focus {
  border: 1px solid #131313;
}

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

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

/* ---------- フォーム共通設定 | ここまで ---------- */
/* ---------- チェックボックス（共通） | ここから ---------- */
.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-direction: column;
}

.wpcf7-list-item:nth-child(n+2) {
  margin-top: 0.1875rem;
}

.wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  font-size: max(1.125rem, 12px);
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #131313;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-left: 1.875rem;
}
@media screen and (max-width: 768px) {
  .wpcf7-list-item-label {
    font-size: max(1rem, 12px);
  }
}

/* チェックボックス */
.wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0.5625rem;
  left: 0;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: solid 1px #a5a5a5;
  border-radius: 0.25rem;
  border-radius: 100vmax;
  transition: 0.3s ease;
}

/* チェックマーク */
.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0.1875rem;
  top: 0.75rem;
  background-color: #799147;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 100vmax;
  opacity: 0;
}

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

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-top: 1.3125rem;
}

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

/* ---------- チェックボックス（共通） | ここまで ---------- */
/* ---------- プライバシーポリシー | ここから ---------- */
.form__privacy-text-link {
  display: inline-block;
  font-size: max(1.125rem, 12px);
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #131313;
  letter-spacing: 0.1em;
  line-height: 2;
  text-decoration: underline;
  text-underline-offset: 0.0625rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .form__privacy-text-link {
    font-size: max(1rem, 12px);
  }
}

@media (any-hover: hover) {
  .form__privacy-text-link:hover {
    opacity: 0.6;
  }
}
/* ---------- プライバシーポリシー | ここまで ---------- */
/* ---------- エラー時のプレースフォルダー | ここから ---------- */
.wpcf7-not-valid:not(.form__radio) {
  font-size: max(1.125rem, 12px);
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #556225;
  letter-spacing: 0.1em;
  line-height: 2;
  background-color: rgba(201, 72, 0, 0.2);
  border: 1px solid #ff5050;
}
@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(255, 80, 80, 0.6);
}

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

/* ---------- エラー時のプレースフォルダー | ここまで ---------- */
@media screen and (max-width: 768px) {
  .hamburger {
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #ffffff;
    border-radius: 0.3125rem;
    transition: all 0.3s;
    z-index: 10;
  }
}

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

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

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

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

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

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

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

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

.header {
  background-color: transparent;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 1.75rem 0;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 0.625rem 0;
  }
}

/* スクロールするとヘッダーの色が変化する */
.header.headerChange {
  background-color: #131313;
  box-shadow: 0px 3px 5px 0px rgba(85, 98, 37, 0.6);
  padding: 0.46875rem 0;
}

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

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

.header__logo-link {
  display: block;
  width: 13rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .header__logo-link {
    width: 11.25rem;
  }
}

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

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

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

.horizontal-wrapper {
  width: fit-content;
  display: flex;
  min-height: 100svh;
  min-height: 100lvh;
}
@media screen and (max-width: 768px) {
  .horizontal-wrapper {
    display: contents;
    min-height: auto;
  }
}

.horizontal-item {
  width: max-content;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .horizontal-item {
    display: contents;
    width: 100%;
  }
}

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

.lower-fv::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #131313;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.lower-fv__bg {
  padding-block: 15.625rem 8.375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower-fv__bg {
    padding-block: 7.5rem 3.75rem;
  }
}

.lower-fv__bg::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: min(106.7708333333vw, 128.125rem);
  aspect-ratio: 4100/720;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .lower-fv__bg::before {
    top: 45%;
  }
}

.lower-fv__bg[data-page=about]::before {
  background-image: url("../../assets/images/about/fv-about.webp");
}

.lower-fv__bg[data-page=company]::before {
  background-image: url("../../assets/images/company/fv-company.webp");
}

.lower-fv__bg[data-page=service]::before {
  background-image: url("../../assets/images/service/fv-service.webp");
}

.lower-fv__bg[data-page=recruit]::before {
  background-image: url("../../assets/images/recruit/fv-recruit.webp");
}

.lower-fv__bg[data-page=contact]::before {
  background-image: url("../../assets/images/contact/fv-contact.webp");
}

.lower-fv__bg[data-page=news]::before {
  background-image: url("../../assets/images/news/fv-news.webp");
}

.lower-fv__bg[data-page=news-detail]::before {
  background-image: url("../../assets/images/news/fv-news-detail.webp");
}

.lower-fv__bg[data-page=privacy]::before {
  background-image: url("../images/privacy/fv-privacy.webp");
}

.lower-fv__title {
  font-family: "montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 7.5rem;
  font-weight: 900;
  font-style: italic;
  line-height: 1.4333333333;
  letter-spacing: 0;
  color: #ffffff;
  text-transform: capitalize;
  margin-block: calc((1em - 1lh) / 2);
}
@media screen and (max-width: 768px) {
  .lower-fv__title {
    font-size: 3.875rem;
  }
}

.lower-fv__title.lower-fv__title-01 {
  font-size: 7.5rem;
}
@media screen and (max-width: 768px) {
  .lower-fv__title.lower-fv__title-01 {
    font-size: 2.75rem;
  }
}

.lower-fv__subtitle {
  margin-block-start: 1rem;
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .lower-fv__subtitle {
    font-size: 1rem;
  }
}

.mv {
  position: relative;
  width: 100vw;
  min-height: 100svh;
}

.mv__video {
  position: relative;
  min-height: 100lvh;
}

.mv__video::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  mix-blend-mode: overlay;
  z-index: 2;
}

.mv__video::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 3;
}

.mv__video video {
  width: 100%;
  height: 100%;
  min-height: 100lvh;
  object-fit: cover;
}

.mv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 67.25rem;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .mv__title {
    flex-direction: column;
    width: 70%;
    max-width: 25rem;
  }
}

.mv__title-text {
  font-size: 2.5rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .mv__title-text {
    font-size: 2.25rem;
    text-indent: 0.8em;
  }
}

.mv__title-logo {
  max-width: 26.625rem;
  width: 100%;
  padding-inline: 1.25rem 3.125rem;
}
@media screen and (max-width: 768px) {
  .mv__title-logo {
    max-width: 11.25rem;
    padding-inline: 0;
    padding-block: 3.125rem;
  }
}

.news-detail {
  width: 100%;
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 768px) {
  .news-detail {
    padding-bottom: 6.25rem;
  }
}

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

.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(0.875rem, 12px);
  font-family: "montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #131313;
  line-height: 1.3;
}

.news-detail__category {
  display: inline-block;
  padding: 0.46875rem 1.875rem;
  border-radius: 100vmax;
  background-color: #f3f3f3;
  border: 1px solid #c9c9c9;
}
@media screen and (max-width: 768px) {
  .news-detail__category {
    padding: 0.3125rem 0.9375rem;
  }
}

.news-detail__category-text {
  display: inline-block;
  font-size: max(0.875rem, 12px);
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #131313;
  line-height: 1.3;
}

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

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

.news-detail__body h3 {
  font-size: 1.25rem;
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #131313;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 3.125rem;
  padding-bottom: 0.3125rem;
  padding-inline: 0.9375rem;
  overflow-wrap: break-word;
  border-bottom: 1px solid #646464;
}
@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: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #131313;
  line-height: 2;
  letter-spacing: 0.1em;
}
@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: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #131313;
  line-height: 2;
  letter-spacing: 0.1em;
}
@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: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #131313;
  line-height: 2;
  letter-spacing: 0.1em;
  overflow-wrap: break-word;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
@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: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #131313;
  line-height: 2;
  letter-spacing: 0.1em;
  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: 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 #c9c9c9;
}
@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: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #131313;
  letter-spacing: 0.1em;
  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%);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.25rem;
  aspect-ratio: 20/14;
}

.postLink-prev a::before {
  left: 0;
  background-image: url(../../assets/images/common/icon-arrow-left.svg);
}

.postLink-next a::before {
  right: 0;
  background-image: url(../../assets/images/common/icon-arrow-right.svg);
}

@media (any-hover: hover) {
  .news-detail__btn-back a:hover,
  .postLink-prev a:hover,
  .postLink-next a:hover {
    opacity: 0.6;
  }
}
.news {
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 768px) {
  .news {
    padding-bottom: 6.25rem;
  }
}

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

.news__container {
  display: grid;
  grid-template-columns: clamp(12.5rem, 0.931rem + 12.77vw, 16.25rem) 1fr; /* 200 ~ 260 | 1450 ~ 1920 */
  gap: clamp(5rem, -6.569rem + 12.77vw, 8.75rem); /* 80 ~ 140 | 1450 ~ 1920 */
}
@media screen and (max-width: 768px) {
  .news__container {
    grid-template-columns: 1fr;
    gap: 3.125rem;
  }
}

.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__category-title {
  font-size: 1.25rem;
  font-family: "montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  color: #131313;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-style: italic;
  text-transform: capitalize;
  border-top: 2px solid #131313;
  border-bottom: 1px solid #131313;
  padding-block: 1rem;
}
@media screen and (max-width: 768px) {
  .news__category-title {
    font-size: 1.125rem;
    padding-block: 0.9375rem;
  }
}

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

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

@media (any-hover: hover) {
  .news__category-link:hover {
    opacity: 0.6;
  }
}
.news__item {
  border-top: 1px solid #c9c9c9;
}

.news__item:last-child {
  border-bottom: 1px solid #c9c9c9;
}

.news__item-link {
  position: relative;
  display: block;
  padding-block: 2.5rem 2rem;
  transition: all 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news__item-link {
    padding-block: 1.25rem 0.9375rem;
  }
}

.news__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__item-link:hover::before {
    transform: translateX(0);
  }
}
.news__title {
  font-size: 1.25rem;
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #131313;
  line-height: 2.2;
  white-space: normal; /* 文字を折り返す */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 表示する行数 */
  overflow: hidden;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .news__title {
    font-size: max(1rem, 12px);
  }
}

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

.pagination,
.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-numbers {
  position: relative;
  display: block;
  font-size: 1.25rem;
  font-family: "montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  color: rgba(19, 19, 19, 0.5);
  letter-spacing: 0.02em;
  font-style: italic;
  transition: all 0.3s;
}

.page-numbers:not(.prev.page-numbers):not(.next.page-numbers) {
  padding: 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .page-numbers:not(.prev.page-numbers):not(.next.page-numbers) {
    padding: 0 0.9375rem;
  }
}

/* 現在表示されているページ */
.page-numbers.current {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  font-family: "montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  color: #131313;
  letter-spacing: 0.02em;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .page-numbers.current {
    font-size: max(1rem, 12px);
  }
}

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

@media (any-hover: hover) {
  .page-numbers:not(.current):not(.dots):hover,
  .next.page-numbers:hover,
  .prev.page-numbers:hover {
    color: #131313;
  }
}
.next.page-numbers,
.prev.page-numbers {
  position: relative;
  display: block;
  width: 1.25rem;
  height: auto;
  aspect-ratio: 20/14;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .next.page-numbers,
  .prev.page-numbers {
    width: 1.5625rem;
  }
}

@media (any-hover: hover) {
  .next.page-numbers:hover,
  .prev.page-numbers:hover {
    opacity: 0.6;
  }
}
.next.page-numbers::after,
.prev.page-numbers::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  width: 100%;
  height: 100%;
}

/* 前への矢印カスタマイズ */
.next.page-numbers::after {
  background-image: url(../../assets/images/common/icon-arrow-right.svg);
}

/* 次への矢印カスタマイズ */
.prev.page-numbers::after {
  background-image: url(../../assets/images/common/icon-arrow-left.svg);
}

.next.page-numbers {
  margin-left: 1.25rem;
}
@media screen and (max-width: 768px) {
  .next.page-numbers {
    margin-left: 0.9375rem;
  }
}

.prev.page-numbers {
  margin-right: 1.25rem;
}
@media screen and (max-width: 768px) {
  .prev.page-numbers {
    margin-right: 0.9375rem;
  }
}

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

.pc-nav__item {
  position: relative;
}

.pc-nav__item-link {
  display: inline-block;
  padding-inline: 1.5625rem;
  text-align: center;
  transition: all 0.3s;
}
@media screen and (max-width: 1480px) {
  .pc-nav__item-link {
    padding-inline: 0.9375rem;
  }
}

@media (any-hover: hover) {
  .pc-nav__item-link:hover {
    opacity: 0.6;
  }
}
.pc-nav__item-link-en {
  font-size: max(0.875rem, 12px);
  font-family: "montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.4285714286;
  letter-spacing: 0.075em;
  text-transform: capitalize;
}
@media screen and (max-width: 1480px) {
  .pc-nav__item-link-en {
    letter-spacing: 0;
  }
}

.pc-nav__item-link-ja {
  font-size: max(0.75rem, 12px);
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.6666666667;
  letter-spacing: 0.075em;
  margin-top: 0.125rem;
}
@media screen and (max-width: 1480px) {
  .pc-nav__item-link-ja {
    letter-spacing: 0;
  }
}

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

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

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

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

.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: 1.5rem;
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  color: #131313;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .privacy__rule-title {
    font-size: 1rem;
  }
}

.privacy__rule-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #131313;
  width: 0.9375rem;
  height: 2px;
}

.privacy__rule-body {
  margin-top: 1.5625rem;
}

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

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

@media (any-hover: hover) {
  .privacy__text-link:hover {
    opacity: 0.6;
  }
}
/* ベースの番号付きリスト（デフォルトは 1. 2. 3. ） */
.privacy__list {
  counter-reset: num;
}

.privacy__list-item {
  position: relative;
  font-size: max(1rem, 12px);
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #131313;
  line-height: 2.25;
  letter-spacing: 0.1em;
}

.privacy__list-item::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #131313;
  line-height: 2.25;
  letter-spacing: 0.1em;
  font-style: italic;
}

.privacy__list-item.privacy__list-item--level2 {
  margin-top: 1.25rem;
}

/* =========================
   追加：日本語の番号スタイル
   （１）／１．／ア・イ・ウ…
========================= */
/* 全角数字（1桁ずつの記号セット）「１．」で使用 */
@counter-style jp-fullwidth-decimal {
  system: numeric;
  symbols: "０" "１" "２" "３" "４" "５" "６" "７" "８" "９";
  suffix: "．";
}
/* カナ列挙「ア　イ　ウ…」 */
@counter-style jp-kana-aiueo {
  system: fixed;
  symbols: "ア" "イ" "ウ" "エ" "オ" "カ" "キ" "ク" "ケ" "コ" "サ" "シ" "ス" "セ" "ソ" "タ" "チ" "ツ" "テ" "ト" "ナ" "ニ" "ヌ" "ネ" "ノ" "ハ" "ヒ" "フ" "ヘ" "ホ" "マ" "ミ" "ム" "メ" "モ" "ヤ" "ユ" "ヨ" "ラ" "リ" "ル" "レ" "ロ" "ワ" "ヲ" "ン";
  suffix: "　";
}
/* １．（全角ドット付き：第5条の第一階層） */
.privacy__list.privacy__list--level1 {
  counter-reset: lvl1;
}

/* （１）（全角かっこ数字：第5条の第二階層）
   counter() では @counter-style の prefix/suffix は反映されないため、
   かっこは文字連結で付与する。 */
.privacy__list.privacy__list--level2 {
  position: relative;
  counter-reset: lvl2;
  margin-top: 1.25rem;
  padding-left: 1.875rem;
}
@media screen and (max-width: 768px) {
  .privacy__list.privacy__list--level2 {
    padding-left: 0.9375rem;
  }
}

.privacy__list.privacy__list--level2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #c9c9c9;
  width: 0.3125rem;
  height: 100%;
}

.privacy__list.privacy__list--level2 > .privacy__list-item {
  font-size: max(1rem, 12px);
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #131313;
  line-height: 2.1;
  letter-spacing: 0.1em;
  padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .privacy__list.privacy__list--level2 > .privacy__list-item {
    padding-left: 1.875rem;
  }
}

/* 第二階層（01 02 03） */
.privacy__list.privacy__list--level2 > .privacy__list-item::before {
  counter-increment: lvl2;
  content: counter(lvl2, decimal-leading-zero);
}

/* ア・イ・ウ…（第5条の第三階層） */
.privacy__list.privacy__list--kana {
  counter-reset: kana;
}

.privacy__list.privacy__list--kana > .privacy__list-item {
  font-size: max(1rem, 12px);
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #131313;
  line-height: 2.25;
  letter-spacing: 0.1em;
  padding-left: 1em;
}

.privacy__list.privacy__list--kana > .privacy__list-item::before {
  counter-increment: kana;
  content: counter(kana) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #131313;
  line-height: 2.25;
  letter-spacing: 0.1em;
}

.service-intro {
  position: relative;
  padding-block: 4.4375rem 10.75rem;
  background-color: #131313;
}
@media screen and (max-width: 768px) {
  .service-intro {
    padding-block: 3.125rem 7.5rem;
  }
}

.service-intro__inner {
  position: relative;
}

.service-intro__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2.375rem;
}
@media screen and (max-width: 768px) {
  .service-intro__content {
    gap: 1.875rem;
  }
}

.service-intro__heading {
  display: flex;
  flex-direction: column;
}

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

.service-intro__title span {
  font-size: 5rem;
  line-height: 1.25;
  display: block;
}
@media screen and (max-width: 768px) {
  .service-intro__title span {
    font-size: 2.25rem;
    line-height: 1.5;
    text-indent: 1.5rem;
  }
}

.service-intro__text {
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: max(1.25rem, 12px);
  font-weight: 400;
  color: #eeeff1;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .service-intro__text {
    font-size: max(0.9375rem, 12px);
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
}

.service-intro__concept {
  margin-block-start: 3.9375rem;
}
@media screen and (max-width: 768px) {
  .service-intro__concept {
    margin-block-start: 5rem;
  }
}

.service-intro__concept-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-intro__concept-item {
  position: relative;
}

.service-intro__concept-item:nth-child(2) {
  margin-inline-start: -1.875rem;
}
@media screen and (max-width: 768px) {
  .service-intro__concept-item:nth-child(2) {
    margin-inline-start: -0.9375rem;
  }
}

.service-intro__concept-item:nth-child(3) {
  margin-inline-start: -1.875rem;
}
@media screen and (max-width: 768px) {
  .service-intro__concept-item:nth-child(3) {
    margin-inline-start: -0.875rem;
  }
}

.service-intro__concept-item:nth-child(1) {
  z-index: 3;
}

.service-intro__concept-item:nth-child(2) {
  z-index: 2;
}

.service-intro__concept-item:nth-child(3) {
  z-index: 1;
}

.service-intro__concept-circle {
  position: relative;
  width: 18.75rem;
  height: 18.75rem;
  border: 0.0625rem solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .service-intro__concept-circle {
    width: 7.5rem;
    height: 7.5rem;
  }
}

.service-intro__concept-text {
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 4.375rem;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  paint-order: stroke fill;
}
@media screen and (max-width: 768px) {
  .service-intro__concept-text {
    font-size: 1.625rem;
  }
}

.service-list {
  position: relative;
  padding-block: 10.3125rem 0;
  background-color: #e9eaeb;
}
@media screen and (max-width: 768px) {
  .service-list {
    padding-block: 5rem 0;
  }
}

.service-list__inner {
  position: relative;
}

.service-list__container {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 5.625rem;
  overflow-y: clip;
  padding-block-end: 12.5rem;
}
@media screen and (max-width: 768px) {
  .service-list__container {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 37.5rem;
    margin-inline: auto;
    padding-block-end: 7.5rem;
  }
}

.service-list__category-label {
  position: sticky;
  top: 1.5rem;
  height: 31.25rem;
  height: fit-content;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (max-width: 768px) {
  .service-list__category-label {
    display: none;
  }
}

.service-list__category-text {
  display: flex;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 6.875rem;
  font-weight: 400;
  color: #131313;
  line-height: 1;
  letter-spacing: 0.05em;
  position: absolute;
  top: 3.75rem;
  left: 0;
  white-space: nowrap;
}

.service-list__category-text-base {
  display: inline-block;
}

.service-list__category-text-create {
  display: inline-block;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.3s ease-out;
}

.service-list__category-text-create.is-active {
  opacity: 1;
}

.service-list__category-text-support {
  display: inline-block;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.3s ease-out;
}

.service-list__category-text-support.is-active {
  opacity: 1;
}

/* Safariのみ */
_::-webkit-full-page-media,
_:future,
:root .service-list__category-text-create,
:root .service-list__category-text-support {
  margin-top: 0 !important;
}

.service-list__items {
  display: flex;
  flex-direction: column;
  gap: 7.5rem;
}
@media screen and (max-width: 768px) {
  .service-list__items {
    gap: 3.75rem;
  }
}

.service-list__item {
  display: grid;
  grid-template-columns: 1fr 37.5rem;
  gap: 4.375rem;
}
@media screen and (max-width: 768px) {
  .service-list__item {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}

.service-list__content {
  display: flex;
  flex-direction: column;
  gap: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .service-list__content {
    display: contents;
  }
}

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

.service-list__text-area {
  border-left: 0.25rem solid #131313;
  padding-left: 1.875rem;
  display: grid;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .service-list__text-area {
    padding-left: 1.25rem;
  }
}

.service-list__text-area[data-line=yellow] {
  border-left-color: #c4ba0d;
}

.service-list__text-area[data-line=orange] {
  border-left-color: #cb8f2b;
}

.service-list__text-area[data-line=ocher] {
  border-left-color: #cb8f2b;
}

.service-list__text-area[data-line=red] {
  border-left-color: #cb1f2c;
}

.service-list__text-area[data-line=vermilion] {
  border-left-color: #c4275d;
}

.service-list__text-area[data-line=reddish-purple] {
  border-left-color: #cb2c84;
}

.service-list__text-area[data-line=purple] {
  border-left-color: #923e8a;
}

.service-list__text-area[data-line=green] {
  border-left-color: #3b9262;
}

.service-list__text-area[data-line=Yellow-green] {
  border-left-color: #93b844;
}

.service-list__text-area[data-line=lime-green] {
  border-left-color: #299f9a;
}

.service-list__text-area[data-line=light-blue] {
  border-left-color: #3397c5;
}

.service-list__text-area[data-line=blue] {
  border-left-color: #276697;
}

.service-list__text-area[data-line=navy-blue] {
  border-left-color: #3e409f;
}

.service-list__text {
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  color: #131313;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  margin-block: calc((1em - 1lh) / 2);
}
@media screen and (max-width: 768px) {
  .service-list__text {
    font-size: max(1.125rem, 12px);
    line-height: 2;
  }
}

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

.service-list__image {
  position: relative;
  width: 100%;
  max-width: 37.5rem;
}
@media screen and (max-width: 768px) {
  .service-list__image {
    max-width: 100%;
    order: -1;
  }
}

.service-list__image img {
  aspect-ratio: 600/400;
  object-fit: cover;
  width: 100%;
  height: auto;
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .sp-nav__item-link {
    display: inline-block;
    transition: all 0.3s;
  }
}

@media (any-hover: hover) {
  .sp-nav__item-link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .sp-nav__item-link-en {
    font-size: max(1rem, 12px);
    font-family: "montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.4285714286;
    letter-spacing: 0.075em;
    text-transform: capitalize;
  }
}

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

.top-about {
  position: relative;
  width: 100%;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-width: max-content;
}
@media screen and (max-width: 768px) {
  .top-about {
    display: block;
    width: 100%;
    height: auto;
    min-width: auto;
    padding-block: 5rem;
  }
}

.top-about__inner {
  margin-inline: auto;
  width: max-content;
  min-width: max-content;
  padding-left: 10rem;
}
@media screen and (max-width: 768px) {
  .top-about__inner {
    width: 100%;
    max-width: 33.75rem;
    min-width: auto;
    margin-inline: auto;
    padding-inline: 1.25rem;
  }
}

.top-about__container {
  display: flex;
  align-items: center;
  gap: 12.5rem;
  padding-right: 31.25rem;
}
@media screen and (max-width: 768px) {
  .top-about__container {
    flex-direction: column;
    gap: 0;
    padding-right: 0;
  }
}

.top-about__img-01 {
  max-width: 60rem;
  width: 100%;
}
.top-about__img-01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 960/540;
}

.top-about__text-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 57.125rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-about__text-wrapper {
    position: relative;
    flex-direction: column;
    gap: 3.125rem;
    max-width: none;
    margin-top: 18.75rem;
  }
}

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

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

@media screen and (max-width: 1099px) {
  .top-about__btn {
    max-width: 15.625rem;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-about__btn {
    margin-top: 3.75rem;
  }
}

.top-about__img-02 {
  position: absolute;
  right: -10.125rem;
  top: 50%;
  transform: translateY(-50%);
  max-width: 28.125rem;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-about__img-02 {
    top: -8.75rem;
    right: -6.25rem;
    max-width: 12.5rem;
    z-index: -1;
  }
}

.top-about__img-02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.top-about-bg {
  position: relative;
  min-width: 100vw;
  width: 100vw;
  height: 100lvh;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-about-bg {
    height: auto;
    aspect-ratio: 16/9;
  }
}

.top-about-bg img {
  width: 100%;
  height: 100lvh;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .top-about-bg img {
    height: auto;
  }
}

.top-company {
  position: relative;
  padding-top: 24.375rem;
}
@media screen and (max-width: 768px) {
  .top-company {
    padding-top: 7.5rem;
  }
}

.top-company::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #e9eaeb;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.top-company__inner {
  max-width: 71.625rem;
  width: 100%;
  margin-inline: auto;
  padding-right: 1.5625rem;
  padding-left: clamp(1.563rem, -20.419rem + 24.26vw, 8.688rem); /* 25 ~ 139 | 1450 ~ 1920 */
}
@media screen and (max-width: 768px) {
  .top-company__inner {
    max-width: 33.75rem;
    padding-inline: 1.25rem;
  }
}

.top-company__container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15.625rem;
}
@media screen and (max-width: 768px) {
  .top-company__container {
    flex-direction: column;
    padding-bottom: 6.25rem;
  }
}

.top-company__section-title {
  position: relative;
  max-width: 15.625rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-company__section-title {
    max-width: none;
  }
}

.top-company__sub-title {
  position: absolute;
  top: -16%;
  left: 26.25rem;
  transform: translate(-50%, -50%);
  width: clamp(81.25rem, 43.221rem + 43.46vw, 95.375rem);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-company__sub-title {
    top: -0.625rem;
    left: 0;
    transform: translate(0%, -50%);
    width: 100%;
    max-width: 25rem;
  }
}

.top-company__main-title {
  font-family: "montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #131313;
  font-style: italic;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  white-space: nowrap;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .top-company__main-title {
    margin-top: 0;
  }
}

.top-company__btn {
  display: none;
}
@media screen and (max-width: 1099px) {
  .top-company__btn {
    display: block;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .top-company__btn {
    margin-top: 3.125rem;
  }
}

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

.top-company__lead-01 {
  font-size: 2.25rem;
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  color: #131313;
  line-height: 2;
  letter-spacing: 0.1em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 768px) {
  .top-company__lead-01 {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

.top-company__lead-02 {
  font-size: 2.875rem;
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  color: #131313;
  line-height: 1.5652173913;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .top-company__lead-02 {
    font-size: 1.5rem;
    margin-top: 1.25rem;
  }
}

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

.top-company__bg {
  width: 100%;
  aspect-ratio: 1920/1080;
}

.top-company__bg img {
  object-fit: cover;
}

.top-message {
  position: relative;
  color: #ffffff;
  min-width: 100vw;
  min-height: 100lvh;
}
@media screen and (max-width: 768px) {
  .top-message {
    padding-block: 6.25rem;
    min-height: auto;
  }
}

@media screen and (max-width: 768px) {
  .top-message__inner.inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 6.25rem;
    max-width: 33.75rem;
  }
}

.top-message__text-wrapper {
  position: absolute;
  bottom: clamp(2.5rem, -2.548rem + 5.77vw, 4.375rem); /* 40 ~ 70 | 1400 ~ 1920 */
  left: clamp(3.125rem, -5.288rem + 9.62vw, 6.25rem); /* 50 ~ 100 | 1400 ~ 1920 */
}
@media screen and (max-width: 768px) {
  .top-message__text-wrapper {
    position: static;
  }
}

.top-message__text-wrapper.top-message__text-wrapper-02 {
  right: 5.625rem;
  left: auto;
}
@media screen and (max-width: 768px) {
  .top-message__text-wrapper.top-message__text-wrapper-02 {
    position: static;
  }
}

.top-message__head {
  display: flex;
  align-items: center;
}

.top-message__no {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  padding-bottom: 0.3125rem;
}

.top-message__no::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}

.top-message__no-en {
  font-size: 1rem;
  font-family: "montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.2em;
  text-transform: capitalize;
}

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

.top-message__lead {
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(2.125rem, 1.115rem + 1.15vw, 2.5rem); /* 34 ~ 40 | 1400 ~ 1920 */
  font-weight: 900;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.075em;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .top-message__lead {
    font-size: 1.5rem;
  }
}

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

.top-message__title {
  position: absolute;
  top: clamp(6.25rem, -7.212rem + 15.38vw, 11.25rem); /* 100 ~ 180 | 1400 ~ 1920 */
  right: clamp(6.25rem, -3.846rem + 11.54vw, 10rem); /* 100 ~ 160 | 1400 ~ 1920 */
  max-width: clamp(10.625rem, -6.202rem + 19.23vw, 16.875rem); /* 170 ~ 270 | 1400 ~ 1920 */
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-message__title {
    position: static;
    margin-left: auto;
    margin-right: 0;
    max-width: 11.25rem;
  }
}

.top-message__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

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

.top-message::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply;
  z-index: -1;
}

.top-news {
  position: relative;
  padding-block: 14.375rem 12.5rem;
}
@media screen and (max-width: 768px) {
  .top-news {
    padding-block: 6.25rem 6.25rem;
  }
}

.top-news::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #e9eaeb;
  width: 100%;
  height: 100%;
  z-index: -1;
}

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

.top-news__container {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .top-news__container {
    grid-template-columns: 1fr;
    gap: 3.75rem;
  }
}

.top-news__section-title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.9375rem;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .top-news__section-title {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    writing-mode: horizontal-tb;
    text-align: center;
  }
}

.top-news__section-title-en {
  font-size: max(0.75rem, 12px);
  font-family: "montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #131313;
}

.top-news__section-title-ja {
  font-size: 2.625rem;
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #131313;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .top-news__section-title-ja {
    font-size: 2.125rem;
  }
}

.top-news__btn {
  margin-top: 5rem;
  text-align: center;
}
.top-recruit {
  padding-block: 0.625rem;
  padding-block: max(0.5208333333vw, 0.625rem);
}
@media screen and (max-width: 768px) {
  .top-recruit {
    padding-block: 0.625rem 0;
  }
}

.top-recruit__inner {
  max-width: 120rem;
  max-width: 100vw;
  width: 100%;
  margin-inline: auto;
  padding-left: 4.375rem;
  padding-left: max(3.6458333333vw, 4.375rem);
}
@media screen and (max-width: 768px) {
  .top-recruit__inner {
    padding-left: 0;
  }
}

.top-recruit__container {
  position: relative;
  padding-block: 4.625rem 4.75rem;
  padding-block: max(3.8541666667vw, 4.625rem) max(3.9583333333vw, 4.75rem);
}
@media screen and (max-width: 768px) {
  .top-recruit__container {
    padding-inline: 1.25rem;
    padding-block: 29.3333333333vw 5rem;
    max-width: 100vw;
    width: 100%;
    margin-inline: auto;
  }
}

.top-recruit__container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../../assets/images/top/recruit-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 94.375rem;
  width: max(78.6458333333vw, 94.375rem);
  aspect-ratio: 1510/680;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-recruit__container::before {
    bottom: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
    width: 100%;
  }
}

.top-recruit__title {
  max-width: 40.625rem;
  max-width: max(33.8541666667vw, 40.625rem);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-recruit__title {
    max-width: 23.4375rem;
    max-width: min(89.3333333333vw, 28.125rem);
    margin-inline: auto;
  }
}

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

.top-recruit__btn {
  margin-top: 2.5rem;
  margin-top: max(2.0833333333vw, 2.5rem);
}
@media screen and (max-width: 768px) {
  .top-recruit__btn {
    text-align: center;
  }
}

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

.top-service::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #0a0a0a;
  width: 100%;
  height: 100%;
  z-index: -2;
}

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

.top-service__contaner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 768px) {
  .top-service__contaner {
    flex-direction: column;
    padding-bottom: 6.25rem;
  }
}

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

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

.top-service__title-en {
  font-family: "montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: max(0.75rem, 12px);
  font-weight: 700;
  color: #646464;
  margin-top: 0.9375rem;
}

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

.top-service__lead-01 {
  font-size: 2.25rem;
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  color: #ffffff;
  line-height: 2;
  letter-spacing: 0.1em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 768px) {
  .top-service__lead-01 {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

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

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

.top-service__content {
  display: grid;
  grid-template-columns: 710fr 1210fr;
  min-height: 48.375rem;
  max-width: 120rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .top-service__content {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}

.top-service__img {
  position: relative;
  width: 100%;
  mix-blend-mode: luminosity;
  overflow: hidden;
  will-change: transform, filter, opacity;
}

.top-service__img-item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.1s ease;
}
.top-service__img-item.is-active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .top-service__img-item {
    position: static;
    height: auto;
    aspect-ratio: 5/3;
    object-fit: cover;
    opacity: 1;
  }
  .top-service__img-item:not(.is-active) {
    display: none;
  }
}

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

.top-service__item {
  display: block;
  width: 100%;
}

.top-service__item:nth-child(even) {
  border-left: 1px solid #c9c9c9;
}
@media screen and (max-width: 500px) {
  .top-service__item:nth-child(even) {
    border-left: none;
  }
}

.top-service__item:not(:nth-last-child(-n+2)) {
  border-bottom: 1px solid #707070;
}

@media screen and (max-width: 500px) {
  .top-service__item:not(:last-child) {
    border-bottom: 1px solid #707070;
  }
}

.top-service__item-link {
  display: block;
  background-color: #e9eaeb;
  padding-block: 1.875rem;
  padding-inline: 5.625rem 1.875rem;
  height: 100%;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .top-service__item-link {
    padding-block: 0.9375rem;
    padding-inline: 2.1875rem 0.9375rem;
  }
}

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

.top-service__item-title::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: -2.5rem;
  mask-image: url(../../assets/images/common/icon-arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #131313;
  width: 1.25rem;
  aspect-ratio: 20/14;
  transition: all 0.3s;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-service__item-title::before {
    left: -1.5625rem;
    width: 0.9375rem;
  }
}

.top-service__item-text {
  font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: max(1rem, 12px);
  font-weight: 400;
  color: #707070;
  letter-spacing: 0.1em;
  line-height: 1.875;
  margin-top: 0.5rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .top-service__item-text {
    font-size: max(0.875rem, 12px);
  }
}

@media (any-hover: hover) {
  .top-service__item-link:hover .top-service__item-text,
  .top-service__item-link:hover .top-service__item-title {
    color: #ffffff;
  }
  .top-service__item-link:hover .top-service__item-title::before {
    background-color: #ffffff;
  }
  .top-service__item-link-kawara:hover {
    background-color: #c4ba0d;
  }
  .top-service__item-link-gaiheki:hover {
    background-color: #cb8f2b;
  }
  .top-service__item-link-bankin:hover {
    background-color: #cb1f2c;
  }
  .top-service__item-link-toso:hover {
    background-color: #c4275d;
  }
  .top-service__item-link-bousui:hover {
    background-color: #cb2c84;
  }
  .top-service__item-link-exterior:hover {
    background-color: #923e8a;
  }
  .top-service__item-link-daiku:hover {
    background-color: #93b844;
  }
  .top-service__item-link-sakan:hover {
    background-color: #3b9262;
  }
  .top-service__item-link-keiten:hover {
    background-color: #299f9a;
  }
  .top-service__item-link-jutaku-setsubi:hover {
    background-color: #3397c5;
  }
  .top-service__item-link-dannetsu:hover {
    background-color: #276697;
  }
  .top-service__item-link-taiyouko:hover {
    background-color: #3e409f;
  }
}
.l-lower {
  margin-top: 9.375rem;
}
@media screen and (max-width: 768px) {
  .l-lower {
    margin-top: 6.25rem;
  }
}

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

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

/* 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の設定 | ここから ---------- */
/* PC用 */
.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;
}

/* SP用 */
@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;
}

/* ---------- スクリーンリーダーオンリー用の記述 | ここまで ---------- */