.plan {
  background-color: #FFF;
  max-width: 980px;
  margin: 0 auto;
}

.plan__title {
  padding: 60px 0 32px;
  text-align: center;
}

.plan__title-en {
  color: #222;
  font-family: Futura, Jost;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}

.plan__anchors {
  padding: 0 10px;
  display: flex;
  gap: 6px;
  max-width: 592px;
  margin: 0 auto;
  padding: 30px 16px 0;
}

.plan__anchor-img--pc,
.plan__anchor-img--sp {
  width: 100%;
  height: auto;
}

.plan__anchor-img--pc {
  display: none;
}

.plan__anchor-img--sp {
  display: block;
}

.plan__title-jp {
  color: #9D9D9D;
  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
}

.plan__text-description,
.plan__text-description-with-image {
  color: #222;
  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  padding: 20px 16px 0;
}

.plan__text-description-with-image {
  max-width: 592px;
  margin: 0 auto;
  padding: 20px 16px 0;
  text-align: left;
}

.plan-price__description-image {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.plan-action {
  margin-top: 48px;
}

@media (min-width: 768px) {
  .plan {
    padding-bottom: 0;
  }

  .plan__anchor-img--pc {
    display: block;
  }

  .plan__anchor-img--sp {
    display: none;
  }

  .plan__text-description {
    font-size: 16px;
    padding: 20px 30px 0;
    text-align: center;
  }

  .plan__title-en {
    font-size: 22px;
  }

  .plan__title-jp {
    font-size: 14px;
  }
}
