@charset "UTF-8";
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* FLOCSS
----------------------------------------------------- */
#js-pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 40;
  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(100 * var(--to-rem));
  height: calc(100 * var(--to-rem));
  background-color: #00036c;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
#js-pagetop .pagetop__icon {
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(40 * var(--to-rem));
  color: #fff;
  line-height: 1;
}
#js-pagetop.is-show {
  opacity: 1;
  visibility: visible;
}

.top,
.index {
  max-width: 2000px;
  margin-inline: auto;
  background-color: #fff;
}

.inner {
  padding-inline: 15px;
  max-width: 1230px;
  margin-inline: auto;
}

/* =====================================================
# 領域アニメーション
===================================================== */
.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.fade-in-up.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-in-down {
  opacity: 0;
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.fade-in-down.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-in {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.fade-in.is-in-view {
  opacity: 1;
}

/* =====================================================
# 下層ページ メインビジュアル
===================================================== */
.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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -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, 0, 0, 0.1);
  pointer-events: none; /* フィルターの下の画像をクリック可能にする */
}
.mv .mv-h2 {
  margin: 0;
  position: relative;
  display: inline-block;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
  padding: calc(32 * var(--to-rem)) calc(56 * var(--to-rem));
}
.mv .mv-h2__en {
  display: block;
  font-size: calc(20 * var(--to-rem));
  font-family: "Montserrat", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  color: #000;
  position: relative;
  z-index: 1;
  width: calc(140 * var(--to-rem));
  margin: calc(20 * var(--to-rem)) auto 0;
  text-align: center;
  background-color: #fff;
}
.mv .mv-h2__en::before {
  content: "";
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  width: calc(200 * var(--to-rem));
  left: calc(-30 * var(--to-rem));
}
.mv .mv-h2__ja {
  display: block;
  font-size: calc(40 * var(--to-rem));
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

/* =====================================================
# fv（ファーストビュー）
===================================================== */
.fv {
  position: relative;
  width: 100%;
  height: min(52.5984251969vw, 1002px);
  overflow: hidden;
}
.fv__bg {
  position: absolute;
  inset: 0;
}
.fv__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.fv__row {
  position: absolute;
  left: 0;
}
.fv__row::before {
  content: "";
  position: absolute;
  top: min(0.5511811024vw, 10.5px);
  left: 0;
  width: 100%;
  height: min(7.0866141732vw, 135px);
  background-color: #00036c;
  z-index: 0;
}
.fv__row--1 {
  top: min(28.687664042vw, 546.5px);
  width: min(53.0708661417vw, 1011px);
}
.fv__row--2 {
  top: min(36.9816272966vw, 704.5px);
  width: min(57.6377952756vw, 1098px);
}
.fv__catch-ja {
  position: relative;
  z-index: 1;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: min(5.0918635171vw, 97px);
  color: #fff;
  line-height: 1.62;
  padding-left: min(2.782152231vw, 53px);
  white-space: nowrap;
}
.fv__catch-en {
  position: absolute;
  left: min(4.5669291339vw, 87px);
  top: min(46.719160105vw, 890px);
  font-family: "Montserrat", "Montserrat", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: min(1.6797900262vw, 32px);
  color: #fff;
  white-space: nowrap;
  z-index: 1;
  visibility: hidden;
}

.top-heading-en {
  font-family: "Montserrat", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: calc(79 * var(--to-rem));
  font-weight: 500;
  line-height: 1.25;
  color: #bed9f7;
}
.top-heading-en .first-letter {
  color: #00036c;
}

.top-heading-ja {
  display: block;
  font-size: calc(29 * var(--to-rem));
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1.5px;
  color: #000;
}

/* =====================================================
# products
===================================================== */
.products-intro .media__image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: calc(20 * var(--to-rem)) calc(20 * var(--to-rem)) 0px rgba(0, 3, 108, 0.9);
          box-shadow: calc(20 * var(--to-rem)) calc(20 * var(--to-rem)) 0px rgba(0, 3, 108, 0.9);
}

.products-flow .top-about__heading,
.products-intro .top-about__heading {
  text-align: center;
}
.products-flow .top-about__en,
.products-intro .top-about__en {
  font-size: min(min(3.6745406824vw, 70px), 70px);
}
.products-flow .top-about__ja,
.products-intro .top-about__ja {
  font-size: min(min(1.5748031496vw, 30px), 30px);
}

.products-intro__inner,
.products-flow__inner {
  max-width: calc(1320 * var(--to-rem) + 30px);
  margin: 0 auto;
  padding-inline: 15px;
}

.products-intro__text {
  text-align: center;
  font-size: min(min(1.2598425197vw, 24px), 24px);
  line-height: 2;
  margin-top: calc(50 * var(--to-rem));
}

.products-intro__content {
  margin-top: calc(60 * var(--to-rem));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: calc(60 * var(--to-rem));
}

/* =====================================================
# products-flow steps
===================================================== */
.products-flow__steps {
  margin-top: calc(70 * var(--to-rem));
  background: linear-gradient(155deg, #f0f5ff 0%, #eaf4f5 55%, #f5f8ff 100%);
  border-radius: calc(28 * var(--to-rem));
  padding: calc(70 * var(--to-rem)) calc(56 * var(--to-rem)) calc(56 * var(--to-rem));
  -webkit-box-shadow: 0 calc(2 * var(--to-rem)) calc(0 * var(--to-rem)) rgba(255, 255, 255, 0.9) inset, 0 calc(6 * var(--to-rem)) calc(50 * var(--to-rem)) rgba(0, 3, 108, 0.08);
          box-shadow: 0 calc(2 * var(--to-rem)) calc(0 * var(--to-rem)) rgba(255, 255, 255, 0.9) inset, 0 calc(6 * var(--to-rem)) calc(50 * var(--to-rem)) rgba(0, 3, 108, 0.08);
}

.products-flow__layout--lg {
  display: none;
}

.products-flow__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;
}
.products-flow__row--second {
  margin-top: calc(48 * var(--to-rem));
}

.products-flow__row-connector {
  width: calc(3 * var(--to-rem));
  height: calc(36 * var(--to-rem));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 3, 108, 0.25)), color-stop(60%, #00036c));
  background: linear-gradient(180deg, rgba(0, 3, 108, 0.25) 0%, #00036c 60%);
  margin: calc(12 * var(--to-rem)) auto;
  position: relative;
}
.products-flow__row-connector::after {
  content: "";
  position: absolute;
  bottom: calc(-2 * var(--to-rem));
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: calc(9 * var(--to-rem)) solid transparent;
  border-right: calc(9 * var(--to-rem)) solid transparent;
  border-top: calc(13 * var(--to-rem)) solid #00036c;
}

.products-flow__step {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.products-flow__oval {
  position: relative;
  width: min(min(15.2230971129vw, 290px), 290px);
  height: min(min(6.0892388451vw, 116px), 116px);
  background: #fff;
  border: calc(2 * var(--to-rem)) solid #00036c;
  border-radius: 50%;
  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;
  padding: calc(10 * var(--to-rem)) calc(34 * var(--to-rem));
  -webkit-box-shadow: 0 calc(10 * var(--to-rem)) calc(30 * var(--to-rem)) rgba(0, 3, 108, 0.13), 0 calc(2 * var(--to-rem)) calc(6 * var(--to-rem)) rgba(0, 3, 108, 0.07);
          box-shadow: 0 calc(10 * var(--to-rem)) calc(30 * var(--to-rem)) rgba(0, 3, 108, 0.13), 0 calc(2 * var(--to-rem)) calc(6 * var(--to-rem)) rgba(0, 3, 108, 0.07);
  -webkit-transition: background-color 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: background-color 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: background-color 0.35s ease, box-shadow 0.35s ease;
  transition: background-color 0.35s ease, box-shadow 0.35s ease, -webkit-box-shadow 0.35s ease;
}
.products-flow__oval:hover {
  background-color: #00036c;
  -webkit-box-shadow: 0 calc(16 * var(--to-rem)) calc(40 * var(--to-rem)) rgba(0, 3, 108, 0.28), 0 calc(2 * var(--to-rem)) calc(6 * var(--to-rem)) rgba(0, 3, 108, 0.12);
          box-shadow: 0 calc(16 * var(--to-rem)) calc(40 * var(--to-rem)) rgba(0, 3, 108, 0.28), 0 calc(2 * var(--to-rem)) calc(6 * var(--to-rem)) rgba(0, 3, 108, 0.12);
}
.products-flow__oval:hover .products-flow__num {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
.products-flow__oval:hover .products-flow__label {
  color: #fff;
}

.products-flow__num {
  position: absolute;
  top: calc(-16 * var(--to-rem));
  left: calc(16 * var(--to-rem));
  width: calc(45 * var(--to-rem));
  height: calc(45 * var(--to-rem));
  border-radius: 50%;
  background: #00036c;
  border: calc(2 * var(--to-rem)) solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-family: "Montserrat", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(25 * var(--to-rem));
  line-height: 1;
  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;
  -webkit-box-shadow: 0 calc(4 * var(--to-rem)) calc(14 * var(--to-rem)) rgba(0, 3, 108, 0.45);
          box-shadow: 0 calc(4 * var(--to-rem)) calc(14 * var(--to-rem)) rgba(0, 3, 108, 0.45);
  -webkit-transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease;
  transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease;
  z-index: 1;
}

.products-flow__label {
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: min(min(1.0498687664vw, 20px), 20px);
  color: #00036c;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.03em;
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
}

.products-flow__arrow {
  width: min(min(4.7244094488vw, 90px), 90px);
  height: calc(3 * var(--to-rem));
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 3, 108, 0.25)), color-stop(50%, #00036c));
  background: linear-gradient(90deg, rgba(0, 3, 108, 0.25) 0%, #00036c 50%);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}
.products-flow__arrow::after {
  content: "";
  position: absolute;
  right: calc(-2 * var(--to-rem));
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: calc(9 * var(--to-rem)) solid transparent;
  border-bottom: calc(9 * var(--to-rem)) solid transparent;
  border-left: calc(13 * var(--to-rem)) solid #00036c;
  -webkit-filter: drop-shadow(calc(1 * var(--to-rem)) 0 calc(3 * var(--to-rem)) rgba(0, 3, 108, 0.3));
          filter: drop-shadow(calc(1 * var(--to-rem)) 0 calc(3 * var(--to-rem)) rgba(0, 3, 108, 0.3));
}

.products-flow__note {
  margin-top: calc(44 * var(--to-rem));
  font-size: min(min(0.8398950131vw, 16px), 16px);
  color: #00036c;
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  text-align: center;
  background: rgba(0, 3, 108, 0.07);
  border: calc(1 * var(--to-rem)) solid rgba(0, 3, 108, 0.18);
  border-radius: calc(100 * var(--to-rem));
  padding: calc(12 * var(--to-rem)) calc(32 * var(--to-rem));
  display: table;
  margin-inline: auto;
  letter-spacing: 0.04em;
}

/* =====================================================
# business-intro
===================================================== */
.business-intro,
.products-intro,
.products-flow, .company-map {
  background-color: #fff;
}

.business-intro__inner {
  max-width: calc(1200 * var(--to-rem) + 30px);
  margin: 0 auto;
  padding-inline: 15px;
}

.business-intro__list {
  list-style: none;
  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(100 * var(--to-rem));
}

.business-intro__item {
  position: relative;
  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;
  padding-top: calc(52 * var(--to-rem));
}
.business-intro__item--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.business-intro__item--reverse .business-intro__num {
  left: 0;
  right: auto;
}

.business-intro__num {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  font-family: "Montserrat", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: min(min(5.249343832vw, 100px), 100px);
  color: #00036c;
  line-height: 1;
  letter-spacing: -0.04em;
  opacity: 0.12;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.business-intro__photo {
  position: relative;
  width: 46%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  -webkit-box-shadow: calc(8 * var(--to-rem)) calc(16 * var(--to-rem)) calc(48 * var(--to-rem)) rgba(0, 3, 108, 0.18), calc(2 * var(--to-rem)) calc(4 * var(--to-rem)) calc(12 * var(--to-rem)) rgba(0, 3, 108, 0.1);
          box-shadow: calc(8 * var(--to-rem)) calc(16 * var(--to-rem)) calc(48 * var(--to-rem)) rgba(0, 3, 108, 0.18), calc(2 * var(--to-rem)) calc(4 * var(--to-rem)) calc(12 * var(--to-rem)) rgba(0, 3, 108, 0.1);
}
.business-intro__photo img {
  width: 100%;
  height: 100%;
  min-height: calc(360 * var(--to-rem));
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}
.business-intro__photo:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.business-intro__photo-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: calc(48 * var(--to-rem)) calc(28 * var(--to-rem)) calc(24 * var(--to-rem));
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 3, 108, 0.88)), color-stop(60%, rgba(0, 3, 108, 0.3)), to(transparent));
  background: linear-gradient(to top, rgba(0, 3, 108, 0.88) 0%, rgba(0, 3, 108, 0.3) 60%, transparent 100%);
}

.business-intro__photo-title {
  color: #fff;
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: min(min(1.312335958vw, 25px), 25px);
  line-height: 1.65;
  letter-spacing: 0.05em;
  text-shadow: 0 calc(2 * var(--to-rem)) calc(8 * var(--to-rem)) rgba(0, 0, 0, 0.4);
}

.business-intro__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: linear-gradient(140deg, rgba(230, 243, 244, 0.7) 0%, rgba(190, 217, 247, 0.08) 100%);
  border-right: calc(4 * var(--to-rem)) solid #00036c;
  padding: calc(44 * var(--to-rem)) calc(44 * var(--to-rem)) calc(44 * var(--to-rem)) calc(52 * var(--to-rem));
  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-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(24 * var(--to-rem));
}
.business-intro__item--reverse .business-intro__body {
  border-right: none;
  border-left: calc(4 * var(--to-rem)) solid #00036c;
  padding: calc(44 * var(--to-rem)) calc(52 * var(--to-rem)) calc(44 * var(--to-rem)) calc(44 * var(--to-rem));
}

.business-intro__desc {
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: min(min(0.9973753281vw, 19px), 19px);
  font-weight: 600;
  color: #333;
  line-height: 2.1;
}

/* =====================================================
# company
===================================================== */
.company-manage__inner {
  max-width: calc(1040 * var(--to-rem) + 30px);
  margin: 0 auto;
  padding-inline: 15px;
}

.company-manage__content {
  margin-top: calc(60 * var(--to-rem));
  padding-left: calc(70 * var(--to-rem));
}

.company-manage__text {
  font-size: calc(22 * var(--to-rem));
  font-weight: 500;
  line-height: 2;
}

.company-manage__list {
  margin-top: calc(30 * var(--to-rem));
}

.company-manage__item {
  font-size: calc(18 * var(--to-rem));
  font-weight: 500;
  line-height: 2;
}
.company-manage__item::before {
  content: "●";
  color: #f3991c;
  font-size: 0.625rem;
  margin-right: 0.625rem;
  vertical-align: 3px;
}

.company-map__inner iframe {
  margin-top: calc(10 * var(--to-rem));
  width: 100%;
}

.company-map__train {
  text-align: center;
}

.company-map__train-text {
  display: inline-block;
  background-color: #e6f3f4;
  border-radius: calc(10 * var(--to-rem));
  padding: calc(10 * var(--to-rem)) calc(20 * var(--to-rem));
  margin-top: calc(50 * var(--to-rem));
}
.company-map__train-text::before {
  content: "";
  display: inline-block;
  margin-right: calc(10 * var(--to-rem));
  vertical-align: -7px;
  width: calc(30 * var(--to-rem));
  height: calc(30 * var(--to-rem));
  background: url(../img/common/company-map-train.webp) center center/contain no-repeat;
}

.company-map__box {
  margin-top: calc(50 * var(--to-rem));
}

.company-map__items {
  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(100 * var(--to-rem));
}

#company {
  padding-top: 110px;
  margin-top: -110px;
}

.company .company-intro {
  background-color: #fff;
}
.company .company-intro .media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.company .company-intro .media__body {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.company .company-intro .media__text {
  line-height: 2;
}
.company .company-intro .media__text b {
  color: #00036c;
}
.company .company-intro .media__image {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.company .company-intro .media__image img {
  display: block;
  width: 400px;
  -webkit-box-shadow: calc(20 * var(--to-rem)) calc(20 * var(--to-rem)) 0px rgba(0, 3, 108, 0.5);
          box-shadow: calc(20 * var(--to-rem)) calc(20 * var(--to-rem)) 0px rgba(0, 3, 108, 0.5);
}
.company .horizontal-table {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
}
.company .horizontal-table__header {
  background-color: #e6f3f4;
}
.company .recruit-outline:not(.is-company) .horizontal-table__inner {
  margin-top: 0;
}
.company .recruit-outline:not(.is-company) .horizontal-table__header {
  background-color: #fff;
}

.horizontal-table__inner {
  width: 100%;
  background-color: #fff;
}
.horizontal-table__header {
  width: 25%;
  background-color: #fff;
  padding: 15px;
  border-bottom: 1px solid #00036c;
  font-weight: 600;
  vertical-align: middle;
}
.horizontal-table__header:last-child {
  border-right-width: 0;
}
.horizontal-table__header:first-child {
  border-top: 1px solid #00036c;
}
.horizontal-table__text {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
.horizontal-table__text:first-of-type {
  border-top: 1px solid #ddd;
}
.horizontal-table .center {
  margin: 0 auto;
}

.is-company .recruit-outline__content {
  margin-top: calc(50 * var(--to-rem));
}

.company-map__medias {
  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;
  gap: calc(50 * var(--to-rem));
}

.recruit-outline {
  background-color: #e6f3f4;
  padding-block: calc(100 * var(--to-rem));
}

.recruit-outline__content {
  margin-top: calc(60 * var(--to-rem));
  background-color: #fff;
  padding: calc(50 * var(--to-rem));
}

.recruit-outline__button {
  margin-top: calc(50 * var(--to-rem));
  text-align: center;
}

.recruit-outline__note {
  margin-top: calc(20 * var(--to-rem));
  text-align: center;
  font-size: calc(14 * var(--to-rem));
}

/* =====================================================
# contact
===================================================== */
.label {
  display: inline-block;
  background-color: #c42e2e;
  color: #fff;
  font-size: 13px;
  text-align: center;
  width: 45px;
  height: calc(28 * var(--to-rem));
  line-height: calc(28 * var(--to-rem));
}

.contact-intro {
  background-color: #e6f3f4;
  padding-block: calc(90 * var(--to-rem));
}

.contact__inner {
  max-width: calc(1000 * var(--to-rem) + 15 * var(--to-rem) * 2);
  margin-inline: auto;
  padding-inline: calc(15 * var(--to-rem));
}

.tel-fax__hour {
  color: #fff;
}
.tel-fax__content {
  margin-top: calc(50 * var(--to-rem));
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #00036c;
  padding: 40px 15px;
}
.tel-fax__box {
  width: 100%;
  margin-inline: auto;
  text-align: center;
}
.tel-fax__box.is-fax {
  border-left: 1px solid white;
}
.tel-fax .tel-name {
  margin-top: calc(10 * var(--to-rem));
  color: #fff;
}
.tel-fax .tel-number {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  font-family: "Montserrat", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  padding-left: 6px;
  color: white;
}
.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;
}
.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;
}

.tel-fax__title {
  font-size: calc(24 * var(--to-rem));
  font-weight: 500;
  color: #fff;
}
.tel-fax__title .large {
  font-size: calc(29 * var(--to-rem));
  font-weight: 600;
  color: #bed9f7;
  margin-right: calc(5 * var(--to-rem));
}

.mail-form {
  background-color: #fff;
  padding-block: 100px;
  letter-spacing: 0;
  /*ラジオボタンorチェックボックス
  ------------------------------------*/
  /*フォーカス時*/
  /*クリック範囲*/
  /*ラジオボタンスタイル*/
  /*ラジオボタンチェック印（未選択）*/
  /*ラジオボタンチェック印（選択）*/
  /*チェックボックススタイル*/
  /*チェックボックス未チェック時*/
  /*チェックボックスチェック時*/
  /*セレクトボックス
  ------------------------------------*/
  /*テキストエリア
  ------------------------------------*/
}
.mail-form__inner {
  max-width: 1100px;
  padding-inline: calc(15 * var(--to-rem));
  margin-inline: auto;
}
.mail-form ::-webkit-input-placeholder {
  color: #aaa;
}
.mail-form ::-moz-placeholder {
  color: #aaa;
}
.mail-form :-ms-input-placeholder {
  color: #aaa;
}
.mail-form ::-ms-input-placeholder {
  color: #aaa;
}
.mail-form ::placeholder {
  color: #aaa;
}
.mail-form__title {
  display: inline-block;
  margin-inline: auto;
  font-size: calc(30 * var(--to-rem));
  font-weight: bold;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #00036c;
  padding-bottom: calc(15 * var(--to-rem));
}
.mail-form__text {
  margin-top: calc(50 * var(--to-rem));
}
.mail-form__text > p {
  line-height: 2;
}
.mail-form .form-p {
  display: inline-block;
}
.mail-form .form-input {
  border: 1px solid #aaa;
  padding: 5px 10px;
  width: 100%;
}
.mail-form .form-input._age {
  width: 40%;
}
.mail-form__file-text {
  display: block;
  font-size: 13px;
  color: #cc2a1f;
  text-indent: -13px;
  padding-left: 13px;
}
.mail-form .horizontal-table {
  margin-top: calc(30 * var(--to-rem));
}
.mail-form .horizontal-table table {
  width: 100%;
}
.mail-form .horizontal-table th {
  width: 27%;
  padding: 20px;
  background-color: rgba(230, 243, 244, 0.5);
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-weight: bold;
  vertical-align: middle;
}
.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;
}
.mail-form .horizontal-table th:first-child {
  border-top: 1px solid #ccc;
}
.mail-form .horizontal-table th:last-child {
  border-right-width: 0;
}
.mail-form .horizontal-table td {
  padding: 10px 20px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
.mail-form .horizontal-table td:first-of-type {
  border-top: 1px solid #ccc;
}
.mail-form .horizontal-table .center {
  margin: 0 auto;
}
.mail-form .privacy-policy {
  font-size: calc(20 * var(--to-rem));
  font-weight: 500;
  margin-block: 30px;
  text-align: center;
}
.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;
}
.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;
}
.mail-form .box-scroll__li {
  text-indent: -21px;
  padding-left: 21px;
  letter-spacing: 0;
  margin-bottom: 7px;
}
.mail-form .privacy-wrapper {
  text-align: center;
}
.mail-form .privacy__title {
  font-weight: 600;
  border-bottom: 1px solid #666;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.mail-form .privacy__address {
  text-indent: -43px;
  padding-left: 43px;
}
.mail-form .privacy__link {
  color: blue;
  text-decoration: underline;
}
.mail-form .privacy-btn {
  display: inline-block;
  background-color: #00036c;
  color: #fff;
  padding: 15px 10px;
  width: 350px;
}
.mail-form .privacy-btn__wrapper {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}
.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;
}
.mail-form .send-btn {
  display: inline-block;
  background-color: #00036c;
  color: #fff;
  border: 2px solid transparent;
  padding: 15px;
  text-align: center;
  width: 320px;
}
.mail-form .send-btn--back {
  margin-right: 100px;
  color: #00036c;
  background-color: #fff;
  border: 2px solid #00036c;
}
.mail-form input[type=radio],
.mail-form input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.mail-form input[type=radio]:focus + span,
.mail-form input[type=checkbox]:focus + span {
  outline: 1px solid #ccc;
}
.mail-form input[type=radio] + span,
.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;
}
.mail-form input[type=radio] + span:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 1.375em;
  height: 1.375em;
  border: 1px solid #999;
  border-radius: 50%;
  line-height: 1;
  background: #fff;
}
.mail-form input[type=radio] + span:after {
  content: "";
  display: none;
}
.mail-form input[type=radio]:checked + span:after {
  display: block;
  position: absolute;
  top: 4px;
  left: 3px;
  width: 1em;
  height: 1em;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background: #3d98b4;
  line-height: 1;
}
.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;
}
.mail-form input[type=checkbox] + span:after {
  content: "";
  display: none;
}
.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 #3d98b4;
  border-right: 3px solid #3d98b4;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.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;
}
.mail-form .selectWrap {
  /*selectの親要素をアイコン配置の基準とする*/
  position: relative;
  display: block;
  width: 30%;
}
.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; /*矢印の上もクリック可能にする*/
}
.mail-form textarea {
  resize: none;
}

/* 重ねるメディア
----------------------------------------------------- */
.normal {
  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;
}
.normal._reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.column {
  width: 58%;
  position: relative;
  z-index: 2;
}
.column._reverse {
  margin-left: -10%;
}
.column-outside-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: -10%;
}
.column-outside-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: -10%;
  text-align: right;
}
._top-intro .column {
  width: 65%;
}
._top-intro .column-outside-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: -20%;
}
.column .text-box {
  padding-block: calc(50 * var(--to-rem));
}
.is-business-intro .column .text-box {
  background-color: #fff;
}
._top-intro .column .text-box {
  background-color: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.column .text-box p {
  font-size: 16px;
  text-align: justify;
}
.is-business-intro .column .text-box p {
  margin-top: calc(30 * var(--to-rem));
}
._top-intro .column .text-box p {
  color: #333;
  margin-top: calc(40 * var(--to-rem));
}

/* 共通パーツ
----------------------------------------------------- */
.section {
  padding-block: calc(100 * var(--to-rem));
}

.heading {
  width: 100%;
  max-width: calc(400 * var(--to-rem));
  font-size: calc(45 * var(--to-rem));
  font-weight: 700;
  font-family: "Montserrat", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
}
.heading::after {
  content: attr(data-en);
  font-family: "Montserrat", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  position: absolute;
  top: calc(62 * var(--to-rem));
  left: calc(7 * var(--to-rem));
  font-size: calc(20 * var(--to-rem));
  color: #00036c;
  background: none;
}

.button {
  display: inline-block;
  min-width: calc(240 * var(--to-rem));
  line-height: 60px;
  height: 60px;
  background: #00036c;
  padding-inline: 24px;
  font-size: calc(18 * var(--to-rem));
  letter-spacing: 0.9px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative;
}
.button::after {
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  border-radius: 1px;
  width: calc(10 * var(--to-rem));
  height: calc(10 * var(--to-rem));
  position: absolute;
  top: 50%;
  right: 0.83em;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.list {
  display: block;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  text-indent: calc(-9 * var(--to-rem));
  padding-left: calc(9 * var(--to-rem));
}

.text-center {
  text-align: center;
}

.text-right {
  display: block;
  text-align: right;
}

.bg-blue {
  background-color: #e6f3f4;
}

.bg-navy {
  background-color: #e7e4fa;
}

.photo-ofi {
  height: 0;
  display: block;
  background-color: #f3f3f3;
  position: relative;
  padding-bottom: 66.6666%; /* 高さを指定（ボックスの横幅を基準） */
}

.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  font-family: "object-fit: scale-down;";
  position: absolute;
  left: 0;
  top: 0;
}

#recruit {
  margin-top: -200px;
  padding-top: 200px;
}
/* =====================================================
# top-about
===================================================== */
.top-about {
  position: relative;
  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;
  padding-left: min(11.3385826772vw, 216px);
  padding-top: min(8.3464566929vw, 159px);
  padding-bottom: min(2.624671916vw, 50px);
  overflow: hidden;
  background-color: #fff;
}

.top-about__content {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: min(39.8950131234vw, 760px);
  padding-top: min(5.0918635171vw, 97px);
}

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

.top-about__en {
  font-family: "Montserrat", "Montserrat", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: min(4.7244094488vw, 90px);
  font-weight: 700;
  line-height: 1.22;
  color: #000;
}

.top-about__ja {
  font-family: "YuGothic", "游ゴシック", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: min(1.0498687664vw, 20px);
  line-height: 1.5;
  color: #000;
}

.top-about__catch {
  margin-top: min(3.5170603675vw, 67px);
}
.top-about__catch p {
  font-family: "YuGothic", "游ゴシック", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: min(2.467191601vw, 47px);
  line-height: 1.5;
  color: #000;
}

.top-about__text {
  margin-top: min(2.0997375328vw, 40px);
}
.top-about__text p {
  font-family: "YuGothic", "游ゴシック", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: min(1.0498687664vw, 20px);
  line-height: 2;
  color: #000;
}

.top-about__btn {
  margin-top: min(2.9921259843vw, 57px);
}

.top-about__photos {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  margin-left: min(-0.6824146982vw, -13px);
  width: min(56.5354330709vw, 1077px);
  height: min(65.7217847769vw, 1252px);
  /* SP: PC の縦横比をそのまま保ち、写真2枚を絶対配置で重ねる（横並びは廃止） */
}

.top-about__photo {
  position: absolute;
  overflow: hidden;
}
.top-about__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.top-about__photo--1 {
  top: 0;
  left: 22%;
  /* SP: PC と同じ比率で右上配置（78% 幅 × 50.5% 高さ） */
}

.top-about__photo--3 {
  top: 28%;
  left: 0;
  /* SP: PC と同じ比率で左下配置（63% 幅 × 60.5% 高さ） */
}

/* 左から右にカーテン
---------------------------------------------------- */
.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;
  -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);
  }
}
/* =====================================================
# top-business（Figma: node-id=2:12）
===================================================== */
.top-business {
  padding-top: min(7.1128608924vw, 135.5px);
  overflow: hidden;
}
.top-business__head {
  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(7.7165354331vw, 147px);
  padding-left: min(13.8057742782vw, 263px);
}
.top-business__title-wrap {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: min(24.9343832021vw, 475px);
  line-height: normal;
}
.top-business__en {
  display: block;
  font-family: "Montserrat", Montserrat, メイリオ, Meiryo, 游ゴシック, Yu Gothic, ＭＳ Ｐゴシック, sans-serif;
  font-weight: 700;
  font-size: min(4.7244094488vw, 90px);
  line-height: 1;
  color: #000;
}
.top-business__ja {
  display: block;
  font-weight: 700;
  font-size: min(1.0498687664vw, 20px);
  color: #000;
  margin-top: min(0.4199475066vw, 8px);
}
.top-business__desc {
  font-weight: 600;
  font-size: min(1.0498687664vw, 20px);
  line-height: 2;
  color: #000;
}
.top-business__panel {
  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;
  width: 100%;
  height: min(34.6456692913vw, 660px);
  margin-top: min(4.9868766404vw, 95px);
}
.top-business__panel + .top-business__panel {
  margin-top: 0;
}
.top-business__card {
  position: relative;
  width: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-color: #00036c;
  overflow: hidden;
}
.top-business__card-title {
  position: absolute;
  left: min(13.8057742782vw, 263px);
  color: #fff;
  font-size: min(2.0997375328vw, 40px);
  font-weight: 600;
  line-height: normal;
}
.top-business__card--1 .top-business__card-title {
  top: min(8.031496063vw, 153px);
}
.top-business__card--2 .top-business__card-title {
  top: min(6.719160105vw, 128px);
}
.top-business__card-text {
  position: absolute;
  left: min(13.9107611549vw, 265px);
  width: min(25.1968503937vw, 480px);
  color: #fff;
  font-size: min(1.0498687664vw, 20px);
  font-weight: 600;
  line-height: 2;
}
.top-business__card--1 .top-business__card-text {
  top: min(13.5958005249vw, 259px);
}
.top-business__card--2 .top-business__card-text {
  top: min(14.9081364829vw, 284px);
}
.top-business__btn {
  position: absolute;
  left: min(13.8582677165vw, 264px);
}
.top-business__card--1 .top-business__btn {
  top: min(23.1496062992vw, 441px);
}
.top-business__card--2 .top-business__btn {
  top: min(24.4619422572vw, 466px);
}
.top-business__photo {
  width: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
}
.top-business__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.top-business__wrap {
  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(10 * var(--to-rem));
}

/* =====================================================
# top-recruit（Figma: node-id=2:15）
===================================================== */
.top-recruit {
  position: relative;
  width: 100%;
  height: min(49.501312336vw, 943px);
  overflow: hidden;
}

.top-recruit__bg {
  position: absolute;
  left: 0;
  top: min(6.56167979vw, 125px);
  width: 100%;
  height: min(34.6456692913vw, 660px);
  background-color: #bed9f7;
  z-index: 0;
}

.top-recruit__photo {
  position: absolute;
  left: 0;
  top: 0;
  width: min(74.4881889764vw, 1419px);
  height: min(49.501312336vw, 943px);
  z-index: 1;
}
.top-recruit__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.top-recruit__content {
  position: absolute;
  left: min(66.1942257218vw, 1261px);
  top: min(11.7585301837vw, 224px);
  width: min(24.1469816273vw, 460px);
  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(2.3622047244vw, 45px);
  color: #000;
  z-index: 2;
}

.top-recruit__title-wrap {
  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;
  line-height: normal;
}

.top-recruit__en {
  font-family: "Montserrat", "Montserrat", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: min(4.7244094488vw, 90px);
  line-height: 1;
  color: #000;
}

.top-recruit__ja {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: min(1.0498687664vw, 20px);
  line-height: normal;
  color: #000;
}

.top-recruit__text {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: min(1.0498687664vw, 20px);
  line-height: 2;
  color: #000;
}

/* =====================================================
# top-product（Figma: node-id=2:9）
===================================================== */
.top-product {
  padding-top: min(4.7244094488vw, 90px);
  padding-bottom: min(4.7244094488vw, 90px);
}

.top-product__head {
  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(4.7769028871vw, 91px);
  padding-left: min(13.8057742782vw, 263px);
  padding-right: min(13.8057742782vw, 263px);
}

.top-product__title-wrap {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: min(27.874015748vw, 531px);
  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;
}

.top-product__en {
  display: block;
  font-family: "Montserrat", "Montserrat", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: min(4.7244094488vw, 90px);
  line-height: 1;
  color: #000;
}

.top-product__ja {
  display: block;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: min(1.0498687664vw, 20px);
  line-height: normal;
  color: #000;
}

.top-product__desc {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: min(1.0498687664vw, 20px);
  line-height: 2;
  color: #000;
}

.top-product__images {
  margin-top: min(4.1994750656vw, 80px);
  width: 100%;
  height: min(41.0498687664vw, 782px);
  overflow: hidden;
}
.top-product__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.top-product__btn {
  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;
  margin-top: min(5.7742782152vw, 110px);
}

.top-product__link {
  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(25.0918635171vw, 478px);
  height: min(3.5170603675vw, 67px);
  border: 1px solid #000;
  text-decoration: none;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
.top-product__link span {
  font-family: "Montserrat", "Montserrat", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: min(1.0498687664vw, 20px);
  color: #000;
  line-height: 1;
  white-space: nowrap;
}

/* =====================================================
# tel-fax__content 枠線アニメーション（contactページ）
===================================================== */
.tel-fax__content {
  position: relative;
}
.tel-fax__content::before, .tel-fax__content::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
}
.tel-fax__content::before {
  top: 10px;
  left: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: width 0.35s ease 0.5s, height 0.35s ease 0.85s;
  transition: width 0.35s ease 0.5s, height 0.35s ease 0.85s;
}
.tel-fax__content::after {
  bottom: 10px;
  right: 10px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transition: width 0.35s ease 1.2s, height 0.35s ease 1.55s;
  transition: width 0.35s ease 1.2s, height 0.35s ease 1.55s;
}
.tel-fax__content.is-in-view::before, .tel-fax__content.is-in-view::after {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}

/* =====================================================
# 2026-05-20 修正対応（前田様 依頼分）
===================================================== */
/* ① 共通: 左寄せ自動改行テキストを text-align: justify に変更 */
.top-about__text p,
.top-business__desc,
.top-recruit__text,
.top-product__desc,
.business-intro__desc,
.contact-intro .js-trimming-animation,
.footer__contact-desc {
  text-align: justify;
  text-justify: inter-character;
}

/* ⑤ HOME SP: セクションタイトルのジャンプ率を維持（en/ja を大きめに） */
/* ⑦ 施工事例: タイトル・テキストサイズを他ページと揃える
   - 2026-05-20 CEO 指示: PC 時のタイトルはもう少し大きめに */
.products-intro .top-about__en,
.products-flow .top-about__en {
  font-size: min(min(2.624671916vw, 50px), 50px);
}
.products-intro .top-about__ja,
.products-flow .top-about__ja {
  font-size: min(min(1.2598425197vw, 24px), 24px);
}

.products-intro__text {
  /* business-intro__desc に揃える（2026-05-20 CEO 指示） */
  font-size: min(min(0.9973753281vw, 19px), 19px);
  font-weight: 600;
  line-height: 2.1;
  color: #333;
  /* ⑧ 商業施設 SP: 平文を text-align: justify */
}

/* products-flow__note も business-intro__desc サイズ・太さに揃える */
.products-flow__note {
  font-size: min(min(0.9973753281vw, 19px), 19px) !important;
  font-weight: 600 !important;
}

/* ⑨ 施工事例 SP: 施工手順の下向き矢印を rotate(45deg) で斜めに */
/* ⑩ お問い合わせ: 確認画面 / エラー画面で最上部項目名の上線を確実に表示 */
.mail-form .horizontal-table table tbody tr:first-child > th,
.mail-form .horizontal-table table tbody tr:first-child > td {
  border-top: 1px solid #ccc;
}

/* ④（追補）business.html#one / #two アンカー位置を 200px 下にずらす
   - 2026-05-20 CEO 指示「200にしてみて」
   - 打ち消され回避のため html body の specificity 上げ ＋ !important */
html body #one,
html body #two {
  display: block !important;
  padding-top: 200px !important;
  margin-top: -200px !important;
  pointer-events: none !important;
}

/* ⑥ HOME SP の [私たちについて]
   - PC: 元のレイアウト（左 content + 右 photos 2枚重ね）のまま
   - SP: 既存の PC 写真 (__photos) を非表示にし、CEO 提供の SP 専用画像 (__sp-photo) を
     heading の直下に表示する */
.top-about__sp-photo {
  display: none;
}
.company-map__btn-wrap {
  margin-top: calc(30 * var(--to-rem));
  text-align: center;
}

/* 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: #f8f8f8;
}

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

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

a:hover {
  text-decoration: none;
}

img {
  height: auto;
}

/* FLOCSS
----------------------------------------------------- */
.l-inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.l-inner--has-column {
  display: grid;
  gap: 40px;
  grid-template-columns: 3fr minmax(260px, 1fr);
}

/* =====================================================
# Header
===================================================== */
#header {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 2000px;
  z-index: 100;
}
#header.is-scrolled {
  background-color: #00036c;
  -webkit-transform: translateX(-50%) translateY(-100%);
          transform: translateX(-50%) translateY(-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;
}
#header.is-scrolled.show {
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
/* -----------------------------------------------
* header__inner / header__top
-------------------------------------------------- */
.header__inner {
  position: relative;
  width: 100%;
  max-width: 2000px;
  margin-inline: auto;
}

.header__top {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: min(min(7.874015748vw, 150px), 150px);
}
.header__top h1 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
}

/* -----------------------------------------------
* ロゴ（Figma: left=58, top=56, w=356, h=40）
-------------------------------------------------- */
.header__logo {
  display: block;
  padding-left: min(3.0446194226vw, 58px);
  padding-top: min(2.9396325459vw, 56px);
}
.header__logo img {
  display: block;
  width: min(18.687664042vw, 356px);
  height: auto;
}

/* -----------------------------------------------
* PC ナビ右側エリア（Figma: top=30, right=38, w=817, h=93）
* padding: 15px 16px 15px 47px / gap: 44px
-------------------------------------------------- */
.header__right {
  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(2.3097112861vw, 44px);
  background-color: #fff;
  padding: min(0.7874015748vw, 15px) min(0.8398950131vw, 16px) min(0.7874015748vw, 15px) min(2.467191601vw, 47px);
  height: min(4.8818897638vw, 93px);
  margin-top: min(1.5748031496vw, 30px);
  margin-right: min(1.9947506562vw, 38px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 6px;
}

/* -----------------------------------------------
* PCナビ（Figma: Montserrat Bold 18px, black, gap=44px）
-------------------------------------------------- */
.header__nav-pc .header__lists {
  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(2.3097112861vw, 44px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__link {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: min(0.9448818898vw, 18px);
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.header__link.is-active {
  background-color: #bed9f7;
}

/* -----------------------------------------------
* CONTACTボタン（Figma: w=214, h=63, px=56, py=16）
* Montserrat Bold 20px, white, 濃紺背景
-------------------------------------------------- */
.header__contact-btn {
  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(11.2335958005vw, 214px);
  height: min(3.3070866142vw, 63px);
  background-color: #00036c;
  text-decoration: none;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 4px;
}

.header__contact-label {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: min(1.0498687664vw, 20px);
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}

/* -----------------------------------------------
* ハンバーガーアイコン（SP）
-------------------------------------------------- */
.header__icon {
  display: none;
}

.drawer-icon__bar {
  display: block;
  width: 28px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.header__icon.is-checked .drawer-icon__bar:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.header__icon.is-checked .drawer-icon__bar:nth-child(2) {
  opacity: 0;
}
.header__icon.is-checked .drawer-icon__bar:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

/* -----------------------------------------------
* SP ドロワーナビ
-------------------------------------------------- */
.header__nav {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  -webkit-transition: grid-template-rows 0.4s ease, opacity 0.35s ease;
  transition: grid-template-rows 0.4s ease, opacity 0.35s ease;
  transition: grid-template-rows 0.4s ease, opacity 0.35s ease, -ms-grid-rows 0.4s ease;
}
.header__nav .header__sp-lists {
  overflow: hidden;
}
.header__nav.is-checked {
  grid-template-rows: 1fr;
  opacity: 1;
}

.header__sp-lists {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #00036c;
}

.header__sp-list {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.header__sp-link {
  display: block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: calc(16 * var(--to-rem));
  padding: calc(16 * var(--to-rem)) calc(24 * var(--to-rem));
  text-decoration: none;
  line-height: 1;
}

/* SP ドロワーナビ カレント設定（2026-05-20 修正対応） */
.index .header__sp-list a[href="/"],
.top .header__sp-list a[href="/"],
.business .header__sp-list a[href$="business.html"],
.products .header__sp-list a[href$="products.html"],
.company .header__sp-list a[href$="company.html"],
.contact .header__sp-list a[href$="contact.html"] {
  background-color: #f0bb0b;
  color: #fff;
}

/* =====================================================
# Footer（Figma: node-id=2:10）
===================================================== */
/* -----------------------------------------------
## CONTACTセクション（上部 navy背景 h=777）
------------------------------------------------- */
.footer__contact {
  background-color: #00036c;
  padding-top: min(7.5065616798vw, 143px);
  padding-bottom: min(6.9816272966vw, 133px);
}

.footer__contact-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(9.9737532808vw, 190px);
  padding-left: min(13.8057742782vw, 263px);
}

/* 左: CONTACT見出し + 説明文
----------------------------------------------- */
.footer__contact-left {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: min(23.0971128609vw, 440px);
}

.footer__contact-head {
  line-height: normal;
}

.footer__contact-en {
  display: block;
  font-family: "Montserrat", Montserrat, メイリオ, Meiryo, 游ゴシック, Yu Gothic, ＭＳ Ｐゴシック, sans-serif;
  font-weight: 700;
  font-size: min(4.1994750656vw, 80px);
  line-height: 1;
  color: #fff;
}

.footer__contact-ja {
  display: block;
  font-weight: 700;
  font-size: min(1.0498687664vw, 20px);
  color: #fff;
  margin-top: min(0.157480315vw, 3px);
}

.footer__contact-desc {
  font-weight: 700;
  font-size: min(1.0498687664vw, 20px);
  line-height: 2;
  color: #fff;
  margin-top: min(2.8871391076vw, 55px);
}

/* 右: お問い合せBOX群
----------------------------------------------- */
.footer__contact-boxes {
  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(0.4724409449vw, 9px);
  width: min(44.7244094488vw, 852px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.footer__contact-box {
  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;
  height: min(8.3989501312vw, 160px);
  padding: min(1.312335958vw, 25px) min(1.9947506562vw, 38px);
  text-decoration: none;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.footer__contact-box:hover {
  opacity: 0.85;
}

/* アイコン＋仕切り */
.footer__contact-box-icon-wrap {
  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: min(4.5669291339vw, 87px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

.footer__contact-box-icon {
  display: block;
  width: min(2.6771653543vw, 51px);
  height: min(2.782152231vw, 53px);
  background: no-repeat center/contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.footer__contact-box-icon--tel {
  background-image: url("../img/common/tel-icon.webp");
}
.footer__contact-box-icon--fax {
  background-image: url("../img/common/fax-icon.webp");
}
.footer__contact-box-icon--mail {
  height: min(2.0472440945vw, 39px);
  background-image: url("../img/common/mail-icon.webp");
}

.footer__contact-box-divider {
  display: block;
  width: 3px;
  height: min(5.4593175853vw, 104px);
  background-color: #c8c8c8;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

/* ボックス本体 */
.footer__contact-box-body {
  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;
  padding-left: min(1.312335958vw, 25px);
}

.footer__contact-box-label {
  font-weight: 700;
  font-size: min(1.1023622047vw, 21px);
  color: #00036c;
  white-space: nowrap;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: min(13.1233595801vw, 250px);
}

.footer__contact-box-info {
  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;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.footer__contact-box-num {
  font-family: "Montserrat", Montserrat, メイリオ, Meiryo, 游ゴシック, Yu Gothic, ＭＳ Ｐゴシック, sans-serif;
  font-weight: 600;
  font-size: min(2.7296587927vw, 52px);
  line-height: normal;
  letter-spacing: 5.2px;
  color: #00036c;
}
.footer__contact-box-sub {
  font-size: min(1.0498687664vw, 20px);
  color: #00036c;
}
/* フォームボタン（Figma: 1:116 w=411, h=84, navy bg） */
.footer__contact-form-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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(21.5748031496vw, 411px);
  height: min(4.4094488189vw, 84px);
  padding: min(1.3648293963vw, 26px) min(1.312335958vw, 25px) min(1.1023622047vw, 21px) min(1.6797900262vw, 32px);
  background-color: #00036c;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  gap: min(5.3018372703vw, 101px);
  border-radius: 4px;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

.footer__contact-form-btn-text {
  font-weight: 700;
  font-size: min(1.0498687664vw, 20px);
  color: #fff;
  white-space: nowrap;
}

.footer__contact-form-btn-arrow {
  display: block;
  width: min(3.8320209974vw, 73px);
  height: min(1.6797900262vw, 32px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 73 32'%3E%3Cline x1='0' y1='16' x2='65' y2='16' stroke='white' stroke-width='2'/%3E%3Cpolyline points='55,6 65,16 55,26' fill='none' stroke='white' stroke-width='2'/%3E%3C/svg%3E") no-repeat center/contain;
}

/* -----------------------------------------------
## フッター下部（Figma: 1:3 light bg h=463）
------------------------------------------------- */
.footer__bottom {
  background-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: min(5.0393700787vw, 96px);
  padding-bottom: min(4.3569553806vw, 83px);
}

/* ナビ（Figma: 1:7 Montserrat Medium 20px） */
.footer__nav {
  text-align: center;
}

.footer__nav-list {
  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;
  list-style: none;
  gap: 0;
}

.footer__nav-link {
  font-family: "Montserrat", Montserrat, メイリオ, Meiryo, 游ゴシック, Yu Gothic, ＭＳ Ｐゴシック, sans-serif;
  font-weight: 500;
  font-size: min(1.0498687664vw, 20px);
  color: #000;
  text-decoration: none;
  padding: 0 min(1.5748031496vw, 30px);
  display: block;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer__nav-link:hover {
  color: #f0bb0b;
}

.footer__nav-sep {
  font-family: "Montserrat", Montserrat, メイリオ, Meiryo, 游ゴシック, Yu Gothic, ＭＳ Ｐゴシック, sans-serif;
  font-size: min(1.0498687664vw, 20px);
  color: #000;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

/* ロゴ（Figma: 1:4 w=519, h=58） */
.footer__logo {
  display: block;
  margin-top: min(6.1417322835vw, 117px);
  text-decoration: none;
}
.footer__logo img {
  width: min(27.2440944882vw, 519px);
  height: auto;
  display: block;
}

/* 住所（Figma: 1:5 NotoSansJP Medium 15px） */
.footer__address {
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: calc(15 * var(--to-rem));
  color: #000;
  text-align: center;
  margin-top: min(2.782152231vw, 53px);
}

.footer__address-loc,
.footer__address-tel {
  padding-left: calc(25 * var(--to-rem));
}

/* コピーライト（Figma: 1:6 12px） */
.footer__copyright {
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: calc(12 * var(--to-rem));
  color: #000;
  text-align: center;
  margin-top: calc(30 * var(--to-rem));
}

/* FLOCSS
----------------------------------------------------- */
.c-btn {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  padding: 20px 10px;
  background-color: #e25c00;
  border: 2px solid transparent;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.c-btn:focus, .c-btn:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #e25c00;
}
.c-btn--arrow-right {
  position: relative;
  padding-right: 20px;
  padding-left: 13.8px;
}
.c-btn--arrow-right::after {
  content: "\f061";
  position: absolute;
  top: 50%;
  right: 8.3px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn--icon {
  position: relative;
  padding-right: 20px;
  padding-left: 13.8px;
}
.c-btn--icon::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 60px;
  background: transparent url(/images/nav_07.png) no-repeat center center/contain;
}
.c-btn--large {
  width: 340px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 20px;
}
.c-btn--warning {
  background-color: #f1de00;
  color: #222;
}
.c-btn--warning:focus, .c-btn--warning:hover {
  border-color: #f1de00;
  color: #222;
}

.c-rounded-btn {
  display: inline-block;
  width: 236px;
  max-width: 100%;
  padding: 15px 10px;
  background-color: #e25c00;
  border: 2px solid transparent;
  border-bottom-color: #d40152;
  border-radius: 10px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.c-rounded-btn:focus, .c-rounded-btn:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #e25c00;
}

.c-before-icon-btn {
  position: relative;
  display: inline-block;
  padding: 0.2em 0.3em;
  border: 1px solid currentColor;
  color: #e25c00;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.c-before-icon-btn:focus, .c-before-icon-btn:hover {
  background-color: #e25c00;
  color: #fff;
}
.c-before-icon-btn::before {
  display: inline-block;
  margin-right: 0.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.c-before-icon-btn--download::before {
  content: "\f019";
}
.c-before-icon-btn--zoom::before {
  content: "\f00e";
  -webkit-transform: translateY(-6%);
          transform: translateY(-6%);
}

.c-btn-border {
  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(18.4776902887vw, 352px), 352px);
  height: min(min(3.5170603675vw, 67px), 67px);
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: min(min(1.0498687664vw, 20px), 20px);
  line-height: normal;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
}
.c-btn-border:hover {
  background-color: #000;
  color: #fff;
}
.c-btn-border--white {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.c-btn-border--white:hover {
  background-color: #fff;
  color: #000;
}

.c-btn-more {
  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(18.2677165354vw, 348px), 348px);
  height: min(min(3.8320209974vw, 73px), 73px);
  padding: 0 min(min(2.624671916vw, 50px), 50px);
  background-color: #4f71a6;
  color: #fefefe;
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: min(min(1.312335958vw, 25px), 25px);
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-btn-more:hover {
  opacity: 0.8;
}
.c-btn-more--gold {
  background-color: #b19d60;
}
.c-btn-more::after {
  content: "";
  position: absolute;
  right: calc(24 * var(--to-rem));
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: min(min(0.7349081365vw, 14px), 14px);
  height: min(min(1.0498687664vw, 20px), 20px);
  background: url("../img/common/chevron-right_white.webp") no-repeat center/contain;
  pointer-events: none;
}

/* FLOCSS
----------------------------------------------------- */
.p-breadcrumb {
  margin: 10px 20px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-breadcrumb li {
  list-style: none;
}
.p-breadcrumb li:after {
  content: ">";
  padding: 0 5px;
}
.p-breadcrumb li:last-child:after {
  content: "";
}
.p-breadcrumb li a {
  text-decoration: none;
}
.p-breadcrumb li a:hover {
  text-decoration: underline;
}
.p-breadcrumb .u-current {
  color: #00036c;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mb-6 {
  margin-bottom: 60px;
}

.mb-7 {
  margin-bottom: 70px;
}

.mb-8 {
  margin-bottom: 80px;
}

.mb-9 {
  margin-bottom: 90px;
}

.mb-10 {
  margin-bottom: 100px;
}

.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) {
  #js-pagetop {
    width: calc(60 * var(--to-rem));
    height: calc(60 * var(--to-rem));
  }
  #js-pagetop .pagetop__icon {
    font-size: calc(25 * var(--to-rem));
  }
  .fv {
    height: 80svh;
  }
  .fv__row::before {
    top: 0.834028357vw;
    height: 8.5904920767vw;
  }
  .fv__row--1 {
    top: 35.0291909925vw;
    width: 65.0542118432vw;
  }
  .fv__row--2 {
    top: 45.0375312761vw;
    width: 70.892410342vw;
  }
  .fv__catch-ja {
    font-size: 6.1718098415vw;
    padding-left: 3.3361134279vw;
  }
  .fv__catch-en {
    left: 5.5879899917vw;
    top: 56.7139282736vw;
    font-size: 2.0016680567vw;
  }
  .top-heading-en {
    font-size: calc(60 * var(--to-rem));
  }
  .top-heading-ja {
    font-size: calc(22 * var(--to-rem));
  }
  .products-flow .top-about__en,
  .products-intro .top-about__en {
    font-size: calc(40 * var(--to-rem));
  }
  .products-flow .top-about__ja,
  .products-intro .top-about__ja {
    font-size: calc(18 * var(--to-rem));
  }
  .products-intro__text {
    font-size: calc(16 * var(--to-rem));
  }
  .products-intro__content {
    gap: calc(40 * var(--to-rem));
  }
  .products-flow__steps {
    margin-top: calc(50 * var(--to-rem));
    padding: calc(56 * var(--to-rem)) calc(32 * var(--to-rem)) calc(44 * var(--to-rem));
    border-radius: calc(20 * var(--to-rem));
  }
  .products-flow__row--second {
    margin-top: calc(36 * var(--to-rem));
  }
  .products-flow__oval {
    width: calc(212 * var(--to-rem));
    height: calc(92 * var(--to-rem));
    padding: calc(10 * var(--to-rem)) calc(20 * var(--to-rem));
  }
  .products-flow__num {
    width: calc(32 * var(--to-rem));
    height: calc(32 * var(--to-rem));
    font-size: calc(20 * var(--to-rem));
    top: calc(-12 * var(--to-rem));
    left: calc(12 * var(--to-rem));
  }
  .products-flow__label {
    font-size: calc(16 * var(--to-rem));
  }
  .products-flow__arrow {
    width: calc(54 * var(--to-rem));
    height: calc(2 * var(--to-rem));
  }
  .products-flow__arrow::after {
    border-top-width: calc(7 * var(--to-rem));
    border-bottom-width: calc(7 * var(--to-rem));
    border-left-width: calc(11 * var(--to-rem));
  }
  .products-flow__note {
    font-size: calc(15 * var(--to-rem));
    margin-top: calc(36 * var(--to-rem));
    padding: calc(10 * var(--to-rem)) calc(24 * var(--to-rem));
  }
  .business-intro__list {
    gap: calc(72 * var(--to-rem));
  }
  .business-intro__num {
    font-size: calc(68 * var(--to-rem));
  }
  .business-intro__photo {
    width: 44%;
  }
  .business-intro__photo-title {
    font-size: calc(20 * var(--to-rem));
  }
  .business-intro__body {
    padding: calc(36 * var(--to-rem)) calc(32 * var(--to-rem)) calc(36 * var(--to-rem)) calc(36 * var(--to-rem));
    gap: calc(18 * var(--to-rem));
  }
  .business-intro__item--reverse .business-intro__body {
    padding: calc(36 * var(--to-rem)) calc(36 * var(--to-rem)) calc(36 * var(--to-rem)) calc(32 * var(--to-rem));
  }
  .business-intro__desc {
    font-size: calc(15 * var(--to-rem));
  }
  .tel-fax .tel-number {
    font-size: 35px;
  }
  .is-business-intro .column .text-box p {
    font-size: 1.5012510425vw;
  }
  .top-about {
    padding-left: 3.3361134279vw;
    padding-top: 6.6722268557vw;
    padding-bottom: 6.6722268557vw;
  }
  .top-about__content {
    width: 43.3694745621vw;
    padding-top: 4.1701417848vw;
  }
  .top-about__en {
    font-size: 5.0041701418vw;
  }
  .top-about__ja {
    font-size: calc(18 * var(--to-rem));
  }
  .top-about__catch {
    margin-top: 3.3361134279vw;
  }
  .top-about__catch p {
    font-size: 2.6688907423vw;
  }
  .top-about__text {
    margin-top: 2.5020850709vw;
  }
  .top-about__text p {
    font-size: calc(16 * var(--to-rem));
  }
  .top-about__btn {
    margin-top: 4.1701417848vw;
  }
  .top-about__photos {
    width: 52.5437864887vw;
    height: 61.1342785655vw;
    margin-left: 0;
  }
  .top-about__photo--1 {
    left: 45%;
  }
  .top-about__photo--3 {
    left: 5%;
    width: 60%;
  }
  .top-business {
    padding-top: 6.6722268557vw;
  }
  .top-business__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6680567139vw;
    padding-left: 3.3361134279vw;
    padding-right: 3.3361134279vw;
  }
  .top-business__title-wrap {
    width: auto;
  }
  .top-business__en {
    font-size: 5.0041701418vw;
  }
  .top-business__ja {
    font-size: calc(18 * var(--to-rem));
    margin-top: 0.5004170142vw;
  }
  .top-business__desc {
    font-size: calc(16 * var(--to-rem));
  }
  .top-recruit {
    height: auto;
    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;
  }
  .top-recruit__bg {
    display: none;
  }
  .top-recruit__photo {
    position: relative;
    width: 100%;
    height: 41.7014178482vw;
  }
  .top-recruit__content {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    padding: 5.0041701418vw 5.0041701418vw;
    gap: 3.3361134279vw;
    background-color: #bed9f7;
  }
  .top-recruit__en {
    font-size: 5.8381984987vw;
  }
  .top-recruit__ja {
    font-size: calc(18 * var(--to-rem));
  }
  .top-recruit__text {
    font-size: calc(16 * var(--to-rem));
  }
  .top-product {
    padding-top: 5.0041701418vw;
    padding-bottom: 5.0041701418vw;
  }
  .top-product__head {
    gap: 4.0033361134vw;
    padding-left: 3.3361134279vw;
    padding-right: 3.3361134279vw;
  }
  .top-product__title-wrap {
    width: auto;
  }
  .top-product__en {
    font-size: 5.8381984987vw;
  }
  .top-product__ja {
    margin-top: calc(5 * var(--to-rem));
    font-size: calc(18 * var(--to-rem));
  }
  .top-product__desc {
    font-size: calc(16 * var(--to-rem));
    white-space: normal;
  }
  .top-product__images {
    margin-top: 4.0033361134vw;
    height: 41.7014178482vw;
  }
  .top-product__btn {
    margin-top: 5.0041701418vw;
  }
  .top-product__link {
    width: calc(280 * var(--to-rem));
    height: calc(56 * var(--to-rem));
  }
  .top-product__link span {
    font-size: calc(16 * var(--to-rem));
  }
  .products-intro .top-about__en,
  .products-flow .top-about__en {
    font-size: calc(36 * var(--to-rem));
  }
  .products-intro .top-about__ja,
  .products-flow .top-about__ja {
    font-size: calc(18 * var(--to-rem));
  }
  .products-intro__text {
    font-size: calc(15 * var(--to-rem));
  }
  .products-flow__note {
    font-size: calc(15 * var(--to-rem)) !important;
  }
  body:not(.index):not(.top) {
    padding-top: calc(70 * var(--to-rem));
  }
  .header__top {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #00036c;
    min-height: unset;
    height: calc(70 * var(--to-rem));
  }
  .header__logo {
    padding-left: 16px;
    padding-top: 0px;
  }
  .header__logo img {
    width: calc(180 * var(--to-rem));
  }
  .header__right {
    display: none;
  }
  .header__icon {
    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-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: 6px;
    width: 44px;
    height: 44px;
    padding: 0;
    margin-top: 0px;
    margin-right: 16px;
    background: none;
    border: none;
    cursor: pointer;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .footer__contact {
    padding-top: 6.6722268557vw;
    padding-bottom: 5.8381984987vw;
  }
  .footer__contact-inner {
    gap: 7.9232693912vw;
    padding-left: 3.3361134279vw;
    padding-right: 3.3361134279vw;
  }
  .footer__contact-left {
    width: auto;
  }
  .footer__contact-en {
    font-size: 4.5871559633vw;
  }
  .footer__contact-ja {
    font-size: calc(18 * var(--to-rem));
    margin-top: 0.3336113428vw;
  }
  .footer__contact-desc {
    font-size: calc(16 * var(--to-rem));
    margin-top: 2.5020850709vw;
  }
  .footer__contact-boxes {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    gap: 0.6672226856vw;
  }
  .footer__contact-box {
    height: 9.1743119266vw;
    padding: 1.5012510425vw 2.3352793995vw;
  }
  .footer__contact-box-icon-wrap {
    width: 5.0041701418vw;
  }
  .footer__contact-box-icon {
    width: 3.0025020851vw;
    height: 3.1693077565vw;
  }
  .footer__contact-box-icon--mail {
    height: 2.3352793995vw;
  }
  .footer__contact-box-divider {
    height: 6.0050041701vw;
  }
  .footer__contact-box-body {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: calc(0 * var(--to-rem));
    padding-left: calc(12 * var(--to-rem));
  }
  .footer__contact-box-label {
    width: auto;
    min-width: calc(200 * var(--to-rem));
    font-size: calc(16 * var(--to-rem));
  }
  .footer__contact-box-num {
    font-size: calc(26 * var(--to-rem));
  }
  .footer__contact-box-sub {
    font-size: calc(13 * var(--to-rem));
  }
  .footer__contact-form-btn {
    width: calc(220 * var(--to-rem));
    height: 4.8373644704vw;
    padding: 1.3344453711vw 1.5012510425vw 1.1676396997vw 1.8348623853vw;
    gap: 1.6680567139vw;
  }
  .footer__contact-form-btn-text {
    font-size: calc(14 * var(--to-rem));
  }
  .footer__contact-form-btn-arrow {
    width: 4.1701417848vw;
    height: 1.8348623853vw;
  }
  .footer__bottom {
    padding-top: 5.0041701418vw;
    padding-bottom: 4.1701417848vw;
  }
  .footer__nav-link {
    font-size: calc(14 * var(--to-rem));
    padding: 0 calc(16 * var(--to-rem));
  }
  .footer__nav-sep {
    font-size: 1.1676396997vw;
  }
  .footer__logo {
    margin-top: 5.0041701418vw;
  }
  .footer__logo img {
    width: 28.3569641368vw;
  }
  .footer__address {
    font-size: calc(13 * var(--to-rem));
    margin-top: 2.5020850709vw;
  }
  .footer__copyright {
    font-size: calc(11 * var(--to-rem));
    margin-top: calc(20 * var(--to-rem));
  }
  .c-btn-border {
    width: calc(280 * var(--to-rem));
    height: calc(56 * var(--to-rem));
    font-size: calc(16 * var(--to-rem));
  }
  .c-btn-more::after {
    width: calc(10 * var(--to-rem));
    height: calc(16 * var(--to-rem));
  }
  .c-btn-more {
    width: calc(240 * var(--to-rem));
    height: calc(56 * var(--to-rem));
    font-size: calc(17 * var(--to-rem));
    padding: 0 calc(40 * var(--to-rem));
  }
}

@media screen and (max-width: 1023px) {
  #js-pagetop {
    right: 0px;
    bottom: 0px;
  }
  .products-flow__layout--pc {
    display: none;
  }
  .products-flow__layout--lg {
    display: block;
  }
  .business-intro__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: calc(40 * var(--to-rem));
  }
  .business-intro__num {
    opacity: 0.8;
  }
  .business-intro__photo {
    width: 100%;
  }
  .business-intro__photo img {
    min-height: auto;
    aspect-ratio: 16/9;
  }
  .business-intro__item--reverse .business-intro__photo {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .business-intro__body {
    border-right: none;
    border-top: calc(4 * var(--to-rem)) solid #00036c;
    padding: calc(28 * var(--to-rem)) calc(24 * var(--to-rem));
    gap: calc(16 * var(--to-rem));
  }
  .business-intro__item--reverse .business-intro__body {
    border-left: none;
    border-top: calc(4 * var(--to-rem)) solid #00036c;
    padding: calc(28 * var(--to-rem)) calc(24 * var(--to-rem));
  }
  .company-map__inner iframe {
    margin-top: calc(20 * var(--to-rem));
  }
  .recruit-outline__content {
    padding: calc(30 * var(--to-rem)) calc(15 * var(--to-rem));
  }
  .mail-form .horizontal-table table {
    font-size: 16px;
  }
  .mail-form .horizontal-table th {
    border-bottom-width: 0;
    border-left: unset;
    background-color: #efefef;
    width: 100%;
    border-right: 0;
    padding: 10px;
  }
  .mail-form .horizontal-table td {
    border-bottom-width: 0;
    border-right: unset;
    border-left: unset;
    width: 100%;
    padding: 10px;
  }
  .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;
  }
  .mail-form .box-scroll {
    height: 220px;
    margin-bottom: 15px;
    padding: 15px;
    word-break: break-all;
  }
  .button {
    width: 240px;
  }
  .sp-none {
    display: none;
  }
  .top-business__panel {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4.1701417848vw;
  }
  .top-business__panel + .top-business__panel {
    margin-top: 0;
  }
  .top-business__card {
    width: 100%;
    padding: 4.1701417848vw 3.3361134279vw 5.0041701418vw;
  }
  .top-business__card-title {
    position: static;
    font-size: 2.3352793995vw;
  }
  .top-business__card-text {
    position: static;
    width: 100%;
    font-size: calc(16 * var(--to-rem));
    margin-top: calc(16 * var(--to-rem));
  }
  .top-business__btn {
    position: static;
    margin-top: 2.5020850709vw;
  }
  .top-business__photo {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .footer__contact-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(40 * var(--to-rem));
  }
  .footer__contact-boxes {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  #js-pagetop:focus, #js-pagetop:hover {
    opacity: 0.6;
  }
  .mail-form .privacy__link:hover {
    color: #999;
  }
  .mail-form .privacy-btn:focus, .mail-form .privacy-btn:hover {
    opacity: 0.6;
  }
  .mail-form .send-btn:focus, .mail-form .send-btn:hover {
    opacity: 0.6;
  }
  .button:focus, .button:hover {
    background: #bed9f7;
  }
  .button:hover::after {
    right: 0.5em;
  }
  .recruit__button .button:focus, .recruit__button .button:hover {
    background: #00036c;
  }
  .top-product__link:hover {
    background-color: #000;
  }
  .top-product__link:hover span {
    color: #fff;
  }
  .header__link:hover {
    background-color: #f0bb0b;
  }
  .header__contact-btn:hover {
    background-color: #f0bb0b;
  }
  .footer__contact-form-btn:hover {
    background-color: #000;
  }
  .hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .mv-jumbotron {
    height: 200px;
  }
  .mv .mv-h2__en {
    font-size: calc(12 * var(--to-rem));
    width: calc(120 * var(--to-rem));
  }
  .mv .mv-h2__ja {
    font-size: calc(30 * var(--to-rem));
  }
  .fv__row::before {
    width: 80%;
  }
  .fv__row::before {
    top: 0.7822685789vw;
    height: 8.4745762712vw;
  }
  .fv__row--1 {
    top: 64.5371577575vw;
    width: 100%;
  }
  .fv__row--2 {
    top: 75.3585397653vw;
    width: 100%;
  }
  .fv__catch-ja {
    font-size: 6.258148631vw;
    padding-left: 2.6075619296vw;
    white-space: normal;
  }
  .fv__catch-en {
    left: 2.6075619296vw;
    top: 88.6571056063vw;
    font-size: 3.1290743155vw;
    white-space: normal;
  }
  .products-intro .media__image img {
    -webkit-box-shadow: calc(10 * var(--to-rem)) calc(10 * var(--to-rem)) 0px rgba(0, 3, 108, 0.9);
            box-shadow: calc(10 * var(--to-rem)) calc(10 * var(--to-rem)) 0px rgba(0, 3, 108, 0.9);
  }
  .products-intro__content {
    margin-top: calc(40 * var(--to-rem));
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .products-flow__steps {
    margin-top: calc(40 * var(--to-rem));
    padding: calc(44 * var(--to-rem)) calc(18 * var(--to-rem)) calc(36 * var(--to-rem));
    border-radius: calc(14 * var(--to-rem));
  }
  .products-flow__row--second {
    margin-top: calc(28 * var(--to-rem));
  }
  .products-flow__row-connector {
    height: calc(26 * var(--to-rem));
    margin: calc(8 * var(--to-rem)) auto;
  }
  .products-flow__row-connector::after {
    border-left-width: calc(7 * var(--to-rem));
    border-right-width: calc(7 * var(--to-rem));
    border-top-width: calc(10 * var(--to-rem));
  }
  .products-flow__oval {
    width: calc(128 * var(--to-rem));
    height: calc(64 * var(--to-rem));
    padding: calc(8 * var(--to-rem)) calc(10 * var(--to-rem));
  }
  .products-flow__num {
    width: calc(22 * var(--to-rem));
    height: calc(22 * var(--to-rem));
    font-size: calc(13 * var(--to-rem));
    top: calc(-10 * var(--to-rem));
    left: calc(8 * var(--to-rem));
    -webkit-box-shadow: 0 calc(2 * var(--to-rem)) calc(8 * var(--to-rem)) rgba(0, 3, 108, 0.4);
            box-shadow: 0 calc(2 * var(--to-rem)) calc(8 * var(--to-rem)) rgba(0, 3, 108, 0.4);
  }
  .products-flow__label {
    font-size: calc(14 * var(--to-rem));
    line-height: 1.5;
  }
  .products-flow__arrow {
    width: calc(18 * var(--to-rem));
    height: calc(2 * var(--to-rem));
  }
  .products-flow__arrow::after {
    border-top-width: calc(5 * var(--to-rem));
    border-bottom-width: calc(5 * var(--to-rem));
    border-left-width: calc(8 * var(--to-rem));
  }
  .products-flow__note {
    font-size: calc(13 * var(--to-rem));
    margin-top: calc(26 * var(--to-rem));
    padding: calc(9 * var(--to-rem)) calc(18 * var(--to-rem));
  }
  .business-intro__list {
    gap: calc(56 * var(--to-rem));
  }
  .business-intro__item {
    padding-top: calc(32 * var(--to-rem));
  }
  .business-intro__num {
    font-size: calc(52 * var(--to-rem));
  }
  .business-intro__photo img {
    aspect-ratio: 4/3;
  }
  .business-intro__body {
    padding: calc(24 * var(--to-rem)) calc(20 * var(--to-rem));
    gap: calc(14 * var(--to-rem));
  }
  .business-intro__desc {
    line-height: 1.9;
  }
  .company-manage__content {
    margin-top: calc(30 * var(--to-rem));
    padding-left: 0;
  }
  .company-manage__text {
    font-size: calc(17 * var(--to-rem));
    margin-top: calc(40 * var(--to-rem));
  }
  .company-manage__list {
    margin-top: calc(20 * var(--to-rem));
  }
  .company-manage__item {
    font-size: calc(15 * var(--to-rem));
    text-indent: calc(-20 * var(--to-rem));
    padding-left: calc(20 * var(--to-rem));
  }
  .company-map__train-text {
    margin-top: calc(30 * var(--to-rem));
  }
  .company-map__train-text::before {
    display: block;
    margin-bottom: calc(10 * var(--to-rem));
    margin-inline: auto;
  }
  .company-map__box {
    margin-top: calc(30 * var(--to-rem));
  }
  .company-map__items {
    gap: calc(50 * var(--to-rem));
  }
  .company .company-intro .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .company .horizontal-table {
    width: 100%;
  }
  .company .horizontal-table__header {
    border: 1px solid #ddd;
    background-color: #ddd;
  }
  .company .recruit-outline:not(.is-company) .horizontal-table__header {
    background-color: #ddd;
  }
  .horizontal-table__header {
    width: 100%;
    border: 1px solid #ccc;
    background-color: #ccc;
    padding: 10px;
  }
  .horizontal-table__header:first-child {
    border-top-width: 0;
  }
  .horizontal-table__text {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .horizontal-table__text:first-of-type {
    border-top-width: 0;
  }
  .horizontal-table__text {
    width: 100%;
  }
  .horizontal-table__row {
    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;
  }
  .is-company .recruit-outline__content {
    padding: 0;
  }
  .company-map .top-common__btn {
    margin-top: 0;
  }
  .company-map__medias {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(30 * var(--to-rem));
  }
  .recruit-outline {
    padding-block: calc(50 * var(--to-rem));
  }
  .contact-intro {
    padding-block: calc(50 * var(--to-rem));
  }
  .tel-fax__hour {
    font-size: calc(13 * var(--to-rem));
  }
  .tel-fax__content {
    margin-top: calc(40 * var(--to-rem));
    padding: 20px calc(30 * var(--to-rem));
    grid-template-columns: 1fr;
    gap: 5px;
    max-width: 400px;
  }
  .tel-fax__box.is-fax {
    border-top: 1px solid white;
    border-left-width: 0;
    padding-top: 15px;
    margin-top: 10px;
  }
  .tel-fax .tel-number::before {
    width: 25px;
    height: 25px;
  }
  .tel-fax .is-fax .tel-number::before {
    width: 30px;
    height: 30px;
    vertical-align: -5px;
  }
  .tel-fax__title {
    font-size: calc(18 * var(--to-rem));
  }
  .tel-fax__title .large {
    font-size: calc(23 * var(--to-rem));
  }
  .mail-form {
    padding-block: 50px;
  }
  .mail-form .heading {
    padding-left: calc(40 * var(--to-rem));
  }
  .mail-form__title {
    font-size: calc(21 * var(--to-rem));
  }
  .mail-form__text {
    margin-top: calc(40 * var(--to-rem));
  }
  .mail-form .box-scroll__title {
    font-size: 16px;
  }
  .mail-form .privacy-btn {
    width: 100%;
    margin-bottom: 0px;
  }
  .mail-form .privacy-btn__wrapper {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .mail-form .send-btn__wrapper {
    width: 100%;
    margin-bottom: 0px;
    display: block;
  }
  .mail-form .send-btn {
    width: 100%;
    margin-bottom: 15px;
  }
  .mail-form .send-btn--back {
    margin-right: 0px;
  }
  .mail-form input[type=radio] + span,
  .mail-form input[type=checkbox] + span {
    font-size: 15px;
    margin-right: 0;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .mail-form input[type=radio] + span:before {
    top: 3px;
  }
  .mail-form input[type=radio]:checked + span:after {
    top: 6px;
  }
  .mail-form input[type=checkbox] + span:before {
    top: 0.3em;
  }
  .mail-form .selectWrap {
    width: 60%;
  }
  .mail-form .fileUpload {
    font-size: 0.9em; /* 文字を小さくする */
    width: 90%; /* 幅を小さくする */
    display: inline-block; /* インラインブロックにして幅を適用 */
  }
  .normal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .normal._reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .column {
    width: 100%;
  }
  .column-outside-right {
    margin-left: 0;
    margin-right: 0;
  }
  .column-outside-left {
    margin-left: 0;
    margin-right: 0;
  }
  ._top-intro .column {
    width: 100%;
  }
  ._top-intro .column-outside-right {
    margin-left: 0;
    margin-right: 0;
  }
  .is-business-intro .column .text-box {
    padding: calc(20 * var(--to-rem));
  }
  ._top-intro .column .text-box p {
    margin-top: calc(20 * var(--to-rem));
  }
  .section {
    padding-block: calc(50 * var(--to-rem));
  }
  .heading {
    text-align: left;
    font-size: calc(25 * var(--to-rem));
  }
  .heading::after {
    font-size: calc(16 * var(--to-rem));
    top: calc(35 * var(--to-rem));
  }
  .md-none {
    display: none;
  }
  .top-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 2.6075619296vw;
    padding-top: calc(50 * var(--to-rem));
    padding-bottom: calc(50 * var(--to-rem));
    overflow: visible;
  }
  .top-about__content {
    width: 100%;
    padding-top: 0;
  }
  .top-about__en {
    font-size: calc(30 * var(--to-rem));
  }
  .top-about__ja {
    margin-top: calc(10 * var(--to-rem));
    font-size: calc(18 * var(--to-rem));
  }
  .top-about__catch {
    margin-top: calc(20 * var(--to-rem));
  }
  .top-about__catch p {
    font-size: calc(18 * var(--to-rem));
  }
  .top-about__text {
    margin-top: calc(20 * var(--to-rem));
  }
  .top-about__text p {
    font-size: calc(16 * var(--to-rem));
    line-height: 1.8;
  }
  .top-about__btn {
    margin-top: calc(30 * var(--to-rem));
  }
  .top-about__photos {
    display: block;
    width: 100%;
    aspect-ratio: 1077/1252;
    height: auto;
    margin-top: calc(30 * var(--to-rem));
    margin-left: 0;
    margin-bottom: calc(10 * var(--to-rem));
    overflow: visible;
  }
  .top-about__photo--1 {
    top: 0;
    left: 22%;
    right: auto;
    width: 78%;
    height: 50.5%;
    z-index: 2;
  }
  .top-about__photo--3 {
    top: 28%;
    left: 0;
    right: auto;
    width: 63%;
    height: 60.5%;
    z-index: 1;
  }
  .top-business {
    padding-top: 7.8226857888vw;
  }
  .top-business__head {
    padding-left: 2.6075619296vw;
    padding-right: 2.6075619296vw;
    gap: 1.8252933507vw;
  }
  .top-business__en {
    font-size: calc(30 * var(--to-rem));
  }
  .top-business__ja {
    font-size: calc(18 * var(--to-rem));
    margin-top: 0.5215123859vw;
  }
  .top-business__desc {
    margin-top: calc(20 * var(--to-rem));
    font-size: calc(16 * var(--to-rem));
  }
  .top-business__panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5.2151238592vw;
  }
  .top-business__card {
    width: 100%;
    padding: calc(40 * var(--to-rem)) 2.6075619296vw calc(50 * var(--to-rem));
  }
  .top-business__card-title {
    position: static;
    font-size: calc(20 * var(--to-rem));
  }
  .top-business__card-text {
    position: static;
    width: 100%;
    font-size: calc(16 * var(--to-rem));
    margin-top: calc(30 * var(--to-rem));
  }
  .top-business__btn {
    position: static;
    margin-top: calc(30 * var(--to-rem));
  }
  .top-business__photo {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .top-recruit__photo {
    height: 39.1134289439vw;
  }
  .top-recruit__content {
    padding: calc(40 * var(--to-rem)) calc(15 * var(--to-rem));
    gap: 3.9113428944vw;
  }
  .top-recruit__en {
    font-size: calc(30 * var(--to-rem));
  }
  .top-recruit__ja {
    font-size: calc(18 * var(--to-rem));
  }
  .top-recruit__text {
    font-size: calc(16 * var(--to-rem));
  }
  .top-product {
    padding-top: calc(40 * var(--to-rem));
    padding-bottom: calc(40 * var(--to-rem));
  }
  .top-product__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.1290743155vw;
    padding-left: 3.1290743155vw;
    padding-right: 3.1290743155vw;
  }
  .top-product__title-wrap {
    width: 100%;
  }
  .top-product__en {
    font-size: calc(30 * var(--to-rem));
  }
  .top-product__ja {
    font-size: calc(18 * var(--to-rem));
  }
  .top-product__desc {
    font-size: calc(16 * var(--to-rem));
  }
  .top-product__images {
    margin-top: calc(30 * var(--to-rem));
    height: auto;
  }
  .top-product__btn {
    margin-top: calc(30 * var(--to-rem));
  }
  .top-product__link {
    width: calc(220 * var(--to-rem));
    height: calc(50 * var(--to-rem));
  }
  .top-product__link span {
    font-size: calc(14 * var(--to-rem));
  }
  .top-about__en,
  .top-business__en,
  .top-recruit__en,
  .top-product__en {
    font-size: calc(48 * var(--to-rem));
  }
  .top-about__ja,
  .top-business__ja,
  .top-recruit__ja,
  .top-product__ja {
    font-size: calc(20 * var(--to-rem));
  }
  .products-intro .top-about__en,
  .products-flow .top-about__en {
    font-size: calc(28 * var(--to-rem));
  }
  .products-intro .top-about__ja,
  .products-flow .top-about__ja {
    font-size: calc(16 * var(--to-rem));
  }
  .products-intro__text {
    line-height: 1.9;
    text-align: justify;
    text-justify: inter-character;
  }
  .products-flow__row-connector {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .top-about__sp-photo {
    display: block;
    margin: calc(24 * var(--to-rem)) auto calc(10 * var(--to-rem));
    max-width: calc(320 * var(--to-rem));
  }
  .top-about__sp-photo img {
    width: 100%;
    height: auto;
    display: block;
  }
  .top-about__photos {
    display: none;
  }
  .l-inner--has-column {
    grid-template-columns: 1fr;
  }
  .footer__contact {
    padding-top: calc(40 * var(--to-rem));
    padding-bottom: calc(40 * var(--to-rem));
  }
  .footer__contact-inner {
    padding-left: 2.6075619296vw;
    padding-right: 2.6075619296vw;
    gap: 3.9113428944vw;
  }
  .footer__contact-en {
    font-size: calc(30 * var(--to-rem));
  }
  .footer__contact-ja {
    font-size: calc(18 * var(--to-rem));
    margin-top: calc(3 * var(--to-rem));
  }
  .footer__contact-desc {
    font-size: calc(16 * var(--to-rem));
    margin-top: calc(20 * var(--to-rem));
  }
  .footer__contact-boxes {
    gap: 0.7822685789vw;
  }
  .footer__contact-box {
    height: auto;
    /* 2026-05-20 修正対応: SP の左側内部余白を拡大 */
    padding: 2.0860495437vw 2.0860495437vw 2.0860495437vw calc(20 * var(--to-rem));
  }
  .footer__contact-box-icon-wrap {
    width: calc(40 * var(--to-rem));
  }
  .footer__contact-box-icon {
    width: calc(28 * var(--to-rem));
    height: calc(30 * var(--to-rem));
  }
  .footer__contact-box-icon--mail {
    height: calc(22 * var(--to-rem));
  }
  .footer__contact-box-divider {
    height: calc(40 * var(--to-rem));
  }
  .footer__contact-box-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(1 * var(--to-rem));
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer__contact-box-body--form {
    gap: 1.5645371578vw;
  }
  .footer__contact-box-label {
    font-size: calc(14 * var(--to-rem));
    white-space: normal;
  }
  .footer__contact-form-btn {
    width: 100%;
    height: calc(40 * var(--to-rem));
    padding: 1.5645371578vw 1.8252933507vw 1.3037809648vw 2.0860495437vw;
    gap: 1.3037809648vw;
  }
  .footer__contact-form-btn-text {
    font-size: calc(13 * var(--to-rem));
  }
  .footer__contact-form-btn-arrow {
    width: 4.6936114733vw;
    height: 2.0860495437vw;
  }
  .footer__bottom {
    padding-top: calc(40 * var(--to-rem));
    padding-bottom: calc(40 * var(--to-rem));
  }
  .footer__nav-link {
    font-size: calc(10 * var(--to-rem));
    padding: 0 calc(8 * var(--to-rem));
  }
  .footer__nav-sep {
    font-size: 1.4341590613vw;
  }
  .footer__logo {
    margin-top: 3.9113428944vw;
  }
  .footer__logo img {
    width: calc(200 * var(--to-rem));
  }
  .footer__address {
    font-size: 11px;
    margin-top: calc(16 * var(--to-rem));
    padding-inline: calc(10 * var(--to-rem));
  }
  .footer__address-loc,
  .footer__address-tel {
    padding-left: calc(0 * var(--to-rem));
    display: block;
    text-align: center;
  }
  .footer__copyright {
    font-size: calc(10 * var(--to-rem));
    margin-top: calc(10 * var(--to-rem));
  }
  .c-btn-border {
    width: calc(220 * var(--to-rem));
    height: calc(50 * var(--to-rem));
    font-size: calc(14 * var(--to-rem));
  }
  .c-btn-more::after {
    width: calc(8 * var(--to-rem));
    height: calc(13 * var(--to-rem));
  }
  .c-btn-more {
    max-width: calc(250 * var(--to-rem));
    height: calc(50 * var(--to-rem));
    font-size: calc(16 * var(--to-rem));
    padding: 0 calc(30 * var(--to-rem));
  }
  .p-breadcrumb {
    font-size: 14px;
  }
  .hidden-sp {
    display: none;
  }
  .mb-2 {
    margin-bottom: 10px;
  }
  .mb-3 {
    margin-bottom: 15px;
  }
  .mb-4 {
    margin-bottom: 20px;
  }
  .mb-5 {
    margin-bottom: 25px;
  }
  .mb-6 {
    margin-bottom: 30px;
  }
  .mb-7 {
    margin-bottom: 35px;
  }
  .mb-8 {
    margin-bottom: 40px;
  }
  .mb-9 {
    margin-bottom: 45px;
  }
  .mb-10 {
    margin-bottom: 50px;
  }
  .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 (max-width: 1199px) and (max-width: 767px) {
  .fv {
    height: 55svh;
  }
  .top-heading-en {
    font-size: calc(40 * var(--to-rem));
  }
  .top-heading-ja {
    font-size: calc(16 * var(--to-rem));
  }
  .tel-fax .tel-number {
    padding-left: 2px;
    font-size: 25px;
  }
  .is-business-intro .column .text-box p {
    font-size: calc(16 * var(--to-rem));
  }
}

@media screen and (max-width: 1023px) and (max-width: 767px) {
  .company-map__inner iframe {
    height: calc(300 * var(--to-rem));
  }
  .recruit-outline__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(40 * var(--to-rem));
  }
}

@media screen and (min-width: 2001px) {
  .column {
    max-width: calc(1400 * var(--to-rem));
  }
}

@media screen and (max-width: 1199px) and (max-width: 1023px) {
  .column .text-box {
    margin-top: calc(0 * var(--to-rem));
  }
}

@media screen and (max-width: 1199px) and (max-width: 1023px) and (max-width: 767px) {
  .column .text-box {
    padding-bottom: calc(30 * var(--to-rem));
  }
}

@media screen and (min-width: 1200px) {
  .index #header.is-scrolled {
    background-color: rgba(190, 217, 247, 0.95);
    position: fixed;
  }
  body:not(.index):not(.top) {
    padding-top: min(min(7.874015748vw, 150px), 150px);
  }
  body:not(.index):not(.top) .header__top {
    background-color: #00036c;
  }
}

@media screen and (max-width: 370px) {
  .footer__nav-link {
    font-size: calc(7 * var(--to-rem));
  }
}

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