@charset "UTF-8";
:root {
  --font-family-base: "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-en: "Plus Jakarta Sans", "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-mobo: "MOBO-SemiBold", "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-kumbh-sans: "Kumbh Sans", "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}

:root {
  --font-weight-base: 500;
}

:root {
  --color-base: #1A1C25;
  --color-placeholder: #D4D4D4;
  --color-gray-01: #E9EBF1;
  --color-gray-02: #D4D4D4;
  --color-blue-01: #183672;
  --color-blue-02: #104879;
  --color-green: #006B64;
  --color-yellow-01: #FFF2CA;
  --color-yellow-02: #FFE25A;
  --color-orange: #F37E14;
  --color-red-01: #FF1000;
}

:root {
  --z-index-level-top: 2147483647;
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

/* 言語が英語（ラテン系言語）の場合、cap-heightベースにする */
:root:lang(en) {
  --leading-trim: calc((1cap - 1lh) / 2);
}

/* もし lh が未対応のブラウザであれば fallback */
@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}
:root {
  --width-pc-design: 1920;
  --width-pc-design-content: 1380;
  --width-pc-design-content-percent: 98%;
  --width-pc-design-content-vw: calc(var(--width-pc-design-content) / (--width-pc-design-content * .05) * 100vw);
  --width-pc-design-content-rem: calc((var(--width-pc-design-content) / 10) * 1rem);
  --width-sp-design: 414;
  --width-sp-design-content: 370;
  --width-sp-design-content-percent: calc(var(--width-sp-design-content) / var(--width-sp-design) * 100%);
  --width-sp-design-content-vw: calc(var(--width-sp-design-content) / var(--width-sp-design) * 100vw);
  --width-sp-design-content-rem: calc((var(--width-sp-design-content) / 10) * 1rem);
}

:root {
  --border-radius-infinity: calc(1px / 0);
}

:root {
  --opacity-base: .5;
}

:root {
  --transition-base: .4s;
  --transition-sub: .6s;
  --transition-animation-base: .4s;
  --transition-animation-sub: .6s;
}

.p-product {
  padding-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  .p-product {
    padding-bottom: 4rem;
  }
}
.p-product .img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-product .img {
    height: max(73.4rem, 38.2291666667vw);
  }
}
.p-product .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product .sec-outer {
  position: relative;
  padding-bottom: 57.6rem;
  background: linear-gradient(2deg, #104879 0%, #183672 100%);
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .p-product .sec-outer {
    padding-bottom: 22.4rem;
  }
}
.p-product .sec-inner {
  position: relative;
  z-index: 2;
  padding-block: 4.9rem 14.5rem;
  max-width: 166rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-product .sec-inner {
    padding-block: 3.3rem 4.5rem;
    width: 94.2028985507%;
  }
}
.p-product .hgroup {
  position: relative;
  z-index: 1;
  padding-top: 9.5rem;
}
@media screen and (max-width: 767px) {
  .p-product .hgroup {
    padding-top: 1.2rem;
  }
}
.p-product .hgroup_bg-txt {
  font-size: 17.7rem;
  line-height: 1.2598870056;
  font-weight: 700;
  font-family: var(--font-family-en);
  color: #F7F7F7;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .p-product .hgroup_bg-txt {
    font-size: 6.5rem;
    line-height: 1.2461538462;
  }
}
.p-product .hgroup_en {
  font-size: 1.8rem;
  line-height: 1.2777777778;
  font-weight: 700;
  font-family: var(--font-family-en);
  color: #0B246D;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product .hgroup_en {
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.p-product .hgroup_jp {
  font-size: 4.2rem;
  line-height: 1.4523809524;
  font-weight: 700;
  margin: 1.3rem auto 0;
  padding-bottom: 1.4rem;
  width: fit-content;
  border-bottom: 0.2rem solid #0B246D;
}
@media screen and (max-width: 767px) {
  .p-product .hgroup_jp {
    font-size: 2.6rem;
    line-height: 1.4230769231;
    margin-top: 1.4rem;
    padding-bottom: 1.1rem;
  }
}
.p-product .list {
  margin: 11.7rem auto 0;
  width: 98%;
  max-width: 140rem;
}
@media screen and (max-width: 767px) {
  .p-product .list {
    margin-top: 5rem;
    width: 89.7435897436%;
  }
}
@media screen and (min-width: 768px) {
  .p-product .list_item {
    --_grid-columns: 51.4285714286% 1fr;
    --_hgorup-grid-column: 2;
    --_img-grid-column: 1;
    --_txt-grid-column: 2;
    display: grid;
    align-items: flex-start;
    grid-template-columns: var(--_grid-columns);
    column-gap: 6.2142857143%;
    padding-right: 4.2857142857%;
  }
}
@media screen and (min-width: 768px) {
  .p-product .list_item:nth-child(even) {
    --_grid-columns: 1fr 51.4285714286%;
    --_hgorup-grid-column: 1;
    --_img-grid-column: 2;
    --_txt-grid-column: 1;
    padding-inline: 4.2857142857% 0;
  }
}
.p-product .list_item:nth-child(n+2) {
  margin-top: 11rem;
}
@media screen and (max-width: 767px) {
  .p-product .list_item:nth-child(n+2) {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-product .list_hgroup {
    grid-row: 1;
    grid-column: var(--_hgorup-grid-column);
    margin-top: 6.2rem;
  }
}
.p-product .list_hgroup_en {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 700;
  font-family: var(--font-family-en);
  color: #0B246D;
}
@media screen and (max-width: 767px) {
  .p-product .list_hgroup_en {
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }
}
.p-product .list_hgroup_jp {
  font-size: 3.2rem;
  line-height: 1.4375;
  font-weight: 700;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-product .list_hgroup_jp {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-product .list_img {
    grid-row: span 3;
    grid-column: var(--_img-grid-column);
  }
}
@media screen and (max-width: 767px) {
  .p-product .list_img {
    margin-top: 2rem;
  }
}
.p-product .list_txt {
  font-size: 1.6rem;
  line-height: 2.125;
  font-weight: 500;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-product .list_txt {
    grid-row: 2;
    grid-column: var(--_txt-grid-column);
  }
}
@media screen and (max-width: 767px) {
  .p-product .list_txt {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    margin-top: 2rem;
  }
}
.p-product .c-loop {
  position: absolute;
  left: 0;
  bottom: 33rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-product .c-loop {
    bottom: 14.4rem;
  }
}
.p-product .c-loop_txt {
  color: #082F58;
}
.p-product-machinery {
  margin-top: -17.2rem;
}
@media screen and (max-width: 767px) {
  .p-product-machinery {
    margin-top: -3rem;
  }
}
.p-product-materials {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-product-materials {
    margin-top: 2rem;
  }
}
.p-product .p-product-order {
  position: relative;
  z-index: 1;
  margin-top: -14rem;
}
@media screen and (max-width: 767px) {
  .p-product .p-product-order {
    margin-top: -11rem;
  }
}
.p-product .p-product-order .c-wrap {
  position: relative;
  padding: 12.4rem;
  max-width: 140rem;
}
@media screen and (max-width: 767px) {
  .p-product .p-product-order .c-wrap {
    padding: 7rem 0;
    width: 91.7874396135%;
  }
}
.p-product .p-product-order .bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.p-product .p-product-order .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product .p-product-order .ttl {
  font-size: 3.2rem;
  line-height: 1.4375;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product .p-product-order .ttl {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.p-product .p-product-order .txt {
  font-size: 1.6rem;
  line-height: 1.875;
  color: #fff;
  text-align: center;
  margin-top: 3.7rem;
}
@media screen and (max-width: 767px) {
  .p-product .p-product-order .txt {
    margin-top: 2.7rem;
  }
}
.p-product .p-product-order .c-btn-slide {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-product .p-product-order .c-btn-slide {
    margin-top: 7.9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-product .p-product-order .c-btn-slide_link {
    font-size: 1.4rem;
    max-width: 28rem;
    height: 5.6rem;
  }
}

/*# sourceMappingURL=product.css.map */
