@charset "UTF-8";
/* 游ゴシック、Yu Gothicの代替 */
/* Adobe Fonts | FOT-UDKakugoC60 Pro */
html {
  font-size: 16px;
}
@media (max-width: 1420px) {
  html {
    font-size: 1.1267605634vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

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

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

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

main {
  flex: 1;
}

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

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

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

ul,
ol {
  padding: 0;
}

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

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

ul,
ol {
  list-style: none;
}

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

a {
  text-decoration: none;
}

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

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

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

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

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

textarea {
  resize: none;
}

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

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

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

.inner {
  width: 100%;
  max-width: 91.875rem;
  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;
  }
}

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

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

@keyframes mask {
  0% {
    mask-position: 200% 0%;
  }
  100% {
    mask-position: 0% 0%;
  }
}
/* ---------- 各セクションのマスクアニメーション（X軸方向） ここまで ----------------- */
/* ---------- 読み込み時のチラつき防止 | ここから ---------- */
.js-fade-op,
.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: #202747;
}

.js-text-mask.js-text-mask-blue::before {
  background-color: #0022d8;
}

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

/* -------------------- テキストのマスクエフェクト ここまで ------------------------- */
.blog {
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .blog {
    padding-bottom: 6.25rem;
  }
}

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

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

.blog__list {
  display: grid;
  column-gap: 5rem;
  row-gap: 5.4375rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1440px) {
  .blog__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .blog__list {
    gap: 5rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.blog__item {
  width: 100%;
  aspect-ratio: 410/510;
}

.blog__link {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-right: 0.625rem;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .blog__link:hover .blog__image img {
    transform: scale(1.1);
  }
}
.blog__image {
  display: block;
  width: 100%;
  aspect-ratio: 410/510;
  overflow: hidden;
}

.blog__image img {
  width: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.blog__detail {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  max-width: 17.625rem;
  width: 100%;
  min-height: 11.375rem;
  padding-top: 1.75rem;
  padding-right: 0.625rem;
  padding-left: 2.0625rem;
  padding-bottom: 0.5625rem;
  border-top: 1px solid #0022d8;
  background-color: #ffffff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .blog__detail {
    padding-top: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.blog__detail-layout {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 0.5625rem;
}
@media screen and (max-width: 768px) {
  .blog__detail-layout {
    flex-direction: column;
  }
}

.blog__detail-layout::before {
  content: "";
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #c4c4c4;
}

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

.blog__tag-wrapper {
  display: flex;
  flex-direction: row;
  gap: 0.375rem;
  align-items: center;
  flex-wrap: wrap;
}

.blog__tag {
  font-size: max(0.75rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: #0022d8;
  border: 1px solid #0022d8;
  border-radius: 0.125rem;
  padding-inline: 0.3125rem;
  padding-block: 0.125rem;
}

.blog__item-title {
  font-size: max(1.125rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7777777778;
  color: #202747;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.breadcrumb {
  position: relative;
  z-index: 1;
}

.breadcrumb__nav {
  width: 100%;
}

.breadcrumb__items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumb__item {
  font-size: 12px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #202747;
  line-height: 1.3;
  letter-spacing: 0.06em;
}

.breadcrumb__item:first-of-type .breadcrumb__link {
  color: #0022d8;
  text-transform: uppercase;
}

.breadcrumb__item:last-of-type {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 表示する行数を1行に設定 */
  overflow: hidden;
}

.breadcrumb__item::after {
  content: "-";
  display: inline-block;
  margin-inline: 0.4375rem;
  font-size: 0.75rem;
}

.breadcrumb__item:last-of-type::after {
  content: "";
  margin: 0;
}

.breadcrumb__link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.0625rem;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .breadcrumb__link:hover {
    opacity: 0.6;
  }
}
/* ----- ボタンタイプ共通設定 ここから ----- */
.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%;
  width: max(10.625rem, 120px);
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0.25rem;
  padding: 1rem 1.25rem;
  text-align: left;
  transition: all 0.3s;
}

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

.btn.btn-01.btn-outbound-link::before {
  mask-image: url(../../assets/images/common/icon-outbound-link.svg);
}

.btn__text-01 {
  position: relative;
  font-size: max(1rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #202747;
  letter-spacing: 0.075em;
}

@media (any-hover: hover) {
  .btn.btn-01:hover {
    background-color: #0022d8;
  }
  .btn.btn-01:hover::before {
    background-color: #ffffff;
  }
  .btn.btn-01:hover .btn__text-01 {
    color: #ffffff;
  }
}
/* ----- 白いボタン ここまで ----- */
/* ----- 青いボタン ここから ----- */
.btn.btn-02 {
  position: relative;
  width: max(10.625rem, 120px);
  background-image: linear-gradient(to bottom, #0022d8 0%, #4b67ff 100%);
  border-radius: 0.25rem;
  padding: 1.0625rem 1.25rem;
  text-align: left;
  overflow: hidden;
  transition: all 0.3s;
}

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

.btn.btn-02.btn-arrow-right::before {
  mask-image: url(../../assets/images/common/icon-arrow-right.svg);
}

.btn.btn-02::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to bottom, #7386f4 0%, #d6dcfa 100%);
  opacity: 0;
  transition: all 0.3s;
  z-index: 0;
}

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

@media (any-hover: hover) {
  .btn.btn-02:hover::after {
    opacity: 1;
  }
}
/* ----- 青いボタン ここまで ----- */
/* ----- 黒いボタン ここから ----- */
.btn.btn-03 {
  position: relative;
  width: 100%;
  width: max(10.625rem, 120px);
  background-color: #202747;
  border: 1px solid #202747;
  border-radius: 0.25rem;
  padding: 1rem 1.25rem;
  transition: all 0.3s;
}

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

.btn__text-03 {
  position: relative;
  font-size: max(1rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.075em;
}

@media (any-hover: hover) {
  .btn.btn-03:hover {
    background-color: #ffffff;
  }
  .btn.btn-03:hover::before {
    background-color: #0022d8;
  }
  .btn.btn-03:hover .btn__text-03 {
    color: #0022d8;
  }
}
/* ----- 黒いボタン ここまで ----- */
/* ---------- 『送信する』ボタン | ここから ---------- */
.btn.btn-contact {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 18.75rem;
  height: 3.125rem;
  background-image: linear-gradient(to bottom, #0022d8 0%, #4b67ff 100%);
  border-radius: 0.25rem;
  padding-inline: 1.25rem;
  margin-inline: auto;
  overflow: hidden;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .btn.btn-contact {
    max-width: 18.75rem;
    padding: 0.9375rem 0.625rem 0.9375rem 0.9375rem;
    margin-inline: auto;
  }
}

.btn.btn-contact::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  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: 1rem;
  aspect-ratio: 1/1;
  transition: all 0.3s;
  z-index: 1;
}

.btn.btn-contact::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to bottom, #7386f4 0%, #d6dcfa 100%);
  opacity: 0;
  transition: all 0.3s;
  z-index: 0;
}

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

@media (any-hover: hover) {
  .btn.btn-contact:hover::after {
    opacity: 1;
  }
}
/* ---------- 『送信する』ボタン | ここまで ---------- */
.business-intro {
  position: relative;
  padding-top: 3.75rem;
  padding-bottom: 11.875rem;
}
@media screen and (max-width: 768px) {
  .business-intro {
    padding-bottom: 6.25rem;
  }
}

.business-intro__img-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0.78125vw; /* 左右の余白 */
  max-width: 90.625vw;
  width: 100%;
  margin-inline: auto;
}

.business-intro__img-item {
  width: 100%;
}

.business-intro__img-item img {
  aspect-ratio: 570/380;
  object-fit: cover;
}

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

.business-intro__intro-text-wrapper {
  display: grid;
  grid-template-columns: 1fr 37.5rem;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .business-intro__intro-text-wrapper {
    grid-template-columns: 1fr;
    gap: 3.125rem;
    max-width: 33.75rem;
    width: 100%;
    margin-inline: auto;
  }
}

.business-intro__intro-text-wrapper.business-intro__intro-text-wrapper--panel-production {
  display: block;
}

.business-intro__text-01 {
  font-size: 3.75rem;
  font-family: fot-udkakugoc60-pro, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #202747;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .business-intro__text-01 {
    font-size: 2.1875rem;
  }
}

.business-intro__text-01.business-intro__text-01--whole-sale {
  font-size: clamp(3.125rem, 1.083rem + 2.22vw, 3.75rem); /* 50 ~ 60 | 1470 ~ 1920 */
}
@media screen and (max-width: 768px) {
  .business-intro__text-01.business-intro__text-01--whole-sale {
    font-size: 2.1875rem;
  }
}

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

.business-intro__needs-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.75rem;
  margin-top: 5.3125rem;
}
@media screen and (max-width: 1560px) {
  .business-intro__needs-items {
    grid-template-columns: repeat(2, 1fr);
    max-width: 42.5rem;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .business-intro__needs-items {
    max-width: 21.25rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}

.business-intro__needs-item {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-right: 0.625rem;
  padding-bottom: 5.25rem;
}

.business-intro__needs-item img {
  width: 100%;
  aspect-ratio: 300/360;
}

.business-intro__needs-text-wrapper {
  position: absolute;
  top: 16.25rem;
  right: 0;
  display: flex;
  flex-direction: column;
  max-width: 17.625rem;
  width: 100%;
  min-height: 11.5rem;
  padding-top: 1.25rem;
  padding-right: 0.625rem;
  padding-left: 2.0625rem;
  padding-bottom: 0.5625rem;
  border-top: 1px solid #0022d8;
  background-color: #ffffff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .business-intro__needs-text-wrapper {
    padding-top: 0.9375rem;
    padding-left: 1.25rem;
    top: 17.8125rem;
    min-height: auto;
  }
}

.business-intro__needs-title {
  gap: 0.5625rem;
  font-size: 1.375rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #0022d8;
  line-height: 1.9545454545;
  letter-spacing: 0.04em;
}

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

.business-intro__slide-text {
  position: absolute;
  bottom: 0;
  left: 0;
}

.company-intro {
  position: relative;
  padding-top: 9.0625rem;
  padding-bottom: 11.875rem;
}
@media screen and (max-width: 768px) {
  .company-intro {
    padding-top: 5rem;
    padding-bottom: 6.25rem;
  }
}

.company-intro__intro-text-wrapper {
  display: grid;
  grid-template-columns: 1fr 37.5rem;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .company-intro__intro-text-wrapper {
    grid-template-columns: 1fr;
    gap: 3.125rem;
    max-width: 33.75rem;
    width: 100%;
    margin-inline: auto;
  }
}

.company-intro__text-01-a {
  display: block;
  font-size: 4.5rem;
  font-family: fot-udkakugoc60-pro, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #0022d8;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .company-intro__text-01-a {
    font-size: 2.1875rem;
  }
}

.company-intro__text-01-b {
  display: block;
  font-size: 3.75rem;
  font-family: fot-udkakugoc60-pro, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #202747;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .company-intro__text-01-b {
    font-size: 2.1875rem;
  }
}

.company-intro__text-01.company-intro__text-01--whole-sale {
  font-size: clamp(3.125rem, 1.083rem + 2.22vw, 3.75rem); /* 50 ~ 60 | 1470 ~ 1920 */
}
@media screen and (max-width: 768px) {
  .company-intro__text-01.company-intro__text-01--whole-sale {
    font-size: 2.1875rem;
  }
}

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

.company-intro__slide-text {
  position: absolute;
  bottom: 0;
  left: 0;
}

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

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

.contact__intro-text-01 {
  font-size: 3.75rem;
  font-family: fot-udkakugoc60-pro, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #202747;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .contact__intro-text-01 {
    font-size: 1.625rem;
  }
}

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

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

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

.contact__btn-wrapper {
  margin-top: 3.75rem;
}

.contact-banner {
  position: relative;
  padding-top: 8.125rem;
  padding-bottom: 9.375rem;
  overflow: hidden;
}

.contact-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #0022d8;
  width: 100%;
  height: 100%;
  border-right: 1px solid #ffffff;
  z-index: -2;
}

.contact-banner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 16.875rem);
  background-image: url(../../assets/images/common/contact-banner.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 67.75rem;
  aspect-ratio: 1084/600;
  z-index: -1;
}

.contact-banner__slide-text-left {
  top: 0;
}

.contact-banner__slide-text-right {
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .contact-banner__inner.inner {
    max-width: 33.75rem;
    text-align: center;
  }
}

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

.contact-banner__btn {
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .contact-banner__btn {
    text-align: center;
  }
}

.equipment {
  position: relative;
  padding-top: 11.875rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .equipment {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

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

.equipment__slide-text-left {
  position: absolute;
  top: 0;
  left: 0;
}

.equipment__container {
  display: grid;
  grid-template-columns: 1fr 56.25rem;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .equipment__container {
    grid-template-columns: 1fr;
    gap: 4.375rem;
  }
}

.equipment__img-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3.75rem;
  row-gap: 3.125rem;
}
@media screen and (max-width: 768px) {
  .equipment__img-items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.equipment__img-item {
  width: 100%;
}

.equipment__img-item-img {
  width: 100%;
}

.equipment__img-item-img img {
  aspect-ratio: 420/280;
  object-fit: cover;
}

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

.footer {
  background-color: #ffffff;
  padding-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 3.75rem;
  }
}

.footer__inner.inner {
  max-width: 104.375rem;
  padding-left: 6.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .footer__inner.inner {
    max-width: 33.75rem;
    padding-left: 1.25rem;
  }
}

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

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

.footer__right {
  display: flex;
  gap: 3.625rem;
}
@media screen and (max-width: 1200px) {
  .footer__right {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .footer__right {
    gap: 1.875rem;
  }
}

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

.footer__logo {
  display: inline-block;
  width: 8.3125rem;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .footer__logo:hover {
    opacity: 0.6;
  }
}
.footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 133/50;
}

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

.footer__address-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .footer__address-wrapper {
    flex-direction: column;
  }
}

.footer__address-zip,
.footer__address-address {
  font-size: max(0.75rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #202747;
}
@media screen and (max-width: 768px) {
  .footer__address-zip,
  .footer__address-address {
    text-align: center;
  }
}

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

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

@media (any-hover: hover) {
  .footer__tel-link:hover {
    opacity: 0.6;
  }
}
.footer__slogan {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}
@media screen and (max-width: 1200px) {
  .footer__slogan {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .footer__slogan {
    gap: 0.625rem;
  }
}

.footer__slogan-jp {
  font-size: max(6.25rem, 12px);
  font-family: fot-udkakugoc60-pro, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: #0022d8;
}
@media screen and (max-width: 1200px) {
  .footer__slogan-jp {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .footer__slogan-jp {
    font-size: 3.125rem;
  }
}

.footer__slogan-en {
  font-size: 1.8125rem;
  font-family: fot-udkakugoc60-pro, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #0022d8;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .footer__slogan-en {
    font-size: 1.25rem;
    text-align: center;
  }
}

.footer__nav {
  display: flex;
  gap: 3.6875rem;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    flex-direction: column;
    gap: 1.875rem;
    width: max-content;
    margin-inline: auto;
  }
}

.footer__nav-menu-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 1200px) {
  .footer__nav-menu-wrapper {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav-menu-wrapper {
    gap: 1.875rem;
  }
}

.footer__nav-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .footer__nav-group {
    gap: 18px;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav-group {
    gap: 1.125rem;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .footer__nav-menu {
    text-align: center;
  }
}

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

@media (any-hover: hover) {
  .footer__nav-link:hover {
    color: #c4c4c4;
  }
}
.footer__nav-list01 {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
@media screen and (max-width: 1200px) {
  .footer__nav-list01 {
    gap: 14px;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav-list01 {
    gap: 1.25rem;
    align-items: center;
  }
}

.footer__nav-list02 {
  display: flex;
  flex-direction: column;
  gap: 2.375rem;
}
@media screen and (max-width: 1200px) {
  .footer__nav-list02 {
    gap: 37px;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav-list02 {
    gap: 1.875rem;
    align-items: center;
  }
}

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

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

@media (any-hover: hover) {
  .footer__nav-sub-link:hover {
    opacity: 0.6;
  }
}
.footer__contact-btn {
  margin-top: 0.9375rem;
  width: max(10.625rem, 120px);
}
@media screen and (max-width: 1200px) {
  .footer__contact-btn {
    margin-top: 0;
  }
}
.footer__contact-icon {
  font-size: max(0.75rem, 12px);
}

.footer__copyright {
  background-color: #0022d8;
  padding-block: 0.625rem;
  text-align: center;
  margin-top: 6.25rem;
}

.footer__copyright-text {
  font-size: max(0.75rem, 12px);
  font-family: fot-udkakugoc60-pro, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.form__item {
  display: grid;
  grid-template-columns: max(15rem, 180px) 1fr;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .form__item {
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
}

.form__item.form__item-privacy {
  margin-top: 2.1875rem;
}

.form__item:not(.form__item.form__item-privacy):nth-child(n+2) {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .form__item:not(.form__item.form__item-privacy):nth-child(n+2) {
    margin-top: 2.1875rem;
  }
}

.form__label {
  display: inline-block;
  font-size: max(1.125rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #202747;
  letter-spacing: 0.1em;
  margin-top: 0.7em;
}
@media screen and (max-width: 768px) {
  .form__label {
    font-size: max(1rem, 12px);
    margin-top: 0;
  }
}

.form__required {
  display: inline-block;
  font-size: max(0.875rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #202747;
  border-radius: 100vmax;
  padding: 0.25rem 0.875rem;
  margin-left: 1.125rem;
}

.form__data {
  width: 100%;
}

.form__field.form__field-address {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.form__input-zip-wrapper {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

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

.form__input-zip {
  position: relative;
  padding-left: 3.125rem;
}

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

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

.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: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #c4c4c4;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
@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(1rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #202747;
  line-height: 1.575;
  letter-spacing: 0.1em;
  padding-left: 2.25rem;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .wpcf7-list-item-label:hover {
    color: #0022d8;
  }
}
/* チェックボックス */
.wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  border: solid 1px #202747;
  border-radius: 0.25rem;
  transition: all 0.3s;
}

/* チェックマーク */
.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.25rem;
  transform: rotate(-45deg);
  width: 1.125rem;
  height: 0.5rem;
  border-left: 2px solid #0022d8;
  border-bottom: 2px solid #0022d8;
  opacity: 0;
}

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

.wpcf7-file {
  width: 100%;
}

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

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

.wpcf7 form.sent .wpcf7-response-output {
  font-size: 1rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #c4c4c4;
  line-height: 1.75;
  text-align: center;
  border: none;
}

/* ---------- チェックボックス（共通） | ここまで ---------- */
/* ---------- プライバシーポリシー | ここから ---------- */
.form__privacy-text-link {
  display: inline-block;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #202747;
  line-height: 1.26;
  letter-spacing: 0.1em;
  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 {
    color: #0022d8;
  }
}
/* ---------- プライバシーポリシー | ここまで ---------- */
/* ---------- エラー時のプレースフォルダー | ここから ---------- */
.wpcf7-not-valid:not(.form__radio) {
  font-size: 0.875rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #ff5050;
  background-color: rgba(201, 72, 0, 0.2);
  border: 1px solid #ff5050;
}

.wpcf7-not-valid:not(.form__radio)::placeholder {
  color: #ffffff;
}

.wpcf7-not-valid-tip {
  font-size: 0.875rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #ff5050;
  margin-top: 0.625rem;
}

/* ---------- エラー時のプレースフォルダー | ここまで ---------- */
.fv-lower {
  position: relative;
  overflow: hidden;
}

.fv-lower-01 {
  padding-top: 7.5rem;
}

.fv-lower-02 {
  padding-block: 7.5rem 5.625rem;
}
@media screen and (max-width: 768px) {
  .fv-lower-02 {
    padding-block: 5rem 5.625rem;
  }
}

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

.fv-lower.fv-lower-company::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("https://picsum.photos/id/201/800/450.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}

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

.fv-lower__title {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 9.6875rem;
}

.fv-lower__title-ja {
  display: inline-block;
  font-size: 1.375rem;
  font-family: fot-udkakugoc60-pro, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #0022d8;
  line-height: 1.8181818182;
  letter-spacing: 0.1em;
}

.fv-lower__title-en {
  font-size: 6.25rem;
  font-family: fot-udkakugoc60-pro, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #0022d8;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .fv-lower__title-en {
    font-size: 3.125rem;
  }
}

.fv-lower.fv-lower-company .fv-lower__title-ja,
.fv-lower.fv-lower-company .fv-lower__title-en {
  color: #ffffff;
}

.fv-lower__slide-text {
  position: absolute;
  bottom: 0;
  left: 0;
}

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

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

.greeting__container {
  display: grid;
  grid-template-columns: 620fr 600fr;
  gap: clamp(6.25rem, -85.625rem + 100vw, 12.5rem); /* 100 ~ 200 | 1470 ~ 1570 */
  padding-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .greeting__container {
    grid-template-columns: 1fr;
    padding-top: 3.75rem;
    gap: 6.25rem;
  }
}

.greeting__img {
  position: relative;
  width: 100%;
  height: max-content;
}
@media screen and (max-width: 768px) {
  .greeting__img {
    width: 80%;
    max-width: 25rem;
    margin-inline: auto;
  }
}

.greeting__img-president {
  width: 100%;
  aspect-ratio: 620/880;
  object-fit: cover;
}

.greeting__img-text {
  position: absolute;
  bottom: -1.25rem;
  left: 1.25rem;
  width: 64.5%;
  aspect-ratio: 400/310;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .greeting__img-text {
    width: 40%;
  }
}

.greeting__info-title {
  display: grid;
  grid-template-columns: 316fr 240fr;
  gap: 2.75rem;
}
@media screen and (max-width: 768px) {
  .greeting__info-title {
    gap: 1.875rem;
    width: 100%;
    max-width: 21.5625rem;
    margin-inline: auto;
  }
}

.greeting__info-title-text {
  font-size: 6.25rem;
  font-family: fot-udkakugoc60-pro, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #0022d8;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .greeting__info-title-text {
    font-size: 3.75rem;
  }
}

.greeting__info-title-img {
  width: 100%;
  aspect-ratio: 400/310;
}

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

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

.greeting__info-text:nth-child(n+2) {
  margin-top: 1.9em;
}

.greeting__president-wrapper {
  margin-top: 3.125rem;
}

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

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

@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: #0022d8;
    border-radius: 0.25rem;
    transition: all 0.3s;
    z-index: 100;
  }
}

@media screen and (max-width: 768px) {
  .hamburger span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1.25rem;
    height: 1px;
    background-color: #ffffff;
    transition: all 0.3s;
  }
}

@media (any-hover: hover) {
  .hamburger:hover {
    opacity: 0.6;
  }
}
@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 {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(315deg);
    width: 1.25rem;
    height: 0.0625rem;
  }
}

@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) {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-315deg);
    width: 1.25rem;
    height: 0.0625rem;
  }
}

@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: calc(100% - 6.25rem);
  padding: 1.5625rem 0;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 0.625rem 0;
    width: 100%;
  }
}

/* スクロールするとヘッダーの色が変化する */
.header.headerChange {
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(196, 196, 196, 0.8);
  padding: 0.46875rem 0;
}
.header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
  padding-inline: 1.875rem;
  max-width: 113.75rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding-inline: 0.625rem;
  }
}

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

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

.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;
  }
}

.header__pc-nav {
  display: flex;
  align-items: center;
  gap: 1.5625rem;
  height: inherit;
}
@media screen and (max-width: 768px) {
  .header__pc-nav {
    display: none;
  }
}

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

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

.history__container {
  display: grid;
  grid-template-columns: 1fr 56.25rem;
  align-items: flex-start;
  gap: 3.125rem;
}
@media screen and (max-width: 768px) {
  .history__container {
    grid-template-columns: 1fr;
    align-items: center;
  }
}

.history__timeline {
  position: relative;
}

.history__timeline-row {
  position: relative;
  display: grid;
  grid-template-columns: 6.875rem 1fr;
  gap: 1.25rem;
  padding-top: 2.375rem;
}
@media screen and (max-width: 768px) {
  .history__timeline-row {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding-top: 1.25rem;
  }
}

.history__timeline-row:not(:last-of-type)::before {
  content: "";
  position: absolute;
  left: 0.3125rem;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #202747;
}
@media screen and (max-width: 768px) {
  .history__timeline-row:not(:last-of-type)::before {
    left: 0.125rem;
  }
}

.history__timeline-row:last-of-type::before {
  content: "";
  position: absolute;
  left: 0.3125rem;
  top: 0;
  width: 1px;
  height: 2.5rem;
  background-color: #202747;
}
@media screen and (max-width: 768px) {
  .history__timeline-row:last-of-type::before {
    left: 0.125rem;
    height: 1.25rem;
  }
}

.history__timeline-row:first-child {
  padding-top: 0;
}

.history__timeline-term {
  position: relative;
  font-size: 2.5rem;
  font-family: fot-udkakugoc60-pro, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #0022d8;
  padding-left: 1.875rem;
}
@media screen and (max-width: 768px) {
  .history__timeline-term {
    font-size: 1.875rem;
    padding-left: 1.25rem;
  }
}

.history__timeline-term::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #0022d8;
  border-radius: 100vmax;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .history__timeline-term::before {
    left: -0.0625rem;
    width: 0.4375rem;
    height: 0.4375rem;
  }
}

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

.history__timeline-description::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.625rem;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #0022d8;
}
@media screen and (max-width: 768px) {
  .history__timeline-description::before {
    width: calc(100% - 1.25rem);
  }
}

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

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

.main-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.main-content::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #c4c4c4 1px, transparent 1px);
  background-size: 18.75rem 100%;
  background-position: 47% 50%;
  z-index: -5;
}
@media screen and (max-width: 768px) {
  .main-content::before {
    background-size: 9.375rem 100%;
    background-position: 50% 50%;
  }
}

.main-side-area {
  position: relative;
  top: 0;
  right: 0;
  background-color: #0022d8;
  color: #ffffff;
  width: 6.25rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .main-side-area {
    display: none;
  }
}

.mv {
  position: relative;
  height: 100svh;
  overflow: hidden;
}

.mv__pin {
  height: 100svh;
  position: relative;
}

.mv__pin-section {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  z-index: 0;
}

.mv__pin-section.is-active {
  opacity: 1;
}

.mv__pin-section-img {
  position: absolute;
  inset: 0;
  z-index: -5;
}
@media screen and (max-width: 768px) {
  .mv__pin-section-img {
    opacity: 0.7;
  }
}

.mv__pin-section-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv__inner {
  position: relative;
  width: 100%;
  max-width: 94.7916666667vw;
  height: 100%;
  padding-left: 10.4166666667vw;
  padding-right: 7.2395833333vw;
  margin-inline: auto;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .mv__inner {
    padding-inline: 0;
  }
}

.mv__boat {
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: 11.875rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv__boat {
    width: 6.25rem;
    opacity: 0.7;
  }
}

.mv__boat img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  animation: boatAnime 5s ease-in-out infinite;
}

@keyframes boatAnime {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  25% {
    transform: translate(-5px, -10px) rotate(-2deg) scale(1.015);
  }
  50% {
    transform: translate(10px, 12px) rotate(1deg) scale(1.05);
  }
  75% {
    transform: translate(-3px, -7px) rotate(-1deg) scale(0.975);
  }
}
.mv__title-wrapper {
  position: absolute;
  left: 10.4166666667vw;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .mv__title-wrapper {
    top: 40%;
  }
}

.mv__title-ja {
  font-size: 5rem;
  font-family: fot-udkakugoc60-pro, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #202747;
  line-height: 1.19;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .mv__title-ja {
    font-size: 4rem;
  }
}

.mv__title-en {
  font-size: 1.5rem;
  font-family: fot-udkakugoc60-pro, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  color: #202747;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .mv__title-en {
    font-size: 1.25rem;
  }
}

.mv__text-wrapper.mv__text-wrapper-01 {
  position: absolute;
  left: 10.4166666667vw;
  top: 50%;
  transform: translateY(-50%);
  width: 22.0625rem;
  width: 23.125rem;
  min-height: 23.125rem;
  padding-top: 3.75rem;
  padding-bottom: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (max-width: 768px) {
  .mv__text-wrapper.mv__text-wrapper-01 {
    top: 40%;
    left: 0.3125rem;
    width: 20.625rem;
    min-height: 20rem;
    padding-top: 1.875rem;
  }
}

.mv__text-wrapper.mv__text-wrapper-01::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  border-top: 1px solid #0022d8;
  border-right: 1px solid #0022d8;
  border-bottom: 1px solid #0022d8;
  background-color: #ffffff;
  z-index: -1;
}

.mv__text-wrapper.mv__text-wrapper-02 {
  position: absolute;
  left: 10.4166666667vw;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .mv__text-wrapper.mv__text-wrapper-02 {
    top: 40%;
    left: 0.625rem;
  }
}

.mv__text-01 {
  font-size: 2.5rem;
  font-family: fot-udkakugoc60-pro, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #202747;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .mv__text-01 {
    font-size: 2.25rem;
  }
}

.mv__text-01.mv__text-blue {
  color: #0022d8;
}

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

.mv__text-03 {
  font-size: 2.75rem;
  font-family: fot-udkakugoc60-pro, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  color: #202747;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .mv__text-03 {
    font-size: 2.25rem;
  }
}

.mv__text-04 {
  font-size: 1.25rem;
  font-family: fot-udkakugoc60-pro, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #202747;
  letter-spacing: 0.1em;
  margin-top: 1.875rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .mv__text-04 {
    font-size: max(0.9375rem, 12px);
    margin-top: 1.25rem;
  }
}

.mv__text-01.mv__text-blue .mv__text-02.mv__text-blue,
.mv__text-03.mv__text-blue,
.mv__text-04.mv__text-blue {
  color: #0022d8;
}

.mv__number-wrapper {
  position: absolute;
  right: 7.2395833333vw;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  padding-left: 8.125rem;
  width: 12.25rem;
}
@media screen and (max-width: 768px) {
  .mv__number-wrapper {
    top: 70%;
    right: 0.625rem;
    margin-right: 0;
    margin-left: auto;
    width: 10rem;
    padding-left: 5.625rem;
  }
}

.mv__number-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5.625rem;
  height: 1px;
  background-color: #0022d8;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .mv__number-wrapper::before {
    width: 4.375rem;
  }
}

.mv__number-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5.3125rem;
  width: 0.4375rem;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  background-color: #0022d8;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .mv__number-wrapper::after {
    left: 4.0625rem;
  }
}

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

.mv__number-text {
  font-size: max(0.875rem, 12px);
  font-family: fot-udkakugoc60-pro, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #0022d8;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .mv__number-text {
    font-size: max(0.75rem, 12px);
  }
}

.mv__scroll-down {
  position: absolute;
  bottom: 0;
  left: 14.5833333333vw;
}
@media screen and (max-width: 768px) {
  .mv__scroll-down {
    left: 1.875rem;
  }
}

.pagination,
.nav-links {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .pagination,
  .nav-links {
    justify-content: center;
  }
}

.pagination a {
  transition: all 0.3s;
}

.page-numbers {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: max(0.875rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #202747;
  transition: all 0.3s;
}

.page-numbers:not(.page-numbers.dots):not(.page-numbers.current) {
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}

.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: max(0.875rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #0022d8;
  letter-spacing: 0.04em;
}

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

.page-numbers:not(.current):not(.dots):hover,
.next.page-numbers:hover,
.prev.page-numbers:hover {
  color: #0022d8;
}

.next.page-numbers,
.prev.page-numbers {
  position: relative;
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 0.25rem;
  background-image: linear-gradient(to bottom, #0022d8 0%, #4b67ff 100%);
  overflow: hidden;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .next.page-numbers,
  .prev.page-numbers {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.next.page-numbers::before,
.prev.page-numbers::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to bottom, #4b67ff 0%, #7386f4 100%);
  opacity: 0;
  transition: all 0.3s;
  z-index: 0;
}

.next.page-numbers::after,
.prev.page-numbers::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #ffffff;
  width: 0.9375rem;
  aspect-ratio: 1/1;
  transition: all 0.3s;
}

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

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

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

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

@media (any-hover: hover) {
  .next.page-numbers:hover::before,
  .prev.page-numbers:hover::before {
    opacity: 1;
  }
}
.pc-nav__items {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pc-nav__item {
  position: relative;
}

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

@media (any-hover: hover) {
  .pc-nav__item-link:hover {
    opacity: 0.6;
  }
}
.pc-nav__item-link.pc-nav__item-link-inactive {
  pointer-events: none;
  padding-right: 1.5625rem;
}

.pc-nav__item-link.pc-nav__item-link-inactive::before {
  content: "";
  position: absolute;
  right: 0.625rem;
  top: 60%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.375rem;
  background-color: #0022d8;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.pc-nav__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  width: max-content;
  transition: all 0.3s;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}

.pc-nav__dropdown-item {
  transition: all 0.3s;
  width: 100%;
}

.pc-nav__dropdown-link {
  display: block;
  font-size: max(1rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #202747;
  padding: 0.625rem 1rem;
  text-decoration: none;
  transition: all 0.3s;
}

.pc-nav__item-dropdown:hover .pc-nav__dropdown {
  opacity: 1;
  visibility: visible;
}

@media (any-hover: hover) {
  .pc-nav__dropdown-link:hover {
    background-color: #c4c4c4;
  }
}
.pc-nav__btn-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
}

.pc-nav__btn-item {
  width: 100%;
}

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

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

.philosophy__container {
  display: grid;
  grid-template-columns: 1fr 56.25rem;
  align-items: flex-start;
  gap: 3.125rem;
}
@media screen and (max-width: 768px) {
  .philosophy__container {
    grid-template-columns: 1fr;
    align-items: center;
  }
}

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

.philosophy__table-row {
  position: relative;
  display: grid;
  grid-template-columns: 6.25rem 1fr;
  column-gap: 2.5rem;
  border-bottom: 1px solid #bdc1ce;
  padding-top: 1.875rem;
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 768px) {
  .philosophy__table-row {
    grid-template-columns: 1fr;
    row-gap: 0.9375rem;
  }
}

.philosophy__table-row::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6.25rem;
  height: 1px;
  background-color: #0022d8;
  z-index: 1;
}

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

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

.philosophy__table-tel {
  display: inline-block;
  /* font-size: max(1rem, 12px); */
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #202747;
  line-height: 2;
  letter-spacing: 0.1em;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  transition: all 0.3s;
}
/* @media screen and (max-width: 768px) {
  .philosophy__table-tel {
    font-size: max(1rem, 12px);
  }
} */

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

.philosophy__img-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0.9375rem;
  max-width: 111.25rem;
  width: 100%;
  padding-inline: 1.25rem;
  margin-inline: auto;
  margin-top: 9.6875rem;
}
@media screen and (max-width: 768px) {
  .philosophy__img-items {
    margin-top: 6.25rem;
    column-gap: 0.625rem;
  }
}

.business-intro__img-item {
  width: 100%;
}

.business-intro__img-item img {
  aspect-ratio: 570/380;
  object-fit: cover;
}

.policy {
  position: relative;
  padding-top: 6.25rem;
  padding-bottom: 10.3125rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .policy {
    padding-top: 5rem;
    padding-bottom: 6.25rem;
  }
}

.policy::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../../assets/images/company/bg-policy.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .policy::before {
    left: auto;
    right: calc(50% - 75rem);
    width: 113.75rem;
    aspect-ratio: 1820/700;
  }
}

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

.policy__container {
  margin-top: 3.75rem;
  max-width: 38.75rem;
  width: 100%;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .policy__container {
    padding-right: 0;
    margin-inline: auto;
  }
}

.policy__info-title {
  font-size: 9.375rem;
  font-family: fot-udkakugoc60-pro, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .policy__info-title {
    font-size: 3.75rem;
  }
}

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

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

.policy__slide-text-left {
  position: absolute;
  bottom: 0;
  left: 0;
}

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

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

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

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

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

.privacy__rule-title {
  font-size: 2.25rem;
  font-family: fot-udkakugoc60-pro, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #0022d8;
  line-height: 1.3;
  letter-spacing: 0.04em;
  padding-bottom: 0.4375rem;
  border-bottom: 2px solid #202747;
}
@media screen and (max-width: 768px) {
  .privacy__rule-title {
    font-size: 1.75rem;
  }
}

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

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

/* ベースの番号付きリスト（デフォルトは 1. 2. 3. ） */
.privacy__list {
  counter-reset: num;
  margin-top: 2.9375rem;
}

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

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

.privacy__list-item:nth-child(n+2) {
  margin-top: 1.0625rem;
}

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

/* =========================
   追加：日本語の番号スタイル
   （１）／１．／ア・イ・ウ…
========================= */
/* 全角数字（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;
}

.privacy__list.privacy__list--level1 > .privacy__list-item::before {
  counter-increment: lvl1;
  content: counter(lvl1, jp-fullwidth-decimal) "."; /* 半角ドットを明示的に付与 */
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #0022d8;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

/* （１）（全角かっこ数字：第5条の第二階層）
   counter() では @counter-style の prefix/suffix は反映されないため、
   かっこは文字連結で付与する。 */
.privacy__list.privacy__list--level2 {
  counter-reset: lvl2;
  margin-top: 1rem;
}

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

.privacy__list.privacy__list--level2 > .privacy__list-item::before {
  counter-increment: lvl2;
  content: "(" counter(lvl2, jp-fullwidth-decimal) ")";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #0022d8;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

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

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

.privacy__list.privacy__list--kana > .privacy__list-item::before {
  counter-increment: kana;
  content: counter(kana, jp-kana-aiueo) "."; /* 半角ドットを明示的に付与 */
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #0022d8;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

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

.reason__slide-text-left {
  position: absolute;
  top: 0;
  left: 0;
}

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

.reason__container {
  position: relative;
  margin-top: 5.9375rem;
}

.reason__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, #4b67ff 0%, #7386f4 100%);
  width: 100%;
  height: 100%;
  z-index: -2;
}

.reason__items {
  display: grid;
  grid-template-columns: 1fr;
}

.reason__item {
  margin-block: 2.5rem;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.reason__item-inner {
  display: grid;
  grid-template-columns: 28.75rem 1fr;
  max-width: 113.75rem;
  width: 100%;
  margin-inline: auto;
  padding-left: clamp(6.25rem, -22.15rem + 32vw, 16.25rem); /* 100 ~ 260 | 1420 ~ 1920 */
}
@media screen and (max-width: 1440px) {
  .reason__item-inner {
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .reason__item-inner {
    grid-template-columns: 1fr;
    max-width: 33.75rem;
    padding-inline: 1.25rem;
    margin-inline: auto;
  }
}

.reason__item-info {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: clamp(2.5rem, -7.708rem + 11.11vw, 5.625rem); /* 40 ~ 90 | 1470 ~ 1920 */
  padding-right: clamp(2.5rem, -1.583rem + 4.44vw, 3.75rem); /* 40 ~ 60 | 1470 ~ 1920 */
  padding-bottom: clamp(1.875rem, -4.25rem + 6.67vw, 3.75rem); /* 30 ~ 60 | 1470 ~ 1920 */
  border-right: 1px solid #ffffff;
}
@media screen and (max-width: 768px) {
  .reason__item-info {
    padding-right: 0;
    border-right: none;
  }
}

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

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

.reason__item-title span {
  font-size: max(1rem, 12px);
  font-family: fot-udkakugoc60-pro, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.04em;
  padding-right: 0.625rem;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .reason__item-title span {
    font-size: max(0.875rem, 12px);
  }
}

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

.reason__item-img-main img {
  object-fit: cover;
  aspect-ratio: 1100/619.5;
}

.reason__item-text {
  font-size: 1.125rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 2.8125rem;
  margin-top: clamp(1.875rem, -1.188rem + 3.33vw, 2.813rem); /* 30 ~ 45 | 1470 ~ 1920 */
}
@media screen and (max-width: 768px) {
  .reason__item-text {
    font-size: max(1rem, 12px);
    margin-top: 2.5rem;
  }
}

.scroll-down {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  width: max-content;
}

.scroll-down__text {
  font-size: max(0.875rem, 12px);
  font-family: fot-udkakugoc60-pro, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #0022d8;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* 縦線部分 */
.scroll-down__line {
  position: relative;
  width: 1px;
  height: 6.25rem;
  background-color: #0022d8;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .scroll-down__line {
    height: 3.75rem;
  }
}

.scroll-down__line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #ffffff;
  animation: liner 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes liner {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* ---------- トップページ用 セクションタイトル | ここから ---------- */
.section-title-01 {
  display: inline-flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .section-title-01 {
    text-align: center;
  }
}

.section-title-01.section-title-01-center {
  text-align: center;
}

.section-title-01__ja {
  font-size: 1.375rem;
  font-family: fot-udkakugoc60-pro, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #202747;
  letter-spacing: 0.1em;
}

.section-title-01__en {
  font-size: 6.25rem;
  font-family: fot-udkakugoc60-pro, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #202747;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .section-title-01__en {
    font-size: 4.375rem;
  }
}

.section-title-01__ja.section-title-01__ja--white,
.section-title-01__en.section-title-01__en--white {
  color: #ffffff;
}

/* ---------- トップページ用 セクションタイトル | ここまで ---------- */
/* ---------- 下層ページ用 セクションタイトル | ここから ---------- */
.section-title-02 {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding-left: 2.5rem;
  border-left: 1px solid #0022d8;
}
@media screen and (max-width: 768px) {
  .section-title-02 {
    flex-direction: column;
    padding-left: 0;
    border-left: none;
  }
}

.section-title-02.section-title-02--white {
  border-left: 1px solid #ffffff;
}
@media screen and (max-width: 768px) {
  .section-title-02.section-title-02--white {
    border-left: none;
  }
}

.section-title-02.section-title-02-center {
  text-align: center;
}

.section-title-02__ja {
  font-size: 2.875rem;
  font-family: fot-udkakugoc60-pro, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #0022d8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .section-title-02__ja {
    font-size: 1.875rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #0022d8;
  }
}

.section-title-02__ja.section-title-02__ja--white {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .section-title-02__ja.section-title-02__ja--white {
    border-bottom: 1px solid #ffffff;
  }
}

.section-title-02__en {
  font-size: 1.25rem;
  font-family: fot-udkakugoc60-pro, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #0022d8;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .section-title-02__en {
    font-size: 1.125rem;
  }
}

.section-title-02__en.section-title-02__en--white {
  color: #ffffff;
}

/* ---------- 下層ページ用 セクションタイトル | ここまで ---------- */
.service {
  position: relative;
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  .service {
    padding-top: 6.25rem;
  }
}

.service::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(196, 196, 196, 0.2);
  z-index: -1;
}

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

.service__container {
  margin-top: 6.25rem;
}

.service__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.service__item {
  border-top: 1px solid #202747;
  border-bottom: 1px solid #202747;
}

.service__item-inner {
  display: grid;
  grid-template-columns: 28.75rem 1fr;
  max-width: 88.75rem;
  width: 100%;
  margin-inline: auto;
  padding-right: clamp(0px, 60px + -60 * (100vw - 1470px) / 450, 60px); /* 60 ~ 0 | 1470 ~ 1920 */
  padding-left: 3.75rem;
  border-left: 1px solid #202747;
}
@media screen and (max-width: 768px) {
  .service__item-inner {
    grid-template-columns: 1fr;
    max-width: 33.75rem;
    padding-inline: 1.25rem;
    border-left: none;
  }
}

.service__item-text-wrapper {
  padding-top: 4.375rem;
  padding-right: 3.75rem;
  border-right: 1px solid #202747;
}
@media screen and (max-width: 768px) {
  .service__item-text-wrapper {
    padding-block: 2.5rem;
    padding-right: 0;
    border-right: none;
  }
}

.service__item-title {
  font-size: 2.5rem;
  font-family: fot-udkakugoc60-pro, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #202747;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .service__item-title {
    font-size: 1.875rem;
  }
}

.service__item-title span {
  font-size: max(1rem, 12px);
  font-family: fot-udkakugoc60-pro, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #202747;
  letter-spacing: 0.04em;
  padding-right: 0.625rem;
  line-height: 2.5;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .service__item-title span {
    font-size: max(0.875rem, 12px);
  }
}

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

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

.service__item-img-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9375rem;
  padding-block: 3.75rem;
  padding-left: 3.75rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .service__item-img-wrapper {
    gap: 0.625rem;
    padding-block: 0;
    padding-left: 0;
  }
}

.service__item-img {
  width: 100%;
}

.service__item-img img {
  aspect-ratio: 270/340;
  object-fit: cover;
}

.side-menu {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100dvh;
  width: 6.25rem;
  padding-bottom: 2.5rem;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .side-menu {
    position: fixed;
    right: 0;
    display: block;
    width: 3.75rem;
    height: 3.75rem;
  }
}

.side-menu__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
}

.side-menu__copyright-text {
  font-size: max(0.75rem, 12px);
  font-family: fot-udkakugoc60-pro, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0.04em;
  writing-mode: vertical-rl;
  text-transform: uppercase;
}

.side-menu__copyright-mark {
  display: inline-block;
  transform: rotate(90deg);
}

.side-menu__btn {
  width: 1.25rem;
}

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

@media (any-hover: hover) {
  .side-menu__btn-link:hover {
    opacity: 0.6;
  }
}
.slide-img {
  max-width: clamp(18.75rem, -2.55rem + 24vw, 26.25rem); /* 300 ~ 420 | 1420 ~ 1920 */
  width: 100%;
}

.slide-img__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.25rem;
}

.slide-img__items {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.25rem;
  width: 100%;
}

.slide-img__items.slide-img__items--up {
  animation: infinity-scroll-up 120s infinite linear 0.5s both;
}

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

/* 上から下へ */
@keyframes infinity-scroll-down {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.slide-img__item {
  width: 100%;
  aspect-ratio: 420/280;
}

/* ---------- スライダーテキストタイプ1 | ここから ---------- */
.slide-text {
  position: absolute;
  left: 0;
  height: 1.5625vw;
  background-color: #ffffff;
  border-top: 1px solid #0022d8;
  border-bottom: 1px solid #0022d8;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .slide-text {
    height: 1.875rem;
  }
}

.slide-text__wrapper {
  display: flex;
  align-items: center;
  gap: 1.0416666667vw;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide-text__items {
  display: flex;
  align-items: center;
  gap: 1.0416666667vw;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .slide-text__items {
    gap: 1.25rem;
  }
}

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

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

/* 右から左へ */
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.slide-text__item {
  font-size: 0.7291666667vw;
  font-family: fot-udkakugoc60-pro, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  color: #0022d8;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .slide-text__item {
    font-size: 14px;
  }
}

/* ---------- スライダーテキストタイプ1 | ここまで ---------- */
/* ---------- スライダーテキストタイプ2 | ここから ---------- */
.slide-text-company {
  position: absolute;
  left: 0;
}
.slide-text-company__wrapper {
  display: flex;
  align-items: center;
  gap: 3.125rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .slide-text-company__wrapper {
    gap: 1.875rem;
  }
}

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

.slide-text-company__items.slide-text-company__items--left {
  animation: infinity-scroll-left-02 600s infinite linear 0.5s both;
}

/* 右から左へ */
@keyframes infinity-scroll-left-02 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.slide-text-company__item {
  font-size: 15rem;
  font-family: fot-udkakugoc60-pro, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  color: #c4c4c4;
  white-space: nowrap;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  .slide-text-company__item {
    font-size: 6.25rem;
  }
}

/* ---------- スライダーテキストタイプ2 | ここまで ---------- */
.social {
  position: relative;
  padding-top: 11.875rem;
}
@media screen and (max-width: 768px) {
  .social {
    padding-top: 6.25rem;
  }
}

.social__slide-text-left {
  position: absolute;
  top: 0;
  left: 0;
}

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

.social__container {
  position: relative;
  margin-top: 5.9375rem;
}

.social__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, #4b67ff 0%, #7386f4 100%);
  width: 100%;
  height: 100%;
  z-index: -2;
}

.social__items {
  display: grid;
  grid-template-columns: 1fr;
}

.social__item {
  margin-block: 2.5rem;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.social__item-inner {
  display: grid;
  grid-template-columns: 28.75rem 1fr;
  max-width: 113.75rem;
  width: 100%;
  margin-inline: auto;
  padding-left: clamp(6.25rem, -22.15rem + 32vw, 16.25rem); /* 100 ~ 260 | 1420 ~ 1920 */
}
@media screen and (max-width: 1440px) {
  .social__item-inner {
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .social__item-inner {
    grid-template-columns: 1fr;
    max-width: 33.75rem;
    padding-inline: 1.25rem;
    margin-inline: auto;
  }
}

.social__item-info {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: clamp(2.5rem, -7.708rem + 11.11vw, 5.625rem); /* 40 ~ 90 | 1470 ~ 1920 */
  padding-right: clamp(2.5rem, -1.583rem + 4.44vw, 3.75rem); /* 40 ~ 60 | 1470 ~ 1920 */
  padding-bottom: clamp(1.875rem, -4.25rem + 6.67vw, 3.75rem); /* 30 ~ 60 | 1470 ~ 1920 */
  border-right: 1px solid #ffffff;
}
@media screen and (max-width: 768px) {
  .social__item-info {
    padding-right: 0;
    border-right: none;
  }
}

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

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

.social__item-title span {
  font-size: max(1rem, 12px);
  font-family: fot-udkakugoc60-pro, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.04em;
  padding-right: 0.625rem;
  line-height: 2.5;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .social__item-title span {
    font-size: max(0.875rem, 12px);
  }
}

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

.social__item-img-main img {
  object-fit: cover;
  aspect-ratio: 1100/619.5;
}

.social__item-text {
  font-size: 1.125rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 2.8125rem;
  margin-top: clamp(1.875rem, -1.188rem + 3.33vw, 2.813rem); /* 30 ~ 45 | 1470 ~ 1920 */
}
@media screen and (max-width: 768px) {
  .social__item-text {
    font-size: max(1rem, 12px);
    margin-top: 2.5rem;
  }
}

.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: #f0f0f0;
    padding: 5.625rem 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: 10rem;
    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: 4.0625rem;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}

.sp-nav__item.sp-nav__item-accordion {
  padding-bottom: 0.9375rem;
}

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

@media (any-hover: hover) {
  .sp-nav__item-link:hover {
    opacity: 0.6;
  }
}
.sp-nav__btn-items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.875rem;
  margin-top: 1.875rem;
}

.sp-nav__btn-item {
  width: max-content;
  margin-inline: auto;
}

.sp-nav__accordion-btn {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #202747;
  font-size: max(1.125rem, 12px);
  text-align: center;
  padding-inline: 1.875rem;
  cursor: pointer;
}

.sp-nav__item-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.875rem;
  height: 0.875rem;
}

.sp-nav__item-icon::after,
.sp-nav__item-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #0022d8;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

.sp-nav__item-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.sp-nav__item-accordion.is-open .sp-nav__item-icon::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.sp-nav__accordion-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.sp-nav__accordion-item:first-child {
  margin-top: 0.625rem;
}

.sp-nav__accordion-link {
  display: block;
  font-size: max(1rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #707070;
  padding: 0.9375rem 0;
  text-decoration: none;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .sp-nav__accordion-link:hover {
    opacity: 0.6;
  }
}
/* ---------- Swiperのページャーと『次へ・前へ』ボタンの上下中央を揃える | ここから ---------- */
.swiper-pagination-bullets {
  display: flex;
  align-items: center;
}

.swiper-button-prev.swiper-button-prev-top-service,
.swiper-button-next.swiper-button-next-top-service {
  position: absolute;
  top: 46.5%;
  margin-top: initial;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev.swiper-button-prev-top-service,
  .swiper-button-next.swiper-button-next-top-service {
    top: 40%;
  }
}

/* ---------- Swiperのページャーと『次へ・前へ』ボタンの上下中央を揃える | ここまで ---------- */
/* ===== トップページ - 施工例｜ ここから ===== */
.swiper-button-prev-top-service,
.swiper-button-next-top-service {
  position: relative;
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 0.25rem;
  background-image: linear-gradient(to bottom, #0022d8 0%, #4b67ff 100%);
  overflow: hidden;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev-top-service,
  .swiper-button-next-top-service {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.swiper-button-prev-top-service::before,
.swiper-button-next-top-service::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to bottom, #4b67ff 0%, #7386f4 100%);
  opacity: 0;
  transition: all 0.3s;
  z-index: 0;
}

.swiper-button-prev-top-service::after,
.swiper-button-next-top-service::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #ffffff;
  width: 0.9375rem;
  aspect-ratio: 1/1;
  transition: all 0.3s;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev-top-service::after {
  mask-image: url(../../assets/images/common/icon-arrow-left.svg);
}

/* 次への矢印カスタマイズ */
.swiper-button-next-top-service::after {
  mask-image: url(../../assets/images/common/icon-arrow-right.svg);
}

.swiper-button-prev-top-service {
  right: calc(50% + 24.0625rem);
  left: auto;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev-top-service {
    right: auto;
    left: 1.875rem;
  }
}

.swiper-button-next-top-service {
  left: calc(50% + 24.0625rem);
}
@media screen and (max-width: 768px) {
  .swiper-button-next-top-service {
    left: auto;
    right: 1.875rem;
  }
}

@media (any-hover: hover) {
  .swiper-button-prev-top-service:hover::before,
  .swiper-button-next-top-service:hover::before {
    opacity: 1;
  }
}
/* ===== トップページ - 施工例｜ ここまで ===== */
/* ------------- 前へ次への矢印カスタマイズ ここまで ------------- */
/* 通常表示（アクティブでないとき） */
.service-slide__no-active {
  transition: opacity 0.5s ease, visibility 0.5s ease;
  opacity: 1;
  visibility: visible;
}

/* アクティブ時に出したいパネル */
.service-slide__active {
  position: absolute;
  top: -3.125rem;
  width: 100%;
  opacity: 0; /* 最初は見えない */
  visibility: hidden; /* フォーカスも当たらないように */
  pointer-events: none; /* 見えてないときはクリックさせない */
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .service-slide__active {
    top: -6.25rem;
  }
}

/* アクティブなスライドだけ表示させる */
.service-slide--active .service-slide__active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* ▼ アクティブスライド時は通常画像を非表示 */
.service-slide--active .service-slide__no-active {
  opacity: 0;
  visibility: hidden;
}

.top-company {
  position: relative;
  padding-top: 21.25rem;
  padding-bottom: 8.75rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-company {
    padding-top: 12.5rem;
    padding-bottom: 6.25rem;
  }
}

.top-company__slide-img.slide-img-down {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .top-company__slide-img.slide-img-down {
    display: none;
  }
}

.top-company__slide-img.slide-img-up {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .top-company__slide-img.slide-img-up {
    display: none;
  }
}

.top-company__slide-text-company-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

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

.top-company__section-title-wrapper {
  text-align: center;
}

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

.top-company__text-01 {
  font-size: 2.5rem;
  font-family: fot-udkakugoc60-pro, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #202747;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-company__text-01 {
    font-size: 2.125rem;
  }
}

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

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

.top-join {
  position: relative;
  padding-top: 11.875rem;
  padding-bottom: 10.3125rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-join {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.top-join::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, #4b67ff 0%, #7386f4 100%);
  width: 100%;
  height: 100%;
  z-index: -2;
}

.top-join::after {
  content: "";
  position: absolute;
  top: 51.7%;
  transform: translateY(-50%);
  left: calc(50% - 18.75rem);
  background-image: url(../../assets/images/top/deco-ring.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25rem;
  aspect-ratio: 400/440;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-join::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
  }
}

.top-join__slide-text-left {
  position: absolute;
  top: 0;
  left: 0;
}

.top-join__slide-img.slide-img-up {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.6;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-join__slide-img.slide-img-up {
    display: none;
  }
}

.top-join__inner.inner {
  display: flex;
  justify-content: space-between;
  gap: 3.125rem;
  padding-right: 12.5rem;
}
@media screen and (max-width: 768px) {
  .top-join__inner.inner {
    flex-direction: column-reverse;
    gap: 5rem;
    max-width: 23.4375rem;
    width: 100%;
    margin-inline: auto;
    padding-inline: 1.25rem;
  }
}

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

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

.top-join__text-02 {
  font-size: max(1rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

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

.top-join__title-wrapper {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .top-join__title-wrapper {
    padding-top: 0;
    text-align: center;
  }
}

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

.top-service {
  position: relative;
}

.top-service::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(196, 196, 196, 0.2);
  z-index: -5;
}

.top-service__inner {
  display: grid;
  grid-template-columns: clamp(21.875rem, -15.896rem + 41.11vw, 33.438rem) 1fr; /* 350 ~ 560 | 1470 ~ 1920 */
  width: 100%;
  margin-inline: auto;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 1921px) {
  .top-service__inner {
    max-width: 113.75rem;
  }
}
@media screen and (max-width: 768px) {
  .top-service__inner {
    grid-template-columns: 1fr;
    padding-left: 0;
  }
}

.top-service__text-wrapper {
  position: relative;
  padding-top: 12.1875rem;
  height: 100%;
  max-width: 22.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  padding-right: clamp(3.125rem, -4.021rem + 7.78vw, 5.313rem); /* 50 ~ 85 | 1470 ~ 1920 */
}
@media screen and (max-width: 768px) {
  .top-service__text-wrapper {
    padding: 6.25rem 1.25rem;
    max-width: 21.5625rem;
    margin-inline: auto;
  }
}

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

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

.top-service__text {
  font-size: 1.125rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #202747;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
  margin-top: 5.9375rem;
  text-align: justify; /* 文章のガタつきを調整 */
  max-width: 16.25rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-service__text {
    font-size: max(1rem, 12px);
    margin-top: 3.75rem;
    max-width: none;
  }
}

.top-service__swiper-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.top-service__swiper-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3.125rem;
  background-image: url(../../assets/images/top/bg-service.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 81.25rem;
  height: 100%;
  opacity: 0.6;
  z-index: -4;
}

.top-service__swiper {
  position: relative;
  padding-block: max(18rem, 200px);
}
@media screen and (max-width: 768px) {
  .top-service__swiper {
    width: 100%;
    padding-block: 12.5rem;
  }
}

.service-slide.swiper-slide-active {
  position: relative;
  z-index: 2;
}

.service-slide {
  transition: all 0.3s;
}

.service-slide__img {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1/1;
}

.service-slide__img.service-slide__img--active {
  transform: scale(1.5);
}
@media screen and (max-width: 768px) {
  .service-slide__img.service-slide__img--active {
    transform: scale(1);
  }
}

.service-slide__img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../../assets/images/top/service-slide-bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1/1;
  z-index: -1;
}

.service-slide__img img {
  display: block;
  width: 68.75%;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  transition: all 0.3s;
}

.service-slide__link {
  position: relative;
  display: block;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .service-slide__link:hover .service-slide__img img {
    filter: brightness(1.2);
  }
  .service-slide__link:hover .service-slide__img::before {
    animation: rotate-counter 60s linear infinite;
  }
}
@keyframes rotate-counter {
  from {
    transform: translate(-50%, -50%) rotate(0deg); /* 開始時は回転なし */
  }
  to {
    transform: translate(-50%, -50%) rotate(-360deg); /* 反時計回りに1回転 */
  }
}
.service-slide__container {
  position: relative;
  max-width: max(17.5rem, 200px);
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .service-slide__container {
    margin-top: -2.5rem;
  }
}

.service-slide__title-en {
  font-size: max(0.875rem, 12px);
  font-family: fot-udkakugoc60-pro, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  color: #0022d8;
  letter-spacing: 0.04em;
  text-align: right;
}

.service-slide__wrapper {
  width: 100%;
  border-top: 1px solid #0022d8;
  background-color: #ffffff;
  padding: 1.875rem;
  margin-top: 0.625rem;
}

.service-slide__title {
  position: relative;
  font-size: 2.5rem;
  font-family: fot-udkakugoc60-pro, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #0022d8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .service-slide__title {
    font-size: 1.875rem;
  }
}

.service-slide__title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  mask-image: url(../../assets/images/common/icon-arrow-right.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #0022d8;
  width: 1rem;
  aspect-ratio: 1/1;
}

.service-slide__title span {
  font-size: 10px;
  font-family: fot-udkakugoc60-pro, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #0022d8;
  letter-spacing: 0.04em;
  padding-right: 0.625rem;
  vertical-align: top;
}

.service-slide__tag-wrapper {
  border-top: 1px solid #c4c4c4;
  padding-top: 1.25rem;
  margin-top: 1.875rem;
}

.service-slide__tag-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.service-slide__tag-item {
  font-size: max(0.75rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #0022d8;
  line-height: 1.2;
  letter-spacing: 0.04em;
  padding: 0.125rem 0.375rem;
  border-radius: 0.125rem;
  border: 1px solid #0022d8;
  background-color: #ffffff;
}

.top-service__slide-text-left.top-service__slide-text-left-01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.top-service__slide-text-left.top-service__slide-text-left-02 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

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

.top-topics__inner.inner {
  display: grid;
  grid-template-columns: 1fr 60rem;
  gap: 3.125rem;
}
@media screen and (max-width: 768px) {
  .top-topics__inner.inner {
    grid-template-columns: 1fr;
    gap: 5rem;
    max-width: 33.75rem;
    width: 100%;
    margin-inline: auto;
  }
}

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

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

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

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

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

/* ---------- タブ ---------- */
.topics__tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.topics__tabs-link {
  position: relative;
  display: block;
  padding: 0.5rem;
  font-size: max(1rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #202747;
  transition: all 0.3s;
  border-bottom: 1px solid #c4c4c4;
  text-align: center;
}

@media (any-hover: hover) {
  .topics__tabs-link:hover {
    color: #ffffff;
    background-color: #0022d8;
  }
}
.topics__tabs-link.is-active::before {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0022d8;
}

/* ---------- リスト ---------- */
.topics__list-wrapper {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .topics__list-wrapper {
    margin-top: 1.25rem;
  }
}

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

/* ---------- アイテム ---------- */
.topics__item {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #bdc1ce;
}

.topics__item:last-child {
  border-bottom: 1px solid #bdc1ce;
}

.topics__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2.5rem;
  padding: 2.5rem 0.625rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .topics__link {
    flex-direction: column;
    gap: 1.25rem;
  }
}

.topics__img {
  max-width: 13.125rem;
  display: none;
  width: 100%;
  aspect-ratio: 210/140;
}
@media screen and (max-width: 768px) {
  .topics__img {
    max-width: 33.75rem;
    margin-inline: auto;
  }
}

.topics__img img {
  width: 100%;
  aspect-ratio: 210/140;
  object-fit: cover;
}

.topics__item-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .topics__item-content {
    gap: 0.625rem;
  }
}

.topics__detail {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .topics__detail {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.1875rem;
  }
}

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

.topics__tag-wrapper {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .topics__tag-wrapper {
    margin-top: 0.3125rem;
  }
}

.topics__tag {
  padding-block: 0.125rem;
  padding-inline: 0.25rem;
  font-size: max(0.875rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: #202747;
  border-radius: 0.125rem;
  border: 1px solid #202747;
  transition: all 0.3s;
}

.topics__tag.topics__tag--new {
  color: #0022d8;
  border-color: #0022d8;
}

.topics__item-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: max(1.125rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7777777778;
  color: #202747;
  transition: all 0.3s;
}

/* ---------- ホバー時のスタイル ---------- */
@media (any-hover: hover) {
  .topics__link:hover {
    padding: 0.625rem;
    background-color: #0022d8;
    gap: 1.875rem;
  }
  .topics__link:hover .topics__img {
    display: block;
  }
  .topics__link:hover .topics__item-title {
    color: #ffffff;
    font-size: max(1rem, 12px);
    line-height: 1.8;
  }
  .topics__link:hover .topics__tag {
    color: #ffffff;
    border-color: #ffffff;
  }
  .topics__link:hover .topics__tag.topics__tag--new {
    color: #0022d8;
    background-color: #ffffff;
  }
  .topics__link:hover .topics__time {
    color: #ffffff;
    font-size: max(1rem, 12px);
    line-height: 1.8;
  }
}
.topics__pagination {
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .topics__pagination {
    margin-top: 5rem;
  }
}

.l-lower {
  margin-top: 5.9375rem;
}

/* ------------------------ */
/* 固有のフォント設定 */
/* 共通パーツで設定すると不便な場合、こちらに設定する */
/* ------------------------ */
/* ---------- フォントカラーの設定 ここから ---------- */
/* 16進数カラーコードも命名する。text-light-blue、text-dark-blueで管理すると、色の判別がしにくいため。 */
/* ---------- フォントカラーの設定 ここまで ---------- */
/* ---------- フォントの大文字・小文字の設定 ここから ---------- */
/* capitalize はspanタグで囲って使用する。「:first-letter」は使用しない。 */
/* 各単語の最初のテキストを大文字に変換 */
.text-capitalize {
  text-transform: capitalize;
}

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

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

/* ---------- 2行目から先頭1文字開けて表示される（※、・が先頭に記載されているときに使用） ここまで ---------- */
/* ------------ */
/* テキストの下線 */
/* ------------ */
.underline-red {
  padding-bottom: 0.125rem;
}

/* ------------------------ */
/* 改行用、SP・PC非表示用の設定 */
/* ------------------------ */
/* ---------- 改行 〜 more：以上、less：以下 | ここから ---------- */
/* 768px以下で改行 */
.br-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-pc-190 {
  margin-top: 11.875rem;
}

.mt-pc-191 {
  margin-top: 11.9375rem;
}

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

.mt-pc-193 {
  margin-top: 12.0625rem;
}

.mt-pc-194 {
  margin-top: 12.125rem;
}

.mt-pc-195 {
  margin-top: 12.1875rem;
}

.mt-pc-196 {
  margin-top: 12.25rem;
}

.mt-pc-197 {
  margin-top: 12.3125rem;
}

.mt-pc-198 {
  margin-top: 12.375rem;
}

.mt-pc-199 {
  margin-top: 12.4375rem;
}

.mt-pc-200 {
  margin-top: 12.5rem;
}

@media screen and (max-width: 768px) {
  .mt-sp-1 {
    margin-top: 0.0625rem;
  }
  .mt-sp-2 {
    margin-top: 0.125rem;
  }
  .mt-sp-3 {
    margin-top: 0.1875rem;
  }
  .mt-sp-4 {
    margin-top: 0.25rem;
  }
  .mt-sp-5 {
    margin-top: 0.3125rem;
  }
  .mt-sp-6 {
    margin-top: 0.375rem;
  }
  .mt-sp-7 {
    margin-top: 0.4375rem;
  }
  .mt-sp-8 {
    margin-top: 0.5rem;
  }
  .mt-sp-9 {
    margin-top: 0.5625rem;
  }
  .mt-sp-10 {
    margin-top: 0.625rem;
  }
  .mt-sp-11 {
    margin-top: 0.6875rem;
  }
  .mt-sp-12 {
    margin-top: 0.75rem;
  }
  .mt-sp-13 {
    margin-top: 0.8125rem;
  }
  .mt-sp-14 {
    margin-top: 0.875rem;
  }
  .mt-sp-15 {
    margin-top: 0.9375rem;
  }
  .mt-sp-16 {
    margin-top: 1rem;
  }
  .mt-sp-17 {
    margin-top: 1.0625rem;
  }
  .mt-sp-18 {
    margin-top: 1.125rem;
  }
  .mt-sp-19 {
    margin-top: 1.1875rem;
  }
  .mt-sp-20 {
    margin-top: 1.25rem;
  }
  .mt-sp-21 {
    margin-top: 1.3125rem;
  }
  .mt-sp-22 {
    margin-top: 1.375rem;
  }
  .mt-sp-23 {
    margin-top: 1.4375rem;
  }
  .mt-sp-24 {
    margin-top: 1.5rem;
  }
  .mt-sp-25 {
    margin-top: 1.5625rem;
  }
  .mt-sp-26 {
    margin-top: 1.625rem;
  }
  .mt-sp-27 {
    margin-top: 1.6875rem;
  }
  .mt-sp-28 {
    margin-top: 1.75rem;
  }
  .mt-sp-29 {
    margin-top: 1.8125rem;
  }
  .mt-sp-30 {
    margin-top: 1.875rem;
  }
  .mt-sp-31 {
    margin-top: 1.9375rem;
  }
  .mt-sp-32 {
    margin-top: 2rem;
  }
  .mt-sp-33 {
    margin-top: 2.0625rem;
  }
  .mt-sp-34 {
    margin-top: 2.125rem;
  }
  .mt-sp-35 {
    margin-top: 2.1875rem;
  }
  .mt-sp-36 {
    margin-top: 2.25rem;
  }
  .mt-sp-37 {
    margin-top: 2.3125rem;
  }
  .mt-sp-38 {
    margin-top: 2.375rem;
  }
  .mt-sp-39 {
    margin-top: 2.4375rem;
  }
  .mt-sp-40 {
    margin-top: 2.5rem;
  }
  .mt-sp-41 {
    margin-top: 2.5625rem;
  }
  .mt-sp-42 {
    margin-top: 2.625rem;
  }
  .mt-sp-43 {
    margin-top: 2.6875rem;
  }
  .mt-sp-44 {
    margin-top: 2.75rem;
  }
  .mt-sp-45 {
    margin-top: 2.8125rem;
  }
  .mt-sp-46 {
    margin-top: 2.875rem;
  }
  .mt-sp-47 {
    margin-top: 2.9375rem;
  }
  .mt-sp-48 {
    margin-top: 3rem;
  }
  .mt-sp-49 {
    margin-top: 3.0625rem;
  }
  .mt-sp-50 {
    margin-top: 3.125rem;
  }
  .mt-sp-51 {
    margin-top: 3.1875rem;
  }
  .mt-sp-52 {
    margin-top: 3.25rem;
  }
  .mt-sp-53 {
    margin-top: 3.3125rem;
  }
  .mt-sp-54 {
    margin-top: 3.375rem;
  }
  .mt-sp-55 {
    margin-top: 3.4375rem;
  }
  .mt-sp-56 {
    margin-top: 3.5rem;
  }
  .mt-sp-57 {
    margin-top: 3.5625rem;
  }
  .mt-sp-58 {
    margin-top: 3.625rem;
  }
  .mt-sp-59 {
    margin-top: 3.6875rem;
  }
  .mt-sp-60 {
    margin-top: 3.75rem;
  }
  .mt-sp-61 {
    margin-top: 3.8125rem;
  }
  .mt-sp-62 {
    margin-top: 3.875rem;
  }
  .mt-sp-63 {
    margin-top: 3.9375rem;
  }
  .mt-sp-64 {
    margin-top: 4rem;
  }
  .mt-sp-65 {
    margin-top: 4.0625rem;
  }
  .mt-sp-66 {
    margin-top: 4.125rem;
  }
  .mt-sp-67 {
    margin-top: 4.1875rem;
  }
  .mt-sp-68 {
    margin-top: 4.25rem;
  }
  .mt-sp-69 {
    margin-top: 4.3125rem;
  }
  .mt-sp-70 {
    margin-top: 4.375rem;
  }
  .mt-sp-71 {
    margin-top: 4.4375rem;
  }
  .mt-sp-72 {
    margin-top: 4.5rem;
  }
  .mt-sp-73 {
    margin-top: 4.5625rem;
  }
  .mt-sp-74 {
    margin-top: 4.625rem;
  }
  .mt-sp-75 {
    margin-top: 4.6875rem;
  }
  .mt-sp-76 {
    margin-top: 4.75rem;
  }
  .mt-sp-77 {
    margin-top: 4.8125rem;
  }
  .mt-sp-78 {
    margin-top: 4.875rem;
  }
  .mt-sp-79 {
    margin-top: 4.9375rem;
  }
  .mt-sp-80 {
    margin-top: 5rem;
  }
  .mt-sp-81 {
    margin-top: 5.0625rem;
  }
  .mt-sp-82 {
    margin-top: 5.125rem;
  }
  .mt-sp-83 {
    margin-top: 5.1875rem;
  }
  .mt-sp-84 {
    margin-top: 5.25rem;
  }
  .mt-sp-85 {
    margin-top: 5.3125rem;
  }
  .mt-sp-86 {
    margin-top: 5.375rem;
  }
  .mt-sp-87 {
    margin-top: 5.4375rem;
  }
  .mt-sp-88 {
    margin-top: 5.5rem;
  }
  .mt-sp-89 {
    margin-top: 5.5625rem;
  }
  .mt-sp-90 {
    margin-top: 5.625rem;
  }
  .mt-sp-91 {
    margin-top: 5.6875rem;
  }
  .mt-sp-92 {
    margin-top: 5.75rem;
  }
  .mt-sp-93 {
    margin-top: 5.8125rem;
  }
  .mt-sp-94 {
    margin-top: 5.875rem;
  }
  .mt-sp-95 {
    margin-top: 5.9375rem;
  }
  .mt-sp-96 {
    margin-top: 6rem;
  }
  .mt-sp-97 {
    margin-top: 6.0625rem;
  }
  .mt-sp-98 {
    margin-top: 6.125rem;
  }
  .mt-sp-99 {
    margin-top: 6.1875rem;
  }
  .mt-sp-100 {
    margin-top: 6.25rem;
  }
  .mt-sp-101 {
    margin-top: 6.3125rem;
  }
  .mt-sp-102 {
    margin-top: 6.375rem;
  }
  .mt-sp-103 {
    margin-top: 6.4375rem;
  }
  .mt-sp-104 {
    margin-top: 6.5rem;
  }
  .mt-sp-105 {
    margin-top: 6.5625rem;
  }
  .mt-sp-106 {
    margin-top: 6.625rem;
  }
  .mt-sp-107 {
    margin-top: 6.6875rem;
  }
  .mt-sp-108 {
    margin-top: 6.75rem;
  }
  .mt-sp-109 {
    margin-top: 6.8125rem;
  }
  .mt-sp-110 {
    margin-top: 6.875rem;
  }
  .mt-sp-111 {
    margin-top: 6.9375rem;
  }
  .mt-sp-112 {
    margin-top: 7rem;
  }
  .mt-sp-113 {
    margin-top: 7.0625rem;
  }
  .mt-sp-114 {
    margin-top: 7.125rem;
  }
  .mt-sp-115 {
    margin-top: 7.1875rem;
  }
  .mt-sp-116 {
    margin-top: 7.25rem;
  }
  .mt-sp-117 {
    margin-top: 7.3125rem;
  }
  .mt-sp-118 {
    margin-top: 7.375rem;
  }
  .mt-sp-119 {
    margin-top: 7.4375rem;
  }
  .mt-sp-120 {
    margin-top: 7.5rem;
  }
  .mt-sp-121 {
    margin-top: 7.5625rem;
  }
  .mt-sp-122 {
    margin-top: 7.625rem;
  }
  .mt-sp-123 {
    margin-top: 7.6875rem;
  }
  .mt-sp-124 {
    margin-top: 7.75rem;
  }
  .mt-sp-125 {
    margin-top: 7.8125rem;
  }
  .mt-sp-126 {
    margin-top: 7.875rem;
  }
  .mt-sp-127 {
    margin-top: 7.9375rem;
  }
  .mt-sp-128 {
    margin-top: 8rem;
  }
  .mt-sp-129 {
    margin-top: 8.0625rem;
  }
  .mt-sp-130 {
    margin-top: 8.125rem;
  }
  .mt-sp-131 {
    margin-top: 8.1875rem;
  }
  .mt-sp-132 {
    margin-top: 8.25rem;
  }
  .mt-sp-133 {
    margin-top: 8.3125rem;
  }
  .mt-sp-134 {
    margin-top: 8.375rem;
  }
  .mt-sp-135 {
    margin-top: 8.4375rem;
  }
  .mt-sp-136 {
    margin-top: 8.5rem;
  }
  .mt-sp-137 {
    margin-top: 8.5625rem;
  }
  .mt-sp-138 {
    margin-top: 8.625rem;
  }
  .mt-sp-139 {
    margin-top: 8.6875rem;
  }
  .mt-sp-140 {
    margin-top: 8.75rem;
  }
  .mt-sp-141 {
    margin-top: 8.8125rem;
  }
  .mt-sp-142 {
    margin-top: 8.875rem;
  }
  .mt-sp-143 {
    margin-top: 8.9375rem;
  }
  .mt-sp-144 {
    margin-top: 9rem;
  }
  .mt-sp-145 {
    margin-top: 9.0625rem;
  }
  .mt-sp-146 {
    margin-top: 9.125rem;
  }
  .mt-sp-147 {
    margin-top: 9.1875rem;
  }
  .mt-sp-148 {
    margin-top: 9.25rem;
  }
  .mt-sp-149 {
    margin-top: 9.3125rem;
  }
  .mt-sp-150 {
    margin-top: 9.375rem;
  }
  .mt-sp-151 {
    margin-top: 9.4375rem;
  }
  .mt-sp-152 {
    margin-top: 9.5rem;
  }
  .mt-sp-153 {
    margin-top: 9.5625rem;
  }
  .mt-sp-154 {
    margin-top: 9.625rem;
  }
  .mt-sp-155 {
    margin-top: 9.6875rem;
  }
  .mt-sp-156 {
    margin-top: 9.75rem;
  }
  .mt-sp-157 {
    margin-top: 9.8125rem;
  }
  .mt-sp-158 {
    margin-top: 9.875rem;
  }
  .mt-sp-159 {
    margin-top: 9.9375rem;
  }
  .mt-sp-160 {
    margin-top: 10rem;
  }
  .mt-sp-161 {
    margin-top: 10.0625rem;
  }
  .mt-sp-162 {
    margin-top: 10.125rem;
  }
  .mt-sp-163 {
    margin-top: 10.1875rem;
  }
  .mt-sp-164 {
    margin-top: 10.25rem;
  }
  .mt-sp-165 {
    margin-top: 10.3125rem;
  }
  .mt-sp-166 {
    margin-top: 10.375rem;
  }
  .mt-sp-167 {
    margin-top: 10.4375rem;
  }
  .mt-sp-168 {
    margin-top: 10.5rem;
  }
  .mt-sp-169 {
    margin-top: 10.5625rem;
  }
  .mt-sp-170 {
    margin-top: 10.625rem;
  }
  .mt-sp-171 {
    margin-top: 10.6875rem;
  }
  .mt-sp-172 {
    margin-top: 10.75rem;
  }
  .mt-sp-173 {
    margin-top: 10.8125rem;
  }
  .mt-sp-174 {
    margin-top: 10.875rem;
  }
  .mt-sp-175 {
    margin-top: 10.9375rem;
  }
  .mt-sp-176 {
    margin-top: 11rem;
  }
  .mt-sp-177 {
    margin-top: 11.0625rem;
  }
  .mt-sp-178 {
    margin-top: 11.125rem;
  }
  .mt-sp-179 {
    margin-top: 11.1875rem;
  }
  .mt-sp-180 {
    margin-top: 11.25rem;
  }
  .mt-sp-181 {
    margin-top: 11.3125rem;
  }
  .mt-sp-182 {
    margin-top: 11.375rem;
  }
  .mt-sp-183 {
    margin-top: 11.4375rem;
  }
  .mt-sp-184 {
    margin-top: 11.5rem;
  }
  .mt-sp-185 {
    margin-top: 11.5625rem;
  }
  .mt-sp-186 {
    margin-top: 11.625rem;
  }
  .mt-sp-187 {
    margin-top: 11.6875rem;
  }
  .mt-sp-188 {
    margin-top: 11.75rem;
  }
  .mt-sp-189 {
    margin-top: 11.8125rem;
  }
  .mt-sp-190 {
    margin-top: 11.875rem;
  }
  .mt-sp-191 {
    margin-top: 11.9375rem;
  }
  .mt-sp-192 {
    margin-top: 12rem;
  }
  .mt-sp-193 {
    margin-top: 12.0625rem;
  }
  .mt-sp-194 {
    margin-top: 12.125rem;
  }
  .mt-sp-195 {
    margin-top: 12.1875rem;
  }
  .mt-sp-196 {
    margin-top: 12.25rem;
  }
  .mt-sp-197 {
    margin-top: 12.3125rem;
  }
  .mt-sp-198 {
    margin-top: 12.375rem;
  }
  .mt-sp-199 {
    margin-top: 12.4375rem;
  }
  .mt-sp-200 {
    margin-top: 12.5rem;
  }
}
/* ---------- margin-topの設定 | ここまで ---------- *//*# sourceMappingURL=style.css.map */