.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;
}
@media (max-width: 800px) {
  .section-title-en {
    font-size: clamp(40px, calc(100vw / 10), 80px);
    padding: 100px 0 10px;
    line-height: 62px;
  }
  .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;
    letter-spacing: -0.03em;
    line-height: 32px;
  }
  .section-title-ja {
    padding: 18px 0 60px;
    line-height: 6px;
  }
}
.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;
}
.main-discription {
  display: flex;
  justify-content: space-between;
  padding: 150px 0;
  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: 32px;
  font-weight: bold;
  /*font-family: "A-OTF 見出ゴMB31 Pr5", sans-serif;*/
}
.main-title-2 {
  font-size: 48px;
  font-weight: bold;
  /*font-family: "A-OTF 見出ゴMB31 Pr5", sans-serif;*/
  padding-bottom: 40px;
}
@media (max-width: 1224px) {
  .main-title-2 {
    font-size: clamp(24px, calc(100vw / 26), 48px);
  }
  .main-title-1 {
    font-size: clamp(18px, calc(100vw / 42), 32px);
  }
}
@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;
  }
  .main-title-2 {
    padding-bottom: 20px;
  }
}

/*price*/
.price {
  background-color: #f2f5f8;
}
.price-wrapper {
  padding: 150px 30px;
}
.price-table {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px;
  box-shadow: 0 0 10px #e2e2e2;
  position: relative;
  flex: 1;
}
.price-exemption {
  position: absolute;
  top: -6%;
  left: -10%;
  background: linear-gradient(90deg, #1c78b5, #109eb1);
  border-radius: 50%;
  padding: 75px 15px;
}
.price-exemption {
  font-weight: bold;
  color: #fff;
}
.price-exemption-bold {
  font-size: 24px;
}
.price-title {
  font-size: 40px;
  font-weight: bold;
  color: #187fc3;
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
.price-yen {
  font-weight: bold;
  font-size: 64px;
  text-align: center;
  padding-top: 10px;
}
.price-yen-k {
  font-size: 24px;
}
.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 {
  display: flex;
  gap: 20px;
  background-color: #f2f5f8;
  padding: 20px 15px 20px 15px;
  border-radius: 5px;
}
.price-content-wrapper ul li {
  list-style: disc;
  list-style-position: inside;
}
.price-all-wrapper {
  display: flex;
  column-gap: 70px;
  justify-content: space-between;
  margin-top: 60px;
  align-items: stretch;
}
.icon {
  font-size: 60px;
  align-self: center;
}
.support-wrapper {
  display: flex;
  column-gap: 15px;
  padding-bottom: 20px;
  align-items: center;
  flex: 1 1 calc(50% - 10px);
}
.support-icon {
  display: inline-block;
  width: 55px;
  height: auto;
}
.support-title {
  font-size: 24px;
  font-weight: bold;
}
.support-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
}
.ipad-br {
  display: none;
}
@media (max-width: 1354px) {
  .price-exemption {
    padding: 40px 14px;
    left: -1%;
  }
  .ipad-br {
    display: block;
  }
  .price-exemption-bold {
    font-size: 20px;
  }
}
@media (max-width: 1258px) {
  .price-all-wrapper {
    column-gap: 20px;
  }
  .price-table {
    padding: 40px;
  }
  .price-title {
    font-size: clamp(22px, calc(100vw / 38), 40px);
  }
  .price-yen {
    font-size: clamp(36px, calc(100vw / 22), 64px);
    max-width: 200px;
    margin: 0 auto;
  }
  .price-content,
  .support-title {
    font-size: clamp(16px, calc(100vw / 56), 24px);
  }
  .price-tax {
    max-width: 200px;
    margin: 0 auto;
  }
}
@media (max-width: 1058px) {
  .price-content-wrapper {
    display: block;
  }
  .price-all-wrapper {
    margin-top: 100px;
  }
  .price-exemption {
    top: -12%;
    border-radius: 20px;
    padding: 10px 40px;
  }
}
@media (max-width: 876px) {
  .support-flex {
    display: block;
  }
}
@media (max-width: 714px) {
  .price-all-wrapper {
    display: block;
  }
  .price-content-wrapper,
  .support-flex {
    display: flex;
    justify-content: center;
  }
  .icon {
    text-align: center;
    font-size: 48px;
  }
  .price-exemption {
    top: -16%;
    padding: 10px 25px;
    left: -2%;
  }
}
@media (max-width: 480px) {
  .price-content-wrapper {
    display: block;
    padding: 15px;
  }
  .price-table {
    padding: 30px 15px;
  }
  .price-wrapper {
    padding: 80px 30px;
  }
  .support-icon {
    width: 30px;
  }
  .price-content {
    padding: 20px 0 10px;
  }
  .support-wrapper {
    column-gap: 10px;
    padding-bottom: 0;
  }
  .price-exemption-bold {
    font-size: 18px;
  }
  .price-all-wrapper {
    margin-top: 120px;
  }
  .price-tax {
    font-size: 16px;
  }
}
@media (max-width: 379px) {
  .support-flex {
    display: block;
    margin: 0 10px;
  }
  .support-wrapper {
    column-gap: 20px;
    margin-bottom: 10px;
  }
  .support-icon {
    width: 40px;
  }
}

/*voice*/
.voice-wrapper {
  padding: 150px 30px 110px;
}
.voice-person {
  display: flex;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 30px;
  column-gap: 20px;
  margin-bottom: 40px;
  align-items: center;
}
.voice-person-img img {
  max-width: 84px;
}
.voice-all-wrapper {
  display: flex;
  margin-top: 60px;
  column-gap: 40px;
}
.voice-wrapper-right {
  margin-top: 46px;
  flex: 1;
}
.voice-wrapper-left {
  flex: 1;
}
.marker {
  background: linear-gradient(transparent 60%, #d4e4f0 60%);
}
@media (max-width: 866px) {
  .voice-all-wrapper {
    display: block;
  }
}
@media (max-width: 480px) {
  .voice-wrapper {
    padding: 80px 30px 60px;
  }
  .voice-person {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  .voice-wrapper-right {
    margin-top: 0;
  }
  .voice-person-img img {
    max-width: 60px;
  }
  .voice-all-wrapper {
    margin-top: 20px;
  }
}

/*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-en {
    font-size: 12px;
  }
  .other-btn-arrow-content::before,
  .other-btn-arrow-content::after {
    font-weight: 600;
    font-size: 16px;
  }
}
