.fv-section2 .title {
  font-size: clamp(35px, 10vw, 55px);
}

@media (min-width: 768px) {
  .fv-section2 .title {
    font-size: clamp(50px, 5.6vw, 100px);
  }
}
.purpose-section {
  background: url("../images/Purpose/bg_sp.webp") no-repeat top center/cover;
  padding: 60px 0 80px 0;
  color: #fff;
}
.purpose-section .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 500px;
}
.purpose-section .inner .container .title {
  font-size: 40px !important;
  line-height: 50px;
  font-weight: 500;
}
.purpose-section .inner .container h3 {
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}
.purpose-section .inner .container1 .content .title {
  font-size: 35px;
  margin-bottom: 40px;
}
.purpose-section .inner .container1 .content p {
  font-size: 16px;
  line-height: 35px;
}
.purpose-section .inner .container1 .content p:first-of-type {
  margin-bottom: 20px;
}
.purpose-section .inner .container1 img {
  max-width: 350px;
  margin: 50px auto 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.purpose-section .inner .container2 {
  margin-top: 50px;
}
.purpose-section .inner .container2 .content .content-box {
  margin-top: 40px;
}
.purpose-section .inner .container2 .content .content-box p {
  font-size: 16px;
  line-height: 30px;
}

@media (min-width: 768px) {
  .purpose-section {
    background: url("../images/Purpose/bg_pc.webp") no-repeat top center/cover;
    padding: 120px 0 80px 0;
  }
  .purpose-section .inner {
    max-width: 1200px;
  }
  .purpose-section .inner .container1 {
    display: flex;
    justify-content: space-between;
  }
  .purpose-section .inner .container1 .content {
    width: 48%;
  }
  .purpose-section .inner .container1 .content .title {
    font-size: 50px !important;
    line-height: 50px;
    margin-bottom: 40px;
  }
  .purpose-section .inner .container1 .content p {
    font-size: 18px;
    line-height: 40px;
  }
  .purpose-section .inner .container1 img {
    margin: 0;
    width: 39%;
    max-width: 465px;
  }
  .purpose-section .inner .container h3 {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .purpose-section .inner .container2 {
    margin-top: 70px;
  }
  .purpose-section .inner .container2 .title {
    font-size: 50px !important;
    margin-bottom: 60px;
  }
  .purpose-section .inner .container2 .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .purpose-section .inner .container2 .content .content-box {
    width: calc((100% - 40px) / 2);
    margin-bottom: 80px;
  }
  .purpose-section .inner .container2 .content .content-box h3 {
    margin-bottom: 20px;
  }
  .purpose-section .inner .container2 .content .content-box p {
    font-size: 18px;
  }
}/*# sourceMappingURL=purpose.css.map */