@charset "UTF-8";
/* ======================
Article header
====================== */

.page__header {
  background-image: url(../images/about_header.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 32% 26%;
  display: grid;
  align-items: center;
  justify-content: center;
  justify-items: center;
}

.page__title {
  color: #fff;
  font-family: "Helvetica Neue";
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 1.3);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 3px;
}
.page__title::after {
  content: "";
  display: block;
  margin: 10px auto;
  width: 18px;
  height: 18px;
  background-image: url(../images/star_icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.page__title--ja {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 2.4px;
}

/* article header pc */

@media screen and (min-width: 769px) {
  .page__header {
    padding: 18% 26%;
  }
  .page__title {
    font-size: 3rem;
  }
  .page__title--ja {
    font-size: 1.7rem;
  }
  /* pc 769px */
}

/* ======================
PRICE
====================== */

.section__price {
  margin: 0 5.3%;
}

.topic__method {
  margin-top: 80px;
}

.method__txt {
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 3.6px;
  margin-top: 30px;
}

.method__img {
  display: block;
  margin: 50px auto 0 auto;
}

.topic__price {
  margin-top: 80px;
}

.price__list {
  margin: 60px 0 200px;
}
.price__item {
  margin-top: 40px;
}

.price__txt {
  background-color: #fff;
  border: 1px solid #000;
  padding: 15px 0;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1.95px;
}

.price__txt__name {
  margin-top: 5px;
  font-size: 1.2rem;
  color: #969696;
}

.price__price {
  background-color: #efefef;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  padding: 15px 0;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1.95px;
}

/* Price pc */
@media screen and (min-width: 769px) {
  .section__price {
    margin: 0 13%;
  }
  .method__txt {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 7.2px;
    text-align: center;
  }

  .method__img {
    margin-top: 80px;
  }

  .price__list {
    margin: 100px 0 200px;
  }

  .topic__method,
  .topic__price {
    margin-top: 100px;
  }

  .price__txt,
  .price__price {
    font-size: 2rem;
  }

  .price__txt__name {
  font-size: 1.5rem;
}
}
/* pc 769px */
