.page_mv__inner {
  justify-content: unset;
}

.page_mv_service {
  position: relative;
  height: 420px;
  overflow: hidden;
}
.page_mv_service__bg {
  position: absolute;
  inset: 0;
}
.page_mv_service__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_mv_service__overlay {
  position: absolute;
  inset: 0;
}
.page_mv_service__inner_service {
  position: relative;
  z-index: 2;
  height: 100%;
  margin: 0 auto;
  padding: 0 40px;
  align-items: center;
  display: flex;
  flex-direction: column;
  color: #fff;
}
.page_mv_service__title_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  height: 280px;
  justify-content: center;
  margin-top: 80px;
}
.page_mv_service__title {
  color: #FFF;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 60.8px */
  letter-spacing: 3.8px;
}
.page_mv_service__title br {
  display: none;
}
.page_mv_service__sub_title {
  color: #FFF;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
  letter-spacing: 1.4px;
}
.page_mv_service__sub_title .br_sp {
  display: none;
}
.page_mv_service__breadcrumb {
  display: flex;
  align-items: center;
  position: relative;
  bottom: 0;
  left: 0;
  gap: 32px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  height: 60px;
  padding-left: 40px;
  padding-right: 40px;
}
.page_mv_service__breadcrumb a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.4px;
}

.access_mv .page_mv__bg {
  background: #00163B;
}

@media screen and (max-width: 1024px) {
  .page_mv_service__title_box {
    margin-top: 58px;
    height: 416px;
  }
  .page_mv__breadcrumb {
    height: 46px;
    padding-left: 16px;
    gap: 16px;
  }
  .page_mv__breadcrumb a {
    font-size: 11px;
  }
}
@media screen and (max-width: 950px) {
  .page_mv_service__title {
    font-size: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 780px) {
  .page_mv_service__title br {
    display: block;
  }
  .page_mv_service {
    height: 520px;
  }
  .page_mv_service__sub_title .br_sp {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .page_mv_service__sub_title {
    font-size: 11px;
  }
}
.section_products {
  padding-top: 120px;
  padding-bottom: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section_products .section_main {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  width: 95%;
}
.section_products .section_main .title h2 br {
  display: none;
}
.section_products .section_main .product_content {
  display: flex;
  flex-direction: row;
  gap: 48px;
  max-width: 1200px;
}
.section_products .section_main .product_content__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none;
  width: 100%;
}
.section_products .section_main .product_content__item > span {
  color: #111;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 1.28px;
}
.section_products .section_main .product_content__item__image {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.section_products .section_main .product_content__item__image img {
  width: 100%;
  height: auto;
  display: block;
}
.section_products .section_main .product_content__item__image__label {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  position: absolute;
  left: 0;
  background: rgba(0, 36, 82, 0.7);
  bottom: 0;
  height: 70px;
  width: 100%;
}
.section_products .section_main .product_content__item__image__label h3 {
  margin: 0;
  color: #FFF;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 22px */
  letter-spacing: 4.4px;
  margin-left: 24px;
}
.section_products .section_main .product_content__item__image__label__arrow {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  margin-right: 24px;
}
.section_products .section_main .product_content__item__image__label__arrow span {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
  letter-spacing: 0.96px;
}
.section_products .section_main .product_content__item__image__label__arrow svg {
  width: 9px;
  height: 5px;
}

@media screen and (max-width: 950px) {
  .section_products .section_main .title h2 br {
    display: block;
  }
}
@media screen and (max-width: 880px) {
  .section_products {
    padding-top: 88px;
    padding-bottom: 128px;
  }
  .section_products .section_main .product_content {
    flex-direction: column;
    width: 91.79%;
  }
  .section_products .section_main .title {
    width: 91.79%;
  }
  .section_products .section_main .product_content__item__image__label {
    height: 60px;
  }
}
@media screen and (max-width: 550px) {
  .section_products .section_main .title span {
    font-size: 12px;
  }
  .section_products .section_main .title h2 {
    font-size: 24px;
    line-height: 160%; /* 38.4px */
    letter-spacing: 1.92px;
  }
  .section_products .section_main .product_content__item__image__label h3 {
    font-size: 20px;
    margin-left: 21px;
  }
  .section_products .section_main .product_content__item__image__label__arrow {
    margin-right: 21px;
  }
  .section_products .section_main .product_content__item__image__label__arrow span {
    font-size: 11px;
  }
}

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