.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 30px 0;
  }
  .section-title-ja {
    font-size: clamp(18px, calc(100vw / 42), 32px);
    padding: 10px 30px 100px 30px;
    line-height: 10px;
  }
}
@media (max-width: 480px) {
  .section-title-en {
    padding: 50px 0 0;
    font-size: 32px;
  }
  .section-title-ja {
    padding: 0 0 60px;
    line-height: 6px;
  }
}
.top-message {
  font-size: 48px;
  text-align: center;
  /*font-family: "A-OTF 見出ゴMB31 Pr5", sans-serif;*/
  padding-bottom: 40px;
}
.sub-message {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.message-wrapper {
  padding: 150px 0;
  margin: 0 30px;
  border-bottom: solid 1px #000;
}
.services-section {
  display: flex;
  column-gap: 60px;
  align-items: center;
  padding: 60px 0;
  border-bottom: solid 1px #000;
  margin: 0 30px;
}
.services-section-img img {
  max-width: 570px;
  width: 100%;
  transition: transform 0.5s ease;
  display: block;
}
.services-section-img {
  border-radius: 20px;
  overflow: hidden;
}
.services-btn-all {
  display: block;
}
.services-btn-all:hover .services-section-img img {
  transform: scale(1.1);
}
.services-section-title {
  font-size: 40px;
  padding-bottom: 20px;
}
.services-check::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
}
.services-check {
  display: flex;
  align-items: center;
}
.services-dis {
  padding-bottom: 20px;
}
.view-btn {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(135deg, #1c78b5, #109eb1);
  display: inline-block;
  padding: 14px 30px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  width: 280px;
  text-align: left;
  margin-top: 20px;
  border: 1px solid #187fc3;
}
.view-btn::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 30px;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
}
.view-btn::before {
  content: "→";
  /*font-family: "A-OTF 見出ゴMB31 Pr5", sans-serif;*/
  font-weight: bold;
  font-size: 24px;
  position: absolute;
  left: 30px;
  top: 50%;
  color: #187fc3;
  transform: translateY(-50%) translateX(-10px);
  opacity: 0;
  transition: all 0.3s ease;
}
.services-btn-all:hover .view-btn {
  padding-left: 130px;
  /*padding-right: 50px;*/
  color: #187fc3;
  background: white;
  border: 1px solid #187fc3;
}

.services-btn-all:hover .view-btn::before {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
  color: #187fc3;
}

.view-btn:hover::after {
  opacity: 0;
}
@media (max-width: 1188px) {
  .top-message {
    font-size: clamp(24px, calc(100vw / 28), 48px);
  }
  .services-section-title {
    font-size: clamp(22px, calc(100vw / 32), 40px);
  }
}
@media (max-width: 800px) {
  .services-section {
    column-gap: 20px;
    margin: 0;
  }
}

@media (max-width: 480px) {
  .message-wrapper {
    padding: 80px 0;
    margin: 0;
  }
  .services-section {
    display: block;
    padding: 40px 0;
  }
  .services-section-img {
    margin-bottom: 20px;
  }
  .services-section-title,
  .services-dis {
    padding-bottom: 10px;
  }
  .view-btn {
    width: 220px;
    font-size: 16px;
    padding: 11px 20px;
  }
  .services-btn-all:hover .view-btn {
    padding-left: 100px;
    padding-right: 20px;
  }
  .view-btn::after {
    width: 8px;
    height: 8px;
    right: 20px;
  }
  .top-message,
  .sub-message {
    text-align: left;
  }
}

/*features*/
.features {
  background-color: #f2f5f8;
  margin: 150px 30px;
  border-radius: 20px;
  padding: 150px 20px 90px;
}
.feature-all {
  margin: 60px 0 0 0;
}
.sub-title {
  font-size: 28px;
  font-weight: 500;
}
.sub-title::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1c78b5, #109eb1);
  display: inline-block;
  margin-right: 20px;
}
.title {
  font-size: 72px;
  /*font-family: "Area Variable", Arial, sans-serif;*/
  color: #187fc3;
  line-height: 1;
}
.features-wrapper {
  display: flex;
  column-gap: 85px;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
}
.features-wrapper2 {
  display: flex;
  column-gap: 85px;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
  flex-direction: row-reverse;
}
.features-img {
  flex: 1;
  min-width: 0;
  max-width: 520px;
}
.features-img img {
  border-radius: 20px;
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  box-shadow: -20px 20px 0 #d1e5e4;
}
.features-point {
  color: #187fc3;
  font-size: 24px;
  /*font-family: "A-OTF 見出ゴMB31 Pr5", sans-serif;*/
  font-weight: bold;
  padding-bottom: 15px;
}
.features-point-title {
  font-size: 24px;
  /*font-family: "A-OTF 見出ゴMB31 Pr5", sans-serif;*/
  margin-bottom: 25px;
}
.features-point-wrapper {
  flex: 1;
  min-width: 0;
  max-width: 520px;
}

@media (max-width: 942px) {
  .title {
    font-size: clamp(40px, calc(100vw / 16), 72px);
  }
  .sub-title {
    font-size: clamp(18px, calc(100vw / 56), 28px);
  }
  .sub-title::before {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
  .features-wrapper,
  .features-wrapper2 {
    column-gap: 30px;
  }
  .features {
    padding: 100px 20px 40px;
  }
  .features-point-title {
    font-size: clamp(18px, calc(100vw / 56), 24px);
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
  .features-wrapper,
  .features-wrapper2 {
    display: block;
    padding-bottom: 40px;
  }
  .features-point-title {
    margin-bottom: 10px;
  }
  .features {
    padding: 40px 15px 0px;
    margin: 80px 15px;
  }
  .features-img img {
    box-shadow: -15px 15px 0 #d1e5e4;
  }
  .feature-all {
    margin: 20px 0 0 0;
  }
}
