@charset "UTF-8";
/* Sass Document */
.p-products {
  padding-top: 22rem;
  padding-bottom: 25.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-products {
    padding: 10rem 0 6rem;
  }
}

.c-content__ttl {
  font-size: 6rem;
  font-weight: 700;
  color: #1b649b;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .c-content__ttl {
    font-size: 2.4rem;
    text-align: left;
  }
}

.c-heading-txt {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 15.6rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .c-heading-txt {
    font-size: 2.2rem;
    line-height: 1.6363636364;
    margin-top: 2.3rem;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0;
  }
}

.c-sub-txt {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  margin-top: 8.2rem;
}
@media screen and (max-width: 767.98px) {
  .c-sub-txt {
    font-size: 1.5rem;
    margin: 3rem 0 0;
    text-align: left;
  }
}

.p-anchor {
  margin-top: 10.3rem;
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  gap: 0 9rem;
}
@media screen and (max-width: 767.98px) {
  .p-anchor {
    display: block;
    margin-top: 1.9rem;
    font-size: 1.4rem;
  }
}
.p-anchor a {
  text-decoration: none;
  color: currentColor;
  position: relative;
  padding-bottom: 0.8rem;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .p-anchor a {
    display: block;
    padding: 1rem 0;
    margin: 0 auto;
  }
}
@media (any-hover: hover) {
  .p-anchor a:hover::after {
    transform: scale(1, 1);
  }
}
.p-anchor a::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #1b649b;
  transform-origin: left center;
  transform: scale(0, 1);
  transition: 0.3s transform;
}

/* ----------------------------------------------------------------------------------------------------
*	製品詳細
* --------------------------------------------------------------------------------------------------*/
.p-product__block {
  padding-top: 16.2rem;
  padding-bottom: 13.4rem;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 38rem, rgb(238, 243, 246) 38rem, rgb(238, 243, 246) 100%);
}
@media screen and (max-width: 767.98px) {
  .p-product__block {
    padding: 4rem 0;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 22rem, rgb(238, 243, 246) 22rem, rgb(238, 243, 246) 100%);
  }
}

.c-product__ttl {
  font-size: 4.8rem;
  text-align: center;
  color: #1b649b;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .c-product__ttl {
    font-size: 2.4rem;
    text-align: left;
  }
}
.c-product__ttl .u-jp {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  margin-top: 1.7rem;
  font-style: normal;
}
@media screen and (max-width: 767.98px) {
  .c-product__ttl .u-jp {
    font-size: 1.2rem;
    margin-top: 1rem;
    justify-content: flex-start;
    font-weight: 500;
  }
}
.c-product__ttl .u-jp::before, .c-product__ttl .u-jp::after {
  content: "";
  border-top: 1px solid #1b649b;
  width: 2.4rem;
}
.c-product__ttl .u-jp::before {
  margin-right: 2.4rem;
}
@media screen and (max-width: 767.98px) {
  .c-product__ttl .u-jp::before {
    display: none;
  }
}
.c-product__ttl .u-jp::after {
  margin-left: 2.4rem;
}

.p-prduct__content {
  margin-top: 5rem;
  background-color: #fff;
  padding: 9.2rem 16rem 16.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-prduct__content {
    padding: 2rem;
    margin: 2rem 2rem 0;
  }
}

.c-catch {
  font-size: 2rem;
  line-height: 2;
  color: #1b649b;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .c-catch {
    font-size: 1.6rem;
  }
}
.c-catch.u-center {
  text-align: center;
}

.p-product-img {
  width: 76rem;
  margin: 3.4rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-product-img {
    width: auto;
    margin-top: 1rem;
  }
}

.c-product__txt {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 6.1rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .c-product__txt {
    font-size: 1.4rem;
    margin-top: 3rem;
  }
}
.c-product__txt + .p-product__detail {
  margin-top: 8.5rem;
}
@media screen and (max-width: 767.98px) {
  .c-product__txt + .p-product__detail {
    margin-top: 3rem;
  }
}

.p-product__detail {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-product__detail {
    margin-top: 3rem;
  }
}
.p-product__detail .p-list li,
.p-product__detail .c-txt {
  font-size: 1.8rem;
  line-height: 2;
  padding-left: 2rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .p-product__detail .p-list li,
.p-product__detail .c-txt {
    font-size: 1.4rem;
    padding-left: 0;
  }
}
.p-product__detail .c-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  border-bottom: 2px solid #1b649b;
  padding: 0 0 1.5rem 2.1rem;
  margin-bottom: 2.3rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .p-product__detail .c-ttl {
    font-size: 1.6rem;
    padding: 0 0 1rem 0;
    margin-bottom: 1rem;
  }
}
.p-product__detail .c-ttl.u-ls {
  letter-spacing: 0.2em;
}
/*# sourceMappingURL=products.css.map */