@media screen and (max-width: 767px) {
  .p-sec01 {
    padding: 30px 0;
  }
}
.p-sec01 .m-titA {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-sec01 .m-titA {
    margin-bottom: 20px;
  }
}
.p-sec01__text {
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 5px;
}
.p-sec01__text2 {
  margin: 12px 0 40px;
  font-size: 94%;
}
@media screen and (max-width: 767px) {
  .p-sec01__text2 {
    margin: 12px 0 20px;
  }
}
.p-sec01__text3 {
  margin: 12px 0;
  font-size: 94%;
}
@media screen and (max-width: 767px) {
  .p-sec01__text3 {
    margin: 8px 0;
  }
}
.p-sec01 .m-btnC__icon {
  position: relative;
}
.p-sec01-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-sec01-cards {
    display: block;
  }
}
.p-sec01-cards__link {
  display: flex;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-sec01-cards__link {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-sec01-cards__link + a {
    margin-top: 15px;
  }
}
.p-sec01-cards__link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #2a4b93;
  transition: 0.3s ease;
}
.p-sec01-cards__link .image {
  width: 240px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-sec01-cards__link .image {
    width: 100%;
    height: 120px;
  }
}
.p-sec01-cards__link .textarea {
  padding: 30px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-sec01-cards__link .textarea {
    padding: 15px;
  }
}
.p-sec01-cards__link .textarea .m-titC {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .p-sec01-cards__link .textarea .m-titC {
    margin-right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .p-sec01-cards__link .textarea .m-titC {
    margin-bottom: 8px;
  }
}
.p-sec01-cards__link .textarea .text {
  color: #606060;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-sec01-cards__link .textarea .text {
    margin-bottom: 12px;
  }
}
.p-sec01-cards__link .textarea .text .blue {
  color: #2a4b93;
  letter-spacing: 0;
}
.p-sec01-cards__link .textarea .link {
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .p-sec01-cards__link:hover:after {
    top: -8px;
    left: -8px;
    bottom: -8px;
    right: -8px;
  }
  .p-sec01-cards__link:hover .m-btnC__icon {
    margin-left: 16px;
  }
}
.p-sec01-cards--big {
  display: block;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-sec01-cards--big {
    margin-top: 15px;
  }
}
.p-sec01-cards--big .p-sec02-cards__link .image {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .p-sec01-cards--big .p-sec02-cards__link .image {
    width: 100%;
  }
}/*# sourceMappingURL=product.css.map */
