@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(90 * var(--to-rem));
  height: calc(90 * var(--to-rem));
  background-color: #333;
  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: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(30 * 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;
}

/* =====================================================
# first-view
===================================================== */
.fv {
  position: relative;
  width: 100%;
  height: min(min(59.0551181102vw, 1125px), 1125px);
  overflow: hidden;
}
.fv__slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.fv__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.fv__slide.is-active {
  opacity: 1;
}
.fv__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv__inner {
  position: relative;
  z-index: 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;
  width: 100%;
  height: 100%;
  padding-top: min(min(10.498687664vw, 200px), 200px);
}
.fv__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(min(1.9947506562vw, 38px), 38px);
  color: #fff;
}
.fv__en {
  font-weight: 500;
  font-size: clamp(13px, min(6.2992125984vw, 120px), 120px);
  line-height: 1.2;
  text-align: center;
  text-shadow: 3.5px 3.5px 10px #000;
}
.fv__ja {
  font-weight: 400;
  font-size: clamp(13px, min(2.9396325459vw, 56px), 56px);
  line-height: 1.4;
  text-align: center;
  text-shadow: 3.5px 3.5px 10px #000;
}

/* =====================================================
# top-about
===================================================== */
.top-about {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(3.8320209974vw, 73px), 73px);
  height: min(min(37.7952755906vw, 720px), 720px);
  padding-right: min(min(10.1837270341vw, 194px), 194px);
  background-color: #fff;
  overflow: hidden;
}
.top-about__deco {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: min(min(21.0498687664vw, 401px), 401px);
  height: 100%;
}
.top-about__deco img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-about__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: min(min(7.7690288714vw, 148px), 148px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(0.8923884514vw, 17px), 17px);
  width: min(min(20.6299212598vw, 393px), 393px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.top-about__en {
  font-weight: 500;
  font-size: clamp(13px, min(3.3595800525vw, 64px), 64px);
  color: #333;
  line-height: 1;
  text-align: center;
}
.top-about__line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333;
}
.top-about__ja {
  font-weight: 500;
  font-size: clamp(13px, min(1.2598425197vw, 24px), 24px);
  color: #333;
  line-height: 1;
  text-align: center;
}
.top-about__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: min(min(3.937007874vw, 75px), 75px);
  width: min(min(41.5223097113vw, 791px), 791px);
}
.top-about__text {
  font-weight: 400;
  font-size: clamp(13px, min(1.2073490814vw, 23px), 23px);
  color: #333;
  line-height: 2;
  text-align: justify;
}
.top-about__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top-about__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;
  gap: min(min(2.5196850394vw, 48px), 48px);
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.top-about__btn-text {
  font-weight: 400;
  font-size: clamp(13px, min(1.2598425197vw, 24px), 24px);
  color: #30aece;
  white-space: nowrap;
}
.top-about__arrow {
  width: min(min(3.2545931759vw, 62px), 62px);
  height: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

/* =====================================================
# top-business
===================================================== */
.top-business {
  position: relative;
  height: min(min(57.5853018373vw, 1097px), 1097px);
  overflow: hidden;
}
.top-business__bg {
  position: absolute;
  top: 0;
  left: min(min(10.7086614173vw, 204px), 204px);
  width: min(min(94.2257217848vw, 1795px), 1795px);
  height: min(min(57.4803149606vw, 1095px), 1095px);
  background: url("../img/top/business-bg.webp") center center/cover no-repeat;
}
.top-business__grid {
  position: absolute;
  top: min(min(5.249343832vw, 100px), 100px);
  right: 0;
  width: min(min(52.4934383202vw, 1000px), 1000px);
  height: min(min(46.9816272966vw, 895px), 895px);
  -o-object-fit: cover;
     object-fit: cover;
}
.top-business__heading {
  position: absolute;
  left: min(min(42.5721784777vw, 811px), 811px);
  top: min(min(4.5144356955vw, 86px), 86px);
  width: min(min(19.842519685vw, 378px), 378px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(0.2624671916vw, 5px), 5px);
  z-index: 2;
}
.top-business__en {
  font-weight: 500;
  font-size: clamp(13px, min(3.3595800525vw, 64px), 64px);
  color: #333;
  text-align: center;
  line-height: 1.5;
}
.top-business__line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333;
}
.top-business__ja {
  font-weight: 500;
  font-size: clamp(13px, min(1.2598425197vw, 24px), 24px);
  color: #333;
  text-align: center;
  margin-top: calc(6 * var(--to-rem));
}
.top-business__card {
  display: block;
  position: absolute;
  text-decoration: none;
  z-index: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.top-business__card--01 {
  left: min(min(10.7086614173vw, 204px), 204px);
  top: min(min(16.4829396325vw, 314px), 314px);
  width: min(min(26.9291338583vw, 513px), 513px);
  height: min(min(31.9160104987vw, 608px), 608px);
}
.top-business__card--02 {
  left: min(min(39.0551181102vw, 744px), 744px);
  top: min(min(19.3175853018vw, 368px), 368px);
  width: min(min(26.8766404199vw, 512px), 512px);
  height: min(min(31.6535433071vw, 603px), 603px);
}
.top-business__card--03 {
  left: min(min(67.3490813648vw, 1283px), 1283px);
  top: min(min(21.9422572178vw, 418px), 418px);
  width: min(min(26.9291338583vw, 513px), 513px);
  height: min(min(31.6535433071vw, 603px), 603px);
}
.top-business__number {
  display: block;
  font-weight: 500;
  font-size: clamp(13px, min(6.2992125984vw, 120px), 120px);
  color: #30aece;
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 2;
}
.top-business__photo {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  margin-top: min(min(-2.8871391076vw, -55px), -55px);
  background-color: #000;
  overflow: hidden;
}
.top-business__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  -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;
}
.top-business__card-info {
  position: absolute;
  bottom: min(min(3.4120734908vw, 65px), 65px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(1.5748031496vw, 30px), 30px);
  z-index: 3;
}
.top-business__card-title {
  font-weight: 400;
  font-size: clamp(13px, min(1.6797900262vw, 32px), 32px);
  color: #fff;
  white-space: nowrap;
  line-height: 1;
}
.top-business__arrow {
  display: block;
  width: min(min(3.3070866142vw, 63px), 63px);
  height: auto;
}

/* =====================================================
# top-company
===================================================== */
.top-company {
  position: relative;
  height: min(min(32.3884514436vw, 617px), 617px);
  overflow: hidden;
  margin-top: -3px;
}
.top-company__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: min(min(65.9842519685vw, 1257px), 1257px);
  height: min(min(27.1391076115vw, 517px), 517px);
  z-index: 0;
}
.top-company__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-company__photo {
  position: absolute;
  top: min(min(5.3543307087vw, 102px), 102px);
  left: min(min(52.4934383202vw, 1000px), 1000px);
  width: min(min(52.4934383202vw, 1000px), 1000px);
  height: min(min(27.0341207349vw, 515px), 515px);
  z-index: 1;
}
.top-company__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-company__content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: min(min(4.5669291339vw, 87px), 87px);
  padding-top: min(min(5.3543307087vw, 102px), 102px);
  padding-bottom: min(min(5.1968503937vw, 99px), 99px);
  padding-left: min(min(17.9002624672vw, 341px), 341px);
  padding-right: min(min(15.3280839895vw, 292px), 292px);
  width: min(min(65.9842519685vw, 1257px), 1257px);
}
.top-company__title {
  font-weight: 400;
  font-size: clamp(13px, min(1.6797900262vw, 32px), 32px);
  color: #fff;
  line-height: 1.4;
}
.top-company__text {
  font-weight: 400;
  font-size: clamp(13px, min(1.2598425197vw, 24px), 24px);
  color: #fff;
  line-height: 1.6;
  white-space: nowrap;
}
.top-company__contact {
  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-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  gap: min(min(2.6771653543vw, 51px), 51px);
}
.top-company__tel {
  font-weight: 400;
  font-size: clamp(13px, min(1.2598425197vw, 24px), 24px);
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.top-company__arrow {
  width: min(min(3.2545931759vw, 62px), 62px);
  height: auto;
}

/* =====================================================
# top-contact
===================================================== */
.top-contact {
  background-color: #eee;
}
.top-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(min(3.3070866142vw, 63px), 63px);
  max-width: 2000px;
  margin-inline: auto;
  padding: min(min(4.5144356955vw, 86px), 86px) min(min(10.7611548556vw, 205px), 205px) min(min(5.9842519685vw, 114px), 114px) min(min(10.7086614173vw, 204px), 204px);
}
.top-contact__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(min(17.9527559055vw, 342px), 342px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}
.top-contact__en {
  font-weight: 500;
  font-size: clamp(13px, min(3.3595800525vw, 64px), 64px);
  color: #333;
  line-height: 1;
}
.top-contact__line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333;
  margin-top: min(min(1.0498687664vw, 20px), 20px);
  margin-bottom: min(min(0.8923884514vw, 17px), 17px);
}
.top-contact__ja {
  font-weight: 500;
  font-size: clamp(13px, min(0.8398950131vw, 16px), 16px);
  color: #333;
  text-align: center;
}
.top-contact__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(4.5144356955vw, 86px), 86px);
}
.top-contact__divider {
  display: block;
  width: 1px;
  height: min(min(9.1338582677vw, 174px), 174px);
  background-color: #333;
  opacity: 0.2;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.top-contact__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(2.1522309711vw, 41px), 41px);
  width: min(min(10.8661417323vw, 207px), 207px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.top-contact__item--mail {
  margin-top: min(min(0.5774278215vw, 11px), 11px);
  width: min(min(12.5984251969vw, 240px), 240px);
}
.top-contact__icon {
  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;
}
.top-contact__icon img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.top-contact__label {
  font-weight: 500;
  font-size: clamp(13px, min(1.2598425197vw, 24px), 24px);
  color: #333;
  white-space: nowrap;
  text-align: center;
}
.top-contact__mail-link {
  width: 100%;
}
.top-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;
  gap: min(min(0.8923884514vw, 17px), 17px);
  text-decoration: none;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.top-contact__btn-text {
  font-weight: 500;
  font-size: clamp(13px, min(0.8398950131vw, 16px), 16px);
  color: #333;
  white-space: nowrap;
}
.top-contact__arrow {
  width: min(min(3.3070866142vw, 63px), 63px);
  height: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

/* =====================================================
# 領域アニメーション
===================================================== */
.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;
  padding-top: min(min(5.3543307087vw, 102px), 102px);
}
.mv-jumbotron {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #999;
  background-size: cover;
  background-position: center center;
  height: calc(450 * var(--to-rem));
  position: relative;
  z-index: -1;
}
.mv-jumbotron.is-contact {
  background-position: center center;
}
.mv-jumbotron::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  pointer-events: none; /* フィルターの下の画像をクリック可能にする */
}
.mv-jumbotron__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.mv .mv-h2 {
  margin: 0;
  position: relative;
  display: inline-block;
  text-align: left;
  background-color: rgba(0, 44, 156, 0.7);
  padding: calc(32 * var(--to-rem)) calc(56 * var(--to-rem));
}
.mv .mv-h2__ja {
  display: block;
  font-size: calc(21 * var(--to-rem));
  font-weight: 600;
  position: relative;
  z-index: 1;
  margin-top: calc(20 * var(--to-rem));
  color: #fff;
  padding-left: calc(55 * var(--to-rem));
}
.mv .mv-h2__ja::before {
  content: "";
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  width: calc(40 * var(--to-rem));
  left: 0;
}
.mv .mv-h2__en {
  display: block;
  font-size: calc(50 * var(--to-rem));
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

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

/* =====================================================
# 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__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 .horizontal-table {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
}
.company .horizontal-table__header {
  background-color: rgba(0, 44, 156, 0.05);
}
.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 #002c9c;
  font-weight: 600;
  vertical-align: middle;
}
.horizontal-table__header:last-child {
  border-right-width: 0;
}
.horizontal-table__header:first-child {
  border-top: 1px solid #002c9c;
}
.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(60 * 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: #eee;
  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: #30aece;
  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__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #002c9c;
  padding: 40px 15px;
  border: 5px solid #fff;
}
.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;
  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: #f1be19;
  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;
  line-height: 1.1;
  border-left: 8px solid #002c9c;
  padding-left: 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(238, 238, 238, 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: #002c9c;
  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: #002c9c;
  color: #fff;
  border: 2px solid transparent;
  padding: 15px;
  text-align: center;
  width: 320px;
}
.mail-form .send-btn--back {
  margin-right: 100px;
  color: #002c9c;
  background-color: #fff;
  border: 2px solid #002c9c;
}
.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(48 * var(--to-rem));
  font-weight: 700;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
}
.heading::after {
  content: attr(data-en);
  position: absolute;
  top: calc(72 * var(--to-rem));
  left: calc(5 * var(--to-rem));
  font-size: calc(23 * var(--to-rem));
  background: none;
}

.button {
  display: inline-block;
  min-width: calc(240 * var(--to-rem));
  line-height: 60px;
  height: 60px;
  background: #002c9c;
  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: #eee;
}

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

#two, #three {
  margin-top: -200px;
  padding-top: 200px;
}
/* 左から右にカーテン
---------------------------------------------------- */
.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);
  }
}
.company-map__btn-wrap {
  margin-top: calc(30 * var(--to-rem));
  text-align: center;
}

.biz-section .inner[id] {
  scroll-margin-top: 132px;
}

.biz-section {
  padding: min(min(6.2992125984vw, 120px), 120px) 0;
}
.biz-section--gray {
  background-color: #eee;
}
.biz-section--white {
  background-color: #fff;
}
.biz-section__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(2.0997375328vw, 40px), 40px);
  margin-bottom: min(min(4.1994750656vw, 80px), 80px);
}
.biz-section__heading--center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.biz-section__number {
  font-weight: 600;
  font-size: clamp(13px, min(6.2992125984vw, 120px), 120px);
  line-height: 1;
  color: #30aece;
}
.biz-section__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;
  gap: min(min(0.6299212598vw, 12px), 12px);
}
.biz-section__en {
  font-weight: 500;
  font-size: clamp(13px, min(2.5196850394vw, 48px), 48px);
  line-height: 1.2;
  color: #333;
}
.biz-section__line {
  display: block;
  width: min(min(10.498687664vw, 200px), 200px);
  height: 1px;
  background-color: #333;
}
.biz-section__ja {
  font-weight: 500;
  font-size: clamp(13px, min(1.2598425197vw, 24px), 24px);
  color: #333;
}

.biz-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(3.1496062992vw, 60px), 60px);
}
.biz-row + .biz-row {
  margin-top: min(min(4.1994750656vw, 80px), 80px);
}
.biz-row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.biz-row__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.biz-row__desc {
  font-weight: 400;
  font-size: clamp(13px, min(1.0498687664vw, 20px), 20px);
  line-height: 2;
  color: #333;
  text-align: justify;
}
.biz-row__desc strong {
  font-weight: 700;
  font-size: clamp(13px, min(1.154855643vw, 22px), 22px);
}
.biz-row__img {
  width: min(min(30.4461942257vw, 580px), 580px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-shadow: 10px 10px 0 #30aece;
          box-shadow: 10px 10px 0 #30aece;
}
.biz-row__img img {
  width: 100%;
  height: auto;
  display: block;
}

.biz-grid {
  margin-top: min(min(5.249343832vw, 100px), 100px);
  text-align: center;
}
.biz-grid__title {
  display: inline-block;
  font-weight: 600;
  font-size: clamp(13px, min(1.8372703412vw, 35px), 35px);
  border-bottom: 1px solid #333;
  margin-bottom: min(min(3.1496062992vw, 60px), 60px);
}
.biz-grid__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(min(1.5748031496vw, 30px), 30px);
}
.biz-grid__item {
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.biz-grid__img {
  overflow: hidden;
}
.biz-grid__img img {
  width: 100%;
  height: auto;
  display: block;
  -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;
}
.biz-grid__label {
  font-weight: 500;
  font-size: clamp(13px, min(1.0498687664vw, 20px), 20px);
  text-align: center;
  padding: min(min(0.8398950131vw, 16px), 16px) 0;
  color: #333;
  letter-spacing: 0.1em;
}

/* 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: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", 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);
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: min(min(5.3543307087vw, 102px), 102px);
  z-index: 100;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.l-header.is-scrolled {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.l-header.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}
.l-header__inner {
  position: relative;
  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;
  max-width: 2000px;
  margin-inline: auto;
  height: 100%;
  padding-left: min(min(1.5748031496vw, 30px), 30px);
}
.l-header__logo {
  margin: 0;
}
.l-header__logo a {
  display: block;
  text-decoration: none;
}
.l-header__logo img {
  width: min(min(16.3779527559vw, 312px), 312px);
  height: auto;
}
.l-header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(0.7874015748vw, 15px), 15px);
}
.l-header__nav-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(5.1968503937vw, 99px), 99px);
}
.l-header__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;
  gap: min(min(5.1443569554vw, 98px), 98px);
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-header__nav-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(0.5249343832vw, 10px), 10px);
  text-decoration: none;
  font-weight: 400;
  color: #333;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.l-header__nav-item a.is-active {
  color: #002c9c;
}
.l-header__nav-ja {
  font-size: clamp(13px, min(0.8398950131vw, 16px), 16px);
  line-height: 1;
}
.l-header__nav-en {
  font-size: clamp(13px, min(0.8398950131vw, 16px), 16px);
  line-height: 1;
}
.l-header__tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(0.9448818898vw, 18px), 18px);
}
.l-header__tel::before {
  content: "";
  display: block;
  width: 1px;
  height: min(min(3.2545931759vw, 62px), 62px);
  background-color: #333;
}
.l-header__tel-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;
  gap: min(min(0.5774278215vw, 11px), 11px);
  text-decoration: none;
}
.l-header__tel-link img {
  width: min(min(0.9448818898vw, 18px), 18px);
  height: auto;
}
.l-header__tel-number {
  font-weight: 400;
  font-size: clamp(13px, min(1.469816273vw, 28px), 28px);
  color: #333;
  white-space: nowrap;
}
.l-header__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: min(min(7.9265091864vw, 151px), 151px);
  height: 100%;
  padding: min(min(1.0498687664vw, 20px), 20px) min(min(1.4173228346vw, 27px), 27px) min(min(0.9973753281vw, 19px), 19px) min(min(1.469816273vw, 28px), 28px);
  background-color: #002c9c;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header__contact-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(0.7874015748vw, 15px), 15px);
  width: min(min(5.0393700787vw, 96px), 96px);
}
.l-header__contact-inner img {
  width: min(min(1.5748031496vw, 30px), 30px);
  height: auto;
}
.l-header__contact-text {
  font-weight: 400;
  font-size: clamp(13px, min(0.8398950131vw, 16px), 16px);
  color: #fff;
  white-space: nowrap;
}
.l-header__hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  width: calc(50 * var(--to-rem));
  height: calc(50 * var(--to-rem));
  background: #30aece;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 110;
}
.l-header__hamburger span {
  display: block;
  width: calc(24 * var(--to-rem));
  height: 2px;
  background-color: #fff;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.l-header__hamburger.is-checked span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.l-header__hamburger.is-checked span:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger.is-checked span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

.l-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(300 * var(--to-rem));
  height: 100%;
  background-color: #002c9c;
  z-index: 105;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  overflow-y: auto;
}
.l-drawer.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.l-drawer__close {
  position: absolute;
  top: calc(10 * var(--to-rem));
  right: calc(10 * var(--to-rem));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(44 * var(--to-rem));
  height: calc(44 * var(--to-rem));
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.l-drawer__close span {
  position: absolute;
  display: block;
  width: calc(24 * var(--to-rem));
  height: 2px;
  background-color: #fff;
}
.l-drawer__close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-drawer__close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-drawer__inner {
  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(40 * var(--to-rem));
  padding: calc(80 * var(--to-rem)) calc(30 * var(--to-rem)) calc(40 * var(--to-rem));
}
.l-drawer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(24 * var(--to-rem));
}
.l-drawer__item a {
  display: block;
  font-weight: 400;
  font-size: calc(18 * var(--to-rem));
  color: #fff;
  text-decoration: none;
  padding: calc(8 * var(--to-rem)) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.l-drawer__item a.is-active {
  color: #002c9c;
}
.l-drawer__contact {
  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(16 * var(--to-rem));
}
.l-drawer__tel {
  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: calc(8 * var(--to-rem));
  color: #fff;
  font-size: calc(18 * var(--to-rem));
  text-decoration: none;
}
.l-drawer__tel img {
  width: calc(18 * var(--to-rem));
  height: auto;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.l-drawer__mail {
  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(14 * var(--to-rem)) calc(20 * var(--to-rem));
  background-color: #fff;
  color: #002c9c;
  font-weight: 500;
  font-size: calc(16 * var(--to-rem));
  text-decoration: none;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.footer__main {
  background-color: #002c9c;
}
.footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 2000px;
  margin-inline: auto;
  padding: min(min(5.3018372703vw, 101px), 101px) min(min(5.249343832vw, 100px), 100px) min(min(4.9868766404vw, 95px), 95px);
}
.footer__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;
  gap: min(min(2.8346456693vw, 54px), 54px);
}
.footer__logo-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(1.0498687664vw, 20px), 20px);
}
.footer__logo {
  width: min(min(5.3018372703vw, 101px), 101px);
  height: auto;
}
.footer__company-name {
  font-weight: 500;
  font-size: clamp(13px, min(1.2598425197vw, 24px), 24px);
  color: #fff;
  white-space: nowrap;
}
.footer__address {
  font-weight: 400;
  font-size: clamp(13px, min(0.8398950131vw, 16px), 16px);
  color: #fff;
  line-height: 1.8;
}
.footer__address a {
  color: #fff;
  text-decoration: none;
}
.footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(5.0918635171vw, 97px), 97px);
}
.footer__nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(0.3149606299vw, 6px), 6px);
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer__nav-ja {
  font-weight: 400;
  font-size: clamp(13px, min(0.8398950131vw, 16px), 16px);
  color: #fff;
  white-space: nowrap;
}
.footer__nav-en {
  font-weight: 400;
  font-size: clamp(13px, min(0.8398950131vw, 16px), 16px);
  color: #fff;
  white-space: nowrap;
}
.footer__copyright {
  background-color: #333;
  padding: min(min(2.3622047244vw, 45px), 45px) 0 min(min(1.9422572178vw, 37px), 37px);
  text-align: center;
}
.footer__copyright p {
  font-weight: 400;
  font-size: clamp(13px, min(0.7349081365vw, 14px), 14px);
  color: #fff;
}

/* 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--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-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-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::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-weight: 600;
  font-size: clamp(13px, 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--white {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.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: "Noto Sans JP", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: clamp(13px, 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--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 .u-current {
  color: #002c9c;
}

.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(22 * var(--to-rem));
  }
  .fv {
    height: 60svh;
  }
  .fv__inner {
    padding-top: 16.6805671393vw;
  }
  .fv__text {
    gap: 2.0016680567vw;
  }
  .fv__en {
    font-size: 6.6722268557vw;
  }
  .fv__ja {
    font-size: 3.0025020851vw;
  }
  .top-about {
    gap: 3.3361134279vw;
    height: auto;
    padding: 5.0041701418vw 3.3361134279vw;
  }
  .top-about__deco {
    width: 20.8507089241vw;
  }
  .top-about__deco {
    display: none;
  }
  .top-about__content {
    gap: 5.0041701418vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .top-about__heading {
    width: 20.8507089241vw;
    gap: 1.0008340284vw;
  }
  .top-about__en {
    font-size: 4.0033361134vw;
  }
  .top-about__ja {
    font-size: 1.6680567139vw;
  }
  .top-about__body {
    gap: 3.3361134279vw;
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .top-about__text {
    font-size: calc(16 * var(--to-rem));
  }
  .top-about__btn {
    gap: 2.5020850709vw;
  }
  .top-about__btn-text {
    font-size: calc(16 * var(--to-rem));
  }
  .top-about__arrow {
    width: 4.1701417848vw;
  }
  .top-business {
    height: auto;
    padding: 5.0041701418vw 3.3361134279vw;
  }
  .top-business__bg {
    left: 0;
    width: 100%;
    height: 100%;
  }
  .top-business__grid {
    width: 33.3611342786vw;
    height: 30.0250208507vw;
    top: auto;
    bottom: 0;
  }
  .top-business__heading {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin-bottom: 3.3361134279vw;
  }
  .top-business__en {
    font-size: 4.0033361134vw;
  }
  .top-business__line {
    width: 25.0208507089vw;
  }
  .top-business__ja {
    font-size: 1.6680567139vw;
  }
  .top-business__card {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: calc(33.333% - 1.6680567139vw) !important;
    height: auto !important;
  }
  .top-business__number {
    font-size: 5.8381984987vw;
  }
  .top-business__photo {
    margin-top: -2.9190992494vw;
  }
  .top-business__card-info {
    bottom: 3.3361134279vw;
    gap: 1.6680567139vw;
  }
  .top-business__card-title {
    font-size: calc(20 * var(--to-rem));
  }
  .top-business__arrow {
    width: 3.7531276063vw;
  }
  .top-business {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.5020850709vw;
  }
  .top-company {
    height: auto;
  }
  .top-company__bg {
    width: 100%;
    height: 100%;
  }
  .top-company__photo {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .top-company__photo img {
    height: auto;
  }
  .top-company__content {
    width: 100%;
    padding: 5.0041701418vw 3.3361134279vw;
    gap: 3.3361134279vw;
  }
  .top-company__title {
    font-size: 2.3352793995vw;
  }
  .top-company__text {
    font-size: calc(16 * var(--to-rem));
  }
  .top-company__contact {
    gap: 2.5020850709vw;
  }
  .top-company__tel {
    font-size: calc(16 * var(--to-rem));
  }
  .top-company__arrow {
    width: 4.1701417848vw;
  }
  .top-contact__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.3361134279vw;
    padding: 5.0041701418vw 3.3361134279vw;
  }
  .top-contact__heading {
    width: 25.0208507089vw;
  }
  .top-contact__en {
    font-size: 4.0033361134vw;
  }
  .top-contact__line {
    margin-top: 1.6680567139vw;
    margin-bottom: 1.0008340284vw;
  }
  .top-contact__ja {
    font-size: calc(14 * var(--to-rem));
  }
  .top-contact__items {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.3361134279vw;
  }
  .top-contact__divider {
    height: 10.0083402836vw;
  }
  .top-contact__item {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    gap: 2.0850708924vw;
  }
  .top-contact__item--mail {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 1.6680567139vw;
  }
  .top-contact__label {
    font-size: calc(16 * var(--to-rem));
  }
  .top-contact__btn {
    gap: 1.0008340284vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-contact__btn-text {
    font-size: calc(14 * var(--to-rem));
  }
  .top-contact__arrow {
    width: 4.1701417848vw;
  }
  .mv {
    padding-top: calc(70 * var(--to-rem));
  }
  .tel-fax .tel-number {
    font-size: 35px;
  }
  .is-business-intro .column .text-box p {
    font-size: 1.5012510425vw;
  }
  .biz-section .inner[id] {
    scroll-margin-top: 100px;
  }
  .biz-section {
    padding: 6.6722268557vw 0;
  }
  .biz-section__heading {
    gap: 2.5020850709vw;
    margin-bottom: 5.0041701418vw;
  }
  .biz-section__number {
    font-size: 6.6722268557vw;
  }
  .biz-section__en {
    font-size: 3.0025020851vw;
  }
  .biz-section__ja {
    font-size: 1.6680567139vw;
  }
  .biz-row + .biz-row {
    margin-top: 5.0041701418vw;
  }
  .biz-row {
    gap: 3.3361134279vw;
  }
  .biz-row__desc strong {
    font-size: calc(18 * var(--to-rem));
  }
  .biz-row__desc {
    font-size: calc(16 * var(--to-rem));
  }
  .biz-row__img {
    width: 33.3611342786vw;
  }
  .biz-grid {
    margin-top: 5.0041701418vw;
  }
  .biz-grid__title {
    font-size: 2.0016680567vw;
    margin-bottom: 2.5020850709vw;
  }
  .biz-grid__label {
    font-size: calc(16 * var(--to-rem));
    padding: calc(12 * var(--to-rem)) 0;
  }
  .l-header {
    height: calc(70 * var(--to-rem));
  }
  .l-header__inner {
    padding-left: calc(15 * var(--to-rem));
    padding-right: calc(10 * var(--to-rem));
  }
  .l-header__logo img {
    width: calc(220 * var(--to-rem));
  }
  .l-header__nav {
    display: none;
  }
  .l-header__nav-item a.is-active {
    color: #30aece;
  }
  .l-header__hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .l-drawer__item a.is-active {
    color: #30aece;
  }
  .footer__inner {
    padding: 5.0041701418vw 3.3361134279vw;
  }
  .footer__info {
    gap: 2.5020850709vw;
  }
  .footer__logo-row {
    gap: 1.2510425354vw;
  }
  .footer__logo {
    width: 6.6722268557vw;
  }
  .footer__company-name {
    font-size: 1.6680567139vw;
  }
  .footer__address {
    font-size: calc(14 * var(--to-rem));
  }
  .footer__nav {
    gap: 4.1701417848vw;
  }
  .footer__nav-item {
    gap: 0.6672226856vw;
  }
  .footer__nav-ja {
    font-size: calc(14 * var(--to-rem));
  }
  .footer__nav-en {
    font-size: calc(14 * var(--to-rem));
  }
  .footer__copyright {
    padding: 1.6680567139vw 0;
  }
  .footer__copyright p {
    font-size: calc(12 * 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(16 * var(--to-rem));
    padding: 0 calc(40 * var(--to-rem));
  }
}

@media screen and (max-width: 1023px) {
  #js-pagetop {
    right: 0px;
    bottom: 0px;
  }
  .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;
  }
}

@media screen and (min-width: 768px) {
  #js-pagetop:focus, #js-pagetop:hover {
    opacity: 0.6;
  }
  .top-about__btn {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .top-about__btn:focus, .top-about__btn:hover {
    opacity: 0.7;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .top-business__card:focus, .top-business__card:hover {
    opacity: 0.85;
  }
  .top-business__card:focus .top-business__photo img, .top-business__card:hover .top-business__photo img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .top-company__contact {
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }
  .top-company__contact:focus, .top-company__contact:hover {
    opacity: 0.7;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .top-contact__btn:focus, .top-contact__btn:hover {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
    opacity: 0.7;
  }
  .mail-form .privacy__link:focus, .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: #30aece;
  }
  .button:focus::after, .button:hover::after {
    right: 0.5em;
  }
  .recruit__button .button:focus, .recruit__button .button:hover {
    background: #002c9c;
  }
  .biz-grid__item:focus-within, .biz-grid__item:hover {
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  }
  .biz-grid__item:hover .biz-grid__img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .l-header__nav-item a:focus, .l-header__nav-item a:hover {
    color: #30aece;
  }
  .l-header__contact:focus, .l-header__contact:hover {
    opacity: 0.8;
  }
  .l-drawer__item a:focus, .l-drawer__item a:hover {
    color: #30aece;
  }
  .l-drawer__mail:focus, .l-drawer__mail:hover {
    opacity: 0.8;
  }
  .footer__nav-item:focus, .footer__nav-item:hover {
    opacity: 0.7;
  }
  .c-btn:focus, .c-btn:hover {
    background-color: #fff;
    border-color: currentColor;
    color: #e25c00;
  }
  .c-btn--warning:focus, .c-btn--warning:hover {
    border-color: #f1de00;
    color: #222;
  }
  .c-rounded-btn:focus, .c-rounded-btn:hover {
    background-color: #fff;
    border-color: currentColor;
    color: #e25c00;
  }
  .c-before-icon-btn:focus, .c-before-icon-btn:hover {
    background-color: #e25c00;
    color: #fff;
  }
  .c-btn-border:focus, .c-btn-border:hover {
    background-color: #002c9c;
    color: #fff;
  }
  .c-btn-border--white:focus, .c-btn-border--white:hover {
    background-color: #fff;
    color: #000;
  }
  .c-btn-more:focus, .c-btn-more:hover {
    opacity: 0.8;
  }
  .p-breadcrumb li a:focus, .p-breadcrumb li a:hover {
    text-decoration: underline;
  }
  .hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 1199px) and (max-width: 767px) {
  .fv__inner {
    padding-top: 39.1134289439vw;
  }
  .tel-fax .tel-number {
    padding-left: 2px;
    font-size: 25px;
  }
  .is-business-intro .column .text-box p {
    font-size: calc(16 * var(--to-rem));
  }
  .l-header__inner {
    padding-right: calc(5 * var(--to-rem));
  }
}

@media screen and (max-width: 767px) {
  .fv__text {
    gap: 2.6075619296vw;
  }
  .fv__en {
    font-size: calc(40 * var(--to-rem));
  }
  .fv__ja {
    font-size: calc(22 * var(--to-rem));
  }
  .top-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.9113428944vw;
    padding: 13.037809648vw 2.6075619296vw;
  }
  .top-about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.9113428944vw;
    position: relative;
    z-index: 1;
  }
  .top-about__heading {
    width: 100%;
    gap: 1.8252933507vw;
  }
  .top-about__en {
    font-size: calc(30 * var(--to-rem));
    line-height: 1.5;
  }
  .top-about__line {
    width: 26.075619296vw;
  }
  .top-about__ja {
    font-size: calc(18 * var(--to-rem));
    margin-top: calc(6 * var(--to-rem));
  }
  .top-about__body {
    margin-top: calc(30 * var(--to-rem));
    gap: 3.9113428944vw;
    width: 100%;
  }
  .top-about__text {
    font-size: calc(16 * var(--to-rem));
  }
  .top-about__btn {
    gap: 2.6075619296vw;
  }
  .top-about__btn-text {
    font-size: calc(16 * var(--to-rem));
  }
  .top-about__arrow {
    width: calc(38 * var(--to-rem));
  }
  .top-business {
    padding: calc(40 * var(--to-rem)) 2.6075619296vw;
  }
  .top-business__grid {
    width: 32.5945241199vw;
    height: 28.6831812256vw;
  }
  .top-business__heading {
    gap: 1.8252933507vw;
    margin-bottom: 3.9113428944vw;
  }
  .top-business__en {
    font-size: calc(30 * var(--to-rem));
  }
  .top-business__line {
    width: 26.075619296vw;
  }
  .top-business__ja {
    font-size: calc(18 * var(--to-rem));
  }
  .top-business__card {
    width: 100% !important;
  }
  .top-business__number {
    font-size: calc(50 * var(--to-rem));
  }
  .top-business__photo {
    margin-top: calc(-21 * var(--to-rem));
  }
  .top-business__card-info {
    bottom: 3.9113428944vw;
    gap: calc(16 * var(--to-rem));
  }
  .top-business__card-title {
    font-size: calc(20 * var(--to-rem));
  }
  .top-business__arrow {
    width: calc(38 * var(--to-rem));
  }
  .top-business {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.9113428944vw;
  }
  .top-company__content {
    padding: calc(40 * var(--to-rem)) 2.6075619296vw;
    gap: 3.9113428944vw;
  }
  .top-company__title {
    font-size: calc(22 * var(--to-rem));
  }
  .top-company__text {
    font-size: calc(16 * var(--to-rem));
    white-space: normal;
  }
  .top-company__contact {
    gap: 2.6075619296vw;
  }
  .top-company__tel {
    font-size: calc(16 * var(--to-rem));
  }
  .top-company__arrow {
    width: calc(38 * var(--to-rem));
  }
  .top-contact__inner {
    gap: 3.9113428944vw;
    padding: calc(40 * var(--to-rem)) 2.6075619296vw;
  }
  .top-contact__heading {
    width: 100%;
    gap: 1.8252933507vw;
  }
  .top-contact__en {
    font-size: calc(30 * var(--to-rem));
    line-height: 1.5;
  }
  .top-contact__line {
    width: 26.075619296vw;
    margin-top: 0;
    margin-bottom: 0;
  }
  .top-contact__ja {
    font-size: calc(18 * var(--to-rem));
    margin-top: calc(6 * var(--to-rem));
  }
  .top-contact__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.259452412vw;
    width: 100%;
  }
  .top-contact__divider {
    width: 80%;
    height: 1px;
  }
  .top-contact__item {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    gap: 1.9556714472vw;
  }
  .top-contact__item--mail {
    width: 100%;
    gap: 1.9556714472vw;
  }
  .top-contact__label {
    font-size: calc(16 * var(--to-rem));
  }
  .top-contact__btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.5645371578vw;
  }
  .top-contact__arrow {
    width: calc(38 * var(--to-rem));
  }
  .mv {
    padding-top: calc(60 * var(--to-rem));
  }
  .mv-jumbotron {
    height: 200px;
  }
  .mv .mv-h2 {
    padding: calc(20 * var(--to-rem)) calc(30 * var(--to-rem));
  }
  .mv .mv-h2__ja::before {
    width: calc(20 * var(--to-rem));
  }
  .mv .mv-h2__ja {
    padding-left: calc(30 * var(--to-rem));
    font-size: calc(14 * var(--to-rem));
    width: calc(120 * var(--to-rem));
  }
  .mv .mv-h2__en {
    font-size: calc(30 * var(--to-rem));
  }
  .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__box {
    margin-top: calc(30 * var(--to-rem));
  }
  .company-map__items {
    gap: calc(50 * var(--to-rem));
  }
  .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__content {
    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(26 * var(--to-rem));
  }
  .heading::after {
    font-size: calc(18 * var(--to-rem));
    top: calc(35 * var(--to-rem));
  }
  .md-none {
    display: none;
  }
  .biz-section .inner[id] {
    scroll-margin-top: 90px;
  }
  .biz-section {
    padding: calc(60 * var(--to-rem)) 0;
  }
  .biz-section__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: calc(16 * var(--to-rem));
    margin-bottom: calc(40 * var(--to-rem));
  }
  .biz-section__number {
    font-size: calc(50 * var(--to-rem));
  }
  .biz-section__title-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(8 * var(--to-rem));
  }
  .biz-section__en {
    font-size: calc(30 * var(--to-rem));
  }
  .biz-section__line {
    width: 26.075619296vw;
  }
  .biz-section__ja {
    font-size: calc(18 * var(--to-rem));
  }
  .biz-row + .biz-row {
    margin-top: calc(40 * var(--to-rem));
  }
  .biz-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(24 * var(--to-rem));
  }
  .biz-row__desc strong {
    font-size: calc(18 * var(--to-rem));
  }
  .biz-row__desc {
    font-size: calc(16 * var(--to-rem));
  }
  .biz-row__img {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .biz-grid {
    margin-top: calc(40 * var(--to-rem));
  }
  .biz-grid__title {
    font-size: calc(22 * var(--to-rem));
    margin-bottom: calc(24 * var(--to-rem));
  }
  .biz-grid__items {
    gap: calc(16 * var(--to-rem));
  }
  .biz-grid__label {
    font-size: calc(16 * var(--to-rem));
    padding: calc(10 * var(--to-rem)) 0;
  }
  .l-inner--has-column {
    grid-template-columns: 1fr;
  }
  .l-header {
    height: calc(60 * var(--to-rem));
  }
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5.2151238592vw;
    padding: calc(40 * var(--to-rem)) 2.6075619296vw;
  }
  .footer__info {
    gap: 3.1290743155vw;
  }
  .footer__logo-row {
    gap: 1.5645371578vw;
  }
  .footer__logo {
    width: 9.1264667536vw;
  }
  .footer__company-name {
    font-size: calc(18 * var(--to-rem));
  }
  .footer__address {
    font-size: calc(13 * var(--to-rem));
  }
  .footer__nav {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 3.9113428944vw 5.2151238592vw;
  }
  .footer__nav-item {
    gap: 0.7822685789vw;
  }
  .footer__nav-ja {
    font-size: calc(14 * var(--to-rem));
  }
  .footer__nav-en {
    font-size: calc(14 * var(--to-rem));
  }
  .footer__copyright {
    padding: 1.9556714472vw 0;
  }
  .footer__copyright p {
    font-size: calc(11 * var(--to-rem));
  }
  .c-btn-border {
    width: calc(220 * var(--to-rem));
    height: calc(50 * var(--to-rem));
    font-size: calc(16 * 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: 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: 1024px) {
  .hidden-tab {
    display: none;
  }
}