.section-title {
  background-image: url(../img/subpage_title_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-title-en {
  font-size: 80px;
  color: #187fc3;
  /*font-family: "Area Variable", Arial, sans-serif;*/
  padding: 160px 0 0 0;
}
.section-title-ja {
  font-size: 32px;
  /*font-family: "A-OTF 見出ゴMB31 Pr5", sans-serif;*/
  font-weight: bold;
  line-height: 30px;
  padding: 0 0 160px 0;
}
.sub-title-ja {
  font-size: 28px;
  font-weight: 500;
}
.sub-title-ja::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1c78b5, #109eb1);
  display: inline-block;
  margin-right: 20px;
}
.title-en {
  font-size: 72px;
  color: #187fc3;
  font-weight: bold;
  /*font-family: "Area Variable", Arial, sans-serif;*/
  line-height: 88px;
}
.sub-title-ja-other {
  font-size: 24px;
  font-weight: 500;
}
.sub-title-ja-other::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1c78b5, #109eb1);
  display: inline-block;
  margin-right: 15px;
}
.title-en-other {
  font-size: 56px;
  color: #187fc3;
  font-weight: bold;
  /*font-family: "Area Variable", Arial, sans-serif;*/
  line-height: 72px;
}
@media (max-width: 800px) {
  .section-title-en {
    font-size: clamp(40px, calc(100vw / 10), 80px);
    padding: 100px 0 10px;
    line-height: 62px;
    letter-spacing: -0.03em;
  }
  .section-title-ja {
    font-size: clamp(18px, calc(100vw / 42), 32px);
    padding: 10px 0 100px 0;
    line-height: 10px;
  }
}
@media (max-width: 480px) {
  .section-title-en {
    padding: 50px 0 0;
    font-size: 32px;
    line-height: 32px;
  }
  .section-title-ja {
    padding: 18px 0 60px;
    line-height: 6px;
  }
}
.main-discription {
  display: flex;
  justify-content: space-between;
  padding: 150px 30px;
  column-gap: 40px;
}
.main-img img {
  width: 100%;
  max-width: 540px;
  height: 100%;
  border-radius: 20px;
  display: block;
  object-fit: cover;
}
.main-img,
.main-wrapper {
  flex: 1;
}
.main-title-1 {
  font-size: 48px;
  /*font-family: "A-OTF 見出ゴMB31 Pr5", sans-serif;*/
  line-height: 60px;
  padding-bottom: 40px;
  font-weight: bold;
}
@media (max-width: 1224px) {
  .main-title-1 {
    font-size: clamp(24px, calc(100vw / 26), 48px);
    line-height: 1.4;
    padding-bottom: 20px;
  }
}
@media (max-width: 942px) {
  .title-en {
    font-size: clamp(40px, calc(100vw / 16), 72px);
    line-height: 46px;
  }
  .sub-title-ja {
    font-size: clamp(16px, calc(100vw / 56), 28px);
  }
  .sub-title-ja::before {
    width: 12px;
    height: 12px;
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  .main-discription {
    display: block;
    padding: 80px 0;
  }
  .main-img {
    margin-top: 40px;
  }
}

/*price*/
.price {
  background-color: #f2f5f8;
}
.price-wrapper {
  padding: 150px 30px;
  margin-bottom: 150px;
}
.price-table {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 40px;
  box-shadow: 0 0 10px #e2e2e2;
  position: relative;
  width: 100%;
}
.price-title {
  font-size: 40px;
  font-weight: bold;
  color: #187fc3;
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
.price-sub {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
}
.price-yen {
  font-weight: bold;
  font-size: 56px;
  text-align: center;
  padding-top: 10px;
}
.price-yen-k {
  font-size: 24px;
}
.price-dis {
  font-size: 20px;
  font-weight: 500;
}
.price-n-wrapper {
  text-align: center;
  margin: 0 auto;
}
.price-tax {
  text-align: right;
  font-size: 20px;
}
.price-content {
  font-size: 24px;
  padding: 30px 0 20px 0;
}
.price-content-wrapper {
  margin-top: 60px;
}
.price-content-wrapper ul li {
  list-style: disc;
  list-style-position: inside;
}
.price-all-wrapper {
  display: flex;
  column-gap: 25px;
  justify-content: space-between;
  margin-top: 60px;
  align-items: stretch;
}
.price-min {
  display: flex;
  align-items: center;
  column-gap: 10px;
  white-space: nowrap;
}
.price-min-month {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
}
.price-min-price {
  font-size: 16px;
}
.price-budget {
  font-size: 24px;
  font-weight: bold;
  padding-top: 20px;
}
.fa-plus {
  font-size: 60px;
  align-self: center;
}
.support-wrapper {
  display: flex;
  column-gap: 15px;
  padding-bottom: 20px;
  align-items: center;
}
.support-icon {
  display: inline-block;
  width: 55px;
  height: auto;
}
.support-title {
  font-size: 24px;
  font-weight: bold;
}
.support-flex {
  display: flex;
  column-gap: 10px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1248px) {
  .price-table {
    padding: 40px 20px;
  }
  .price-yen {
    font-size: clamp(36px, calc(100vw / 24), 56px);
  }
  .price-title {
    font-size: clamp(22px, calc(100vw / 36), 40px);
  }
  .price-sub,
  .price-min-month {
    font-size: clamp(18px, calc(100vw / 62), 24px);
  }
  .price-tax {
    font-size: clamp(16px, calc(100vw / 72), 20px);
  }
  .price-budget {
    font-size: clamp(18px, calc(100vw / 62), 24px);
  }
}
@media (max-width: 744px) {
  .price-all-wrapper {
    display: block;
  }
  .price-table {
    margin-bottom: 20px;
  }
  .price-min {
    display: flex;
    justify-content: center;
    padding-top: 10px;
  }
  .price-n-wrapper {
    max-width: 250px;
  }
  .price-dis {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .price-wrapper {
    padding: 80px 30px 60px;
    margin-bottom: 80px;
  }
  .price-all-wrapper {
    margin-top: 40px;
  }
}

/*other button*/
.other {
  background-color: #f2f5f8;
  border-radius: 20px;
  margin: 0 30px 150px;
  padding: 100px 0;
}
.other-wrapper {
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.other-btn-cover {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.other-btn {
  display: block;
  width: 100%;
  padding: 40px 0;
  position: relative;
  border-bottom: 1px solid #000;
}
.other-btn-ja {
  font-size: 32px;
  /*font-family: "A-OTF 見出ゴMB31 Pr5", sans-serif;*/
  font-weight: bold;
}
.other-btn-en {
  font-size: 18px;
}
.other-btn-flex {
  flex: 1;
  min-width: 0;
  max-width: 580px;
}
.fa-chevron-right {
  color: #000f;
  font-size: 20px;
}
.other-btn-arrow {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px 25px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: relative;
  overflow: hidden;
}

.other-btn-arrow-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.other-btn-arrow-content::before,
.other-btn-arrow-content::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s ease;
}

.other-btn-arrow-content::after {
  transform: translate(-350%, -50%);
}

.other-btn:hover .other-btn-arrow-content::before {
  transform: translate(350%, -50%);
}
.other-btn:hover .other-btn-arrow-content::after {
  transform: translate(-50%, -50%);
}
@media (max-width: 942px) {
  .title-en-other {
    font-size: clamp(32px, calc(100vw / 24), 56px);
    line-height: 40px;
  }
  .sub-title-ja-other {
    font-size: clamp(16px, calc(100vw / 56), 24px);
  }
  .sub-title-ja-other::before {
    width: 11px;
    height: 11px;
    margin-right: 10px;
  }
  .other-btn-ja {
    font-size: clamp(16px, calc(100vw / 36), 32px);
  }
  .other-btn-flex {
    column-gap: 20px;
  }
  .other-btn-arrow {
    margin-top: 0;
    padding: 15px 20px;
    width: 50px;
    height: 50px;
  }
  .other-btn {
    padding: 15px 0;
  }
}
@media (max-width: 700px) {
  .other-wrapper {
    display: block;
  }
}
@media (max-width: 480px) {
  .other-btn-flex {
    display: block;
  }
  .other-btn-arrow {
    width: 35px;
    height: 35px;
    padding: 7px 13px;
  }
  .other {
    padding: 60px 0;
    margin: 0 15px 75px;
  }
  .other-btn-arrow-content::before,
  .other-btn-arrow-content::after {
    font-weight: 600;
    font-size: 16px;
  }
  .other-btn-en {
    font-size: 12px;
  }
}
