/* =========================================================
button
========================================================= */
/* =========================================================
breadcrumbs
========================================================= */
.c-breadcrumbs--wrap {
  border-bottom: 1px solid #dbdbdb;
  margin: auto;
  max-width: 1760px;
  padding: 2rem 3vw;
  width: 96%;
}
.c-breadcrumbs-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}
.c-breadcrumbs-list > li {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.6;
}
.c-breadcrumbs-list > li:not(:last-child)::after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  width: 1rem;
  margin-left: 8px;
}
.c-breadcrumbs-list a {
  color: inherit;
  text-decoration: none;
}

/* =========================================================
title
========================================================= */
/* =========================================================
products
========================================================= */
.p-products {
  padding-top: 90px;
}
@media screen and (min-width: 992px) {
  .p-products {
    padding-top: 150px;
  }
}
.p-products-mv--wrap {
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin: auto;
  max-height: 770px;
  max-width: 1760px;
  overflow: hidden;
  padding: 10vh 2vh;
  position: relative;
  width: 95%;
}
@media screen and (min-width: 992px) {
  .p-products-mv--wrap {
    padding: 20vh 10vh;
  }
}
.p-products-mv--wrap::before {
  background: linear-gradient(90deg, #3b75d3 0%, #a3dcf6 100%);
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-products-mv--wrap::after {
  background-image: url("./../images/products/img_mv.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.p-products-mv_phrase {
  position: relative;
  width: 100%;
  z-index: 3;
}
.p-products-mv_phrase .title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.15rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-products-mv_phrase .title {
    font-size: 5.6rem;
  }
}
@media screen and (min-width: 992px) {
  .p-products-mv_phrase .title {
    font-size: clamp(56px, 4.323vw, 83px);
  }
}
.p-products-mv_phrase .text {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.15rem;
}
@media screen and (min-width: 768px) {
  .p-products-mv_phrase .text {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-products-mv_phrase .text {
    font-size: clamp(22px, 1.667vw, 32px);
  }
}
.p-products-list {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .p-products-list {
    padding: 100px 0;
  }
}
.p-products-list_mv {
  display: flex;
  align-items: center;
  max-height: 770px;
  max-width: 1760px;
  overflow: hidden;
  padding: 100px 8vw 140px;
  position: relative;
  width: 97%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-products-list_mv {
    padding: 120px 10vw 160px;
  }
}
@media screen and (min-width: 992px) {
  .p-products-list_mv {
    padding: 12vh 18vw 20vh;
  }
}
@media screen and (min-width: 1200px) {
  .p-products-list_mv {
    width: 90%;
  }
}
.p-products-list_mv::before {
  background: linear-gradient(90deg, #3b75d3 0%, #a3dcf6 100%);
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-products-list_mv::after {
  background-image: url("./../images/products/img_products_mv.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.p-products-list_mv--wrap {
  position: relative;
  z-index: 3;
}
.p-products-list_mv--wrap .en {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-products-list_mv--wrap .en {
    font-size: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-products-list_mv--wrap .en {
    font-size: 5.2rem;
  }
}
.p-products-list_mv--wrap .en::before {
  background-image: url("./../images/common/icon_ttl.webp");
  background-size: cover;
  content: "";
  height: 2rem;
  width: 1rem;
  position: absolute;
  top: 1rem;
  left: -2rem;
}
@media screen and (min-width: 768px) {
  .p-products-list_mv--wrap .en::before {
    top: 1.5rem;
    left: -2.5rem;
  }
}
.p-products-list_mv--wrap .jp {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-products-list_mv--wrap .jp {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .p-products-list_mv--wrap .jp {
    font-size: 2rem;
  }
}
.p-products-list--wrap {
  background-color: #e6e6e6;
  margin: -5vw auto 0;
  max-width: 1550px;
  padding: 40px 20px;
  position: relative;
  width: 94%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-products-list--wrap {
    padding: clamp(40px, 4vw, 60px) clamp(20px, 10vw, 100px);
  }
}
@media screen and (min-width: 992px) {
  .p-products-list--wrap {
    padding: clamp(60px, 5.2vw, 100px) clamp(40px, 4.2vw, 80px);
  }
}
@media screen and (min-width: 1200px) {
  .p-products-list--wrap {
    width: 80%;
  }
}
.p-products-list_card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media screen and (min-width: 992px) {
  .p-products-list_card {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin: auto;
    max-width: 1200px;
  }
}
.p-products-list_card article {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.p-products-list_card--img {
  position: relative;
}
.p-products-list_card--img img {
  display: block;
  width: 100%;
}
.p-products-list_card--body {
  padding: 28px 24px 40px;
}
@media screen and (min-width: 768px) {
  .p-products-list_card--body {
    padding: 28px 26px 40px;
  }
}
.p-products-list_card--body .phrase {
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.p-products-list_card--body .title {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-products-list_card--body .title {
    font-size: 3.8rem;
  }
}
.p-products-list_card--body .text {
  color: #333;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 26px;
}
.p-products-list_card--spec {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 20px;
}
@media screen and (min-width: 430px) {
  .p-products-list_card--spec {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-products-list_card--spec li {
  background-color: #f7f9fc;
  border: 1px solid #dfe5ec;
  border-radius: 5px;
  display: grid;
  grid-template-columns: 36px 1fr;
  -moz-column-gap: 14px;
       column-gap: 14px;
  align-items: center;
  padding: 12px 14px;
}
.p-products-list_card--spec .icon {
  grid-row: span 2;
}
.p-products-list_card--spec .icon img {
  display: block;
  width: 32px;
}
.p-products-list_card--spec .label {
  color: #909090;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
}
.p-products-list_card--spec .value {
  color: #333;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.p-products-list_card--feature {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 430px) {
  .p-products-list_card--feature {
    grid-template-columns: 1fr 200px;
  }
}
.p-products-list_card--feature ul {
  display: grid;
  gap: 8px;
}
.p-products-list_card--feature li {
  color: #333;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}
.p-products-list_card--feature li::before {
  background-image: url("./../images/products/icon_check.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 0.1em;
  width: 20px;
}
.p-products-list_card--feature figure {
  background-color: #f0f4ff;
  border-radius: 5px;
  padding: 16px 20px;
  text-align: center;
}
.p-products-list_card--feature figure img {
  display: block;
  margin: auto;
  max-width: 120px;
  width: 100%;
}
.p-products-list_card--button {
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 20px;
  text-align: center;
}
.p-products-list_card--button.blue {
  background-color: #005475;
}
.p-products-list_card--button.yellow {
  background-color: #f8b400;
}
.p-products-list_note {
  color: #aaa;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 28px;
  text-align: center;
}
.p-products-table {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-products-table {
    padding-bottom: 60px;
  }
}
.p-products-table_mv {
  display: flex;
  align-items: center;
  max-height: 770px;
  max-width: 1760px;
  overflow: hidden;
  padding: 100px 8vw 140px;
  position: relative;
  width: 97%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-products-table_mv {
    padding: 120px 10vw 160px;
  }
}
@media screen and (min-width: 992px) {
  .p-products-table_mv {
    padding: 12vh 18vw 20vh;
  }
}
@media screen and (min-width: 1200px) {
  .p-products-table_mv {
    width: 90%;
  }
}
.p-products-table_mv::before {
  background: linear-gradient(90deg, #3b75d3 0%, #a3dcf6 100%);
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-products-table_mv::after {
  background-image: url("./../images/products/img_products_mv.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.p-products-table_mv--wrap {
  position: relative;
  z-index: 3;
}
.p-products-table_mv--wrap .en {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-products-table_mv--wrap .en {
    font-size: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-products-table_mv--wrap .en {
    font-size: 5.2rem;
  }
}
.p-products-table_mv--wrap .en::before {
  background-image: url("./../images/common/icon_ttl.webp");
  background-size: cover;
  content: "";
  height: 2rem;
  width: 1rem;
  position: absolute;
  top: 1rem;
  left: -2rem;
}
@media screen and (min-width: 768px) {
  .p-products-table_mv--wrap .en::before {
    top: 1.5rem;
    left: -2.5rem;
  }
}
.p-products-table_mv--wrap .jp {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-products-table_mv--wrap .jp {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .p-products-table_mv--wrap .jp {
    font-size: 2rem;
  }
}
.p-products-table--wrap {
  background-color: #e6e6e6;
  margin: -5vw auto 0;
  max-width: 1550px;
  padding: 40px 20px;
  position: relative;
  width: 94%;
  z-index: 2;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
  .p-products-table--wrap {
    padding: clamp(40px, 4vw, 60px) clamp(20px, 10vw, 100px);
    overflow-x: visible;
  }
}
@media screen and (min-width: 992px) {
  .p-products-table--wrap {
    padding: clamp(60px, 5.2vw, 100px) clamp(40px, 4.2vw, 80px);
  }
}
@media screen and (min-width: 1200px) {
  .p-products-table--wrap {
    width: 80%;
  }
}
.p-products-table table {
  border-collapse: collapse;
  margin: auto;
  max-width: 1200px;
  width: 100%;
}
.p-products-table th,
.p-products-table td {
  border-bottom: 1px solid #cfcfcf;
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 18px 12px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-products-table th,
.p-products-table td {
    font-size: 1.6rem;
    padding: 18px 30px;
  }
}
.p-products-table thead th {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  padding-top: 0;
}
.p-products-table thead th:first-child {
  text-align: left;
  vertical-align: bottom;
  width: 22%;
}
.p-products-table thead th figure {
  margin-bottom: 14px;
}
.p-products-table thead th figure img {
  display: block;
  margin: auto;
  max-height: 210px;
  width: auto;
}
.p-products-table thead th span {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.p-products-table tbody th {
  text-align: left;
  white-space: nowrap;
}
.p-products-table tbody td {
  font-size: 1.8rem;
  font-weight: 500;
}
.p-products-table tbody .button-row th,
.p-products-table tbody .button-row td {
  border-bottom: none;
  padding-top: 30px;
  vertical-align: top;
}
.p-products-table tbody .button-row .button-inner {
  display: grid;
  gap: 15px;
}
.p-products-table tbody .button-row .button,
.p-products-table tbody .button-row .download {
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  min-height: 64px;
  max-width: 330px;
  margin: auto;
  padding: 14px 20px;
  text-align: center;
  white-space: nowrap;
}
.p-products-table tbody .button-row .download {
  justify-content: space-between;
  line-height: 1.5;
  text-align: left;
}
.p-products-table tbody .button-row .download img {
  flex-shrink: 0;
  margin-left: 5px;
  width: 34px;
}
.p-products-table tbody .button-row .blue {
  background-color: #005475;
}
.p-products-table tbody .button-row .yellow {
  background-color: #f8b400;
}
.p-products-table_att {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .p-products-table_att {
    flex-direction: row;
    gap: 25px;
  }
}
.p-products-table_att .label {
  background-color: #ed0015;
  border-radius: 100px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  padding: 8px 22px;
}
@media screen and (min-width: 768px) {
  .p-products-table_att .label {
    font-size: 2rem;
    padding: 16px 28px;
  }
}
@media screen and (min-width: 992px) {
  .p-products-table_att .label {
    font-size: clamp(16px, 1.25vw, 24px);
    padding: clamp(12px, 1.042vw, 20px) clamp(20px, 1.823vw, 35px);
  }
}
.p-products-table_att .text {
  border-bottom: 2px solid #333;
  color: #231815;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-products-table_att .text {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 992px) {
  .p-products-table_att .text {
    font-size: clamp(24px, 1.875vw, 36px);
  }
}
/*# sourceMappingURL=style-products.css.map */