.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,
.sub-title-ja-wh {
  font-size: 28px;
  font-weight: 500;
}
.sub-title-ja-wh {
  color: #fff;
}
.sub-title-ja::before,
.sub-title-ja-wh::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1c78b5, #109eb1);
  display: inline-block;
  margin-right: 20px;
}
.title-en,
.title-en-wh {
  font-size: 72px;
  font-weight: bold;
  /*font-family: "Area Variable", Arial, sans-serif;*/
  line-height: 88px;
}
.title-en {
  color: #187fc3;
}
.title-en-wh {
  color: #fff;
}
.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;
  }
  .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;
  }
}
.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,
  .title-en-wh {
    font-size: clamp(40px, calc(100vw / 16), 72px);
    line-height: 46px;
  }
  .sub-title-ja,
  .sub-title-ja-wh {
    font-size: clamp(16px, calc(100vw / 56), 28px);
  }
  .sub-title-ja::before,
  .sub-title-ja-wh::before {
    width: 12px;
    height: 12px;
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  .main-discription {
    display: block;
    padding: 80px 0;
  }
  .main-img {
    margin-top: 40px;
  }
}
.flow-img img {
  width: 100%;
  height: auto;
}
.flow-img {
  padding: 0 30px 150px;
}
@media (max-width: 480px) {
  .flow-img {
    padding: 0 20px 80px;
  }
}

/*support*/
.support-wrapper {
  display: flex;
  column-gap: 80px;
  padding-top: 60px;
  align-items: center;
}
.support-icon img {
  display: inline-block;
  width: 95px;
  height: auto;
}
.support-title {
  font-size: 24px;
  font-weight: bold;
}
.support-section {
  display: flex;
  column-gap: 40px;
  align-items: center;
  flex: 1;
}
.support-all-wrapper {
  padding: 0 30px 150px;
}
@media (max-width: 911px) {
  .support-wrapper {
    column-gap: 40px;
    padding-top: 20px;
  }
  .support-icon img {
    width: 65px;
  }
}
@media (max-width: 625px) {
  .support-wrapper {
    display: block;
    padding: 0;
  }
  .support-section {
    margin: 40px 0;
    column-gap: 15px;
  }
  .support-all-wrapper {
    padding: 0 30px 40px;
  }
  .support-title {
    font-size: 16px;
  }
  .support-icon img {
    width: 40px;
  }
}

/*price*/
.price {
  background-color: #f2f5f8;
}
.price-wrapper {
  padding: 150px 30px;
}
.price-discription {
  background-color: #fff;
  padding: 40px 20px 60px;
  position: relative;

  clip-path: polygon(0 0, 100% 0, 100% 90%, 55% 90%, 50% 100%, 45% 90%, 0 90%);
}
.price-shadow {
  filter: drop-shadow(0 0 10px #e2e2e2);
  flex: 2;
}
.price-discription-m {
  margin: 0 auto;
  max-width: 500px;
}

.price-discription-1 {
  font-size: 24px;
  font-weight: bold;
}
.price-discription-2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 28px;
}
.price-discription-3 {
  font-size: 14px;
  font-weight: bold;
  padding: 14px 0 22px;
}
.price-75 {
  color: #187fc3;
  font-size: 64px;
}
.price-discription-wrapper {
  display: flex;
  gap: 60px;
  margin-top: 60px;
}
.price-condition {
  flex: 1;
  align-self: flex-end;
  margin-bottom: 20px;
}
.price-all {
  display: flex;
  background-color: #fff;
  box-shadow: 0 0 10px #e2e2e2;
  padding: 60px;
  border-radius: 20px;
  margin-top: 40px;
  gap: 60px;
  align-items: center;
}
.price-title {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(90deg, #1c78b5, #109eb1);
  padding: 10px 30px;
  border-radius: 10px;
  margin: 0 auto;
  text-align: center;
  max-width: 210px;
}
.price-note {
  padding-top: 30px;
}
.price-case {
  font-weight: 500;
  font-size: 24px;
  padding-top: 30px;
  text-align: center;
}
.price-120 {
  color: #187fc3;
  font-size: 80px;
  font-weight: bold;
  line-height: 40px;
  margin-top: 40px;
  display: inline-block;
}
.price-case-person {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.price-case-person-2 {
  color: #187fc3;
  font-size: 48px;
}
.price-middle {
  font-size: 24px;
  color: #fff;
  background: #187fc3;
  clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%);
  font-weight: bold;
  padding: 60px 35px 60px 20px;
  position: relative;
  white-space: nowrap;
}
.price-condition-text {
  font-size: 14px;
}

@media (max-width: 1285px) {
  .price-middle,
  .price-case,
  .price-discription-1 {
    font-size: clamp(16px, calc(100vw / 62), 24px);
  }
  .price-case-person {
    font-size: clamp(14px, calc(100vw / 68), 24px);
    padding-top: 5px;
  }
  .price-case-person-2 {
    font-size: clamp(24px, calc(100vw / 42), 48px);
  }
  .price-all {
    gap: 30px;
    padding: 30px;
  }
  .price-120 {
    font-size: clamp(56px, calc(100vw / 14), 80px);
    margin-top: 20px;
  }
  .price-title {
    font-size: clamp(20px, calc(100vw / 62), 24px);
    padding: 7px 10px;
  }
  .price-discription-2 {
    font-size: clamp(22px, calc(100vw / 42), 32px);
  }
  .price-75 {
    font-size: clamp(32px, calc(100vw / 28), 64px);
  }
  .price-discription-wrapper {
    gap: 30px;
  }
}
@media (max-width: 658px) {
  .price-all {
    display: block;
  }
  .price-middle {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
    max-width: 180px;
    margin: 0 auto;
    padding: 30px 49px 40px;
  }
  .price-before {
    margin-bottom: 40px;
  }
  .price-note {
    text-align: center;
    padding-top: 10px;
  }
  .price-case {
    padding-top: 10px;
  }
  .price-after {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .price-discription-wrapper {
    display: block;
    margin-top: 20px;
  }
  .price-wrapper {
    padding: 80px 15px;
  }
  .price-condition-text {
    font-size: 10px;
  }
  .price-discription-3 {
    font-size: 10px;
    padding: 10px 0 18px;
  }
  .price-discription {
    padding: 25px 20px 38px;
  }
  .price-all {
    padding: 30px 20px;
  }
}

/*flow*/
.flow {
  padding: 150px 0 118px;
  margin-bottom: 150px;
  background-image: linear-gradient(#187fc3, #18689f);
}
.flow-step {
  display: flex;
  column-gap: 100px;
  align-items: center;
  background-color: #fff;
  max-width: 885px;
  margin: 0 auto 32px;
  padding: 20px 0 20px 50px;
  border-radius: 20px;
  position: relative;
}
.flow-step-la {
  display: flex;
  column-gap: 100px;
  align-items: center;
  background-color: #fff;
  max-width: 885px;
  margin: 0 auto 32px;
  padding: 20px 0 20px 50px;
  border-radius: 20px;
}
.flow-step::after {
  content: "";
  position: absolute;
  bottom: -34%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #fff;
}
.flow-step-number {
  font-weight: bold;
  font-size: 24px;
  color: #187fc3;
}
.flow-step-text {
  font-weight: 500;
  font-size: 20px;
}
.flow-step-wrapper {
  margin-top: 60px;
}
.flow-note {
  background-image: linear-gradient(#18689f, #187fc3);
  color: #fff;
  font-weight: bold;
  padding: 20px 40px;
  border-radius: 20px;
  max-width: 260px;
  text-align: center;
  position: absolute;
  top: 37%;
  right: 10%;
  display: none;
}
.flow-note-2 {
  background-image: linear-gradient(#18689f, #187fc3);
  color: #fff;
  font-weight: bold;
  padding: 20px 40px;
  border-radius: 20px;
  max-width: 260px;
  text-align: center;
  position: absolute;
  bottom: 17%;
  right: 10%;
  display: none;
}
.flow-note-deco {
  font-size: 20px;
}
.flow-parent {
  position: relative;
}
@media (max-width: 941px) {
  .flow-note {
    top: 36%;
    right: 0%;
    padding: 15px 30px;
  }
  .flow-note-2 {
    right: 2%;
    padding: 15px 30px;
  }
}
@media (max-width: 747px) {
  .flow-step-text {
    font-size: 14px;
  }
  .flow-step-number {
    font-size: 20px;
  }
  .flow-step,
  .flow-step-la {
    column-gap: 30px;
    padding: 15px 20px;
  }
  .flow-note,
  .flow-note-2 {
    font-size: 14px;
    padding: 10px 20px;
  }
  .flow-note {
    top: 35%;
  }
  .flow-note-deco {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .flow-step,
  .flow-step-la {
    display: block;
  }
  .flow-note-2 {
    bottom: 16%;
  }
  .flow-step-number {
    font-size: 16px;
  }
  .flow-note {
    top: 36.5%;
  }
  .flow {
    padding: 80px 0 48px;
    margin-bottom: 0;
  }
  .flow-step-wrapper {
    margin-top: 20px;
  }
}
@media (max-width: 448px) {
  .flow-note {
    top: 37%;
  }
}
@media (max-width: 445px) {
  .flow-note {
    top: 39%;
  }
}
@media (max-width: 422px) {
  .flow-note {
    top: 38%;
  }
}

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