@charset "UTF-8";
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* FLOCSS
----------------------------------------------------- */
/* =====================================================
# top ラッパー
===================================================== */
body.index {
  background-color: #1a1a1a;
}

body.index .main > section {
  display: block;
  margin: 0 0 -1px;
}

/* =====================================================
# first-view — Figma: node-id=1:123
# 1920×1010 基準 / 全面MV背景 + 左下キャッチコピー2行
===================================================== */
.fv {
  position: relative;
  width: 100%;
  aspect-ratio: 1920/1010;
  max-width: 2000px;
  margin-inline: auto;
  overflow: hidden;
  background-color: #000;
}
.fv__slides {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.fv__slides::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.45)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.45) 100%);
  z-index: 1;
}
.fv__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.fv__slide picture {
  display: block;
  width: 100%;
  height: 100%;
}
.fv__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.fv__copy {
  position: absolute;
  left: 7.7083333333%;
  bottom: 12.2772277228%;
  z-index: 2;
  color: #fff;
}
.fv__catch {
  margin: 0;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(min(0.4199475066vw, 8px), 8px);
}
.fv__catch-line {
  display: block;
  white-space: nowrap;
}
.fv__catch-line--1 {
  font-size: clamp(13px, min(3.1496062992vw, 60px), 60px);
}
.fv__catch-line--2 {
  font-size: clamp(13px, min(3.7795275591vw, 72px), 72px);
}

/* =====================================================
# about — Figma: node-id=1:153
# 1905基準 / 白背景 / left padding 263 / gap 137
# 左カラム 599w（見出し+本文+View moreボタン） / 右画像 1001×802
===================================================== */
.about {
  position: relative;
  width: 100%;
  max-width: 2000px;
  margin-inline: auto;
  padding: min(min(6.1942257218vw, 118px), 118px) 0 min(min(6.56167979vw, 125px), 125px) min(min(13.8057742782vw, 263px), 263px);
  background-color: #fff;
  color: #000;
  overflow: hidden;
}
.about__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(7.1916010499vw, 137px), 137px);
}
.about__copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: min(min(2.5721784777vw, 49px), 49px);
  width: min(min(31.4435695538vw, 599px), 599px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.about__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: min(min(16.9028871391vw, 322px), 322px);
}
.about__title {
  margin: 0;
  font-family: "Roboto", "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: clamp(13px, min(4.1994750656vw, 80px), 80px);
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: #cc0000;
  white-space: nowrap;
}
.about__subtitle {
  margin: 0;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: clamp(13px, min(1.5748031496vw, 30px), 30px);
  line-height: 1.5;
  color: #000;
}
.about__body {
  width: min(min(32.2309711286vw, 614px), 614px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.about__body p {
  margin: 0;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: clamp(13px, min(0.9448818898vw, 18px), 18px);
  line-height: 2.5;
  color: #000;
}
.about__photo {
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: min(min(44.6194225722vw, 850px), 850px);
  aspect-ratio: 1001/802;
  overflow: hidden;
  border-top-left-radius: min(min(1.0498687664vw, 20px), 20px);
  border-bottom-left-radius: min(min(1.0498687664vw, 20px), 20px);
}
.about__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =====================================================
# business — Figma: node-id=1:164
# 1920基準 / 薄青背景($color_bg) / px:263 py:111-133 / 内容 w:1474
# 見出し行（左:Business+業務内容 / 右:View more） + 3カード(454×603 gap:56)
===================================================== */
.home-business {
  position: relative;
  width: 100%;
  max-width: 2000px;
  margin-inline: auto;
  padding: min(min(5.8267716535vw, 111px), 111px) min(min(13.8057742782vw, 263px), 263px) min(min(6.9816272966vw, 133px), 133px);
  background-color: #e4f0fc;
  color: #000;
  overflow: hidden;
}
.home-business__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: min(min(1.9947506562vw, 38px), 38px);
  width: 100%;
}
.home-business__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: calc(24 * var(--to-rem));
}
.home-business__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: min(min(17.532808399vw, 334px), 334px);
}
.home-business__title {
  margin: 0;
  font-family: "Roboto", "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: clamp(13px, min(4.1994750656vw, 80px), 80px);
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: #cc0000;
  white-space: nowrap;
}
.home-business__subtitle {
  margin: 0;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: clamp(13px, min(1.5748031496vw, 30px), 30px);
  line-height: 1.5;
  color: #000;
}
.home-business__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(min(2.9396325459vw, 56px), 56px);
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-business__item {
  position: relative;
  display: block;
  aspect-ratio: 454/603;
  overflow: hidden;
  border-radius: min(min(1.0498687664vw, 20px), 20px);
}
.home-business__photo {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.home-business__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-business__label {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(min(14.8031496063vw, 282px), 282px);
  height: min(min(3.8845144357vw, 74px), 74px);
  padding: 0 min(min(0.6299212598vw, 12px), 12px);
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: clamp(13px, min(1.5748031496vw, 30px), 30px);
  line-height: 1.2;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-align: center;
  border-radius: min(min(0.5249343832vw, 10px), 10px);
}

/* =====================================================
# news — Figma: node-id=3:30
# 1920基準 / 白背景 / 左:見出し+View allボタン(224w) / 右:タブ3+記事リスト(1138w)
===================================================== */
.home-news {
  position: relative;
  width: 100%;
  max-width: 2000px;
  margin-inline: auto;
  padding: min(min(6.1942257218vw, 118px), 118px) min(min(13.8057742782vw, 263px), 263px) min(min(8.1364829396vw, 155px), 155px);
  background-color: #fff;
  overflow: hidden;
}
.home-news__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: min(min(5.8792650919vw, 112px), 112px);
}
.home-news__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(5.3543307087vw, 102px), 102px);
  width: min(min(11.7585301837vw, 224px), 224px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: calc(-20 * var(--to-rem));
}
.home-news__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: min(min(10.656167979vw, 203px), 203px);
}
.home-news__title {
  margin: 0;
  font-family: "Roboto", "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: clamp(13px, min(4.1994750656vw, 80px), 80px);
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: #cc0000;
}
.home-news__subtitle {
  margin: 0;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: clamp(13px, min(1.5748031496vw, 30px), 30px);
  line-height: 1.5;
  color: #000;
}
.home-news__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  width: min(min(59.7375328084vw, 1138px), 1138px);
}
.home-news__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.home-news__filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(min(0.5249343832vw, 10px), 10px);
  margin-bottom: min(min(1.4173228346vw, 27px), 27px);
}
.home-news__filter-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: min(min(2.3097112861vw, 44px), 44px);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: min(min(10.7086614173vw, 204px), 204px);
  padding: 0 min(min(1.0498687664vw, 20px), 20px);
  background-color: #7b7b7b;
  color: #fff;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: clamp(13px, min(0.8398950131vw, 16px), 16px);
  line-height: 1;
  border: none;
  cursor: pointer;
  border-radius: min(min(1.154855643vw, 22px), 22px);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  white-space: nowrap;
}
.home-news__filter-btn--active {
  background-color: #004ea2;
  font-family: "Roboto", "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.home-news__panels {
  position: relative;
}
.home-news__panel {
  display: none;
}
.home-news__panel.is-active {
  display: block;
}
.home-news__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e5e5e5;
}
.home-news__item {
  border-bottom: 1px solid #e5e5e5;
}
.home-news__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(1.8372703412vw, 35px), 35px);
  padding: min(min(1.0498687664vw, 20px), 20px) 0;
  color: #000;
}
.home-news__meta {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(1.8372703412vw, 35px), 35px);
}
.home-news__meta-head {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(0.6299212598vw, 12px), 12px);
}
.home-news__date {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: clamp(13px, min(0.8398950131vw, 16px), 16px);
  color: #666;
  white-space: nowrap;
}
.home-news__new {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto", "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: clamp(13px, min(0.7349081365vw, 14px), 14px);
  color: #004ea2;
  line-height: 1;
}
.home-news__new:empty {
  display: none;
}
.home-news__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin: 0;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: clamp(13px, min(0.8398950131vw, 16px), 16px);
  line-height: 1.5;
  color: #000;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}
.home-news__pdf {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(min(3.0446194226vw, 58px), 58px);
  height: min(min(1.5748031496vw, 30px), 30px);
  background-color: #004ea2;
  color: #fff;
  font-family: "Roboto", "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: clamp(13px, min(0.7349081365vw, 14px), 14px);
  border-radius: min(min(0.7874015748vw, 15px), 15px);
  letter-spacing: 0.02em;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* =====================================================
# instagram — Figma: node-id=3:27
# 1920基準 / 高さ 537 / 5枚の建設写真(401+403+404+403+401=2012w)を横並びカバー
# 上に黒30%オーバーレイ / 中央に Instagramアイコン(73×73) + "Instagram" テキスト(80px白)
===================================================== */
.home-instagram {
  position: relative;
  width: 100%;
  max-width: 2000px;
  margin-inline: auto;
  padding: min(min(5.249343832vw, 100px), 100px) min(min(15.3805774278vw, 293px), 293px);
  background-color: #004ea2;
  color: white;
  overflow: hidden;
}
.home-instagram__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(2.9396325459vw, 56px), 56px);
  width: 100%;
  margin-inline: auto;
}
.home-instagram__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(1.0498687664vw, 20px), 20px);
}
.home-instagram__icon {
  display: block;
  width: min(min(3.8320209974vw, 73px), 73px);
  height: min(min(3.8320209974vw, 73px), 73px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.home-instagram__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-instagram__title {
  margin: 0;
  font-family: "Roboto", "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: clamp(13px, min(4.1994750656vw, 80px), 80px);
  line-height: 1;
  letter-spacing: 0.02em;
  color: white;
  white-space: nowrap;
}
.home-instagram__posts {
  width: 100%;
  min-width: 0;
}
.home-instagram__posts .tagcolle-description {
  display: none;
}
.home-instagram__posts #ez_tagcolle1.tagcolle-wrap-col4 {
  width: 100% !important;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.home-instagram__posts #tagcolle-posts1.tagcolle-row {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: min(min(1.0498687664vw, 20px), 20px);
  width: 100%;
  margin: 0 !important;
  padding: 0;
  list-style: none;
}
.home-instagram__posts .tagcolle-load-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: min(min(2.9396325459vw, 56px), 56px);
}
.home-instagram__posts .tagcolle-item {
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.08);
}
.home-instagram__posts .tagcolle-item a,
.home-instagram__posts .tagcolle-item .tagcolle-modal-link,
.home-instagram__posts .tagcolle-item .tagcolle-thumbnail,
.home-instagram__posts .tagcolle-item .tagcolle-thumbnail-inner {
  display: block;
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  padding-bottom: 0 !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.home-instagram__posts .tagcolle-item img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  -webkit-transform: none !important;
          transform: none !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.home-instagram__more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(min(13.8582677165vw, 264px), 264px);
  height: min(min(3.8845144357vw, 74px), 74px);
  padding: 0 min(min(1.0498687664vw, 20px), 20px);
  background-color: transparent !important;
  border: 1px solid white !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: white;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: clamp(13px, min(1.154855643vw, 22px), 22px);
  line-height: normal;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
}

/* =====================================================
# recruit — Figma: node-id=3:40
# 1920基準 / 白背景 / pt:156 pb:166 pr:453 pl:0 / 内部 gap:132
# 左: 全面写真(1001×602 / 左端 0 開始) / 右: 見出し+本文+View more(414w / gap:41)
===================================================== */
.home-recruit {
  position: relative;
  width: 100%;
  max-width: 2000px;
  margin-inline: auto;
  padding: min(min(8.188976378vw, 156px), 156px) min(min(23.7795275591vw, 453px), 453px) min(min(8.7139107612vw, 166px), 166px) 0;
  background-color: white;
  color: #000;
  overflow: hidden;
}
.home-recruit__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(6.9291338583vw, 132px), 132px);
}
.home-recruit__photo {
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: min(min(52.5459317585vw, 1001px), 1001px);
  aspect-ratio: 1001/602;
  overflow: hidden;
  border-top-right-radius: min(min(1.0498687664vw, 20px), 20px);
  border-bottom-right-radius: min(min(1.0498687664vw, 20px), 20px);
}
.home-recruit__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-recruit__copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: min(min(2.1522309711vw, 41px), 41px);
  width: min(min(21.7322834646vw, 414px), 414px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.home-recruit__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: min(min(1.9422572178vw, 37px), 37px);
  width: 100%;
}
.home-recruit__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: min(min(13.8582677165vw, 264px), 264px);
}
.home-recruit__title {
  margin: 0;
  font-family: "Roboto", "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: clamp(13px, min(4.1994750656vw, 80px), 80px);
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: #cc0000;
  white-space: nowrap;
}
.home-recruit__subtitle {
  margin: 0;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: clamp(13px, min(1.5748031496vw, 30px), 30px);
  line-height: 1.5;
  color: #000;
}
.home-recruit__body {
  width: 100%;
}
.home-recruit__body p {
  margin: 0;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: clamp(13px, min(0.9448818898vw, 18px), 18px);
  line-height: 2.5;
  letter-spacing: normal;
  color: #000;
}

/* =====================================================
# contact — Figma: node-id=3:58
# 2000×593 / 青背景(#003e80) + 工事現場画像 soft-light オーバーレイ
# 中央 Contact見出し + 3カラム(Tel/FAX/メール) + 縦線区切り
===================================================== */
.home-contact {
  position: relative;
  width: 100%;
  max-width: 2000px;
  margin-inline: auto;
  padding: min(min(5.9842519685vw, 114px), 114px) min(min(13.8057742782vw, 263px), 263px) min(min(5.3543307087vw, 102px), 102px);
  background-color: #003e80;
  color: white;
  overflow: hidden;
}
.home-contact__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.home-contact__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-contact__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 62, 128, 0.7);
}
.home-contact__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(2.3622047244vw, 45px), 45px);
}
.home-contact__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.home-contact__title {
  margin: 0;
  font-family: "Roboto", "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: clamp(13px, min(4.1994750656vw, 80px), 80px);
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: white;
}
.home-contact__subtitle {
  margin: 0;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: clamp(13px, min(1.2598425197vw, 24px), 24px);
  line-height: 1.5;
}
.home-contact__methods {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.home-contact__method {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(min(0.7349081365vw, 14px), 14px);
  padding: min(min(0.4199475066vw, 8px), 8px) min(min(1.0498687664vw, 20px), 20px);
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.home-contact__method:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.home-contact__method-label {
  margin: 0;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: clamp(13px, min(1.0498687664vw, 20px), 20px);
  line-height: 1.4;
}
.home-contact__method-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(min(0.5249343832vw, 10px), 10px);
}
.home-contact__method-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.home-contact__method-icon img {
  display: block;
  max-width: 100%;
  height: auto;
}
.home-contact__method-num {
  font-family: "Roboto", "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  color: white;
}
.home-contact__method-num--tel {
  font-size: clamp(13px, min(2.2047244094vw, 42px), 42px);
}
.home-contact__method-num--fax {
  font-size: clamp(13px, min(2.4146981627vw, 46px), 46px);
}
.home-contact__method-note {
  margin: 0;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: clamp(13px, min(0.8398950131vw, 16px), 16px);
  line-height: 1.4;
}
.home-contact__method-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(min(0.4199475066vw, 8px), 8px);
  width: min(min(15.3280839895vw, 292px), 292px);
  height: min(min(3.8845144357vw, 74px), 74px);
  padding: 0 min(min(1.5748031496vw, 30px), 30px);
  background-color: #004ea2;
  border: 1px solid white;
  color: white;
  text-decoration: none;
  border-radius: min(min(1.9422572178vw, 37px), 37px);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  white-space: nowrap;
}
.home-contact__method-btn-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.home-contact__method-btn-icon img {
  display: block;
  max-width: 100%;
  height: auto;
}
.home-contact__method-btn-label {
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: clamp(13px, min(0.9448818898vw, 18px), 18px);
  line-height: 1;
  white-space: nowrap;
}

/* =====================================================
# Business Page
# 構成参考: テクノクリエイト案件（grid 2カラムで写真とテキストボックスを重ねる）
# デザイン: 後藤重量オリジナル（青基調・ゴシック・薄青テキストボックス）
===================================================== */
body.business {
  /* ---------- 業務一覧 セクション ---------- */
}
body.business .business-list {
  background-color: white;
  padding-block: min(min(6.2992125984vw, 120px), 120px);
}
body.business {
  /* ---------- 業務カード（写真とテキストボックスが重なる） ---------- */
}
body.business .business-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: calc(1140 * var(--to-rem));
  margin-inline: auto;
  padding-inline: calc(15 * var(--to-rem));
  margin-bottom: min(min(6.2992125984vw, 120px), 120px);
}
body.business .business-item:last-child {
  margin-bottom: 0;
}
body.business {
  /* ---------- 写真 ---------- */
}
body.business .business-item__photo {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  -webkit-box-shadow: 0 calc(14 * var(--to-rem)) calc(28 * var(--to-rem)) rgba(0, 78, 162, 0.18);
          box-shadow: 0 calc(14 * var(--to-rem)) calc(28 * var(--to-rem)) rgba(0, 78, 162, 0.18);
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
}
body.business .business-item__photo picture,
body.business .business-item__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.business {
  /* ---------- 番号（写真左上に塗り数字） ---------- */
}
body.business .business-item__num {
  position: absolute;
  top: calc(18 * var(--to-rem));
  left: calc(22 * var(--to-rem));
  z-index: 2;
  font-family: "Outfit", "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: calc(96 * var(--to-rem));
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
body.business {
  /* ---------- テキストボックス（写真と重ねる） ---------- */
}
body.business .business-item__body {
  position: relative;
  background-color: white;
  padding: min(min(2.9396325459vw, 56px), 56px);
  grid-column: 2;
  grid-row: 1;
  margin-left: calc(-80 * var(--to-rem));
  margin-top: calc(60 * var(--to-rem));
  z-index: 2;
  -webkit-box-shadow: 0 calc(20 * var(--to-rem)) calc(48 * var(--to-rem)) rgba(0, 78, 162, 0.14);
          box-shadow: 0 calc(20 * var(--to-rem)) calc(48 * var(--to-rem)) rgba(0, 78, 162, 0.14);
  align-self: center;
  border-top: calc(3 * var(--to-rem)) solid #004ea2;
}
body.business {
  /* ---------- リバース（写真右・テキスト左） ---------- */
}
body.business .business-item--reverse .business-item__photo {
  grid-column: 2;
}
body.business .business-item--reverse {
  /* リバース時の番号は写真の右上に配置（テキストボックスと被らないよう） */
}
body.business .business-item--reverse .business-item__num {
  left: auto;
  right: calc(22 * var(--to-rem));
}
body.business .business-item--reverse .business-item__body {
  grid-column: 1;
  margin-left: 0;
  margin-right: calc(-80 * var(--to-rem));
}
body.business {
  /* ---------- 見出し（青ゴシック） ---------- */
}
body.business .business-item__title {
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: calc(28 * var(--to-rem));
  font-weight: 700;
  color: #004ea2;
  line-height: 1.4;
  letter-spacing: 0.14em;
  margin: 0 0 calc(22 * var(--to-rem));
  padding-bottom: calc(14 * var(--to-rem));
  border-bottom: 1px solid rgba(0, 78, 162, 0.2);
}
body.business {
  /* ---------- 説明文（ゴシック） ---------- */
}
body.business .business-item__desc {
  margin: 0;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: calc(16 * var(--to-rem));
  font-weight: 400;
  color: #333;
  line-height: 2;
  letter-spacing: 0.06em;
}

/* =====================================================
# Company Page
===================================================== */
body.company .company-section {
  padding: min(min(5.249343832vw, 100px), 100px) calc(20 * var(--to-rem));
}
body.company .company-section--blue {
  background-color: #e4f0fc;
}
body.company .company-section--white {
  background-color: white;
}
body.company .company-section__inner {
  width: min(100%, 1000 * var(--to-rem));
  margin-inline: auto;
}
body.company .company-section__title {
  margin: 0;
  font-family: "Shippori Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; /* products-archive__heading と統一（明朝） */
  font-size: clamp(13px, min(2.0997375328vw, 40px), 40px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.12em;
  color: #004ea2;
}
body.company .company-section__en {
  display: block;
  margin-top: calc(6 * var(--to-rem));
  font-family: "Outfit", "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif; /* products-archive__heading::before と統一 */
  font-size: clamp(13px, min(0.9448818898vw, 18px), 18px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #cc0000;
}
body.company .company-greeting__body {
  margin-top: calc(38 * var(--to-rem));
  padding: calc(46 * var(--to-rem)) calc(52 * var(--to-rem));
  background-color: white;
  border-left: calc(5 * var(--to-rem)) solid #004ea2;
}
body.company .company-greeting__text {
  margin: 0;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: clamp(13px, min(0.8923884514vw, 17px), 17px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #333;
}
body.company .company-greeting__text + .company-greeting__text {
  margin-top: calc(18 * var(--to-rem));
}
body.company .company-greeting__signature {
  margin-top: calc(34 * var(--to-rem));
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: clamp(13px, min(0.8923884514vw, 17px), 17px);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #004ea2;
  text-align: right;
}
body.company .company-table {
  margin-top: calc(38 * var(--to-rem));
  width: 100%;
  border-collapse: collapse;
  background-color: white;
}
body.company .company-table tr {
  border-bottom: 1px solid rgba(51, 51, 51, 0.16);
}
body.company .company-table tr:first-child {
  border-top: calc(4 * var(--to-rem)) solid #004ea2;
}
body.company .company-table th,
body.company .company-table td {
  padding: calc(24 * var(--to-rem)) calc(28 * var(--to-rem));
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: clamp(13px, min(0.8398950131vw, 16px), 16px);
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #333;
  vertical-align: top;
}
body.company .company-table th {
  width: calc(240 * var(--to-rem));
  background-color: rgba(0, 78, 162, 0.08);
  font-weight: 700;
  text-align: left;
  color: #004ea2;
}
body.company .company-table td {
  font-weight: 400;
  background-color: white;
}
body.company .company-table__addr {
  display: block;
}
body.company .company-table__addr + .company-table__addr {
  margin-top: calc(8 * var(--to-rem));
}
body.company .company-table__br {
  display: none;
}
body.company .company-map__frame {
  margin-top: calc(38 * var(--to-rem));
  overflow: hidden;
  aspect-ratio: 16/9;
  background-color: #e4f0fc;
}
body.company .company-map__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
body.company .company-map__action {
  margin-top: calc(28 * var(--to-rem));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.company .company-map__btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: min(min(11.5485564304vw, 220px), 220px);
  padding: calc(16 * var(--to-rem)) calc(40 * var(--to-rem));
  background-color: #004ea2;
  color: white;
  font-family: "Roboto", "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: clamp(13px, min(0.8398950131vw, 16px), 16px);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  border-radius: calc(4 * var(--to-rem));
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* =====================================================
# Products Page
===================================================== */
body.products {
  /* ---------- リード文 ---------- */
}
body.products .products-intro {
  padding: calc(96 * var(--to-rem)) calc(20 * var(--to-rem)) calc(64 * var(--to-rem));
  background-color: white;
}
body.products .products-intro__inner {
  width: min(100%, 900 * var(--to-rem));
  margin-inline: auto;
  padding-block: calc(36 * var(--to-rem));
  border-top: 1px solid rgba(51, 51, 51, 0.15);
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}
body.products .products-intro__text {
  margin: 0;
  text-align: center;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: calc(20 * var(--to-rem));
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #333;
  white-space: nowrap;
}
body.products {
  /* ---------- 実績一覧 セクション ---------- */
}
body.products .products-archive {
  padding: calc(40 * var(--to-rem)) calc(20 * var(--to-rem)) calc(140 * var(--to-rem));
  background-color: white;
}
body.products .products-archive__inner {
  width: min(100%, 1080 * var(--to-rem));
  margin-inline: auto;
}
body.products .products-archive__heading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(8 * var(--to-rem));
  margin: 0 0 calc(56 * var(--to-rem));
  padding: 0;
  background-color: transparent;
  border: none;
  font-family: "Shippori Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #333;
  text-align: center;
}
body.products .products-archive__heading::before {
  content: "Works Archive";
  display: block;
  font-family: "Outfit", "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: calc(14 * var(--to-rem));
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #004ea2;
}
body.products .products-archive__heading::after {
  content: "";
  width: calc(48 * var(--to-rem));
  height: 2px;
  margin-top: calc(16 * var(--to-rem));
  background-color: #004ea2;
}
body.products .products-archive__heading {
  /* 元のテキスト「実績一覧」を強調 */
  font-size: calc(32 * var(--to-rem));
}
body.products {
  /* ---------- 年度タブ ---------- */
}
body.products .products-filter {
  list-style: none;
  margin: 0 0 calc(64 * var(--to-rem));
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: calc(14 * var(--to-rem));
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.products .products-filter__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
body.products .products-filter__btn {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(10 * var(--to-rem));
  min-width: calc(132 * var(--to-rem));
  padding: calc(12 * var(--to-rem)) calc(22 * var(--to-rem));
  background-color: white;
  border: 1px solid rgba(51, 51, 51, 0.25);
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: calc(15 * var(--to-rem));
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #333;
  cursor: pointer;
  -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s, transform 0.3s, box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s, transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}
body.products .products-filter__btn.is-active {
  background-color: #004ea2;
  border-color: #004ea2;
  color: white;
  -webkit-box-shadow: 0 calc(8 * var(--to-rem)) calc(20 * var(--to-rem)) rgba(0, 78, 162, 0.28);
          box-shadow: 0 calc(8 * var(--to-rem)) calc(20 * var(--to-rem)) rgba(0, 78, 162, 0.28);
}
body.products .products-filter__arrow {
  font-size: calc(10 * var(--to-rem));
  line-height: 1;
  -webkit-transform: translateY(calc(-1 * var(--to-rem)));
          transform: translateY(calc(-1 * var(--to-rem)));
  color: currentColor;
  opacity: 0.7;
}
body.products {
  /* ---------- 年度別テーブル ---------- */
}
body.products .products-table {
  display: none;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: calc(40 * var(--to-rem));
  background-color: white;
  border-top: 1px solid rgba(51, 51, 51, 0.15);
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}
body.products .products-table.is-active {
  display: table;
}
body.products .products-table__caption {
  caption-side: top;
  padding: calc(20 * var(--to-rem)) 0 calc(18 * var(--to-rem));
  background-color: transparent;
  border: none;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: calc(22 * var(--to-rem));
  font-weight: 600;
  letter-spacing: 0.16em;
  color: #004ea2;
  text-align: left;
  border-bottom: 1px solid rgba(0, 78, 162, 0.25);
  margin-bottom: calc(0 * var(--to-rem));
}
body.products .products-table thead th {
  padding: calc(14 * var(--to-rem)) calc(16 * var(--to-rem));
  background-color: rgba(228, 240, 252, 0.5);
  border: none;
  border-right: 1px solid rgba(51, 51, 51, 0.18);
  border-bottom: 1px solid rgba(51, 51, 51, 0.18);
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: calc(18 * var(--to-rem));
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #004ea2;
  text-align: center;
}
body.products .products-table thead th:last-child {
  border-right: none;
}
body.products .products-table {
  /* 列ヘッダーの英語ラベル化（日本語は維持し、英語を補助） */
}
body.products .products-table thead th:nth-child(1)::after {
  content: "";
}
body.products .products-table thead th:nth-child(2)::after {
  content: "";
}
body.products .products-table thead th:nth-child(3)::after {
  content: "";
}
body.products .products-table tbody tr {
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
body.products .products-table tbody tr:nth-child(odd) {
  background-color: rgba(228, 240, 252, 0.18);
}
body.products .products-table tbody td {
  padding: calc(18 * var(--to-rem)) calc(16 * var(--to-rem));
  border: none;
  border-right: 1px solid rgba(51, 51, 51, 0.12);
  border-bottom: 1px solid rgba(51, 51, 51, 0.12);
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: calc(15 * var(--to-rem));
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #333;
  text-align: center;
  vertical-align: middle;
  min-height: calc(48 * var(--to-rem));
}
body.products .products-table tbody td:last-child {
  border-right: none;
}
body.products .products-table tbody td {
  /* 年月列：数字フォント・太字 */
}
body.products .products-table tbody td:first-child {
  font-family: "Outfit", "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: calc(17 * var(--to-rem));
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #004ea2;
}
body.products .products-table tbody tr:last-child td {
  border-bottom: none;
}
body.products .products-table {
  /* 列幅（3列：年月 / 作業場所 / 内容） */
}
body.products .products-table thead th:nth-child(1),
body.products .products-table tbody td:nth-child(1) {
  width: 14%;
}
body.products .products-table thead th:nth-child(2),
body.products .products-table tbody td:nth-child(2) {
  width: 26%;
}
body.products .products-table thead th:nth-child(3),
body.products .products-table tbody td:nth-child(3) {
  width: 60%;
}

/* =====================================================
# Service Page — 業務内容
===================================================== */
/* --- Intro --- */
.service-intro {
  background-color: #fff;
  padding-block: min(min(6.2992125984vw, 120px), 120px);
}
.service-intro__inner {
  max-width: calc(1200px + 30px);
  margin-inline: auto;
  padding-inline: 15px;
}
.service-intro__text {
  max-width: calc(1200 * var(--to-rem));
  margin-inline: auto;
  text-align: center;
}
.service-intro__lead {
  font-family: "Shippori Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: clamp(13px, min(1.154855643vw, 22px), 22px);
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: #333;
}

.service-intro .heading {
  width: 100%;
  max-width: calc(400 * var(--to-rem));
  font-size: clamp(13px, min(2.5196850394vw, 48px), 48px);
  font-weight: 700;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
  font-family: "Shippori Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #333;
}
.service-intro .heading::after {
  content: attr(data-en);
  position: absolute;
  top: calc(72 * var(--to-rem));
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: clamp(13px, min(1.2073490814vw, 23px), 23px);
  background: none;
}

/* --- Service 4項目 --- */
.service-list__inner {
  max-width: 100%;
  margin-inline: auto;
}

.service-item {
  padding-block: min(min(6.2992125984vw, 120px), 120px);
}
.service-item__inner {
  max-width: calc(1200px + 30px);
  margin-inline: auto;
  padding-inline: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(min(4.1994750656vw, 80px), 80px);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-item--light {
  background-color: #e4f0fc;
}
.service-item--light .service-item__number {
  color: rgba(0, 78, 162, 0.18);
}
.service-item--light .service-item__title {
  color: #333;
}
.service-item--light .service-item__title::before {
  background-color: #004ea2;
}
.service-item--light .service-item__text {
  color: #333;
}
.service-item--dark {
  background-color: #1a1a1a;
}
.service-item--dark .service-item__number {
  color: rgba(255, 255, 255, 0.2);
}
.service-item--dark .service-item__title {
  color: #fff;
}
.service-item--dark .service-item__title::before {
  background-color: #fff;
}
.service-item--dark .service-item__text {
  color: rgba(255, 255, 255, 0.85);
}
.service-item--image-left .service-item__inner {
  grid-template-columns: 1fr 1fr;
}
.service-item--image-right .service-item__inner {
  grid-template-columns: 1fr 1fr;
  direction: rtl;
}
.service-item--image-right .service-item__media, .service-item--image-right .service-item__body {
  direction: ltr;
}
.service-item--accent .service-item__inner {
  grid-template-columns: 1fr;
  max-width: calc(1200px + 30px);
}
.service-item--accent .service-item__body {
  position: relative;
  max-width: calc(900 * var(--to-rem));
  margin-inline: auto;
  padding-block: min(min(2.0997375328vw, 40px), 40px);
  text-align: left;
}
.service-item__media {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  margin: 0;
}
.service-item__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.service-item__body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service-item__number {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(13px, min(7.3490813648vw, 140px), 140px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.02em;
}
.service-item__title {
  position: relative;
  margin-top: min(min(1.2598425197vw, 24px), 24px);
  padding-left: min(min(2.9396325459vw, 56px), 56px);
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: clamp(13px, min(1.5748031496vw, 30px), 30px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.service-item__title::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: min(min(2.0997375328vw, 40px), 40px);
  height: 2px;
}
.service-item__title-sub {
  display: inline-block;
  margin-left: calc(8 * var(--to-rem));
  font-size: 0.6em;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.service-item__text {
  margin-top: min(min(1.6797900262vw, 32px), 32px);
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: clamp(13px, min(0.8923884514vw, 17px), 17px);
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.05em;
}

/* =====================================================
# Strength Page — 私たちの強み
===================================================== */
/* --- Intro（英大見出し + リード + ヒーロー写真） --- */
.strength-intro {
  background-color: #fff;
  padding-block: min(min(6.2992125984vw, 120px), 120px);
}
.strength-intro__inner {
  max-width: calc(1200px + 30px);
  margin-inline: auto;
  padding-inline: 15px;
  display: grid;
  grid-template-columns: 1fr min(min(33.5958005249vw, 640px), 600px);
  gap: min(min(4.1994750656vw, 80px), 80px);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.strength-intro__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.strength-intro__lead {
  margin-top: min(min(3.6745406824vw, 70px), 70px);
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: clamp(13px, min(0.8923884514vw, 17px), 17px);
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: #333;
}
.strength-intro__deco {
  position: relative;
  width: 100%;
  aspect-ratio: 592/413;
  max-width: min(min(31.4960629921vw, 600px), 600px);
  margin-left: auto;
}
.strength-intro__circle {
  position: absolute;
  width: 42.4%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  padding: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.strength-intro__circle--1 {
  top: 1.3%;
  left: 27.75%;
  background-color: rgba(0, 78, 162, 0.55);
  z-index: 2;
}
.strength-intro__circle--2 {
  top: 38.4%;
  left: 46.95%;
  background-color: rgba(0, 78, 162, 0.88);
  z-index: 3;
}
.strength-intro__circle--3 {
  top: 39.2%;
  left: 10.65%;
  background-color: rgba(0, 78, 162, 0.72);
  z-index: 1;
}
.strength-intro__circle-text {
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: clamp(13px, min(1.3648293963vw, 26px), 26px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* --- Strength 3項目 --- */
.strength-list__inner {
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 0;
}

.strength-item {
  padding-block: min(min(5.7742782152vw, 110px), 110px);
}
.strength-item__inner {
  max-width: calc(1200px + 30px);
  margin-inline: auto;
  padding-inline: 15px;
  display: grid;
  grid-template-columns: min(min(13.6482939633vw, 260px), 260px) 1fr;
  gap: min(min(3.1496062992vw, 60px), 60px);
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.strength-item--dark {
  background-color: #1a1a1a;
}
.strength-item--dark .strength-item__number {
  color: rgba(255, 255, 255, 0.15);
}
.strength-item--dark .strength-item__title {
  color: #fff;
}
.strength-item--dark .strength-item__title::before {
  background-color: #fff;
}
.strength-item--dark .strength-item__text {
  color: rgba(255, 255, 255, 0.85);
}
.strength-item--light {
  background-color: #e4f0fc;
}
.strength-item--light .strength-item__number {
  color: rgba(0, 78, 162, 0.18);
}
.strength-item--light .strength-item__title {
  color: #333;
}
.strength-item--light .strength-item__title::before {
  background-color: #004ea2;
}
.strength-item--light .strength-item__text {
  color: #333;
}
.strength-item__number {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(13px, min(9.4488188976vw, 180px), 180px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.02em;
}
.strength-item__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.strength-item__title {
  position: relative;
  padding-left: min(min(3.1496062992vw, 60px), 60px);
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: clamp(13px, min(1.6797900262vw, 32px), 32px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.strength-item__title::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: min(min(2.3097112861vw, 44px), 44px);
  height: 2px;
}
.strength-item__text {
  margin-top: min(min(2.0997375328vw, 40px), 40px);
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: clamp(13px, min(0.8923884514vw, 17px), 17px);
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.05em;
}

/* --- Heading（company.scss と同一ルール） --- */
.strength-intro .heading {
  width: 100%;
  max-width: calc(400 * var(--to-rem));
  font-size: clamp(13px, min(2.5196850394vw, 48px), 48px);
  font-weight: 700;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
  font-family: "Shippori Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.strength-intro .heading::after {
  content: attr(data-en);
  position: absolute;
  top: calc(72 * var(--to-rem));
  left: calc(5 * var(--to-rem));
  font-size: clamp(13px, min(1.2073490814vw, 23px), 23px);
  background: none;
}

/* =====================================================
# Contact Page
===================================================== */
body.contact {
  /* ---------- ラベル ---------- */
}
body.contact .label {
  display: inline-block;
  background-color: #cc0000;
  color: #fff;
  font-size: 13px;
  text-align: center;
  width: 45px;
  height: calc(28 * var(--to-rem));
  line-height: calc(28 * var(--to-rem));
}
body.contact {
  /* ---------- 電話・FAX 背景セクション ---------- */
}
body.contact .contact-intro {
  background-color: #004ea2;
  padding-block: calc(90 * var(--to-rem));
}
body.contact .contact__inner {
  max-width: calc(1000 * var(--to-rem) + 15 * var(--to-rem) * 2);
  margin-inline: auto;
  padding-inline: calc(15 * var(--to-rem));
}
body.contact .tel-fax__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #333;
  padding: 40px 15px;
}
body.contact .tel-fax__box {
  width: 100%;
  margin-inline: auto;
  text-align: center;
}
body.contact .tel-fax__box.is-fax {
  border-left: 1px solid white;
}
body.contact .tel-fax__hours {
  margin-top: calc(10 * var(--to-rem));
  color: #fff;
  font-size: calc(14 * var(--to-rem));
}
body.contact .tel-fax .tel-number {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  padding-left: 6px;
  color: white;
}
body.contact .tel-fax .tel-number::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../img/common/tel-icon-wt.webp) center center/contain no-repeat;
  vertical-align: -3px;
  margin-right: 10px;
}
body.contact .tel-fax .is-fax .tel-number::before {
  width: 45px;
  height: 45px;
  vertical-align: -8px;
  background: url(../img/common/fax_24.webp) center center/contain no-repeat;
}
body.contact .tel-fax__title {
  font-size: calc(24 * var(--to-rem));
  font-weight: 500;
  color: #fff;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
body.contact .tel-fax__title .large {
  font-size: calc(29 * var(--to-rem));
  font-weight: 600;
  color: #ee7070;
  margin-right: calc(5 * var(--to-rem));
}
body.contact {
  /* ---------- メールフォーム ---------- */
}
body.contact .mail-form {
  background-color: #fff;
  padding-block: 100px;
  letter-spacing: 0;
}
body.contact .mail-form__inner {
  max-width: 1100px;
  padding-inline: calc(15 * var(--to-rem));
  margin-inline: auto;
}
body.contact .mail-form ::-webkit-input-placeholder {
  color: #aaa;
}
body.contact .mail-form ::-moz-placeholder {
  color: #aaa;
}
body.contact .mail-form :-ms-input-placeholder {
  color: #aaa;
}
body.contact .mail-form ::-ms-input-placeholder {
  color: #aaa;
}
body.contact .mail-form ::placeholder {
  color: #aaa;
}
body.contact .mail-form__title {
  display: block;
  text-align: center;
  margin-inline: auto;
  font-size: calc(30 * var(--to-rem));
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.1;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif; /* ゴシック体 */
  color: #004ea2;
}
body.contact .mail-form__text {
  margin-top: calc(50 * var(--to-rem));
}
body.contact .mail-form__text > p {
  line-height: 2;
}
body.contact .mail-form .form-p {
  display: inline-block;
}
body.contact .mail-form .form-input {
  border: 1px solid #aaa;
  padding: 5px 10px;
  width: 100%;
}
body.contact .mail-form .form-input--shortbox {
  max-width: calc(220 * var(--to-rem));
}
body.contact .mail-form .horizontal-table {
  margin-top: calc(30 * var(--to-rem));
}
body.contact .mail-form .horizontal-table table {
  width: 100%;
}
body.contact .mail-form .horizontal-table th {
  width: 27%;
  padding: 20px;
  background-color: rgba(228, 240, 252, 0.5);
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
}
body.contact .mail-form .horizontal-table th .required {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body.contact .mail-form .horizontal-table th:first-child {
  border-top: 1px solid #ccc;
}
body.contact .mail-form .horizontal-table th:last-child {
  border-right-width: 0;
}
body.contact .mail-form .horizontal-table td {
  padding: 10px 20px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
body.contact .mail-form .horizontal-table td:first-of-type {
  border-top: 1px solid #ccc;
}
body.contact .mail-form .privacy-policy {
  font-size: calc(20 * var(--to-rem));
  font-weight: 500;
  margin-block: 30px;
  text-align: center;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  color: #004ea2;
}
body.contact .mail-form .box-scroll {
  width: 100%;
  height: 240px;
  padding: 20px;
  border: 1px solid #ddd;
  overflow: hidden;
  overflow-y: scroll;
  margin-bottom: 30px;
  background-color: #fff;
}
body.contact .mail-form .box-scroll__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  border-left: 8px solid #333;
  margin-bottom: 8px;
  padding-left: 8px;
}
body.contact .mail-form .box-scroll__li {
  text-indent: -25px;
  padding-left: 25px;
  letter-spacing: 0;
  margin-bottom: 7px;
}
body.contact .mail-form .privacy-wrapper {
  text-align: center;
}
body.contact .mail-form .privacy__title {
  font-weight: 600;
  border-bottom: 1px solid #666;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
body.contact .mail-form .privacy__address {
  text-indent: -43px;
  padding-left: 43px;
}
body.contact .mail-form .privacy__link {
  color: blue;
  text-decoration: underline;
}
body.contact .mail-form .privacy-btn {
  display: inline-block;
  background-color: #004ea2;
  color: #fff;
  padding: 15px 10px;
  width: 350px;
}
body.contact .mail-form .privacy-btn__wrapper {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}
body.contact .mail-form .send-btn__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
body.contact .mail-form .send-btn {
  display: inline-block;
  background-color: #004ea2;
  color: #fff;
  border: 2px solid transparent;
  padding: 15px;
  text-align: center;
  width: 320px;
}
body.contact .mail-form .send-btn--back {
  margin-right: 100px;
  color: #004ea2;
  background-color: #fff;
  border: 2px solid #004ea2;
}
body.contact .mail-form {
  /* ラジオボタン・チェックボックス */
}
body.contact .mail-form input[type=radio],
body.contact .mail-form input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
body.contact .mail-form input[type=radio]:focus + span,
body.contact .mail-form input[type=checkbox]:focus + span {
  outline: 1px solid #ccc;
}
body.contact .mail-form input[type=radio] + span,
body.contact .mail-form input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  margin: 0 2em 0 0;
  padding: 0.3em 0.3em 0.3em 2em;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
}
body.contact .mail-form input[type=checkbox] + span:before {
  position: absolute;
  top: 0.2em;
  left: 0;
  content: "";
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #999;
  background: #fff;
  line-height: 1;
  vertical-align: middle;
}
body.contact .mail-form input[type=checkbox] + span:after {
  content: "";
  display: none;
}
body.contact .mail-form input[type=checkbox]:checked + span:after {
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0.4em;
  width: 0.5em;
  height: 1em;
  content: "";
  border-bottom: 3px solid #cc0000;
  border-right: 3px solid #cc0000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.contact .mail-form {
  /* セレクトボックス */
}
body.contact .mail-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: block;
  width: 100%;
  padding: 5px 30px 5px 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
}
body.contact .mail-form .selectWrap {
  position: relative;
  display: block;
  width: 30%;
}
body.contact .mail-form .selectWrap::after {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
}
body.contact .mail-form {
  /* テキストエリア */
}
body.contact .mail-form textarea {
  resize: none;
}

/* FLOCSS
----------------------------------------------------- */
/* FLOCSS
----------------------------------------------------- */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  max-width: 100%;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --to-rem: 0.0625rem;
}

main {
  overflow: hidden; /*横スクロールの発生を防止*/
  background-size: auto auto;
}

html {
  background-color: #1a1a1a;
}

body {
  max-width: 2000px;
  margin-inline: auto;
  font-size: calc(16 * var(--to-rem));
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.8px;
  color: #333;
  background-color: #1a1a1a;
}

section > picture,
section picture {
  display: block;
  line-height: 0;
}

a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

a:hover {
  text-decoration: none;
}

img {
  height: auto;
}

/* FLOCSS
----------------------------------------------------- */
.inner {
  padding-inline: 15px;
  max-width: calc(1200px + 30px);
  margin-inline: auto;
}

/* =====================================================
# header — Figma: node-id=1:122
# first-view 上に absolute。ロゴ画像+社名（白） / 右:白ナビバー+青Telボタン隣接
===================================================== */
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 2000px;
  margin-inline: auto;
  z-index: 100;
  padding: min(min(1.5223097113vw, 29px), 29px) min(min(2.5196850394vw, 48px), 48px) 0 min(min(2.624671916vw, 50px), 50px);
}
.l-header.show {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.55);
  padding-top: min(min(0.9448818898vw, 18px), 18px);
  padding-bottom: min(min(0.9448818898vw, 18px), 18px);
  -webkit-animation: headerSlideDown 0.4s ease forwards;
          animation: headerSlideDown 0.4s ease forwards;
}
.l-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: min(min(2.0997375328vw, 40px), 40px);
  max-width: 2000px;
  margin-inline: auto;
}
.l-header__logo {
  margin: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.l-header__logo-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(0.5774278215vw, 11px), 11px);
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header__logo-icon {
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.l-header__logo-icon img {
  display: block;
  width: min(min(4.3044619423vw, 82px), 82px);
  height: auto;
}
.l-header__logo-text {
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: clamp(13px, min(1.9947506562vw, 38px), 38px);
  color: #fff;
  white-space: nowrap;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.l-header__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: min(min(3.3070866142vw, 63px), 63px);
}
.l-header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 0 min(min(1.6797900262vw, 32px), 32px);
  border-radius: min(min(0.4199475066vw, 8px), 8px) 0 0 min(min(0.4199475066vw, 8px), 8px);
}
.l-header__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(1.6797900262vw, 32px), 32px);
}
.l-header__nav-list li a {
  display: inline-block;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: clamp(13px, min(0.8398950131vw, 16px), 16px);
  color: #000;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
body.index .l-header__nav-list a[href$="index.html"], body.business .l-header__nav-list a[href$="business.html"], body.products .l-header__nav-list a[href$="products.html"], body.company .l-header__nav-list a[href$="company.html"], body.contact .l-header__nav-list a[href$="contact.html"] {
  color: #ee7070;
}
.l-header__tel {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(min(0.3149606299vw, 6px), 6px);
  background-color: #004ea2;
  width: min(min(10.1837270341vw, 194px), 194px);
  padding: 0 min(min(0.7874015748vw, 15px), 15px);
  color: #fff;
  font-family: "Roboto", "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 min(min(0.4199475066vw, 8px), 8px) min(min(0.4199475066vw, 8px), 8px) 0;
}
.l-header__tel-label {
  font-size: clamp(13px, min(0.8398950131vw, 16px), 16px);
}
.l-header__tel-number {
  font-size: clamp(13px, min(1.0498687664vw, 20px), 20px);
  letter-spacing: 0.02em;
}
.l-header__hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(6 * var(--to-rem));
  width: calc(44 * var(--to-rem));
  height: calc(44 * var(--to-rem));
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 110;
}
.l-header__hamburger span {
  display: block;
  width: calc(28 * var(--to-rem));
  height: 2px;
  background-color: #fff;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.l-header__hamburger.is-checked span:nth-child(1) {
  -webkit-transform: translateY(calc(8 * var(--to-rem))) rotate(45deg);
          transform: translateY(calc(8 * var(--to-rem))) rotate(45deg);
}
.l-header__hamburger.is-checked span:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger.is-checked span:nth-child(3) {
  -webkit-transform: translateY(calc(-8 * var(--to-rem))) rotate(-45deg);
          transform: translateY(calc(-8 * var(--to-rem))) rotate(-45deg);
}

@-webkit-keyframes headerSlideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes headerSlideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* =====================================================
# drawer (SP)
===================================================== */
.l-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(300 * var(--to-rem));
  height: 100%;
  background-color: rgba(0, 78, 162, 0.96);
  z-index: 105;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  overflow-y: auto;
}
.l-drawer.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.l-drawer__close {
  position: absolute;
  top: calc(16 * var(--to-rem));
  right: calc(16 * var(--to-rem));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(44 * var(--to-rem));
  height: calc(44 * var(--to-rem));
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.l-drawer__close span {
  position: absolute;
  display: block;
  width: calc(26 * var(--to-rem));
  height: 2px;
  background-color: #fff;
}
.l-drawer__close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-drawer__close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-drawer__inner {
  padding: calc(80 * var(--to-rem)) calc(30 * var(--to-rem)) calc(40 * var(--to-rem));
}
.l-drawer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(8 * var(--to-rem));
}
.l-drawer__list li > a,
.l-drawer__list li > span[data-action=call] {
  display: block;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: calc(18 * var(--to-rem));
  color: #fff;
  text-decoration: none;
  padding: calc(12 * var(--to-rem)) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
body.index .l-drawer__list a[href$="index.html"], body.business .l-drawer__list a[href$="business.html"], body.products .l-drawer__list a[href$="products.html"], body.company .l-drawer__list a[href$="company.html"], body.contact .l-drawer__list a[href$="contact.html"] {
  color: #ee7070;
}
.l-drawer__tel {
  display: block;
  margin-top: calc(25 * var(--to-rem));
  padding: calc(12 * var(--to-rem)) calc(20 * var(--to-rem));
  background-color: #cc0000;
  color: #fff;
  font-family: "Roboto", "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: calc(18 * var(--to-rem));
  letter-spacing: 0.02em;
  text-align: center;
  border-radius: 9999px;
  cursor: pointer;
  text-decoration: none;
}

/* =====================================================
# footer — Figma: node-id=3:65
# 1920基準 / 青背景($color_main) / pt:77 pb:48 pl:265 pr:281 / 内側 w:1454 gap:41
# 上段: 左ブランド(277w gap:14) ↔ 右(464w gap:51 / ナビ + SNS)
# 下段: コピーライト(中央 12px 白)
===================================================== */
.footer {
  position: relative;
  width: 100%;
  max-width: 2000px;
  margin-inline: auto;
  padding: min(min(4.0419947507vw, 77px), 77px) min(min(14.750656168vw, 281px), 281px) min(min(2.5196850394vw, 48px), 48px) min(min(13.9107611549vw, 265px), 265px);
  background-color: #004ea2;
  color: white;
}
.footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(2.1522309711vw, 41px), 41px);
  width: 100%;
}
.footer__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: calc(24 * var(--to-rem));
  width: 100%;
}
.footer__brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: min(min(0.7349081365vw, 14px), 14px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.footer__logo-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(0.5774278215vw, 11px), 11px);
}
.footer__logo {
  display: block;
  width: min(min(2.7296587927vw, 52px), 52px);
  height: min(min(3.0971128609vw, 59px), 59px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.footer__logo picture,
.footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__company {
  margin: 0;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: clamp(13px, min(1.2598425197vw, 24px), 24px);
  line-height: 1.3;
  color: white;
  white-space: nowrap;
}
.footer__address p {
  margin: 0;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: clamp(13px, min(0.8398950131vw, 16px), 16px);
  line-height: 1.6875;
  color: white;
}
.footer__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(min(2.6771653543vw, 51px), 51px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.footer__nav {
  width: 100%;
}
.footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: min(min(1.7847769029vw, 34px), 34px);
}
.footer__nav-link {
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: clamp(13px, min(0.8398950131vw, 16px), 16px);
  line-height: 1.4;
  color: white;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer__sns {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(0.3674540682vw, 7px), 7px);
}
.footer__sns-item a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.footer__sns-item picture,
.footer__sns-item img {
  display: block;
  height: min(min(1.7847769029vw, 34px), 34px);
  width: auto;
}
.footer__copy {
  margin: 0;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: clamp(13px, min(0.6299212598vw, 12px), 12px);
  line-height: 1.5;
  color: white;
  text-align: center;
}

/* =====================================================
# footer__pagetop — 神美装と同じ仕様 / $color_main 背景 + 1px 白枠
===================================================== */
.footer__pagetop {
  position: fixed;
  right: max(min(min(2.0997375328vw, 40px), 40px), (100vw - 2000px) / 2 + 40px);
  bottom: min(min(2.0997375328vw, 40px), 40px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(min(3.1496062992vw, 60px), 60px);
  height: min(min(3.1496062992vw, 60px), 60px);
  border-radius: 50%;
  background-color: #004ea2;
  border: 1px solid #fff;
  color: white;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(calc(10 * var(--to-rem)));
          transform: translateY(calc(10 * var(--to-rem)));
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
  z-index: 100;
}
.footer__pagetop.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.footer__pagetop-arrow {
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: clamp(13px, min(1.2598425197vw, 24px), 24px);
  line-height: 1;
  color: white;
}

/* =====================================================
# 下層ページ メインビジュアル（ANIMA LINK 構造踏襲）
===================================================== */
.mv {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.mv-jumbotron {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #999;
  background-size: cover;
  background-position: center center;
  height: calc(450 * var(--to-rem));
  position: relative;
  z-index: -1;
}
.mv-jumbotron.is-contact {
  background-position: center center;
}
.mv-jumbotron::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 78, 162, 0.5); /* 後藤重量ブランド青フィルター */
  pointer-events: none;
}
.mv-jumbotron__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; /* 中央寄せ */
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
  /* padding-top で content-box を下に押し下げ、中央位置から mv 高さの約10%下に */
  padding-top: calc(90 * var(--to-rem)); /* PC: rem(450) × 0.2 = 90px（align-items: center が padding 後の領域中央 → 実質中央 +10%）*/
}
.mv .mv-h2 {
  margin: 0;
  position: relative;
  display: inline-block;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.7);
  padding: calc(32 * var(--to-rem)) calc(56 * var(--to-rem));
}
.mv .mv-h2__ja {
  display: block;
  font-size: calc(21 * var(--to-rem));
  font-weight: 600;
  position: relative;
  z-index: 1;
  margin-top: calc(20 * var(--to-rem));
  color: #fff;
  padding-left: calc(55 * var(--to-rem));
}
.mv .mv-h2__ja::before {
  content: "";
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  width: calc(40 * var(--to-rem));
  left: 0;
}
.mv .mv-h2__en {
  display: block;
  font-size: calc(45 * var(--to-rem));
  font-weight: 700;
  color: #fff;
  line-height: 1;
  font-family: "Shippori Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* 左から右にカーテン
---------------------------------------------------- */
.curtainLefttoRight {
  position: relative;
}

.curtainLefttoRight.visible {
  -webkit-animation-name: curtainLeftFadeIn;
          animation-name: curtainLeftFadeIn;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.curtainLefttoRight.visible:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background-color: #000;
  pointer-events: none; /* アニメ後も残るのでクリック・選択を阻害させない */
  -webkit-animation-name: curtainLeft;
          animation-name: curtainLeft;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes curtainLeftFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes curtainLeftFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes curtainLeft {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes curtainLeft {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/* FLOCSS
----------------------------------------------------- */
.c-btn-viewmore {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(min(14.8556430446vw, 283px), 283px);
  height: min(min(3.8845144357vw, 74px), 74px);
  padding: 0 min(min(2.624671916vw, 50px), 50px) 0 min(min(1.5748031496vw, 30px), 30px);
  background-color: #004ea2;
  color: white;
  text-decoration: none;
  border-radius: 9999px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.c-btn-viewmore__label {
  font-family: "Roboto", "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: clamp(13px, min(0.9448818898vw, 18px), 18px);
  line-height: 1;
  color: white;
  letter-spacing: 0.02em;
}
.c-btn-viewmore__icon {
  position: absolute;
  right: min(min(1.3648293963vw, 26px), 26px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(min(0.6299212598vw, 12px), 12px);
  height: min(min(0.9448818898vw, 18px), 18px);
  color: white;
}
.c-btn-viewmore__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.c-btn-viewmore--sm {
  width: min(min(11.7585301837vw, 224px), 224px);
  padding: 0 min(min(2.0997375328vw, 40px), 40px) 0 min(min(1.0498687664vw, 20px), 20px);
}

.u-visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.mt-6 {
  margin-top: 60px;
}

.mt-7 {
  margin-top: 70px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-9 {
  margin-top: 90px;
}

.mt-10 {
  margin-top: 100px;
}

@media screen and (max-width: 1199px) {
  .fv {
    aspect-ratio: auto;
    height: 78vh;
    min-height: calc(520 * var(--to-rem));
  }
  .fv__slides::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.55)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.55) 100%);
  }
  .fv__copy {
    left: calc(32 * var(--to-rem));
    bottom: calc(56 * var(--to-rem));
    right: calc(32 * var(--to-rem));
  }
  .fv__catch {
    gap: calc(6 * var(--to-rem));
  }
  .fv__catch-line--1 {
    font-size: calc(36 * var(--to-rem));
  }
  .fv__catch-line--2 {
    font-size: calc(44 * var(--to-rem));
  }
  .about {
    padding: calc(80 * var(--to-rem)) calc(40 * var(--to-rem));
  }
  .about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(48 * var(--to-rem));
  }
  .about__copy {
    width: 100%;
    max-width: calc(560 * var(--to-rem));
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(32 * var(--to-rem));
    text-align: center;
  }
  .about__heading {
    min-width: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about__title {
    font-size: calc(60 * var(--to-rem));
  }
  .about__subtitle {
    font-size: calc(22 * var(--to-rem));
  }
  .about__body {
    width: 100%;
  }
  .about__body p {
    font-size: calc(16 * var(--to-rem));
    line-height: 2.1;
  }
  .about__photo {
    width: 100%;
    max-width: calc(720 * var(--to-rem));
    border-radius: calc(16 * var(--to-rem));
  }
  .home-business {
    padding: calc(80 * var(--to-rem)) calc(40 * var(--to-rem));
  }
  .home-business__inner {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: calc(40 * var(--to-rem));
  }
  .home-business__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(32 * var(--to-rem));
  }
  .home-business__heading {
    min-width: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-business__title {
    font-size: calc(60 * var(--to-rem));
  }
  .home-business__subtitle {
    font-size: calc(22 * var(--to-rem));
  }
  .home-business__label {
    width: calc(220 * var(--to-rem));
    height: calc(60 * var(--to-rem));
    font-size: calc(22 * var(--to-rem));
    border-radius: calc(8 * var(--to-rem));
  }
  .home-news {
    padding: calc(80 * var(--to-rem)) calc(40 * var(--to-rem));
  }
  .home-news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: calc(40 * var(--to-rem));
  }
  .home-news__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    gap: calc(24 * var(--to-rem));
  }
  .home-news__heading {
    width: auto;
  }
  .home-news__title {
    font-size: calc(60 * var(--to-rem));
  }
  .home-news__subtitle {
    font-size: calc(22 * var(--to-rem));
  }
  .home-news__body {
    width: 100%;
  }
  .home-news__filter-btn {
    height: calc(40 * var(--to-rem));
    font-size: calc(14 * var(--to-rem));
    border-radius: calc(20 * var(--to-rem));
  }
  .home-news__date {
    font-size: calc(14 * var(--to-rem));
  }
  .home-news__text {
    font-size: calc(14 * var(--to-rem));
    white-space: normal;
  }
  .home-instagram {
    padding: calc(80 * var(--to-rem)) calc(40 * var(--to-rem));
  }
  .home-instagram__inner {
    gap: calc(40 * var(--to-rem));
  }
  .home-instagram__icon {
    width: calc(56 * var(--to-rem));
    height: calc(56 * var(--to-rem));
  }
  .home-instagram__title {
    font-size: clamp(13px, 5.0041701418vw, 60px);
  }
  .home-instagram__posts .tagcolle-load-wrap {
    margin-top: calc(40 * var(--to-rem));
  }
  .home-instagram__more {
    width: calc(220 * var(--to-rem));
    height: calc(56 * var(--to-rem));
    font-size: calc(16 * var(--to-rem));
  }
  .home-recruit {
    padding: calc(80 * var(--to-rem)) calc(40 * var(--to-rem));
  }
  .home-recruit__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(48 * var(--to-rem));
  }
  .home-recruit__photo {
    width: 100%;
    max-width: calc(720 * var(--to-rem));
    border-radius: calc(16 * var(--to-rem));
  }
  .home-recruit__copy {
    width: 100%;
    max-width: calc(560 * var(--to-rem));
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(32 * var(--to-rem));
    text-align: center;
  }
  .home-recruit__text {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(28 * var(--to-rem));
  }
  .home-recruit__heading {
    min-width: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-recruit__title {
    font-size: calc(60 * var(--to-rem));
  }
  .home-recruit__subtitle {
    font-size: calc(22 * var(--to-rem));
  }
  .home-recruit__body p {
    font-size: calc(16 * var(--to-rem));
    line-height: 2.1;
  }
  .home-contact {
    padding: calc(80 * var(--to-rem)) calc(40 * var(--to-rem));
  }
  .home-contact__inner {
    gap: calc(32 * var(--to-rem));
  }
  .home-contact__title {
    font-size: calc(56 * var(--to-rem));
  }
  .home-contact__subtitle {
    font-size: calc(18 * var(--to-rem));
  }
  .home-contact__methods {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: calc(32 * var(--to-rem)) 0;
  }
  .home-contact__method {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    gap: calc(10 * var(--to-rem));
    border-left: none;
  }
  .home-contact__method:last-child {
    border-right: none;
  }
  .home-contact__method-label {
    font-size: calc(16 * var(--to-rem));
  }
  .home-contact__method-num--tel {
    font-size: calc(32 * var(--to-rem));
  }
  .home-contact__method-num--fax {
    font-size: calc(34 * var(--to-rem));
  }
  .home-contact__method-note {
    font-size: calc(14 * var(--to-rem));
  }
  .home-contact__method-btn {
    width: 100%;
    max-width: calc(270 * var(--to-rem));
    height: calc(60 * var(--to-rem));
  }
  .home-contact__method-btn-label {
    font-size: calc(16 * var(--to-rem));
  }
  body.business .business-list {
    padding-block: calc(80 * var(--to-rem));
  }
  body.business .business-item {
    margin-bottom: calc(80 * var(--to-rem));
  }
  body.business .business-item__num {
    font-size: calc(80 * var(--to-rem));
    top: calc(14 * var(--to-rem));
    left: calc(18 * var(--to-rem));
  }
  body.business .business-item__body {
    padding: calc(40 * var(--to-rem)) calc(36 * var(--to-rem));
    margin-left: calc(-50 * var(--to-rem));
    margin-top: calc(40 * var(--to-rem));
  }
  body.business .business-item--reverse .business-item__num {
    right: calc(18 * var(--to-rem));
  }
  body.business .business-item--reverse .business-item__body {
    margin-right: calc(-50 * var(--to-rem));
  }
  body.business .business-item__title {
    font-size: calc(24 * var(--to-rem));
    margin-bottom: calc(18 * var(--to-rem));
  }
  body.company .company-section {
    padding-block: calc(78 * var(--to-rem));
  }
  body.company .company-section__title {
    font-size: calc(32 * var(--to-rem));
  }
  body.company .company-section__en {
    font-size: calc(16 * var(--to-rem));
  }
  body.company .company-greeting__body {
    padding: calc(38 * var(--to-rem));
  }
  body.company .company-greeting__text {
    font-size: calc(16 * var(--to-rem));
  }
  body.company .company-greeting__signature {
    font-size: calc(16 * var(--to-rem));
  }
  body.company .company-table th,
  body.company .company-table td {
    font-size: calc(15 * var(--to-rem));
  }
  body.company .company-map__btn {
    font-size: calc(15 * var(--to-rem));
    padding: calc(14 * var(--to-rem)) calc(34 * var(--to-rem));
  }
  body.products .products-intro__text {
    font-size: 1.6680567139vw;
  }
  .service-intro {
    padding-block: calc(80 * var(--to-rem));
  }
  .service-intro__lead {
    font-size: calc(20 * var(--to-rem));
    line-height: 2;
  }
  .service-intro .heading {
    font-size: calc(36 * var(--to-rem));
  }
  .service-intro .heading::after {
    top: calc(56 * var(--to-rem));
    font-size: calc(20 * var(--to-rem));
  }
  .service-item {
    padding-block: calc(80 * var(--to-rem));
  }
  .service-item__inner {
    gap: calc(48 * var(--to-rem));
  }
  .service-item__number {
    font-size: calc(100 * var(--to-rem));
  }
  .service-item__title::before {
    width: calc(28 * var(--to-rem));
  }
  .service-item__title {
    margin-top: calc(16 * var(--to-rem));
    padding-left: calc(40 * var(--to-rem));
    font-size: calc(22 * var(--to-rem));
  }
  .service-item__text {
    margin-top: calc(20 * var(--to-rem));
    font-size: calc(16 * var(--to-rem));
    line-height: 2;
  }
  .strength-intro {
    padding-block: calc(80 * var(--to-rem));
  }
  .strength-intro__inner {
    grid-template-columns: 1fr calc(420 * var(--to-rem));
    gap: calc(40 * var(--to-rem));
  }
  .strength-intro__lead {
    margin-top: calc(50 * var(--to-rem));
    font-size: calc(16 * var(--to-rem));
    line-height: 2;
  }
  .strength-intro__deco {
    max-width: calc(420 * var(--to-rem));
  }
  .strength-intro__circle-text {
    font-size: calc(20 * var(--to-rem));
  }
  .strength-item {
    padding-block: calc(70 * var(--to-rem));
  }
  .strength-item__inner {
    grid-template-columns: calc(180 * var(--to-rem)) 1fr;
    gap: calc(32 * var(--to-rem));
  }
  .strength-item__number {
    font-size: calc(120 * var(--to-rem));
  }
  .strength-item__title::before {
    width: calc(30 * var(--to-rem));
  }
  .strength-item__title {
    padding-left: calc(42 * var(--to-rem));
    font-size: calc(24 * var(--to-rem));
  }
  .strength-item__text {
    margin-top: calc(24 * var(--to-rem));
    font-size: calc(16 * var(--to-rem));
    line-height: 2;
  }
  .strength-intro .heading {
    font-size: calc(36 * var(--to-rem));
  }
  .strength-intro .heading::after {
    top: calc(56 * var(--to-rem));
    font-size: calc(20 * var(--to-rem));
  }
  body.contact .tel-fax .tel-number {
    font-size: 35px;
  }
  .l-header {
    padding: calc(18 * var(--to-rem)) calc(20 * var(--to-rem)) 0;
  }
  .l-header.show {
    padding-top: calc(12 * var(--to-rem));
    padding-bottom: calc(12 * var(--to-rem));
  }
  .l-header__logo-icon img {
    width: calc(64 * var(--to-rem));
  }
  .l-header__logo-text {
    font-size: calc(26 * var(--to-rem));
  }
  .l-header__right {
    display: none;
  }
  .l-header__hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer {
    padding: calc(64 * var(--to-rem)) calc(40 * var(--to-rem)) calc(36 * var(--to-rem));
  }
  .footer__inner {
    gap: calc(32 * var(--to-rem));
  }
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(32 * var(--to-rem));
  }
  .footer__brand {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(12 * var(--to-rem));
  }
  .footer__company {
    font-size: calc(20 * var(--to-rem));
  }
  .footer__address {
    text-align: center;
  }
  .footer__address p {
    font-size: calc(14 * var(--to-rem));
  }
  .footer__right {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(28 * var(--to-rem));
  }
  .footer__nav-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(24 * var(--to-rem));
  }
  .footer__nav-link {
    font-size: calc(14 * var(--to-rem));
  }
  .footer__pagetop {
    right: calc(24 * var(--to-rem));
    bottom: calc(20 * var(--to-rem));
    width: calc(56 * var(--to-rem));
    height: calc(56 * var(--to-rem));
  }
  .footer__pagetop-arrow {
    font-size: calc(22 * var(--to-rem));
  }
  .c-btn-viewmore {
    width: calc(240 * var(--to-rem));
    height: calc(64 * var(--to-rem));
    padding: 0 calc(40 * var(--to-rem)) 0 calc(24 * var(--to-rem));
  }
  .c-btn-viewmore__label {
    font-size: calc(16 * var(--to-rem));
  }
  .c-btn-viewmore__icon {
    right: calc(20 * var(--to-rem));
    width: calc(11 * var(--to-rem));
    height: calc(16 * var(--to-rem));
  }
  .c-btn-viewmore--sm {
    width: calc(200 * var(--to-rem));
    padding: 0 calc(32 * var(--to-rem)) 0 calc(18 * var(--to-rem));
  }
}

@media screen and (max-width: 767px) {
  .fv {
    aspect-ratio: 767/900;
    height: auto;
    min-height: calc(560 * var(--to-rem));
  }
  .fv__copy {
    left: calc(20 * var(--to-rem));
    right: calc(20 * var(--to-rem));
    bottom: calc(48 * var(--to-rem));
  }
  .fv__catch-line--1 {
    font-size: calc(18 * var(--to-rem));
  }
  .fv__catch-line--2 {
    font-size: calc(22 * var(--to-rem));
  }
  .about {
    padding: calc(64 * var(--to-rem)) calc(24 * var(--to-rem));
  }
  .about__inner {
    gap: calc(32 * var(--to-rem));
  }
  .about__copy {
    gap: calc(28 * var(--to-rem));
  }
  .about__title {
    font-size: calc(40 * var(--to-rem));
  }
  .about__subtitle {
    font-size: calc(18 * var(--to-rem));
  }
  .about__body p {
    font-size: calc(14 * var(--to-rem));
    line-height: 2;
  }
  .about__photo {
    max-width: 100%;
    border-radius: calc(12 * var(--to-rem));
  }
  .home-business {
    padding: calc(64 * var(--to-rem)) calc(24 * var(--to-rem));
  }
  .home-business__title {
    font-size: calc(30 * var(--to-rem));
  }
  .home-business__subtitle {
    font-size: calc(18 * var(--to-rem));
  }
  .home-business__list {
    grid-template-columns: 1fr;
    gap: calc(20 * var(--to-rem));
  }
  .home-business__item {
    border-radius: calc(16 * var(--to-rem));
  }
  .home-business__label {
    width: calc(200 * var(--to-rem));
    height: calc(56 * var(--to-rem));
    font-size: calc(20 * var(--to-rem));
    border-radius: calc(8 * var(--to-rem));
  }
  .home-news {
    padding: calc(64 * var(--to-rem)) calc(24 * var(--to-rem));
  }
  .home-news__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(24 * var(--to-rem));
  }
  .home-news__heading {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-news__title {
    font-size: calc(40 * var(--to-rem));
  }
  .home-news__subtitle {
    font-size: calc(18 * var(--to-rem));
    text-align: center;
  }
  .home-news__filter {
    gap: calc(10 * var(--to-rem));
    margin-bottom: calc(20 * var(--to-rem));
  }
  .home-news__filter-btn {
    max-width: none;
    height: calc(44 * var(--to-rem));
    font-size: calc(13 * var(--to-rem));
    padding: 0 calc(8 * var(--to-rem));
    border-radius: calc(22 * var(--to-rem));
  }
  .home-news__row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: calc(8 * var(--to-rem)) calc(16 * var(--to-rem));
    padding: calc(14 * var(--to-rem)) 0;
  }
  .home-news__meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: calc(6 * var(--to-rem));
    width: 100%;
  }
  .home-news__text {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  .home-news__pdf {
    width: calc(48 * var(--to-rem));
    height: calc(26 * var(--to-rem));
    font-size: calc(12 * var(--to-rem));
    border-radius: calc(13 * var(--to-rem));
  }
  .home-instagram {
    padding: calc(60 * var(--to-rem)) calc(24 * var(--to-rem));
  }
  .home-instagram__inner {
    gap: calc(35 * var(--to-rem));
  }
  .home-instagram__head {
    gap: calc(12 * var(--to-rem));
  }
  .home-instagram__icon {
    width: calc(48 * var(--to-rem));
    height: calc(48 * var(--to-rem));
  }
  .home-instagram__title {
    font-size: clamp(13px, 5.2151238592vw, 40px);
  }
  .home-instagram__posts #tagcolle-posts1.tagcolle-row {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(12 * var(--to-rem));
  }
  .home-instagram__posts .tagcolle-load-wrap {
    margin-top: calc(35 * var(--to-rem));
  }
  .home-instagram__more {
    width: calc(180 * var(--to-rem));
    height: calc(48 * var(--to-rem));
    font-size: calc(14 * var(--to-rem));
  }
  .home-recruit {
    padding: calc(64 * var(--to-rem)) calc(24 * var(--to-rem));
  }
  .home-recruit__inner {
    gap: calc(32 * var(--to-rem));
  }
  .home-recruit__photo {
    max-width: 100%;
    border-radius: calc(12 * var(--to-rem));
  }
  .home-recruit__copy {
    gap: calc(28 * var(--to-rem));
  }
  .home-recruit__text {
    gap: calc(20 * var(--to-rem));
  }
  .home-recruit__title {
    font-size: calc(40 * var(--to-rem));
  }
  .home-recruit__subtitle {
    font-size: calc(18 * var(--to-rem));
  }
  .home-recruit__body p {
    font-size: calc(14 * var(--to-rem));
    line-height: 2;
  }
  .home-contact {
    padding: calc(64 * var(--to-rem)) calc(24 * var(--to-rem));
  }
  .home-contact__title {
    font-size: calc(40 * var(--to-rem));
  }
  .home-contact__subtitle {
    font-size: calc(16 * var(--to-rem));
  }
  .home-contact__methods {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .home-contact__method {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    gap: calc(10 * var(--to-rem));
    padding: calc(30 * var(--to-rem)) 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .home-contact__method:not(:first-child) {
    border-top: none;
  }
  .home-contact__method-icon {
    margin-right: calc(5 * var(--to-rem));
  }
  .home-contact__method-icon img {
    width: auto;
    height: calc(28 * var(--to-rem));
  }
  .home-contact__method-num--tel {
    font-size: calc(28 * var(--to-rem));
  }
  .home-contact__method-num--fax {
    font-size: calc(30 * var(--to-rem));
  }
  .home-contact__method-btn {
    width: 100%;
    max-width: calc(290 * var(--to-rem));
    height: calc(56 * var(--to-rem));
  }
  body.business .business-list {
    padding-block: calc(60 * var(--to-rem));
  }
  body.business .business-item {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: calc(60 * var(--to-rem));
  }
  body.business .business-item__photo {
    grid-column: 1;
    grid-row: 1;
    aspect-ratio: 16/10;
  }
  body.business .business-item__num {
    font-size: calc(64 * var(--to-rem));
    top: calc(10 * var(--to-rem));
    left: calc(12 * var(--to-rem));
  }
  body.business .business-item__body {
    grid-column: 1;
    grid-row: 2;
    margin-left: 0;
    margin-top: calc(-30 * var(--to-rem));
    margin-inline: calc(20 * var(--to-rem));
    padding: calc(28 * var(--to-rem)) calc(24 * var(--to-rem));
  }
  body.business .business-item--reverse .business-item__photo {
    grid-column: 1;
  }
  body.business .business-item--reverse .business-item__num {
    right: calc(12 * var(--to-rem));
  }
  body.business .business-item--reverse .business-item__body {
    grid-column: 1;
    grid-row: 2;
    margin-right: 0;
    margin-inline: calc(20 * var(--to-rem));
  }
  body.business .business-item__title {
    font-size: calc(22 * var(--to-rem));
    margin-bottom: calc(16 * var(--to-rem));
  }
  body.business .business-item__desc {
    font-size: calc(15 * var(--to-rem));
    line-height: 1.85;
  }
  body.company .company-section {
    padding: calc(58 * var(--to-rem)) calc(16 * var(--to-rem));
  }
  body.company .company-section__title {
    font-size: calc(26 * var(--to-rem));
  }
  body.company .company-greeting__body {
    margin-top: calc(28 * var(--to-rem));
    padding: calc(26 * var(--to-rem)) calc(20 * var(--to-rem));
  }
  body.company .company-table {
    display: block;
  }
  body.company .company-table tbody {
    display: block;
  }
  body.company .company-table tr {
    display: block;
  }
  body.company .company-table th,
  body.company .company-table td {
    display: block;
    width: 100%;
    padding: calc(16 * var(--to-rem)) calc(18 * var(--to-rem));
  }
  body.company .company-table th {
    width: 100%;
  }
  body.company .company-table__br {
    display: inline;
  }
  body.company .company-map__frame {
    aspect-ratio: 4/3;
  }
  body.company .company-map__action {
    margin-top: calc(20 * var(--to-rem));
  }
  body.company .company-map__btn {
    min-width: calc(180 * var(--to-rem));
    font-size: calc(14 * var(--to-rem));
    padding: calc(12 * var(--to-rem)) calc(28 * var(--to-rem));
  }
  body.products .products-intro {
    padding: calc(60 * var(--to-rem)) calc(20 * var(--to-rem)) calc(40 * var(--to-rem));
  }
  body.products .products-intro__inner {
    padding-block: calc(24 * var(--to-rem));
  }
  body.products .products-intro__text {
    white-space: normal; /* SP は折り返し許可 */
    font-size: calc(15 * var(--to-rem));
    letter-spacing: 0.04em;
    line-height: 1.9;
  }
  body.products .products-archive {
    padding: calc(30 * var(--to-rem)) calc(16 * var(--to-rem)) calc(80 * var(--to-rem));
  }
  body.products .products-archive__heading {
    margin-bottom: calc(40 * var(--to-rem));
    font-size: calc(24 * var(--to-rem));
  }
  body.products .products-archive__heading::before {
    font-size: calc(12 * var(--to-rem));
  }
  body.products .products-archive__heading::after {
    width: calc(36 * var(--to-rem));
    margin-top: calc(12 * var(--to-rem));
  }
  body.products .products-filter {
    gap: calc(8 * var(--to-rem));
    margin-bottom: calc(40 * var(--to-rem));
  }
  body.products .products-filter__btn {
    min-width: calc(96 * var(--to-rem));
    padding: calc(9 * var(--to-rem)) calc(14 * var(--to-rem));
    font-size: calc(13 * var(--to-rem));
    gap: calc(6 * var(--to-rem));
  }
  body.products .products-table__caption {
    font-size: calc(18 * var(--to-rem));
    padding: calc(16 * var(--to-rem)) 0 calc(14 * var(--to-rem));
  }
  body.products .products-table thead th {
    font-size: calc(15 * var(--to-rem));
    padding: calc(10 * var(--to-rem)) calc(6 * var(--to-rem));
    letter-spacing: 0.04em;
  }
  body.products .products-table tbody td {
    font-size: calc(13 * var(--to-rem));
    padding: calc(12 * var(--to-rem)) calc(6 * var(--to-rem));
  }
  body.products .products-table tbody td:first-child {
    font-size: calc(14 * var(--to-rem));
  }
  .service-intro {
    padding-block: calc(60 * var(--to-rem));
  }
  .service-intro__lead {
    font-size: calc(17 * var(--to-rem));
    line-height: 1.9;
    text-align: left;
  }
  .service-intro .heading {
    text-align: left;
    font-size: calc(26 * var(--to-rem));
  }
  .service-intro .heading::after {
    top: calc(39 * var(--to-rem));
    left: 0;
    -webkit-transform: none;
            transform: none;
    font-size: calc(18 * var(--to-rem));
  }
  .service-item {
    padding-block: calc(50 * var(--to-rem));
  }
  .service-item__inner {
    grid-template-columns: 1fr;
    gap: calc(24 * var(--to-rem));
  }
  .service-item--image-left .service-item__inner {
    grid-template-columns: 1fr;
  }
  .service-item--image-right .service-item__inner {
    grid-template-columns: 1fr;
    direction: ltr;
  }
  .service-item__number {
    font-size: calc(72 * var(--to-rem));
  }
  .service-item__title::before {
    width: calc(22 * var(--to-rem));
  }
  .service-item__title {
    margin-top: calc(12 * var(--to-rem));
    padding-left: calc(30 * var(--to-rem));
    font-size: calc(18 * var(--to-rem));
  }
  .service-item__text {
    margin-top: calc(16 * var(--to-rem));
    font-size: calc(15 * var(--to-rem));
    line-height: 1.9;
  }
  .strength-intro {
    padding-block: calc(60 * var(--to-rem));
  }
  .strength-intro__inner {
    grid-template-columns: 1fr;
    gap: calc(40 * var(--to-rem));
  }
  .strength-intro__lead {
    margin-top: calc(36 * var(--to-rem));
    font-size: calc(15 * var(--to-rem));
    line-height: 1.9;
  }
  .strength-intro__deco {
    max-width: calc(360 * var(--to-rem));
    margin-inline: auto;
  }
  .strength-intro__circle {
    border-width: 1.5px;
  }
  .strength-intro__circle-text {
    font-size: calc(16 * var(--to-rem));
  }
  .strength-item {
    padding-block: calc(50 * var(--to-rem));
  }
  .strength-item__inner {
    grid-template-columns: 1fr;
    gap: calc(16 * var(--to-rem));
  }
  .strength-item__number {
    font-size: calc(90 * var(--to-rem));
  }
  .strength-item__title::before {
    width: calc(22 * var(--to-rem));
  }
  .strength-item__title {
    padding-left: calc(30 * var(--to-rem));
    font-size: calc(20 * var(--to-rem));
  }
  .strength-item__text {
    margin-top: calc(20 * var(--to-rem));
    font-size: calc(15 * var(--to-rem));
    line-height: 1.9;
  }
  .strength-intro .heading {
    text-align: left;
    font-size: calc(26 * var(--to-rem));
  }
  .strength-intro .heading::after {
    top: calc(39 * var(--to-rem));
    font-size: calc(18 * var(--to-rem));
  }
  body.contact .contact-intro {
    padding-block: calc(50 * var(--to-rem));
  }
  body.contact .tel-fax__content {
    padding: 20px calc(30 * var(--to-rem));
    grid-template-columns: 1fr;
    gap: 5px;
    max-width: 400px;
    margin-inline: auto;
  }
  body.contact .tel-fax__box.is-fax {
    border-top: 1px solid white;
    border-left-width: 0;
    padding-top: 15px;
    margin-top: 10px;
  }
  body.contact .tel-fax__hours {
    font-size: calc(12 * var(--to-rem));
  }
  body.contact .tel-fax .tel-number {
    padding-left: 2px;
    font-size: 25px;
  }
  body.contact .tel-fax .tel-number::before {
    width: 25px;
    height: 25px;
  }
  body.contact .tel-fax .is-fax .tel-number::before {
    width: 30px;
    height: 30px;
    vertical-align: -5px;
  }
  body.contact .tel-fax__title {
    font-size: calc(18 * var(--to-rem));
  }
  body.contact .tel-fax__title .large {
    font-size: calc(23 * var(--to-rem));
  }
  body.contact .mail-form {
    padding-block: 50px;
  }
  body.contact .mail-form__title {
    font-size: calc(21 * var(--to-rem));
    line-height: 1.5;
  }
  body.contact .mail-form__text {
    margin-top: calc(40 * var(--to-rem));
  }
  body.contact .mail-form .box-scroll__title {
    font-size: 16px;
  }
  body.contact .mail-form .privacy-btn {
    width: 100%;
    margin-bottom: 0px;
  }
  body.contact .mail-form .privacy-btn__wrapper {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  body.contact .mail-form .send-btn__wrapper {
    width: 100%;
    margin-bottom: 0px;
    display: block;
  }
  body.contact .mail-form .send-btn {
    width: 100%;
    margin-bottom: 15px;
  }
  body.contact .mail-form .send-btn--back {
    margin-right: 0px;
  }
  body.contact .mail-form input[type=radio] + span,
  body.contact .mail-form input[type=checkbox] + span {
    font-size: 15px;
    margin-right: 0;
    line-height: 1.4;
    letter-spacing: 0;
  }
  body.contact .mail-form input[type=checkbox] + span:before {
    top: 0.3em;
  }
  body.contact .mail-form .selectWrap {
    width: 60%;
  }
  .l-header {
    padding: calc(14 * var(--to-rem)) calc(16 * var(--to-rem)) 0;
  }
  .l-header.show {
    padding-top: calc(10 * var(--to-rem));
    padding-bottom: calc(10 * var(--to-rem));
  }
  .l-header__logo-icon img {
    width: calc(58 * var(--to-rem));
  }
  .l-header__logo-text {
    font-size: calc(23 * var(--to-rem));
  }
  .footer {
    padding: calc(48 * var(--to-rem)) calc(24 * var(--to-rem)) calc(28 * var(--to-rem));
  }
  .footer__inner {
    gap: calc(24 * var(--to-rem));
  }
  .footer__top {
    gap: calc(28 * var(--to-rem));
  }
  .footer__logo {
    width: calc(42 * var(--to-rem));
    height: calc(48 * var(--to-rem));
  }
  .footer__company {
    font-size: calc(18 * var(--to-rem));
  }
  .footer__address p {
    font-size: calc(13 * var(--to-rem));
    line-height: 1.8;
  }
  .footer__right {
    gap: calc(20 * var(--to-rem));
  }
  .footer__nav-list {
    gap: calc(14 * var(--to-rem)) calc(18 * var(--to-rem));
  }
  .footer__nav-link {
    font-size: calc(13 * var(--to-rem));
  }
  .footer__sns {
    gap: calc(20 * var(--to-rem));
  }
  .footer__sns-item picture,
  .footer__sns-item img {
    height: calc(28 * var(--to-rem));
  }
  .footer__copy {
    font-size: calc(11 * var(--to-rem));
  }
  .footer__pagetop {
    right: calc(16 * var(--to-rem));
    bottom: calc(16 * var(--to-rem));
    width: calc(48 * var(--to-rem));
    height: calc(48 * var(--to-rem));
  }
  .footer__pagetop-arrow {
    font-size: calc(20 * var(--to-rem));
  }
  .mv-jumbotron {
    height: 50svh;
  }
  .mv-jumbotron__inner {
    padding-top: 10svh; /* SP: 50svh × 0.2 */
  }
  .mv .mv-h2 {
    padding: calc(20 * var(--to-rem)) calc(30 * var(--to-rem));
  }
  .mv .mv-h2__ja::before {
    width: calc(20 * var(--to-rem));
  }
  .mv .mv-h2__ja {
    margin-top: calc(10 * var(--to-rem));
    padding-left: calc(30 * var(--to-rem));
    font-size: calc(14 * var(--to-rem));
    width: calc(120 * var(--to-rem));
  }
  .mv .mv-h2__en {
    font-size: calc(30 * var(--to-rem));
  }
  .c-btn-viewmore {
    width: calc(220 * var(--to-rem));
    height: calc(56 * var(--to-rem));
    padding: 0 calc(36 * var(--to-rem)) 0 calc(22 * var(--to-rem));
  }
  .c-btn-viewmore__label {
    font-size: calc(15 * var(--to-rem));
  }
  .c-btn-viewmore__icon {
    right: calc(18 * var(--to-rem));
    width: calc(10 * var(--to-rem));
    height: calc(15 * var(--to-rem));
  }
  .c-btn-viewmore--sm {
    width: calc(180 * var(--to-rem));
    padding: 0 calc(28 * var(--to-rem)) 0 calc(16 * var(--to-rem));
  }
  .hidden-sp {
    display: none;
  }
  .mt-2 {
    margin-top: 10px;
  }
  .mt-3 {
    margin-top: 15px;
  }
  .mt-4 {
    margin-top: 20px;
  }
  .mt-5 {
    margin-top: 25px;
  }
  .mt-6 {
    margin-top: 30px;
  }
  .mt-7 {
    margin-top: 35px;
  }
  .mt-8 {
    margin-top: 40px;
  }
  .mt-9 {
    margin-top: 45px;
  }
  .mt-10 {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .home-news__filter-btn:focus, .home-news__filter-btn:hover {
    opacity: 0.85;
  }
  .home-news__pdf:focus, .home-news__pdf:hover {
    opacity: 0.85;
  }
  .home-instagram__posts .tagcolle-item a:focus, .home-instagram__posts .tagcolle-item a:hover,
  .home-instagram__posts .tagcolle-item .tagcolle-modal-link:focus,
  .home-instagram__posts .tagcolle-item .tagcolle-modal-link:hover,
  .home-instagram__posts .tagcolle-item .tagcolle-thumbnail:focus,
  .home-instagram__posts .tagcolle-item .tagcolle-thumbnail:hover,
  .home-instagram__posts .tagcolle-item .tagcolle-thumbnail-inner:focus,
  .home-instagram__posts .tagcolle-item .tagcolle-thumbnail-inner:hover {
    opacity: 0.6;
  }
  .home-instagram__more:focus, .home-instagram__more:hover {
    background-color: white !important;
    color: #004ea2;
  }
  .home-contact__method-btn:focus, .home-contact__method-btn:hover {
    opacity: 0.85;
  }
  body.company .company-map__btn:focus, body.company .company-map__btn:hover {
    opacity: 0.85;
  }
  body.products .products-filter__btn:not(.is-active):focus, body.products .products-filter__btn:not(.is-active):hover {
    border-color: #004ea2;
    color: #004ea2;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-box-shadow: 0 calc(10 * var(--to-rem)) calc(20 * var(--to-rem)) rgba(0, 78, 162, 0.12);
            box-shadow: 0 calc(10 * var(--to-rem)) calc(20 * var(--to-rem)) rgba(0, 78, 162, 0.12);
  }
  body.products .products-filter__btn.is-active:focus, body.products .products-filter__btn.is-active:hover {
    background-color: #004ea2;
    border-color: #004ea2;
    color: white;
  }
  body.products .products-table tbody tr:hover {
    background-color: rgba(0, 78, 162, 0.06);
  }
  body.contact .mail-form .privacy__link:focus, body.contact .mail-form .privacy__link:hover {
    color: #999;
  }
  body.contact .mail-form .privacy-btn:focus, body.contact .mail-form .privacy-btn:hover {
    opacity: 0.6;
  }
  body.contact .mail-form .send-btn:focus, body.contact .mail-form .send-btn:hover {
    opacity: 0.6;
  }
  .l-header__logo-link:focus, .l-header__logo-link:hover {
    opacity: 0.75;
  }
  .l-header__nav-list li a:focus, .l-header__nav-list li a:hover {
    opacity: 0.6;
  }
  .l-drawer__list li > a:focus, .l-drawer__list li > a:hover,
  .l-drawer__list li > span[data-action=call]:focus,
  .l-drawer__list li > span[data-action=call]:hover {
    opacity: 0.75;
  }
  .footer__nav-link:focus, .footer__nav-link:hover {
    opacity: 0.75;
  }
  .footer__sns-item a:focus, .footer__sns-item a:hover {
    opacity: 0.8;
    -webkit-transform: translateY(calc(-3 * var(--to-rem)));
            transform: translateY(calc(-3 * var(--to-rem)));
  }
  .footer__pagetop.is-show:focus,
  .footer__pagetop.is-show:hover {
    opacity: 0.85;
    -webkit-transform: translateY(calc(-4 * var(--to-rem)));
            transform: translateY(calc(-4 * var(--to-rem)));
  }
  .c-btn-viewmore:focus, .c-btn-viewmore:hover {
    opacity: 0.85;
    -webkit-transform: translateX(calc(4 * var(--to-rem)));
            transform: translateX(calc(4 * var(--to-rem)));
  }
  .hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  body.contact .mail-form .horizontal-table table {
    font-size: 16px;
  }
  body.contact .mail-form .horizontal-table th {
    border-bottom-width: 0;
    border-left: unset;
    background-color: #efefef;
    width: 100%;
    border-right: 0;
    padding: 10px;
  }
  body.contact .mail-form .horizontal-table td {
    border-bottom-width: 0;
    border-right: unset;
    border-left: unset;
    width: 100%;
    padding: 10px;
  }
  body.contact .mail-form .horizontal-table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.contact .mail-form .box-scroll {
    height: 220px;
    margin-bottom: 15px;
    padding: 15px;
    word-break: break-all;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .footer__sns {
    gap: calc(12 * var(--to-rem));
  }
  .footer__sns-item picture,
  .footer__sns-item img {
    width: calc(30 * var(--to-rem));
    height: auto;
  }
}

@media screen and (min-width: 1024px) {
  .hidden-tab {
    display: none;
  }
}
