.mv {
  text-align: right;
  background: url(../../common/imgs/mv.jpg) center no-repeat;
  background-size: cover;
  padding: 75px 10px 75px 0;
}
.p_sec01 {
  background: url(../../common/imgs/bg04.jpg);
  padding: 150px 10px;
}
@media only screen and (max-width: 640px) {
  .p_sec01 {
    padding: 100px 10px;
  }
}
.p_sec01__btn {
  text-align: center;
  margin-bottom: 140px;
}
@media only screen and (max-width: 640px) {
  .p_sec01__btn {
    margin-bottom: 50px;
  }
}
.p_sec01__btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  background: #003876;
  color: white;
  font-size: 16px;
  width: 440px;
  height: 54px;
  max-width: 100%;
  padding: 0 20px;
  font-weight: bold;
}
.p_sec01__title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 70px;
  font-size: 26px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 640px) {
  .p_sec01__title {
    margin-bottom: 30px;
  }
}
.p_sec01__card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 40px;
}
@media only screen and (max-width: 960px) {
  .p_sec01__card {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 960px) and (max-width: 640px) {
  .p_sec01__card {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=index.css.map */