@charset "UTF-8";
/* 源ノ角ゴシックの代替 */
/* Helveticaの代替 */
html {
  font-size: 16px;
}
@media (max-width: 1520px) {
  html {
    font-size: 1.0526315789vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

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

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

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

main {
  flex: 1;
}

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

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

ul,
ol {
  padding: 0;
}

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

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

ul,
ol {
  list-style: none;
}

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

a {
  text-decoration: none;
}

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

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

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

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

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

textarea {
  resize: none;
}

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

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

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

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

.about {
  position: relative;
  width: 100%;
  height: 100dvh;
  aspect-ratio: 1920/1080;
  clip-path: inset(0 round 0 clamp(70px, 22.2083vw, 600px) 0 0);
}
@media screen and (min-width: 1921px) {
  .about {
    clip-path: inset(0 round 0 clamp(70px, 17.2083vw, 600px) 0 0);
  }
}
@media screen and (max-width: 767px) {
  .about {
    clip-path: inset(0 round 0 clamp(0px, 0.2083vw, 200px) 0 0);
    margin-top: -0.125rem;
    height: 100%;
    aspect-ratio: unset;
    padding-block: 3.125rem;
  }
}

.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/about/about-image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -4;
}
@media screen and (max-width: 767px) {
  .about::before {
    height: 100%;
    background-size: cover;
    background-position: 33% 50%;
  }
}

.about::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 54.6875%;
  height: 100%;
  background: transparent linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.81;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .about::after {
    width: 88%;
  }
}

.about__inner {
  position: relative;
}

.about__title-area {
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .about__title-area {
    position: static;
    transform: none;
  }
}

.about__title {
  width: 100%;
  max-width: 9.375rem;
  height: auto;
  margin-left: 13.3125rem;
}
@media screen and (max-width: 767px) {
  .about__title {
    margin-inline: auto;
    max-width: 4.375rem;
  }
}

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

.about__text-area {
  width: 100%;
  max-width: 36.25rem;
  height: auto;
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  .about__text-area {
    margin-top: 1.875rem;
    max-width: 18.75rem;
    margin-inline: auto;
  }
}

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

.bg-parallax {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.bg-parallax__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  z-index: -10;
  clip-path: inset(0 round 0 0 0 clamp(70px, 30.2083vw, 600px));
}
@media screen and (max-width: 1600px) {
  .bg-parallax__img {
    clip-path: inset(0 round 0 0 0 clamp(70px, 20.2083vw, 600px));
  }
}

.bg-parallax__img::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../../assets/images/common/bg-parallax.jpg);
  background-size: cover;
  background-position: top center;
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* MVアニメーション -------------------------- */
.js-mv__text-01 {
  clip-path: inset(0% 0% 100% 0%);
}

/* MVアニメーション ここまで ----------------- */
/* ---------- 画像のマスクアニメーション -------------------------- */
.js-mask-image {
  mask-image: linear-gradient(135deg, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0.4) 55%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  mask-size: 300% 300%;
  mask-repeat: no-repeat;
  mask-position: 150% 150%;
}

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

@keyframes maskImg {
  0% {
    mask-position: 250% 0%;
  }
  100% {
    mask-position: 0% 0%;
  }
}
/* ---------- 画像のマスクアニメーション ここまで ----------------- */
/* ---------- 各セクションのマスクアニメーション -------------------------- */
.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 1s linear forwards;
}

@keyframes mask {
  0% {
    mask-position: 200% 0%;
  }
  100% {
    mask-position: 0% 0%;
  }
}
/* ---------- 各セクションのマスクアニメーション ここまで ----------------- */
.footer {
  overflow-x: clip;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -10;
}
@media screen and (max-width: 767px) {
  .footer {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.footer__top {
  position: relative;
  z-index: 1;
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .footer__top {
    height: 90vh;
  }
}

.footer__top::before {
  content: "";
  display: block;
  background-image: url(../../assets/images/common/footer-image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100vw;
  margin-inline: calc(50% - 50vi);
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.footer__top::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #243123;
  opacity: 0.6;
  mix-blend-mode: multiply;
  width: 100vw;
  margin-inline: calc(50% - 50vi);
  z-index: -1;
}

.footer__top-text {
  position: relative;
  z-index: 2;
  font-size: max(1.875rem, 12px);
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .footer__top-text {
    font-size: max(1.125rem, 12px);
    text-align: center;
  }
}

.footer__top-content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 31.5625rem;
  margin-top: min(9.375rem, 13.8888888889vh);
  padding-bottom: 6.875rem;
  padding-bottom: min(7rem, 10.3703703704vh);
}
@media screen and (max-width: 767px) {
  .footer__top-content {
    margin-top: 13.75rem;
    padding-bottom: 1.875rem;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) and (max-height: 700px) {
  .footer__top-content {
    margin-top: 8.75rem;
  }
}

.footer__top-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.875rem;
}

.footer__top-text-lead {
  font-size: clamp(1.875rem, 6vh, 3.75rem);
  font-weight: 900;
  font-family: "Nunito Sans", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .footer__top-text-lead {
    font-size: max(1.875rem, 12px);
  }
}

.footer__top-text-title {
  font-size: clamp(6.25rem, 20vh, 12.5rem);
  font-weight: 900;
  font-family: "Nunito Sans", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-indent: -0.6875rem;
}
@media screen and (max-width: 767px) {
  .footer__top-text-title {
    font-size: max(3.75rem, 12px);
    text-indent: 0;
  }
}

.footer__top-link-wrap {
  border-top: 1px solid #ffffff;
  width: min(100%, 21.875rem);
  align-self: flex-end;
  padding-bottom: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .footer__top-link-wrap {
    width: min(100%, 21.875rem);
    align-self: center;
    padding-bottom: initial;
  }
}

.footer__top-link {
  margin-top: 0.625rem;
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  font-size: max(1.75rem, 12px);
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 1.2857142857;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .footer__top-link {
    font-size: max(1.125rem, 12px);
  }
}

@media (any-hover: hover) {
  .footer__top-link:hover {
    opacity: 0.7;
  }
}
.footer__top-link::before {
  content: "▶︎";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #369b18;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .footer__top-link::before {
    font-size: 0.875rem;
  }
}

.footer__bottom {
  background-color: #0d170d;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  position: relative;
  z-index: 1;
  padding-top: min(4.5rem, 6.6666666667vh);
  padding-bottom: min(4.625rem, 6.8518518519vh);
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    padding-top: 1.875rem;
    padding-bottom: 1.25rem;
  }
}

.footer__bottom::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/common/footer-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  mix-blend-mode: soft-light;
  opacity: 0.8;
  z-index: -1;
}

.footer__wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .footer__wrap {
    flex-direction: column;
    max-width: 33.75rem;
    width: 100%;
    margin-inline: auto;
  }
}

.footer__right {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .footer__right {
    margin-top: 2.5rem;
    width: 100%;
  }
}

.footer__left {
  width: 15%;
}
@media screen and (max-width: 767px) {
  .footer__left {
    width: 100%;
  }
}

.footer__logo {
  padding-top: 1.5625rem;
  max-width: 10.75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    padding-top: initial;
    max-width: 6.875rem;
    margin-inline: auto;
    position: relative;
    left: -0.625rem;
  }
}

.footer__logo a {
  width: 100%;
  display: block;
  transition: all 0.3s;
}

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

.footer__nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    flex-direction: column;
    gap: 0.625rem;
  }
}

.footer__nav-group {
  width: 15.6%;
  min-width: 150px;
}
@media screen and (max-width: 767px) {
  .footer__nav-group {
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  .footer__nav-group + .footer__nav-group {
    margin-top: 0;
  }
}

.footer__nav-group--vertical {
  display: flex;
  flex-direction: column;
  gap: 0.1875rem;
}
.footer__nav-title {
  display: block;
  font-weight: normal;
  font-size: max(1rem, 12px);
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 2;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .footer__nav-title {
    font-size: max(0.875rem, 12px);
  }
}

@media (any-hover: hover) {
  .footer__nav-title:hover {
    opacity: 0.7;
  }
}
.footer__nav-list {
  margin-top: 0.3125rem;
}

.footer__nav-title + .footer__nav-list {
  margin-top: 0.3125rem;
}

@media screen and (max-width: 767px) {
  .footer__nav-title + .footer__nav-title {
    margin-top: 0.3125rem;
  }
}

.footer__nav-item + .footer__nav-item {
  margin-top: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .footer__nav-item + .footer__nav-item {
    margin-top: 0.4375rem;
  }
}

.footer__nav-item a {
  position: relative;
  font-size: max(0.75rem, 12px);
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-left: 1.25rem;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .footer__nav-item a {
    font-size: max(0.75rem, 12px);
  }
}

@media (any-hover: hover) {
  .footer__nav-item a:hover {
    opacity: 0.7;
  }
}
.footer__nav-item a::before {
  content: "ー";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 0.625rem;
}

@media (any-hover: hover) {
  .footer__nav-item a:hover {
    opacity: 0.7;
  }
}
.footer__entry {
  margin-top: -0.1875rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2.375rem;
  padding-right: 2.75rem;
}
@media screen and (max-width: 767px) {
  .footer__entry {
    margin-top: 1.875rem;
    gap: 1.25rem;
    flex-direction: column;
    justify-content: center;
  }
}

.footer__entry-link {
  position: relative;
  font-size: max(0.875rem, 12px);
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 1.7142857143;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .footer__entry-link {
    font-size: max(0.75rem, 12px);
  }
}

@media (any-hover: hover) {
  .footer__entry-link:hover {
    opacity: 0.7;
  }
}
.footer__entry-link::before,
.footer__entry-link::after {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  font-size: max(0.875rem, 12px);
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.625;
}

.footer__entry-link::before {
  content: "[";
  left: -1.0625rem;
}

.footer__entry-link::after {
  content: "]";
  right: -1.0625rem;
}

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

.footer__entry-link span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.5rem;
}

/* ヘッダーの高さ分ずらす */
html {
  scroll-padding-top: max(4rem, 60px); /* ヘッダーの高さ */
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 5rem;
  }
}

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

/* スクロールするとヘッダーの色が変化する */
.header.headerChange {
  background-color: #e3f9e4;
  box-shadow: 0px 0px 5px 0px rgba(36, 49, 35, 0.8);
  padding: 10px 0;
}
.header__inner.inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
  padding-inline: 1.25rem;
  max-width: 117.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header__inner.inner {
    align-items: center;
  }
}

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

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

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

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

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

.breadcrumb__nav {
  width: 100%;
}

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

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

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

.breadcrumb__items li::after {
  content: "ー";
  display: inline-block;
  margin: 0 0.3125rem;
  font-size: 0.75rem;
}

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

.breadcrumb__items li a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
  text-decoration-color: #243123;
}

.gradation {
  display: grid;
  gap: 0.4375rem;
}

.gradation__wrap {
  position: relative;
  border-radius: 1.25rem 0rem 0rem 1.25rem;
  overflow: hidden;
}

.gradation__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(100%, 43.75rem);
  height: 100%;
  background: transparent linear-gradient(270deg, rgba(118, 192, 20, 0) 0%, #76c014 30%, #76c014 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  z-index: 1;
  opacity: 1;
}

.gradation__wrap.gradation__wrap--reverse {
  position: relative;
  border-radius: 0rem 3.625rem 3.625rem 0rem;
  overflow: hidden;
  width: 100%;
}

.gradation__wrap.gradation__wrap--reverse::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(90deg, rgba(54, 155, 24, 0) 0%, #369B18 30%, #369B18 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  z-index: 1;
  opacity: 1;
}

.gradation__text {
  padding-block: 0.09375rem;
  padding-left: 1.875rem;
  position: relative;
  z-index: 1;
  font-size: max(1.25rem, 12px);
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 1.8;
  letter-spacing: 0.05em;
  width: min(100%, 43.75rem);
}
@media screen and (max-width: 767px) {
  .gradation__text {
    font-size: max(0.875rem, 12px);
    padding-left: 0.9375rem;
  }
}

.gradation__text.gradation__text--reverse {
  padding-block: 1.3125rem;
  padding-left: 0.625rem;
  padding-right: 3.75rem;
  font-size: max(3.125rem, 12px);
  line-height: 1.48;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .gradation__text.gradation__text--reverse {
    font-size: max(1.25rem, 12px);
    padding-block: 0.625rem;
    padding-right: 1.875rem;
  }
}

.gradation__wrap:nth-child(2) {
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .gradation__wrap:nth-child(2) {
    margin-left: 0.3125rem;
  }
}

.gradation__wrap:nth-child(3) {
  margin-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .gradation__wrap:nth-child(3) {
    margin-left: 0.625rem;
  }
}

/* 縦型グラデーション */
.gradation-vertical__wrap {
  position: relative;
  border-radius: 1.25rem 1.25rem 0rem 0rem;
  overflow: hidden;
  padding-block: 1.25rem;
  width: fit-content;
}

.gradation-vertical__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(360deg, rgba(118, 192, 20, 0) 0%, #76c014 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  z-index: 0;
}

.gradation-vertical__text {
  font-size: max(1.25rem, 12px);
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 1.8;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding-inline: 0.9375rem;
  position: relative;
  z-index: 1;
  margin-inline: auto;
}

.gradation-vertical__text span {
  text-orientation: mixed;
  text-combine-upright: all;
  font-feature-settings: "palt";
  display: inline-block;
}

.button {
  position: relative;
  font-size: max(1.125rem, 12px);
  font-weight: 500;
  color: #ffffff;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 100vh;
  border: 1px solid #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 2.5rem;
  width: fit-content;
  transition: opacity 0.3s ease;
  padding-block: 1rem;
  padding-inline: 1.75rem;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .button {
    padding: 0.3125rem 0.5rem;
    font-size: max(0.875rem, 12px);
    min-width: 9.375rem;
    gap: 0.9375rem;
    justify-content: space-between;
  }
}

@media (any-hover: hover) {
  .button:hover {
    background-color: #243123;
  }
}
.button::after {
  content: "";
  display: inline-flex;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .button::after {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    width: 0.5rem;
    height: 0.5rem;
  }
}

.mv-title {
  position: relative;
  font-size: max(4.375rem, 12px);
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #243123;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  padding-block-start: 7.8125rem;
  width: fit-content;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mv-title {
    padding-block-start: 2.8125rem;
    font-size: max(2.1875rem, 12px);
  }
}

.mv-title::before {
  content: attr(data-title);
  position: absolute;
  z-index: -1;
  bottom: 1.25rem;
  left: 0;
  font-size: max(12.1875rem, 12px);
  font-weight: 900;
  font-family: "Nunito Sans", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
  mix-blend-mode: soft-light;
  opacity: 0.4;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .mv-title::before {
    font-size: max(3.9375rem, 12px);
    line-height: 1;
  }
}

.section-title {
  position: relative;
  font-size: max(3.125rem, 12px);
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #369b18;
  line-height: 1.48;
  letter-spacing: 0.05em;
  text-align: center;
  padding-block-start: 9.375rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: clamp(18px, 26 / 375 * 100vw, 38px);
    padding-block-start: 2.8125rem;
  }
}

.section-title::before {
  content: attr(data-title);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(80px, 230 / 1920 * 100vw, 230px);
  font-weight: 900;
  font-family: "Nunito Sans", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  mix-blend-mode: soft-light;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .section-title::before {
    font-size: clamp(12px, 45 / 375 * 100vw, 100px);
    top: 50%;
  }
}

.section-title.section-title--sm::before {
  top: 36%;
}
@media screen and (max-width: 767px) {
  .section-title.section-title--sm::before {
    top: 20%;
  }
}

.mv {
  position: relative;
  height: 100dvh;
  min-height: -webkit-fill-available;
  overflow: hidden;
}

.mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  min-height: -webkit-fill-available;
  background-image: url(../../assets/images/common/mv-bg-mask.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  mix-blend-mode: multiply;
}

.mv__image-wrap {
  position: relative;
  height: 100%;
}

.mv__bg01 {
  position: absolute;
  bottom: 0;
  left: 61.2%;
  transform: translateX(-50%);
  width: clamp(1024px, 2811 / 1920 * 100vw, 2811px);
  height: auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .mv__bg01 {
    width: clamp(300px, 1000 / 375 * 100vw, 1000px);
  }
}

.mv__bg01 img {
  aspect-ratio: 2811/1022;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.mv__bg02 {
  position: absolute;
  bottom: 0;
  left: 61.2%;
  transform: translateX(-50%);
  width: clamp(1024px, 2811 / 1920 * 100vw, 2811px);
  height: auto;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .mv__bg02 {
    width: clamp(300px, 1000 / 375 * 100vw, 1000px);
  }
}

.mv__bg02 img {
  aspect-ratio: 2811/1022;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.mv__text-image {
  position: absolute;
  bottom: 0;
  left: 3.125rem;
  width: clamp(200px, 480 / 1920 * 100vw, 480px);
  height: auto;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .mv__text-image {
    width: clamp(50px, 90 / 375 * 100vw, 200px);
    left: 0.625rem;
  }
}

.mv__text-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  height: 90vh;
  object-position: left bottom;
}

.mv__text-wrap {
  position: absolute;
  top: 0rem;
  left: calc(50% - 14.4375rem);
  z-index: 10;
  width: 100%;
  max-width: 71.25rem;
  display: grid;
  gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .mv__text-wrap {
    left: initial;
    right: 1.875rem;
    width: clamp(180px, 220 / 375 * 100vw, 700px);
    gap: 3.125rem;
  }
}

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

.mv__scrollDown {
  position: absolute;
  right: 1.25rem;
  bottom: 3.125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .mv__scrollDown {
    right: 0.625rem;
    bottom: 1.25rem;
  }
}

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

/* 線を包含する要素のスタイル */
.mv__scrollDown-line {
  position: relative;
  width: 0.125rem; /* 線の太さ */
  height: 9.375rem; /* 線の長さ */
}
@media screen and (max-width: 767px) {
  .mv__scrollDown-line {
    height: 5rem;
  }
}

/* 共通の線のスタイル */
.mv__scrollDown-line span {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.125rem;
  height: 9.375rem;
}
@media screen and (max-width: 767px) {
  .mv__scrollDown-line span {
    height: 5rem;
  }
}

/* アニメーションの定義 */
@keyframes scroll-line {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  /* 上から下まで完全に伸びた状態 */
  39% {
    transform-origin: top;
    transform: scaleY(1);
  }
  /* 変形の起点を下に切り替え */
  40% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  /* 終了状態：下から上に向かって消失 */
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
/* 背景となる灰色の線 */
.mv__scrollDown-line span:first-of-type {
  background-color: #ffffff;
}

/* アニメーションする黒い線 */
.mv__scrollDown-line span:last-of-type {
  background-color: #333; /* 黒 */
  animation: scroll-line 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

.link-button {
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
  padding: 0.25rem 2.375rem 0.25rem 0.25rem;
  border: 1px solid #ffffff;
  border-radius: 100vh;
  color: #ffffff;
  font-size: max(1.125rem, 12px);
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .link-button {
    font-size: max(0.875rem, 12px);
    padding-inline: 0.625rem;
    gap: 0.625rem;
  }
}

@media (any-hover: hover) {
  .link-button:hover {
    background-color: #ffffff;
    color: #243123;
  }
}
.link-button::before {
  content: "";
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  -webkit-mask-image: url("../../assets/images/common/right-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../../assets/images/common/right-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: currentColor;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .link-button::before {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.link-button.link-button--black {
  border-color: #243123;
  color: #243123;
}

@media (any-hover: hover) {
  .link-button--black:hover {
    background-color: #243123;
    color: #ffffff;
  }
}
.title {
  display: grid;
  position: relative;
  z-index: 1;
}

.title__en {
  font-size: max(6.25rem, 12px);
  font-weight: 900;
  font-family: "Nunito Sans", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #369b18;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .title__en {
    font-size: max(2.5rem, 12px);
  }
}

.title__jp {
  position: relative;
  display: flex;
  align-items: center;
  font-size: max(1.875rem, 12px);
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #369b18;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .title__jp {
    font-size: max(1.125rem, 12px);
    line-height: 1;
  }
}

.title__jp::before {
  content: "";
  display: inline-block;
  width: 4.375rem;
  height: 3.125rem;
  mask-image: url(../../assets/images/common/icon_logo.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #369b18;
  margin-right: -1.1875rem;
  margin-top: -0.375rem;
}
@media screen and (max-width: 767px) {
  .title__jp::before {
    width: 4.375rem;
    height: 3.125rem;
  }
}

.title.title--white .title__en {
  color: #ffffff;
  font-size: 8.625rem;
}
@media screen and (max-width: 767px) {
  .title.title--white .title__en {
    font-size: max(2.5rem, 12px);
  }
}

.title.title--white .title__jp {
  color: #ffffff;
}

.title.title--white .title__jp::before {
  mask-image: url(../../assets/images/common/icon_logo.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #ffffff;
}

.title.title--news .title__jp {
  font-size: max(1.5rem, 12px);
}

.title.title--news .title__jp::before {
  content: none;
}

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

.our-service-sec {
  padding-block: 11.25rem 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .our-service-sec {
    padding-block: 5rem 0;
  }
}

.our-service-sec__inner.inner {
  max-width: 106.875rem;
}
@media screen and (max-width: 767px) {
  .our-service-sec__inner.inner {
    max-width: 33.75rem;
  }
}

.our-service-sec__text-wrap {
  margin-top: 1.875rem;
}

.our-service-sec__text {
  font-size: max(1.25rem, 12px);
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #243123;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .our-service-sec__text {
    font-size: max(1rem, 12px);
    text-align: left;
  }
}

.our-service-sec__bg-wrap {
  position: relative;
  margin-top: -1.125rem;
  height: 75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .our-service-sec__bg-wrap {
    margin-top: 0.625rem;
  }
}

.our-service-sec__list {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .our-service-sec__list {
    grid-template-columns: 1fr;
    gap: 3.125rem;
  }
}

.our-service-sec__circle-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 55.3125rem;
  width: 100%;
  aspect-ratio: 1/1;
  z-index: -1;
}

@media (width <= 1023px) {
  .our-service-sec__bg-wrap {
    display: none;
  }
}
.our-service-sec__circle-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -10;
}

.our-service-sec__circle-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.our-service-sec__circle-frame {
  position: absolute;
  z-index: -5;
  transition: opacity 0.5s ease-in-out;
}

.our-service-sec__circle-frame[data-image=left-top] {
  top: 5.0847457627%;
  left: 4.9717514124%;
  width: 45.0847457627%;
  height: 45.0847457627%;
  opacity: 0;
}

.our-service-sec__circle-frame[data-image=right-top] {
  top: 5.0847457627%;
  right: 4.8587570621%;
  width: 45.0847457627%;
  height: 45.197740113%;
  transform: rotate(90deg);
  opacity: 0;
}

.our-service-sec__circle-frame[data-image=left-bottom] {
  bottom: 4.6327683616%;
  left: 4.8587570621%;
  width: 45.197740113%;
  height: 45.0847457627%;
  transform: rotate(-90deg);
  opacity: 0;
}

.our-service-sec__circle-frame[data-image=right-bottom] {
  bottom: 4.6327683616%;
  right: 4.7457627119%;
  width: 45.3107344633%;
  height: 45.197740113%;
  transform: rotate(-180deg);
  opacity: 0;
}

.our-service-sec__circle-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.our-service-sec__circle-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25%;
  height: 25%;
  z-index: -1;
}

.our-service-sec__circle-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.our-service-sec__text-box {
  text-align: center;
}

.our-service-sec__item:nth-child(1) .our-service-sec__text-box {
  padding-left: 6.25rem;
}
@media screen and (max-width: 767px) {
  .our-service-sec__item:nth-child(1) .our-service-sec__text-box {
    padding-left: 0;
  }
}

.our-service-sec__item:nth-child(3) .our-service-sec__text-box {
  padding-left: 4.25rem;
}
@media screen and (max-width: 767px) {
  .our-service-sec__item:nth-child(3) .our-service-sec__text-box {
    padding-left: 0;
  }
}

.our-service-sec__item:nth-child(even) .our-service-sec__text-box {
  padding-right: 6.25rem;
}
@media screen and (max-width: 767px) {
  .our-service-sec__item:nth-child(even) .our-service-sec__text-box {
    padding-right: 0;
  }
}

.our-service-sec__text-title {
  font-size: max(1.625rem, 12px);
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #243123;
  line-height: 1.3846153846;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .our-service-sec__text-title {
    font-size: max(1rem, 12px);
  }
}

.our-service-sec__text-en {
  font-size: max(0.875rem, 12px);
  font-weight: 900;
  font-family: "Nunito Sans", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .our-service-sec__text-en {
    font-size: max(0.75rem, 12px);
  }
}

.our-service-sec__card {
  margin-top: 1.25rem;
  background-color: #ffffff;
  border-radius: 0.625rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 2.5rem 2.5rem 2.5rem 2.5rem;
  display: flex;
  align-items: center;
  gap: 1.875rem;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .our-service-sec__card {
    margin-right: 0;
    padding: 0.9375rem;
  }
}

.our-service-sec__card.our-service-sec__card--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .our-service-sec__card.our-service-sec__card--reverse {
    flex-direction: row;
  }
}

.our-service-sec__item[data-item=tunnel] .our-service-sec__card {
  opacity: 1;
}

.our-service-sec__item:nth-child(odd) .our-service-sec__card {
  margin-right: 8.125rem;
}
@media screen and (max-width: 767px) {
  .our-service-sec__item:nth-child(odd) .our-service-sec__card {
    margin-right: 0;
  }
}

.our-service-sec__item:nth-child(even) .our-service-sec__card {
  margin-right: 1.25rem;
  margin-left: 6.875rem;
}
@media screen and (max-width: 767px) {
  .our-service-sec__item:nth-child(even) .our-service-sec__card {
    margin-left: 0;
  }
}

.our-service-sec__item:nth-child(n+3) .our-service-sec__card {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .our-service-sec__item:nth-child(n+3) .our-service-sec__card {
    margin-top: 1.25rem;
  }
}

.our-service-sec__item:nth-child(n+3) .our-service-sec__text-box {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .our-service-sec__item:nth-child(n+3) .our-service-sec__text-box {
    margin-top: initial;
  }
}

.our-service-sec__card-title {
  display: grid;
  gap: 0.3125rem;
  border-bottom: 1px solid #efefef;
  padding-bottom: 0.625rem;
}

.our-service-sec__card-title-jp {
  font-size: max(1.5rem, 12px);
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #369b18;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .our-service-sec__card-title-jp {
    font-size: max(1.25rem, 12px);
  }
}

.our-service-sec__card-title-en {
  font-size: max(0.75rem, 12px);
  font-weight: 900;
  font-family: "Nunito Sans", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #369b18;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .our-service-sec__card-title-en {
    font-size: max(0.75rem, 12px);
  }
}

.our-service-sec__card-text {
  margin-top: 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .our-service-sec__card-text {
    margin-top: 1.25rem;
  }
}

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

.our-service-sec__card-desc {
  font-size: max(0.875rem, 12px);
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #243123;
  line-height: 1.8571428571;
  letter-spacing: 0.05em;
}

.our-service-sec__card-image {
  overflow: hidden;
  max-width: 12.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .our-service-sec__card-image {
    display: none;
  }
}

.our-service-sec__card-image img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .our-service-sec__card-image img {
    object-fit: contain;
  }
}

.our-service-sec__card-button {
  width: 9.375rem;
  height: 9.375rem;
  border-radius: 50%;
  background: rgba(26, 33, 26, 0.95);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: absolute;
  transition: filter 0.3s ease-in-out;
  bottom: -3.0625rem;
  right: -2.4375rem;
}

.our-service-sec__card-button.our-service-sec__card-button--reverse {
  right: auto;
  left: -2.4375rem;
}

@media (any-hover: hover) {
  .our-service-sec__card-button:hover {
    filter: brightness(1.8);
  }
}
.our-service-sec__list-sp {
  display: none;
}

@media screen and (max-width: 1023px) {
  .our-service-sec {
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .our-service-sec {
    padding-bottom: 3.125rem;
  }
}
@media screen and (max-width: 1023px) {
  .our-service-sec__list-sp {
    margin-top: 9.375rem;
    max-width: 62.5rem;
    width: 100%;
    margin-inline: auto;
    display: grid;
    gap: 1.875rem;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .our-service-sec__list-sp {
    margin-top: 3.125rem;
  }
}
@media screen and (max-width: 1023px) {
  .our-service-sec__item-sp {
    background-color: #ffffff;
    border-radius: 0.625rem;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding: 1.875rem;
  }
  .our-service-sec__card {
    opacity: 1;
    background-color: transparent;
    box-shadow: none;
    padding: initial;
    margin-top: initial;
  }
  .our-service-sec__card-inner {
    flex: 1;
  }
  .our-service-sec__card-image {
    max-width: 15.625rem;
    flex-shrink: 1;
    flex-grow: 1;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .our-service-sec__card-image {
    max-width: 6.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .our-service-sec__card-button-wrap {
    margin-top: 1.25rem;
    display: flex;
    justify-content: center;
  }
  .our-service-sec__card-button {
    position: static;
    border-radius: 100vh;
    min-width: 150px;
    height: initial;
    padding: 0.9375rem 1.25rem;
    font-size: max(0.75rem, 12px);
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .our-service-sec__card-button {
    min-width: 9.375rem;
    padding: 0.625rem 1.25rem;
  }
}
.our-service-sec__card-image-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .our-service-sec__card-image-sp {
    margin-top: 1.25rem;
    margin-inline: auto;
    display: block;
    max-width: 15.625rem;
  }
}

@media screen and (max-width: 767px) {
  .our-service-sec__card-image-sp img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
    height: auto;
  }
}

.project-sec {
  position: relative;
  overflow-x: clip;
  padding-top: 13.5625rem;
}
@media screen and (max-width: 767px) {
  .project-sec {
    padding-block: 6.25rem;
  }
}

.project-sec::before {
  content: "";
  width: 100vw;
  height: 102.5rem;
  background-image: url(../../assets/images/common/project_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 102.5rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .project-sec::before {
    width: 100rem;
    height: 89rem;
    background-size: 100% 89rem;
  }
}

@media (768px <= width <= 1650px) {
  .project-sec::before {
    width: 120rem;
    height: 102.5rem;
    background-size: 100% 102.5rem;
  }
}
@media (1921px <= width) {
  .project-sec::before {
    width: 100vw;
    height: clamp(1640px, 85.4166666667vw, 1800px);
    background-size: 100% clamp(1640px, 85.4166666667vw, 1800px);
  }
}
.project-sec__inner {
  position: relative;
}

.project-sec__container {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .project-sec__container {
    flex-direction: column;
  }
}

.project-sec__title-wrap {
  position: relative;
  z-index: 5;
  width: fit-content;
}

.project-sec__content {
  padding-top: clamp(10px, 60 / 1920 * 100vw, 60px);
  position: relative;
  flex-shrink: 0;
  width: min(100%, 29.9375rem);
}
@media screen and (max-width: 767px) {
  .project-sec__content {
    width: 100%;
    max-width: 31.25rem;
  }
}

@media screen and (min-width: 1921px) {
  .project-sec__content {
    padding-top: 3.125vw;
  }
}
.project-sec__text-box {
  display: none;
  width: 100%;
}

.project-sec__text-box.is-active {
  display: block;
  /* animationプロパティ設定 */
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.project-sec__text-title {
  font-size: max(2.375rem, 12px);
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 1.3157894737;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .project-sec__text-title {
    font-size: max(1.5rem, 12px);
  }
}

.project-sec__text-desc {
  margin-top: 1rem;
  font-size: max(1rem, 12px);
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 1.875;
  letter-spacing: 0.05em;
  padding-right: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .project-sec__text-desc {
    font-size: max(0.875rem, 12px);
    padding-right: 0;
  }
}

.project-sec__stats-list {
  margin-top: 1rem;
  width: min(100%, 26.875rem);
  display: flex;
  justify-content: space-between;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .project-sec__stats-list {
    justify-content: flex-start;
    gap: 1.25rem;
  }
}

.project-sec__stats-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.project-sec__stats {
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 12.5rem;
  padding: 0 0.625rem;
  font-size: max(0.875rem, 12px);
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 1.8571428571;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .project-sec__stats {
    font-size: max(0.75rem, 12px);
    min-width: 9.375rem;
  }
}

.project-sec__stats-number {
  margin-top: 0.9375rem;
  font-size: max(3.125rem, 12px);
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .project-sec__stats-number {
    font-size: max(1.875rem, 12px);
  }
}

.project-sec__stats-number span {
  font-size: max(1.25rem, 12px);
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.project-sec__button-wrap {
  margin-top: clamp(20px, 76 / 1920 * 100vw, 76px);
}
@media screen and (max-width: 767px) {
  .project-sec__button-wrap {
    margin-top: 2.5rem;
  }
}

.project-sec__swiper-wrap {
  margin-top: -6.0625rem;
  width: 68.75%;
}
@media screen and (max-width: 767px) {
  .project-sec__swiper-wrap {
    margin-top: 0;
    width: 100%;
  }
}

/* Swiper 全体 */
.project-sec__swiper {
  position: relative;
  padding-top: 6.25rem;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .project-sec__swiper {
    width: 100vw;
    padding-top: 1.875rem;
  }
}

@media screen and (min-width: 1921px) {
  .project-sec__swiper {
    padding-top: 4.6875vw;
  }
}
/* スライダー内 */
.project-sec__swiper-wrapper {
  display: flex;
}

.project-sec__swiper-slide {
  transition: transform 0.5s;
}
@media screen and (max-width: 767px) {
  .project-sec__swiper-slide {
    max-width: 16.875rem;
  }
}

.project-sec__swiper-slide.swiper-slide-active {
  transform: translateY(-16.5%);
}
@media screen and (max-width: 767px) {
  .project-sec__swiper-slide.swiper-slide-active {
    transform: translateY(0);
  }
}

.project-sec__swiper-slide.swiper-slide-active ~ .swiper-slide-next ~ .project-sec__swiper-slide {
  transform: translateX(-16.5%) scale(0.667);
}
@media screen and (max-width: 767px) {
  .project-sec__swiper-slide.swiper-slide-active ~ .swiper-slide-next ~ .project-sec__swiper-slide {
    transform: translateX(0) scale(1);
  }
}

.project-sec__swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.667);
  filter: grayscale(1);
}
@media screen and (max-width: 767px) {
  .project-sec__swiper-slide:not(.swiper-slide-active) {
    transform: scale(1);
  }
}

.project-sec__swiper-slide:not(.swiper-slide-active) .project-card__body {
  opacity: 0;
}

/* ナビボタン */
.project-sec__swiper-nav-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.125rem;
  position: absolute;
  top: -6%;
  right: 3%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .project-sec__swiper-nav-wrap {
    pointer-events: none;
    right: initial;
    top: initial;
    bottom: -8%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 16.875rem;
    width: 100%;
  }
}

.project-sec__swiper-nav {
  cursor: pointer;
  pointer-events: all;
  width: 3.125rem;
  height: 3.125rem;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .project-sec__swiper-nav {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
  }
}

@media (any-hover: hover) {
  .project-sec__swiper-nav:hover {
    opacity: 0.6;
  }
}
.project-sec__swiper-nav img {
  width: 3.125rem;
  height: 3.125rem;
}
@media screen and (max-width: 767px) {
  .project-sec__swiper-nav img {
    width: 2.5rem;
    height: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .project-sec__swiper-nav[data-index=prev] {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .project-sec__swiper-nav[data-index=next] {
    right: 0;
  }
}

/* ページネーション */
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction .project-sec__swiper-pagination {
  gap: 0.75rem;
  position: absolute;
  top: 2.3125rem;
  right: 3.75rem;
  bottom: initial;
  left: initial;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction .project-sec__swiper-pagination {
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    top: initial;
    bottom: -9%;
  }
}

/* ページネーションのドット（Swiperが自動的に生成するspan要素用） */
.project-sec__swiper-pagination .project-dot {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
  margin-inline: 0.875rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .project-sec__swiper-pagination .project-dot {
    margin-inline: 0.375rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}

/* アクティブな状態 */
.project-sec__swiper-pagination .project-dot.project-dot-active {
  background-color: #ffffff;
  transform: scale(1.2);
}

/* ホバー時のスタイル（PCのみ） */
@media (any-hover: hover) {
  .project-sec__swiper-pagination .project-dot:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.project-card {
  overflow: hidden;
  position: relative;
}

.project-card__image-wrap img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.project-card__body {
  position: absolute;
  inset: auto auto 0;
  padding: 1.625rem;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .project-card__body {
    padding: 1rem;
  }
}

.project-card__category {
  display: inline-block;
  font-size: max(0.75rem, 12px);
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  border: 0.0625rem solid #ffffff;
  padding: 0.125rem 0.5rem;
}

.project-card__text-wrap {
  display: flex;
  align-items: flex-end;
  gap: 0.625rem;
}
@media screen and (max-width: 1440px) {
  .project-card__text-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.125rem;
  }
}

.project-card__title {
  margin-top: 0.625rem;
  font-size: max(1.375rem, 12px);
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 1.3636363636;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .project-card__title {
    margin-top: 0.375rem;
    font-size: max(1rem, 12px);
  }
}

.project-card__desc {
  font-size: max(0.75rem, 12px);
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}

.company-sec {
  position: relative;
}

@media screen and (max-width: 767px) {
  .company-sec__inner.inner {
    max-width: 33.75rem;
  }
}

.company-sec__content-wrap {
  display: flex;
  gap: 5.625rem;
}
@media screen and (max-width: 767px) {
  .company-sec__content-wrap {
    flex-direction: column;
    gap: 1.875rem;
  }
}

.company-sec__content {
  width: 44.0789473684%;
}
@media screen and (max-width: 767px) {
  .company-sec__content {
    width: 100%;
  }
}

.company-sec__text-wrap {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .company-sec__text-wrap {
    margin-top: 1.875rem;
  }
}

.company-sec__text-title {
  font-size: max(2.25rem, 12px);
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #243123;
  line-height: 1.3888888889;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .company-sec__text-title {
    font-size: max(1.5rem, 12px);
  }
}

.company-sec__text-desc {
  margin-top: 1.25rem;
}

.company-sec__button-wrap {
  margin-top: 1.875rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .company-sec__button-wrap {
    margin-top: initial;
    text-align: center;
  }
}

.company-sec__image-wrap {
  width: 46.0526315789%;
}
@media screen and (max-width: 767px) {
  .company-sec__image-wrap {
    width: 100%;
  }
}

.company-sec__image-wrap img {
  aspect-ratio: 700/490;
  object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 0.3125rem;
}

.news-sec {
  position: relative;
  padding-block: 14.25rem 15.75rem;
}
@media screen and (max-width: 767px) {
  .news-sec {
    padding-block: 6.25rem 7.5rem;
  }
}

@media screen and (max-width: 767px) {
  .news-sec__inner.inner {
    max-width: 33.75rem;
  }
}

.news-sec__container {
  max-width: 87.5rem;
  margin-left: auto;
}

.news-sec__title-wrap {
  display: grid;
  place-items: center;
}

.news-sec__card-list {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.375rem;
}
@media screen and (max-width: 767px) {
  .news-sec__card-list {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .news-sec__card-list {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.news-sec__card a {
  display: block;
}

@media (any-hover: hover) {
  .news-sec__card a:hover .news-sec__image-wrap img {
    transform: scale(1.05);
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .news-sec__card a:hover .news-sec__image-wrap img {
    transform: none;
  }
}
.news-sec__image-wrap {
  overflow: hidden;
  border-radius: 0.3125rem;
}

.news-sec__image-wrap img {
  aspect-ratio: 420/280;
  object-fit: cover;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
  border-radius: 0.3125rem;
}
.news-sec__body {
  margin-top: 0.875rem;
  display: grid;
  gap: 0.5rem;
}

.news-sec__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.news-sec__date {
  font-size: max(0.875rem, 12px);
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #243123;
  line-height: 1.8571428571;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  padding-top: 0.1875rem;
}

.news-sec__label {
  font-size: max(0.875rem, 12px);
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #369b18;
  line-height: 1.8571428571;
  letter-spacing: 0;
}

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

.news-sec__button-wrap {
  margin-top: 4.375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news-sec__button-wrap {
    margin-top: 2.5rem;
  }
}

.news-sec__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  font-size: max(1.125rem, 12px);
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #243123;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .news-sec__button {
    font-size: max(0.875rem, 12px);
  }
}

.news-sec__button::after {
  content: "";
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  -webkit-mask-image: url("../../assets/images/common/right-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../../assets/images/common/right-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: currentColor;
}
@media screen and (max-width: 767px) {
  .news-sec__button::after {
    width: 2.5rem;
    height: 2.5rem;
  }
}

@media (any-hover: hover) {
  .news-sec__button:hover {
    opacity: 0.7;
  }
}
.sub-mv {
  position: relative;
  overflow-x: clip;
  z-index: 0;
  padding-top: 15rem;
  padding-bottom: 35rem;
}
@media screen and (max-width: 767px) {
  .sub-mv {
    padding-top: 14.375rem;
    padding-bottom: 11.875rem;
  }
}

.sub-mv::before {
  content: "";
  position: absolute;
  top: 6.5rem;
  left: 0;
  width: 100%;
  height: 65.6875rem;
  background-image: url(../../assets/images/common/sub-mv-image.png);
  background-size: 100% 65.6875rem;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .sub-mv::before {
    width: 76.875rem;
    height: 48.6875rem;
    background-size: 100% 48.6875rem;
    top: 6.25rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.sub-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  z-index: -5;
  pointer-events: none;
}

.sub-mv__bg::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../../assets/images/common/bg-parallax.jpg);
  background-size: cover;
  background-position: top center;
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.sub-mv__bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sub-mv__content {
  width: 100%;
}

.sub-mv__breadcrumb {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .sub-mv__breadcrumb {
    margin-top: 1.25rem;
  }
}

.sub-mv__btn-wrap {
  margin-top: 4.375rem;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .sub-mv__btn-wrap {
    margin-top: 1.25rem;
    flex-direction: column;
    gap: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .sub-mv__btn-wrap .button {
    width: 100%;
  }
}

.sub-mv__gradation {
  max-width: 55.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sub-mv__gradation {
    margin-top: 2.5rem;
    max-width: 18.75rem;
  }
}

.bowling {
  position: relative;
  padding-bottom: 23.4375rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .bowling {
    padding-bottom: 8.125rem;
  }
}

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

.bowling__media {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .bowling__media {
    margin-top: 3.125rem;
  }
}

.bowling__card-list {
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .bowling__card-list {
    margin-top: 7.1875rem;
  }
}

.card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.25rem 2.3125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .card-list {
    grid-template-columns: 1fr;
  }
}

.card-list__item {
  background-color: #ffffff;
  border-radius: 0.625rem;
  position: relative;
  padding: 2.5rem;
  padding-bottom: 3.1875rem;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
  text-align: center;
}
@media screen and (max-width: 767px) {
  .card-list__item {
    padding: 1.875rem;
  }
}

.card-list__item:has(.card-list__icon) {
  padding-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .card-list__item:has(.card-list__icon) {
    padding-top: 2.5rem;
  }
}

.card-list__item::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 8.75rem;
  height: 8.75rem;
  background-color: #ffffff;
  top: -3.125rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .card-list__item::before {
    width: 6.25rem;
    height: 6.25rem;
  }
}

.card-list__icon {
  position: absolute;
  top: -2.8125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6.25rem;
  height: 6.25rem;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .card-list__icon {
    width: 5rem;
    height: 5rem;
    top: -3.125rem;
  }
}

.card-list__icon img {
  width: 3.625rem;
  height: 2.625rem;
}

.card-list__title {
  font-size: max(1.625rem, 12px);
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #243123;
  line-height: 1.3846153846;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .card-list__title {
    font-size: max(1.25rem, 12px);
  }
}

.card-list__description {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .card-list__description {
    text-align: left;
  }
}

.tunnel {
  position: relative;
  padding-bottom: 12.9375rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .tunnel {
    padding-bottom: 5.625rem;
  }
}

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

.tunnel__media {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .tunnel__media {
    margin-top: 3.125rem;
    max-width: 37.5rem;
    width: 100%;
    margin-inline: auto;
  }
}

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

.media-block {
  display: flex;
  align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .media-block {
    flex-direction: column;
    gap: 3.125rem;
  }
}

.media-block__img {
  width: min(100%, 40.625rem);
}

.media-block__img img {
  aspect-ratio: 650/400;
  object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 0.3125rem;
}

.media-block__body {
  width: 51.9736842105%;
}
@media screen and (max-width: 767px) {
  .media-block__body {
    width: 100%;
  }
}

.media-block__lead {
  font-size: max(1.875rem, 12px);
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #243123;
  line-height: 1.4666666667;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .media-block__lead {
    font-size: max(1.25rem, 12px);
  }
}

.media-block__text {
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .media-block__text {
    margin-top: 0.625rem;
  }
}

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

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

.construction__content-wrap {
  display: flex;
  align-items: center;
  gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .construction__content-wrap {
    flex-direction: column;
    gap: 3.75rem;
  }
}

.construction__content {
  width: 57.2368421053%;
  padding-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .construction__content {
    width: 100%;
    padding-top: initial;
  }
}

.construction__lead {
  margin-top: 3.125rem;
  font-size: max(1.625rem, 12px);
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #243123;
  line-height: 1.2307692308;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .construction__lead {
    font-size: max(1.25rem, 12px);
    margin-top: 1.875rem;
    line-height: 1.3333333333;
  }
}

.construction__text {
  margin-top: 1.875rem;
}

.construction__gradation {
  margin-top: 1.875rem;
}

.construction__img {
  width: 36.1842105263%;
}
@media screen and (max-width: 767px) {
  .construction__img {
    width: 100%;
  }
}

.construction__img img {
  aspect-ratio: 550/700;
  object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 0.625rem;
}

.construction__list {
  margin-top: 11.8125rem;
  width: min(100%, 87.5rem);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .construction__list {
    margin-top: 6.25rem;
  }
}

.construction__item {
  counter-increment: number 1;
}
.construction__item:not(:first-child) {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .construction__item:not(:first-child) {
    margin-top: 3.75rem;
  }
}

.construction__item-block {
  display: flex;
  gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .construction__item-block {
    flex-direction: column-reverse;
    gap: 5rem;
  }
}

.construction__item:nth-child(even) .construction__item-block {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .construction__item:nth-child(even) .construction__item-block {
    flex-direction: column-reverse;
  }
}

.construction__item-title {
  font-size: max(1.875rem, 12px);
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #243123;
  line-height: 1.4666666667;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .construction__item-title {
    font-size: max(1.375rem, 12px);
    text-align: center;
  }
}

.construction__text-content {
  position: relative;
  padding-top: 6.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .construction__text-content {
    padding-top: 0;
  }
}

.construction__item:nth-child(even) .construction__text-content::before {
  left: initial;
  right: -150px;
}
@media screen and (max-width: 767px) {
  .construction__item:nth-child(even) .construction__text-content::before {
    right: initial;
    left: initial;
  }
}

.construction__description {
  margin-top: 1.125rem;
}

.construction__item-image {
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
  display: block;
  position: relative;
  z-index: -10;
}
@media screen and (max-width: 767px) {
  .construction__item-image {
    max-width: 31.25rem;
  }
}

.construction__item-image img {
  aspect-ratio: 600/600;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0.3125rem;
}

.construction__number {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .construction__number {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* 自動連番 */
.construction__number::before {
  position: absolute;
  left: 30.125rem;
  content: "0" counter(number) " ";
  top: -10.4375rem;
  font-size: max(12.5rem, 12px);
  font-weight: 700;
  font-family: "Poppins", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: italic;
  color: transparent;
  line-height: 1;
  letter-spacing: 0;
  -webkit-text-stroke: 1px #369b18; /* ストロークの幅と色 */
}
@media screen and (max-width: 767px) {
  .construction__number::before {
    font-size: max(7.5rem, 12px);
    left: initial;
    top: -1.25rem;
    right: -0.3125rem;
  }
}

.construction__item:nth-child(2) .construction__number::before {
  right: initial;
  left: 37.5rem;
  top: -10.875rem;
}
@media screen and (max-width: 767px) {
  .construction__item:nth-child(2) .construction__number::before {
    left: initial;
    top: -1.25rem;
    right: -0.3125rem;
  }
}

.construction__item:nth-child(3) .construction__number::before,
.construction__item:nth-child(5) .construction__number::before {
  left: initial;
  right: -4.6875rem;
  top: -12.125rem;
}
@media screen and (max-width: 767px) {
  .construction__item:nth-child(3) .construction__number::before,
  .construction__item:nth-child(5) .construction__number::before {
    right: initial;
    top: -1.25rem;
    right: -0.3125rem;
  }
}

.construction__item:nth-child(4) .construction__number::before {
  right: initial;
  left: 71.25rem;
  top: -14.25rem;
}
@media screen and (max-width: 767px) {
  .construction__item:nth-child(4) .construction__number::before {
    left: initial;
    top: -1.25rem;
    right: -0.3125rem;
  }
}

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

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

.maintenance__lead {
  margin-top: 2.0625rem;
  font-size: max(1.25rem, 12px);
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #243123;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .maintenance__lead {
    font-size: max(1rem, 12px);
    text-align: left;
  }
}

.maintenance__group {
  background: #76c014 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  position: relative;
  margin-top: 2.5rem;
  border-radius: 1.25rem;
  width: min(100%, 87.5rem);
  margin-inline: auto;
  padding-block: 2.65625rem;
}
@media screen and (max-width: 767px) {
  .maintenance__group {
    padding-block: 1.875rem;
  }
}

.maintenance__box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .maintenance__box {
    flex-direction: column;
    gap: 1.875rem;
  }
}

.maintenance__info {
  font-size: max(1.625rem, 12px);
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 1.2307692308;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .maintenance__info {
    font-size: max(1.25rem, 12px);
  }
}

.maintenance__info::before {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  background-image: url(../../assets/images/common/icon_circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.maintenance__image-wrap {
  margin-top: 6.25rem;
  width: min(100%, 87.5rem);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .maintenance__image-wrap {
    margin-top: 3.75rem;
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}

.maintenance__image img {
  aspect-ratio: 650/400;
  object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 0.3125rem;
}

.maintenance__caption {
  margin-top: 1.6875rem;
  width: min(100%, 28.125rem);
  display: grid;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .maintenance__caption {
    margin-top: 0.9375rem;
    width: 100%;
    gap: 0.625rem;
  }
}

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

.maintenance__title {
  margin-top: 13.0625rem;
}
@media screen and (max-width: 767px) {
  .maintenance__title {
    margin-top: 5rem;
  }
}

.maintenance__list-wrapper {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .maintenance__list-wrapper {
    margin-top: 1.875rem;
  }
}

.maintenance__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .maintenance__list {
    flex-direction: column;
    gap: 1.875rem;
  }
}

.maintenance__list + .maintenance__list {
  margin-top: 2.5rem;
  max-width: 71.875vw;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .maintenance__list + .maintenance__list {
    margin-top: 1.875rem;
    max-width: 100%;
  }
}

.maintenance__item {
  position: relative;
  max-width: 21.875rem;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .maintenance__item {
    max-width: 100%;
  }
}

@media (any-hover: hover) {
  .maintenance__item:hover .maintenance__item-image img {
    transform: scale(1.07);
  }
}
.maintenance__item-image {
  position: relative;
  pointer-events: all;
}

.maintenance__item-image::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 0.3125rem 0.3125rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.maintenance__item-image img {
  aspect-ratio: 16/10;
  object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 0.3125rem;
  transition: transform 0.3s ease-in-out;
}

.maintenance__machine-title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  font-size: max(1.25rem, 12px);
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 0.625rem;
  padding-left: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .maintenance__machine-title {
    font-size: max(1rem, 12px);
  }
}

.maintenance__machine-title::after {
  content: "";
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  background-image: url(../../assets/images/common/right-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .maintenance__machine-title::after {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.repair {
  position: relative;
  padding-bottom: 22.875rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .repair {
    padding-bottom: 7.1875rem;
  }
}

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

.repair__media {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .repair__media {
    margin-top: 3.4375rem;
  }
}

.repair__card-list {
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .repair__card-list {
    margin-top: 4.375rem;
  }
}

.repair__lead {
  margin-top: 2.0625rem;
  font-size: max(1.25rem, 12px);
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #243123;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}

.repair__group {
  background: #76c014 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  position: relative;
  margin-top: 2.5rem;
  border-radius: 1.25rem;
  width: min(100%, 87.5rem);
  margin-inline: auto;
  padding-block: 2.65625rem;
}

.repair__image-wrap {
  margin-top: 6.25rem;
  width: min(100%, 87.5rem);
  margin-inline: auto;
  display: flex;
  gap: 6.25rem;
}

.repair__image img {
  aspect-ratio: 650/400;
  object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 0.3125rem;
}

.repair__caption {
  margin-top: 1.6875rem;
  width: min(100%, 28.125rem);
  display: grid;
  gap: 0.9375rem;
}

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

.repair__title {
  margin-top: 10.625rem;
}
@media screen and (max-width: 767px) {
  .repair__title {
    margin-top: 6.25rem;
  }
}

.repair__list {
  margin-top: 3.125rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.5rem;
}

.repair__item {
  position: relative;
  max-width: 21.875rem;
  width: 100%;
  border-radius: 0.3125rem;
}

.repair__item-image {
  position: relative;
}

.common-card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.3125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .common-card-list {
    grid-template-columns: 1fr;
    gap: 3.125rem;
  }
}

.common-card-list__image img {
  aspect-ratio: 450/300;
  object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 0.3125rem;
}

.common-card-list__body {
  margin-top: 2.1875rem;
}

.common-card-list__category {
  font-size: max(0.875rem, 12px);
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  background-color: #76c014;
  padding: 0.28125rem 1.1875rem;
  border-radius: 100vh;
  display: inline-block;
  text-transform: uppercase;
}

.common-card-list__title {
  margin-top: 0.9375rem;
  font-size: max(1.875rem, 12px);
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #369b18;
  line-height: 1.4666666667;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .common-card-list__title {
    font-size: max(1.375rem, 12px);
  }
}

.common-card-list__text {
  margin-top: 0.3125rem;
}

.publick {
  position: relative;
  padding-bottom: 23.75rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .publick {
    padding-bottom: 8.125rem;
  }
}

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

.publick__media {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .publick__media {
    margin-top: 3.125rem;
  }
}

.publick__title {
  margin-top: 10.625rem;
}
@media screen and (max-width: 767px) {
  .publick__title {
    margin-top: 6.25rem;
  }
}

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

.project-detail {
  position: relative;
  z-index: 1;
  padding-bottom: 16.875rem;
}
@media screen and (max-width: 767px) {
  .project-detail {
    padding-bottom: 8.75rem;
  }
}

.project-detail__inner.inner {
  max-width: 78.125rem;
}
@media screen and (max-width: 767px) {
  .project-detail__inner.inner {
    max-width: 33.75rem;
  }
}

.project-detail__image img {
  aspect-ratio: 1200/800;
  object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 0.3125rem;
}
.project-detail__list {
  margin-top: 3.75rem;
  width: 100%;
  display: grid;
  gap: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .project-detail__list {
    gap: 0.9375rem;
  }
}

.project-detail__item {
  display: flex;
  border-radius: 0.3125rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .project-detail__item {
    flex-direction: column;
  }
}

.project-detail__title {
  font-size: max(1.25rem, 12px);
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 1.03125rem 1.875rem;
  width: 26.5%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .project-detail__title {
    width: 100%;
    font-size: max(1rem, 12px);
    padding: 0.625rem 1.875rem;
  }
}

.project-detail__title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #76c014;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.project-detail__content {
  font-size: max(1.25rem, 12px);
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #243123;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 1.03125rem 1.875rem;
  background-color: #ffffff;
  width: 73.5%;
}
@media screen and (max-width: 767px) {
  .project-detail__content {
    width: 100%;
    font-size: max(1rem, 12px);
    padding: 0.625rem 1.875rem;
  }
}

.project-detail__link-box {
  margin-top: 9.1875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #243123;
  border-bottom: 1px solid #243123;
  padding: 2.75rem 0;
}
@media screen and (max-width: 767px) {
  .project-detail__link-box {
    margin-top: 5.3125rem;
    padding: 1.25rem 0;
  }
}

.project-detail__link-box-inner {
  display: contents;
}
@media screen and (max-width: 767px) {
  .project-detail__link-box-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 21.875rem;
    margin-inline: auto;
  }
}

.project-detail__link-button {
  font-size: max(1.125rem, 12px);
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #243123;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  transition: opacity 0.3s ease-in-out;
  text-decoration-line: underline;
  text-underline-offset: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .project-detail__link-button {
    font-size: max(0.875rem, 12px);
  }
}

@media screen and (max-width: 767px) {
  .project-detail__link-button:nth-child(2) {
    order: 1;
    margin-top: 1.25rem;
    margin-inline: auto;
  }
}

@media (any-hover: hover) {
  .project-detail__link-button:hover {
    opacity: 0.7;
  }
}
.project-detail__link-button.project-detail__link-button--left,
.project-detail__link-button.project-detail__link-button--right {
  text-decoration: none;
}

.project-detail__link-button.project-detail__link-button--left::before {
  content: "";
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  mask-image: url("../../assets/images/common/left-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: currentColor;
}
@media screen and (max-width: 767px) {
  .project-detail__link-button.project-detail__link-button--left::before {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.project-detail__link-button.project-detail__link-button--right::after {
  content: "";
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  mask-image: url("../../assets/images/common/right-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: currentColor;
}
@media screen and (max-width: 767px) {
  .project-detail__link-button.project-detail__link-button--right::after {
    width: 1.875rem;
    height: 1.875rem;
  }
}

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

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

.project__list {
  margin-top: 3.9375rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .project__list {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.project__card-link {
  position: relative;
  display: block;
  padding: 1.25rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}

.project__card-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  z-index: -1;
}

.project__card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0.3125rem;
}

.project__card-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 430/230;
  object-fit: cover;
  border-radius: 0.3125rem;
  transition: transform 0.3s;
}

@media (any-hover: hover) {
  .project__card-link:hover .project__card-img img {
    transform: scale(1.05);
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .project__card-link:hover .project__card-img img {
    transform: none;
  }
}
.project__card-body {
  margin-top: 1.6875rem;
  padding: 0 1.25rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .project__card-body {
    margin-top: 0.9375rem;
    padding: 0 0.625rem 0.625rem;
  }
}

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

.project__card-info {
  margin-top: 0.5625rem;
}

.project__card-info-item {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.project__card-info-item:not(:first-child) {
  margin-top: 0.5rem;
}

.project__card-info-term {
  position: relative;
  font-size: max(1rem, 12px);
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #369b18;
  line-height: 1.625;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .project__card-info-term {
    font-size: max(0.875rem, 12px);
  }
}

.project__card-info-term::before,
.project__card-info-term::after {
  font-size: max(1rem, 12px);
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #369b18;
  line-height: 1.625;
}

.project__card-info-term::before {
  content: "[";
  left: -1.0625rem;
}

.project__card-info-term::after {
  content: "]";
  right: -1.0625rem;
}

.project__card-info-desc {
  font-size: max(1rem, 12px);
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #243123;
  line-height: 1.625;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .project__card-info-desc {
    font-size: max(0.875rem, 12px);
  }
}

.project-works {
  position: relative;
  z-index: 1;
  padding-bottom: 22.8125rem;
}
@media screen and (max-width: 767px) {
  .project-works {
    padding-bottom: 11.5625rem;
  }
}

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

.project-works__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3.9375rem;
}
@media screen and (max-width: 767px) {
  .project-works__header {
    flex-direction: column;
    gap: 1.875rem;
  }
}

.project-works__title {
  margin-top: -0.5rem;
}
@media screen and (max-width: 767px) {
  .project-works__title {
    margin-top: initial;
  }
}

.project-works__search-form {
  display: grid;
  grid-template-columns: 400fr 300fr 300fr;
  gap: 0.625rem;
  padding: 1.25rem;
  border-radius: 0.3125rem;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .project-works__search-form {
    grid-template-columns: 1fr;
    gap: 0.625rem;
    padding: 0.625rem;
  }
}

.project-works__search-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #76c014;
  mix-blend-mode: multiply;
  z-index: -1;
}

.project-works__search-field {
  position: relative;
}

.project-works__search-input,
.project-works__search-select {
  width: 100%;
  height: 100%;
  padding: 0.9375rem 1.875rem;
  border-radius: 100vh;
  background-color: #ffffff;
  font-size: max(1.125rem, 12px);
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #243123;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media screen and (max-width: 767px) {
  .project-works__search-input,
  .project-works__search-select {
    font-size: max(0.875rem, 12px);
  }
}

.project-works__search-input::placeholder {
  color: #243123;
  opacity: 0.3;
}

.project-works__search-select {
  padding-right: 2.5rem; /* アイコン分の余白 */
}

.project-works__search-field:has(.project-works__search-select)::after {
  content: "";
  position: absolute;
  top: 48%;
  right: 1.875rem;
  transform: translateY(-50%);
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #243123;
  border-right: 0.125rem solid #243123;
  transform: translateY(-50%) rotate(135deg);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .project-works__search-field:has(.project-works__search-select)::after {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.project-works__list {
  margin-top: 2.8125rem;
  max-width: 98.125rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.5625rem;
}

.project-works__list {
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}

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

.js-scroll .scroll-hint-icon {
  background-color: #369b18;
}

@media (max-width: 980px) {
  .project-works__list-header,
  .project-works__list-body {
    min-width: 1000px;
  }
}
.project-works__list-header {
  display: grid;
  grid-template-columns: 450fr 320fr 260fr 180fr 290fr;
  gap: 0.3125rem;
}

.project-works__list-title {
  position: relative;
  border-radius: 0.3125rem;
  z-index: 1;
  padding: 0.9375rem 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: max(1.125rem, 12px);
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .project-works__list-title {
    font-size: max(0.875rem, 12px);
  }
}

.project-works__list-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #369b18;
  mix-blend-mode: multiply;
  border-radius: 0.3125rem;
  z-index: -1;
}

.project-works__list-row {
  display: grid;
  grid-template-columns: 450fr 320fr 260fr 180fr 290fr;
  gap: 0.3125rem;
  border-bottom: 1px solid #bebebe;
}

.project-works__list-item {
  padding: 1.09375rem 0;
  display: flex;
  align-items: center;
  font-size: max(1.125rem, 12px);
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #243123;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .project-works__list-item {
    font-size: max(0.875rem, 12px);
  }
}

.project-works__list-item:nth-child(n+3) {
  justify-content: center;
}

.scroll-hint-icon {
  top: 25%;
}

.president-message {
  position: relative;
  z-index: 1;
}

.president-message__inner.inner {
  max-width: 90.625rem;
}
@media screen and (max-width: 767px) {
  .president-message__inner.inner {
    max-width: 33.75rem;
  }
}

.president-message__container {
  display: grid;
  grid-template-columns: 35.7% 57.1%;
  gap: 7.2%;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .president-message__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.125rem;
  }
}

.president-message__img {
  width: 100%;
  border-radius: 0.3125rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .president-message__img {
    width: 80%;
    margin-inline: auto;
  }
}

.president-message__img img {
  width: 100%;
  aspect-ratio: 500/700;
  object-fit: cover;
}

.president-message__content {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .president-message__content {
    margin-top: 0;
  }
}

.president-message__title {
  font-size: 2.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  color: #243123;
  line-height: 1.3888888889;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
@media screen and (max-width: 767px) {
  .president-message__title {
    font-size: 1.25rem;
  }
}

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

.president-message__name {
  font-size: max(18px, 1.875rem);
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #243123;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  margin-top: 1.875rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .president-message__name {
    font-size: 1.5rem;
  }
}

.president-message__name span {
  font-size: max(1.25rem, 12px);
}
@media screen and (max-width: 767px) {
  .president-message__name span {
    font-size: max(1rem, 12px);
  }
}

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

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

.overview__content {
  display: grid;
  grid-template-columns: 59.2% 32.9%;
  gap: 7.9%;
  margin-top: 8.625rem;
}
@media screen and (max-width: 767px) {
  .overview__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.75rem;
    margin-top: 3.75rem;
  }
}

.overview__item {
  display: grid;
  grid-template-columns: 15.625rem 1fr;
  column-gap: 1.625rem; /* 左右の余白 */
  padding-block: 1.875rem;
  border-top: 1px solid #bebebe;
}
@media screen and (max-width: 767px) {
  .overview__item {
    grid-template-columns: 6.875rem 1fr;
    column-gap: 0.5rem; /* 左右の余白 */
    padding-block: 0.625rem;
  }
}

.overview__item:last-child {
  border-bottom: 1px solid #bebebe;
}

.overview__term {
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  color: #369b18;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
@media screen and (max-width: 767px) {
  .overview__term {
    font-size: max(1rem, 12px);
  }
}

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

.overview__img {
  border-radius: 0.625rem;
  overflow: hidden;
}

.overview__img {
  width: 100%;
  aspect-ratio: 500/700;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .overview__img {
    width: 80%;
    margin-inline: auto;
  }
}

.overview__map {
  width: 100%;
  margin-top: 5rem;
  border: 1px solid #ffffff;
}

.overview__map iframe {
  width: 100%;
  aspect-ratio: 1520/820;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .overview__map iframe {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 375px) {
  .overview__map iframe {
    aspect-ratio: 1/1;
  }
}

@media screen and (max-width: 767px) {
  .hamburger {
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-block;
    width: 3.75rem;
    height: 3.75rem;
    background-color: #369b18;
    border-radius: 0.9375rem;
    transition: all 0.3s;
    z-index: 100;
  }
}

@media screen and (max-width: 767px) {
  .hamburger span {
    position: absolute;
    left: 0.9375rem;
    transform: translateY(-50%);
    width: 1.875rem;
    height: 0.1875rem;
    background-color: #e3f9e4;
    transition: all 0.3s;
  }
}

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

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

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

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

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

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

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

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

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

.pc-nav__item {
  position: relative;
}

.pc-nav__item.pc-nav__item-contact {
  margin-left: 1.5625rem;
}

.pc-nav__item a {
  display: inline-block;
  font-size: max(1rem, 12px);
  font-family: "Noto Sans JP", sans-serif, "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
  color: #243123;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}

.pc-nav__item a:not(.pc-nav__item.pc-nav__item-contact a) {
  padding: 10px 1.5625rem;
  transition: all 0.3s;
}

/* 下線 お問い合わせ部分は除く */
.pc-nav__item:not(.pc-nav__item.pc-nav__item-contact)::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #369b18;
  bottom: 0.3125rem;
  left: 0.9375rem;
  display: block;
  transition: all 0.3s ease;
  width: 0;
}

/* ホバー時下線が引かれる範囲 */
@media (any-hover: hover) {
  .pc-nav__item:not(.pc-nav__item.pc-nav__item-contact):hover::after {
    width: calc(100% - 1.875rem);
  }
}
.pc-nav__item.pc-nav__item-contact a {
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 100vh;
  padding: 3px 20px 3px 50px;
  border: 0.125rem solid #62a811;
  border: 2px solid #62a811;
  min-height: 40px;
  background-color: #62a811;
  color: #ffffff;
  width: 170px;
  height: 40px;
  transition: all 0.3s;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .pc-nav__item.pc-nav__item-contact a {
    padding: 3px 15px 3px 35px;
    width: 150px;
  }
}

.pc-nav__item.pc-nav__item-contact a::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #62a811;
  width: 2.125rem;
  height: 2.125rem;
  width: 34px;
  height: 34px;
  mix-blend-mode: multiply;
  border-radius: 100vh;
  transition: all 0.3s;
}

.pc-nav__item.pc-nav__item-contact a::after {
  content: "";
  position: absolute;
  left: 0.75rem;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  mask-image: url(../../assets/images/common/icon-arrow-02.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #ffffff;
  width: 0.875rem;
  height: 0.875rem;
  width: 14px;
  height: 14px;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .pc-nav__item.pc-nav__item-contact a:hover {
    padding: 3px 50px 3px 20px;
  }
}
@media screen and (any-hover: hover) and (max-width: 1024px) {
  .pc-nav__item.pc-nav__item-contact a:hover {
    padding: 3px 35px 3px 15px;
  }
}
@media (any-hover: hover) {
  .pc-nav__item.pc-nav__item-contact a:hover::before {
    left: 8.1875rem;
    left: 131px;
  }
}
@media screen and (any-hover: hover) and (max-width: 1024px) {
  .pc-nav__item.pc-nav__item-contact a:hover::before {
    left: 110px;
  }
}
@media (any-hover: hover) {
  .pc-nav__item.pc-nav__item-contact a:hover::after {
    left: 8.8125rem;
    left: 141px;
  }
}
@media screen and (any-hover: hover) and (max-width: 1024px) {
  .pc-nav__item.pc-nav__item-contact a:hover::after {
    left: 120px;
  }
}
.sp-nav {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-nav {
    display: none;
    position: absolute;
    top: -0.625rem;
    left: 0;
    right: 0;
    width: 100%;
    height: 100dvh;
    overflow: scroll;
    background-color: #e3f9e4;
    padding: 6.25rem 0;
  }
}

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

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

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

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

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

@media screen and (max-width: 767px) {
  .sp-nav__items {
    margin-top: 3.125rem;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}

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

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

@media screen and (max-width: 767px) {
  .sp-nav__item a:not(.sp-nav__item.sp-nav__item-contact a) {
    padding: 1.25rem 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .sp-nav__item.sp-nav__item-contact a {
    position: relative;
    display: grid;
    place-items: center;
    border-radius: 100vh;
    padding: 0.1875rem 1.25rem 0.1875rem 3.125rem;
    border: 0.125rem solid #62a811;
    min-height: 2.5rem;
    max-width: 12.5rem;
    margin-inline: auto;
    background-color: #62a811;
    color: #ffffff;
  }
}

@media screen and (max-width: 767px) {
  .sp-nav__item.sp-nav__item-contact a::before {
    content: "";
    position: absolute;
    left: 0.125rem;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../../assets/images/common/btn-arrow-green.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 2.125rem;
    height: 2.125rem;
  }
}

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

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

.menbership__container {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .menbership__container {
    margin-top: 3.125rem;
  }
}

.menbership__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .menbership__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
  }
}

.menbership__item {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.menbership__link {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 1.875rem;
  border-radius: 0.3125rem;
  overflow: hidden;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .menbership__link {
    padding: 0.9375rem 0.625rem;
  }
}

.menbership__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #369b18;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  z-index: -1;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .menbership__link:hover::before {
    background-color: #ffffff;
    mix-blend-mode: normal;
  }
}
.menbership__name {
  position: relative;
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", 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.05em;
  text-indent: 0.05em;
  padding-left: 1.875rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #ffffff;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .menbership__name {
    font-size: max(1rem, 12px);
    padding-left: 1.25rem;
    letter-spacing: 0;
    text-indent: 0;
  }
}

@media (any-hover: hover) {
  .menbership__link:hover .menbership__name {
    color: #369b18;
    border-bottom: 1px solid #369b18;
  }
}
.menbership__name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  mask-image: url(../../assets/images/common/icon-arrow-01.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #ffffff;
  width: 1rem;
  height: 0.9375rem;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .menbership__link:hover .menbership__name::before {
    background-color: #369b18;
  }
}
.menbership__url {
  font-size: max(10px, 0.875rem);
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  margin-top: 0.9375rem;
  word-break: break-all;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .menbership__url {
    letter-spacing: 0;
    text-indent: 0;
  }
}

@media (any-hover: hover) {
  .menbership__link:hover .menbership__url {
    color: #369b18;
  }
}
.history {
  margin-top: 7.5rem;
}

.history__inner {
  max-width: 118.75rem;
  padding-inline: 1.5625rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .history__inner {
    padding-inline: 1.25rem;
  }
}

.history__container {
  position: relative;
  margin-top: -2.125rem;
  padding: 8.75rem 0 12.5rem 10.3125rem;
}
@media screen and (max-width: 767px) {
  .history__container {
    padding: 6.25rem 0 6.25rem 1.875rem;
    margin-top: -1.625rem;
  }
}
@media screen and (max-width: 499px) {
  .history__container {
    padding: 6.25rem 1.25rem;
  }
}

.history__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, #bad549 0%, #7bc03b 10%, #369b18 38%, #008a2e 60%, #369b18 79%, #92cc47 100%);
  mix-blend-mode: multiply;
  border-radius: 3.125rem;
  width: 100%;
  height: 100%;
  z-index: -1;
}

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

.history__slide-text-wrapper {
  position: relative;
  padding: 2.5rem 3.125rem;
  background-color: #ffffff;
  border-radius: 0.625rem;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .history__slide-text-wrapper {
    padding: 1.875rem 1.5625rem;
    background-color: #ffffff;
    border-radius: 0.3125rem;
    margin-top: 3.125rem;
  }
}

.history__slide-text-wrapper::before {
  content: "";
  position: absolute;
  top: -2.8125rem;
  left: 0;
  width: calc(100% + 30px);
  height: 3px;
  background-image: linear-gradient(to right, #ffffff 0px, #ffffff 3px, transparent 5px, transparent 10px); /* 線が3px、間隔が5pxの波線 */
  background-size: 10px 3px; /* グラデーションの幅（線と間隔の合計）と高さを指定 */
  background-position: left top; /* 背景の開始位置を指定 */
  background-repeat: repeat-x; /* 横向きにのみ繰り返す */
  opacity: 0.3;
}

.history__slide-text-wrapper::after {
  content: "";
  position: absolute;
  top: -3.0625rem;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100vh;
  background-color: #76c014;
}

.history__slide-text {
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #243123;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}

.swiper-button-wrapper-history-option {
  position: relative;
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 2.5rem;
  max-width: 105.3125rem;
  width: 100%;
  margin-top: 1.875rem;
  height: 3.125rem;
  padding-right: 10.3125rem;
}
@media screen and (max-width: 767px) {
  .swiper-button-wrapper-history-option {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media screen and (max-width: 499px) {
  .swiper-button-wrapper-history-option {
    padding-right: 0;
  }
}

.swiper-button-wrapper-history {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .swiper-button-wrapper-history {
    width: 7.5rem;
    margin-inline: auto;
  }
}

.swiper-button-prev.swiper-button-prev-history {
  width: 3.125rem;
  height: 3.125rem;
  left: 0;
  top: auto;
  margin-top: 0;
}

.swiper-button-next.swiper-button-next-history {
  width: 3.125rem;
  height: 3.125rem;
  right: 0;
  top: auto;
  margin-top: 0;
}

.swiper-button-next.swiper-button-next-history::after,
.swiper-button-prev.swiper-button-prev-history::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.swiper-button-next.swiper-button-next-history::after {
  background-image: url(../../assets/images/common/right-arrow-01.svg);
}

.swiper-button-prev.swiper-button-prev-history::after {
  background-image: url(../../assets/images/common/left-arrow-01.svg);
}

.swiper-pagination.swiper-pagination-history {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .swiper-pagination.swiper-pagination-history {
    transform: none;
    top: 3.125rem;
  }
}

.swiper-pagination.swiper-pagination-history.swiper-pagination-progressbar > .swiper-pagination-progressbar-fill {
  background-color: #ffffff;
  height: 0.1875rem;
}

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

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

.access__container {
  margin-top: 3.125rem;
}

.access__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .access__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.75rem;
  }
}

.access__item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.access__map {
  width: 100%;
  border-radius: 0.3125rem;
  overflow: hidden;
}

.access__map iframe {
  width: 100%;
  aspect-ratio: 480/320;
  object-fit: cover;
}

.access__place {
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  color: #369b18;
  line-height: 2.2;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .access__place {
    font-size: 1.125rem;
    letter-spacing: 0;
    text-indent: 0;
  }
}

.access__item-info {
  margin-top: 0.9375rem;
}

.access__item-info-item {
  display: grid;
  grid-template-columns: 5.3125rem 1fr;
  gap: 1.625rem;
  align-items: flex-start;
}

.access__item-info-item:not(:first-child) {
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .access__item-info-item:not(:first-child) {
    margin-top: 0.625rem;
  }
}

.access__item-info-term {
  position: relative;
  font-size: max(1rem, 12px);
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #369b18;
  line-height: 1.625;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
}

.access__item-info-term::before,
.access__item-info-term::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: max(1rem, 12px);
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #369b18;
  line-height: 1.625;
}

.access__item-info-term::before {
  content: "[";
  left: 0;
}

.access__item-info-term::after {
  content: "]";
  right: 0;
}

.access__item-text,
.access__item-info-desc a {
  font-size: max(1.125rem, 12px);
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #243123;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(10px) brightness(115%);
  -webkit-backdrop-filter: blur(10px) brightness(115%);
  display: none;
}

.modal::before {
  content: "";
  position: absolute;
  z-index: 1001;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #051301;
  mix-blend-mode: multiply;
  opacity: 0.5;
  pointer-events: none;
}

.modal.is-active {
  display: flex;
  /* animationプロパティ設定 */
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 0.5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal__overlay {
  position: absolute;
  inset: 0;
  cursor: pointer; /* オーバーレイクリックで閉じれるように */
  pointer-events: all;
}

.modal__content {
  position: relative;
  z-index: 1001;
  background-color: #ffffff;
  max-width: 62.5rem;
  width: 100%;
  margin-inline: auto;
  padding: 3.75rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.5);
  height: 90vh;
  max-height: 810px;
}
@media screen and (max-width: 767px) {
  .modal__content {
    max-width: 90%;
    max-height: 500px;
    height: 80vh;
    padding: 1.25rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 930px) {
  .modal__content {
    height: 80vh;
    max-height: 490px;
  }
}
@media screen and (min-width: 931px) and (max-width: 1200px) {
  .modal__content {
    max-height: 600px;
  }
}
.modal__close-button {
  position: absolute;
  top: -1.875rem;
  right: -1.875rem;
  width: 4.375rem;
  height: 4.375rem;
  cursor: pointer;
  padding: 0; /* デフォルトのpaddingをリセット */
  transition: filter 0.3s ease;
}
@media screen and (max-width: 767px) {
  .modal__close-button {
    right: -1.125rem;
    width: 3.125rem;
    height: 3.125rem;
  }
}

@media (any-hover: hover) {
  .modal__close-button:hover {
    filter: brightness(1.8);
  }
}
.modal__close-button img {
  width: 4.375rem;
  height: 4.375rem;
}
@media screen and (max-width: 767px) {
  .modal__close-button img {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.modal__content-inner {
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}

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

/* 『SimpleBar』プラグイン対応 ここから ------------------- */
.modal__image-container {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  padding-block: 1.875rem;
  height: 43.75rem;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll; /* 縦スクロールバー */
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
  padding-right: 3.125rem; /* スクロールバーの幅分位置要請 */
}
@media screen and (max-width: 767px) {
  .modal__image-container {
    padding-right: 1.875rem;
    height: 28.125rem;
  }
}

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

/* スクロールバーのつまみ部分（サム）の色 */
.simplebar-scrollbar::before {
  background: linear-gradient(180deg, rgba(54, 155, 24, 0.7) 0%, rgba(5, 155, 24, 0.7) 100%);
  border-radius: 0.59375rem;
  width: 0.5rem;
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

/* スクロールバーの背景（トラック） */
.simplebar-track {
  background: transparent;
  width: 0.5rem;
}

/* 『SimpleBar』プラグイン対応 ここまで ------------------- */
.modal__title {
  font-size: max(1.875rem, 12px);
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #369b18;
  line-height: 1.4666666667;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .modal__title {
    font-size: max(1.25rem, 12px);
  }
}

.modal__name-image {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .modal__name-image {
    margin-top: 1.25rem;
  }
}

.modal__name-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

.modal__slider {
  position: relative;
  margin-top: 3.75rem;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .modal__slider {
    margin-top: 1.875rem;
  }
}

.modal__slider-image img {
  aspect-ratio: 420/280;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.modal__slider-nav-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  z-index: 10;
  width: 47%;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .modal__slider-nav-wrap {
    width: 66%;
  }
}

.modal__slider-nav {
  position: absolute;
  width: 3.125rem;
  height: 3.125rem;
  cursor: pointer;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: all;
  transition: filter 0.3s ease;
}
@media screen and (max-width: 767px) {
  .modal__slider-nav {
    width: 1.875rem;
    height: 1.875rem;
  }
}

@media (any-hover: hover) {
  .modal__slider-nav:hover {
    filter: brightness(0.85);
  }
}
.modal__slider-nav img {
  width: 3.125rem;
  height: 3.125rem;
}
@media screen and (max-width: 767px) {
  .modal__slider-nav img {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.modal__slider-nav[data-index=prev] {
  left: -2.875rem;
}
@media screen and (max-width: 767px) {
  .modal__slider-nav[data-index=prev] {
    left: -1.4375rem;
  }
}

.modal__slider-nav[data-index=next] {
  right: -2.875rem;
}
@media screen and (max-width: 767px) {
  .modal__slider-nav[data-index=next] {
    right: -1.4375rem;
  }
}

.csr {
  margin-top: 12.5rem;
  padding-bottom: 24.625rem;
}
@media screen and (max-width: 767px) {
  .csr {
    padding-bottom: 11.25rem;
    margin-top: 5rem;
  }
}

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

.csr__lead {
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #243123;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .csr__lead {
    font-size: max(1rem, 12px);
    text-align: left;
    margin-top: 3.125rem;
  }
}

.csr__container {
  position: relative;
  display: grid;
  grid-template-columns: 37.5rem 51.4%;
  gap: 5rem;
  margin-top: 4.375rem;
  padding: 3.75rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .csr__container {
    grid-template-columns: repeat(1, 1fr);
    padding: 1.25rem;
  }
}

.csr__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  z-index: -1;
}

.csr__img {
  width: 100%;
  border-radius: 0.3125rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .csr__img {
    margin-top: 1.5625rem;
  }
}

.csr__img img {
  width: 100%;
  aspect-ratio: 600/400;
  object-fit: cover;
}

.csr__info-area {
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .csr__info-area {
    margin-top: 1.5625rem;
  }
}

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

.csr__info-text {
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  color: #243123;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .csr__info-text {
    font-size: max(1rem, 12px);
    margin-top: 1.5625rem;
  }
}

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

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

.csr__vision-img-area {
  position: relative;
  padding-top: 54.625rem;
}
@media screen and (max-width: 767px) {
  .csr__vision-img-area {
    padding-top: 42.5rem;
  }
}

.csr__vision-img-area::before {
  content: "";
  position: absolute;
  top: 31.5625rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../../assets/images/about/vision-earth-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 120rem;
  height: 59.5rem;
  mix-blend-mode: soft-light;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .csr__vision-img-area::before {
    top: 33.125rem;
    width: 48rem;
    height: 23.8125rem;
  }
}

.csr__vision-img-area::after {
  content: "";
  position: absolute;
  top: 27.8125rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../../assets/images/about/vision-earth.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25.4375rem;
  height: 21.6875rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .csr__vision-img-area::after {
    top: 25rem;
    width: 15.625rem;
    height: 13.3125rem;
  }
}

.csr__vision-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6.375rem;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .csr__vision-title {
    width: 5rem;
  }
}

.csr__vision-img-01 {
  position: absolute;
  top: 0;
  right: calc(50% + 31.25rem);
  width: 28.75rem;
}
@media screen and (max-width: 767px) {
  .csr__vision-img-01 {
    top: 3.125rem;
    right: calc(50% + 6.25rem);
    width: 12.5rem;
  }
}

.csr__vision-img-01 img {
  width: 100%;
  aspect-ratio: 460/210;
  object-fit: cover;
  border-radius: 0.3125rem;
}

.csr__vision-img-02 {
  position: absolute;
  top: 13.6875rem;
  right: calc(50% + 6.25rem);
  width: 31.875rem;
}
@media screen and (max-width: 767px) {
  .csr__vision-img-02 {
    width: 18.75rem;
    right: calc(50% + 4.375rem);
  }
}

.csr__vision-img-02 img {
  width: 100%;
  aspect-ratio: 510/250;
  object-fit: cover;
  border-radius: 0.3125rem;
}

.csr__vision-img-03 {
  position: absolute;
  top: 30.9375rem;
  right: calc(50% + 25rem);
  width: 25.625rem;
}
@media screen and (max-width: 767px) {
  .csr__vision-img-03 {
    top: 26.25rem;
    right: calc(50% + 8.125rem);
    width: 11.25rem;
  }
}

.csr__vision-img-03 img {
  width: 100%;
  aspect-ratio: 410/210;
  object-fit: cover;
  border-radius: 0.3125rem;
}

.csr__vision-img-04 {
  position: absolute;
  top: 5.5rem;
  left: calc(50% + 15.625rem);
  width: 36.25rem;
}
@media screen and (max-width: 767px) {
  .csr__vision-img-04 {
    top: 6.5625rem;
    left: calc(50% + 6.875rem);
    width: 20.625rem;
  }
}

.csr__vision-img-04 img {
  width: 100%;
  aspect-ratio: 580/270;
  object-fit: cover;
  border-radius: 0.3125rem;
}

.csr__vision-img-05 {
  position: absolute;
  top: 21.1875rem;
  left: calc(50% + 34.375rem);
  width: 22.5rem;
}
@media screen and (max-width: 767px) {
  .csr__vision-img-05 {
    width: 13.125rem;
    left: calc(50% + 9.375rem);
  }
}

.csr__vision-img-05 img {
  width: 100%;
  aspect-ratio: 360/220;
  object-fit: cover;
  border-radius: 0.3125rem;
}

@media screen and (max-width: 767px) {
  .csr__vision-text-wrapper {
    max-width: 33.75rem;
    width: 100%;
    margin-inline: auto;
    padding-inline: 1.25rem;
  }
}

.csr__vision-text {
  font-size: 1.375rem;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #243123;
  line-height: 2;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .csr__vision-text {
    font-size: max(1.125rem, 12px);
    text-align: left;
  }
}

.promise__text {
  margin-top: 4.25rem;
  font-size: max(1.25rem, 12px);
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #243123;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .promise__text {
    font-size: max(1rem, 12px);
    margin-top: 2.8125rem;
    text-align: left;
    max-width: 33.75rem;
    margin-inline: auto;
    padding-inline: 1.25rem;
  }
}

.promise__image-box {
  margin-top: 4.625rem;
  position: relative;
  max-width: 650px;
  width: 100%;
  aspect-ratio: 650/600;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .promise__image-box {
    margin-top: 3.125rem;
    max-width: 97%;
    margin-inline: auto;
  }
}

.promise__image img {
  aspect-ratio: 650/600;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.promise__text-box {
  position: absolute;
  max-width: 350px;
  width: 100%;
  aspect-ratio: 1/1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .promise__text-box {
    max-width: none;
    width: 54.9828178694%;
    gap: 0.3125rem;
  }
}

.promise__text-box[data-item=top] {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.promise__text-box[data-item=left] {
  bottom: 29%;
  left: 0;
  transform: translateY(50%);
}

.promise__text-box[data-item=right] {
  bottom: 29%;
  right: 0;
  transform: translateY(50%);
}

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

.promise__note {
  font-size: max(0.875rem, 12px);
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 2;
  letter-spacing: 0.05em;
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .promise__note {
    font-size: clamp(5px, 9 / 375 * 100vw, 14px);
  }
}

/* ------------------------ */
/* 固有のフォント設定 */
/* 共通パーツで設定すると不便な場合、こちらに設定する */
/* ------------------------ */
/* ---------- フォントの大文字・小文字の設定 ここから ---------- */
/* 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-768-less {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-768-less {
    display: block;
  }
}

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

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

/* SPのとき非表示 */
@media screen and (max-width: 767px) {
  .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の設定 | ここまで ---------- */
.layout-top {
  margin-top: 6.25rem;
}

.layout-top-project-works {
  margin-top: 10.1875rem;
}
@media screen and (max-width: 767px) {
  .layout-top-project-works {
    margin-top: 5rem;
  }
}

.layout-top-maintenance {
  margin-top: 20.625rem;
}
@media screen and (max-width: 767px) {
  .layout-top-maintenance {
    margin-top: 4.375rem;
  }
}

.layout-top-tunnel {
  margin-top: -12.5rem;
}
@media screen and (max-width: 767px) {
  .layout-top-tunnel {
    margin-top: 4.375rem;
  }
}

.layout-top-repair,
.layout-top-publick,
.layout-top-bowling {
  margin-top: -20rem;
}
@media screen and (max-width: 767px) {
  .layout-top-repair,
  .layout-top-publick,
  .layout-top-bowling {
    margin-top: -3.75rem;
  }
}

.layout-top-project-detail {
  margin-top: -23.75rem;
}
@media screen and (max-width: 767px) {
  .layout-top-project-detail {
    margin-top: 0;
  }
}

.layout-top-project {
  margin-top: -10.625rem;
}
@media screen and (max-width: 767px) {
  .layout-top-project {
    margin-top: 3.75rem;
  }
}

.layout-top-company-sec {
  margin-top: 20.625rem;
}
@media screen and (max-width: 767px) {
  .layout-top-company-sec {
    margin-top: 8.75rem;
  }
}

.layout-top-about {
  margin-top: -23.875rem;
}
@media screen and (max-width: 767px) {
  .layout-top-about {
    margin-top: -0.625rem;
  }
}

.layout-top-promise {
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  .layout-top-promise {
    margin-top: 3.75rem;
  }
}

.layout-top-president-message {
  margin-top: -12.5rem;
}
@media screen and (max-width: 767px) {
  .layout-top-president-message {
    margin-top: 3.75rem;
  }
}/*# sourceMappingURL=style.css.map */