@charset "UTF-8";
.product-section-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 157px;
  height: 45px;
  background-color: #0f3580;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.02em;
  align-self: flex-start;
  margin-top: auto;
  transition: transform 0.2s ease;
}
.product-section-btn:hover {
  transform: translateY(-4px);
}
@media (prefers-reduced-motion: reduce) {
  .product-section-btn {
    transition: none;
  }
  .product-section-btn:hover {
    transform: none;
  }
}
.product-section-btn:hover, .product-section-btn:focus {
  color: #ffffff;
}
.product-section-btn__icon {
  flex-shrink: 0;
  width: 21px;
  height: 21px;
}
@media (max-width: 768px) {
  .product-section-btn {
    width: 270px;
    height: 57px;
    font-size: 20px;
    align-self: center;
    margin-top: 0;
  }
}

.product-jyuden-kouji {
  color: #333333;
  background-color: #ffffff;
}
.product-jyuden-kouji__section {
  max-width: 1080px;
  padding: 0 24px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .product-jyuden-kouji__section {
    padding: 0 16px;
  }
}
.product-jyuden-kouji__section {
  padding-bottom: 56px;
}
@media (max-width: 768px) {
  .product-jyuden-kouji__section {
    padding-bottom: 40px;
  }
}
.product-jyuden-kouji__cta {
  max-width: 1080px;
  padding: 0 24px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .product-jyuden-kouji__cta {
    padding: 0 16px;
  }
}
.product-jyuden-kouji__cta {
  padding-bottom: 64px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .product-jyuden-kouji__cta {
    padding-bottom: 48px;
  }
}

.pjk-hero {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .pjk-hero {
    margin-bottom: 30px;
  }
}
.pjk-hero__image-wrap {
  width: 100%;
  height: 212px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .pjk-hero__image-wrap {
    height: 213px;
  }
}
.pjk-hero__image-wrap picture {
  display: block;
  width: 100%;
  height: 100%;
}
.pjk-hero__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.pjk-section__header {
  padding: 16px 0;
  border-top: 3px solid #7ca3ef;
  border-bottom: 3px solid #7ca3ef;
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 768px) {
  .pjk-section__header {
    height: 72px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
}
.pjk-section__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #0f3580;
}
@media (max-width: 768px) {
  .pjk-section__title {
    font-size: 20px;
  }
}
.pjk-section__body {
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .pjk-section__body {
    flex-direction: column;
    gap: 20px;
  }
}
.pjk-section__image-wrap {
  flex: 0 0 400px;
  height: 300px;
  border-radius: 15px;
  overflow: hidden;
  background-color: #d2dce8;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .pjk-section__image-wrap {
    flex: none;
    width: 100%;
    height: 262px;
  }
}
.pjk-section__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pjk-section__image-placeholder {
  color: #3d60a5;
  font-size: 14px;
}
.pjk-section__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 8px;
}
@media (max-width: 768px) {
  .pjk-section__content {
    padding-top: 0;
  }
}
.pjk-section__usage-label {
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  background-color: #3d60a5;
  border-radius: 162px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  align-self: flex-start;
}
@media (max-width: 768px) {
  .pjk-section__usage-label {
    height: 37px;
    padding: 0 18px;
  }
}
.pjk-section__usage-text {
  margin: 0;
  font-size: 18px;
  line-height: 1.78;
  color: #333333;
}
@media (max-width: 768px) {
  .pjk-section__usage-text {
    font-size: 16px;
    line-height: 26px;
  }
}

.pjk-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 28px;
  min-width: 390px;
  height: 59px;
  background-color: #f0f4f7;
  border: 2px solid #0f3580;
  border-radius: 6px;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  color: #0f3580;
  letter-spacing: 0.02em;
  transition: transform 0.2s ease;
}
.pjk-cta__btn:hover {
  transform: translateY(-4px);
}
@media (prefers-reduced-motion: reduce) {
  .pjk-cta__btn {
    transition: none;
  }
  .pjk-cta__btn:hover {
    transform: none;
  }
}
.pjk-cta__btn:hover, .pjk-cta__btn:focus {
  color: #0f3580;
}
.pjk-cta__btn-icon {
  flex-shrink: 0;
  width: 21px;
  height: 21px;
}
@media (max-width: 768px) {
  .pjk-cta__btn-text {
    text-align: center;
  }
}
.pjk-cta__btn-break::before {
  content: " ";
}
@media (max-width: 768px) {
  .pjk-cta__btn-break {
    display: block;
  }
  .pjk-cta__btn-break::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .pjk-cta__btn {
    min-width: auto;
    width: 349px;
    height: auto;
    padding: 20px 24px;
    font-size: 22px;
    letter-spacing: 0;
  }
}
