@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap");
*, *::before, *::after {
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  border: none;
  outline: none;
  box-sizing: border-box;
  border-spacing: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

* {
  color: #252525;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  overflow-x: hidden;
}

body {
  position: relative;
  width: 100%;
  max-width: 1000px !important;
  padding-bottom: 100px;
  margin: 0 auto;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
}

footer {
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}

.flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media (max-width: 900px) {
  body {
    padding-bottom: 60px;
  }
}
html body #bfb_content_pc, html body #bfb_content_sp {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

#bfb_content_pc[style], #bfb_content_sp[style] {
  display: none !important;
}

header {
  height: 70px;
  margin-top: 20px;
}

.h {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  background: white;
  border-radius: 100px;
  justify-content: space-between;
  padding: 0 50px;
  margin: 0 auto;
  box-shadow: 0 0 4px 3px rgba(22, 182, 122, 0.05);
}
.h .name {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("/wp-content/themes/swell_child/Media/LP/logo.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.h .right {
  gap: 60px;
}
.h nav {
  gap: 60px;
}
.h nav a {
  color: #252525 !important;
  font-size: 15px;
  font-weight: 500;
}
.h .btn {
  color: white;
  font-size: 15px;
  font-weight: 500 !important;
  background: linear-gradient(to right, #16B67A, #12B8A6);
  border-radius: 30px;
  width: 187px;
  height: 45px;
}

@media (max-width: 900px) {
  .h {
    width: calc(100% - 30px);
    transform: none;
    margin: 0 15px;
    padding: 0 15px;
  }
  .h .name {
    margin-left: 5px;
  }
  .h nav {
    display: none;
  }
}
/* Footer CSS */
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ Main ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
footer {
  height: 100px;
  background: linear-gradient(to right, #16B67A, #12B8A6);
}

.f {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  justify-content: space-between;
}
.f .name {
  color: white;
  font-size: 24px;
  font-weight: 500;
}
.f .copyright {
  color: white;
  font-size: 14px;
  font-weight: 300;
}
.f .copyright span {
  color: white;
  font-size: 14px;
  font-weight: 300;
}

@media (max-width: 900px) {
  footer {
    height: 60px;
  }
  footer .f {
    justify-content: center;
  }
  footer .f .name {
    display: none;
  }
  footer .f .copyright {
    font-size: 12px;
    font-weight: 200;
    margin-top: -15px;
  }
}
.s1 {
  width: 100vw;
  height: 700px;
  background-image: url("/wp-content/themes/swell_child/Media/LP/background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.s1 .shape {
  width: 1000px;
  height: 600px;
  background-image: url("/wp-content/themes/swell_child/Media/LP/shape.webp");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  position: absolute;
  transform: translateX(-80px);
  z-index: -1;
}
.s1 .text {
  min-width: 489px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.s1 .text .circles {
  gap: 20px;
}
.s1 .text .circles span {
  color: white;
  font-size: 15px;
  font-weight: 700;
  height: 60px;
  aspect-ratio: 1/1;
  border: 2px solid white;
  border-radius: 30px;
  display: grid;
  place-items: center;
}
.s1 .text h1 {
  color: white;
  font-size: 40px;
  font-weight: 700;
  line-height: 70px;
}
.s1 .text a {
  color: #16B67A;
  font-size: 17px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.85);
  border: 2px solid white;
  border-radius: 30px;
  padding: 16px 36px;
  margin-top: 43px;
}
.s1 .img {
  width: 100%;
  max-width: 511px;
  aspect-ratio: 513/315;
  background-image: url("/wp-content/themes/swell_child/Media/LP/laptop.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 900px) {
  .s1 {
    height: 70vh;
  }
  .s1 .shape {
    transform: translateX(50px);
  }
  .s1 .text {
    width: 100%;
    min-width: 100%;
    padding: 0 15px;
    margin-top: 80px;
  }
  .s1 .text h1 {
    font-size: 29px;
    line-height: 2;
    margin-top: 10px;
  }
  .s1 .img {
    display: none;
  }
}
.s2 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 25px 0;
  flex-direction: column;
  align-items: flex-start;
}
.s2 .title h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 70px;
}
.s2 .title .line {
  width: 650px;
  height: 5px;
  background: linear-gradient(to right, #16B67A 0%, #FFFFFF 75%, #12B8A6 100%);
}
.s2 .images {
  margin-top: 70px;
  margin-bottom: 50px;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
.s2 .images .box {
  width: 175px;
}
.s2 .images .box:nth-of-type(1) .img {
  background-image: url("/wp-content/themes/swell_child/Media/LP/s2-1.webp");
}
.s2 .images .box:nth-of-type(2) .img {
  background-image: url("/wp-content/themes/swell_child/Media/LP/s2-2.webp");
}
.s2 .images .box:nth-of-type(3) .img {
  background-image: url("/wp-content/themes/swell_child/Media/LP/s2-3.webp");
}
.s2 .images .box:nth-of-type(4) .img {
  background-image: url("/wp-content/themes/swell_child/Media/LP/s2-4.webp");
}
.s2 .images .box:nth-of-type(5) .img {
  background-image: url("/wp-content/themes/swell_child/Media/LP/s2-5.webp");
}
.s2 .images .box .img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
.s2 .images .box p {
  font-weight: 500;
  width: 100%;
  text-align: center;
  margin-top: 18px;
  line-height: 1.5;
}
.s2 .text {
  color: #16B67A;
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .s2 {
    padding: 25px 0;
    margin: 0 15px;
  }
  .s2 .title {
    width: calc(100% - 30px);
  }
  .s2 .title h2 {
    width: 100%;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .s2 .title .line {
    width: 100%;
  }
  .s2 .images {
    margin-top: 50px;
    margin-bottom: 25px;
    width: calc(100% - 30px);
    flex-wrap: wrap;
    gap: 15px;
  }
  .s2 .images .box {
    width: calc(50% - 10px);
    max-width: none;
  }
  .s2 .images .box p {
    font-size: 14px;
    margin-top: 10px;
  }
  .s2 .text {
    font-size: 20px;
  }
}
.s3 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 25px 0;
  flex-direction: column;
  align-items: flex-start;
}
.s3 .title h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 70px;
}
.s3 .title .line {
  width: 500px;
  height: 5px;
  background: linear-gradient(to right, #16B67A 0%, #FFFFFF 75%, #12B8A6 100%);
}
.s3 .images {
  margin-top: 70px;
  margin-bottom: 50px;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
.s3 .images .box {
  width: 175px;
}
.s3 .images .box:nth-of-type(1) .img {
  background-image: url("/wp-content/themes/swell_child/Media/LP/s3-1.webp");
}
.s3 .images .box:nth-of-type(2) .img {
  background-image: url("/wp-content/themes/swell_child/Media/LP/s3-2.webp");
}
.s3 .images .box:nth-of-type(3) .img {
  background-image: url("/wp-content/themes/swell_child/Media/LP/s3-3.webp");
}
.s3 .images .box:nth-of-type(4) .img {
  background-image: url("/wp-content/themes/swell_child/Media/LP/s3-4.webp");
}
.s3 .images .box .img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
.s3 .images .box p {
  font-weight: 500;
  width: 100%;
  text-align: center;
  margin-top: 18px;
  line-height: 1.5;
}
.s3 .text {
  color: #16B67A;
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .s3 {
    padding: 25px 0;
    margin: 0 15px;
  }
  .s3 .title {
    width: calc(100% - 30px);
  }
  .s3 .title h2 {
    width: 100%;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .s3 .title .line {
    width: 100%;
  }
  .s3 .images {
    margin-top: 50px;
    margin-bottom: 25px;
    width: calc(100% - 30px);
    flex-wrap: wrap;
    gap: 15px;
  }
  .s3 .images .box {
    width: calc(50% - 10px);
    max-width: none;
  }
  .s3 .images .box p {
    font-size: 14px;
    margin-top: 10px;
  }
  .s3 .text {
    font-size: 20px;
  }
}
.s4 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 25px 0;
  flex-direction: column;
  align-items: flex-start;
}
.s4 .title h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 70px;
}
.s4 .title .line {
  width: 700px;
  height: 5px;
  background: linear-gradient(to right, #16B67A 0%, #FFFFFF 75%, #12B8A6 100%);
}
.s4 .images {
  margin-top: 70px;
  margin-bottom: 50px;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
.s4 .images .box {
  width: 250px;
  height: 180px;
  background: #F6F8FA;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  position: relative;
}
.s4 .images .box:nth-of-type(1) .img {
  background-image: url("/wp-content/themes/swell_child/Media/LP/icon-1.webp");
}
.s4 .images .box:nth-of-type(2) .img {
  background-image: url("/wp-content/themes/swell_child/Media/LP/icon-2.webp");
}
.s4 .images .box:nth-of-type(3) .img {
  background-image: url("/wp-content/themes/swell_child/Media/LP/icon-3.webp");
}
.s4 .images .box .img {
  display: block;
  width: 50px;
  aspect-ratio: 1/1;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  right: 30px;
}
.s4 .images .box span {
  color: #16B67A;
  font-size: 24px;
  font-weight: 700;
}
.s4 .images .box p {
  font-weight: 500;
  margin-top: 40px;
}
.s4 .text {
  color: #16B67A;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
}

@media (max-width: 900px) {
  .s4 {
    padding: 25px 0;
    margin: 0 15px;
  }
  .s4 .title {
    width: calc(100% - 30px);
  }
  .s4 .title h2 {
    width: 100%;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .s4 .title .line {
    width: 100%;
  }
  .s4 .images {
    margin-top: 50px;
    margin-bottom: 25px;
    width: calc(100% - 30px);
    flex-wrap: wrap;
    gap: 15px;
  }
  .s4 .images .box {
    width: calc(50% - 10px);
    max-width: none;
    height: 150px;
    padding: 20px;
  }
  .s4 .images .box .img {
    width: 40px;
    top: 15px;
    right: 15px;
  }
  .s4 .images .box p {
    font-size: 16px;
    margin-top: 30px;
    line-height: 1.5;
  }
  .s4 .text {
    width: calc(100% - 30px);
    font-size: 20px;
  }
}
.s5 {
  width: 100vw;
  background-image: url("/wp-content/themes/swell_child/Media/LP/background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  gap: 50px;
}
.s5 .title {
  width: 1000px;
}
.s5 .title h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 70px;
}
.s5 .title .line {
  width: 450px;
  height: 5px;
  background: linear-gradient(to right, #16B67A 0%, #FFFFFF 75%, #12B8A6 100%);
}
.s5 .wrapper {
  width: 100%;
  max-width: 1000px;
  justify-content: space-between;
  align-items: flex-start;
}
.s5 .wrapper .text {
  max-width: 475px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.s5 .wrapper .text span {
  color: #16B67A;
  border: 1px solid #16B67A;
  border-radius: 5px;
  padding: 10px 15px;
}
.s5 .wrapper .text h3 {
  font-size: 32px;
  font-weight: 700;
}
.s5 .wrapper .text .description {
  line-height: 2;
}
.s5 .wrapper .text .points {
  display: grid;
  gap: 25px;
}
.s5 .wrapper .text .points p {
  justify-content: flex-start;
}
.s5 .wrapper .text .points p span {
  margin-right: 20px;
  display: inline-block;
  border: none;
  width: 22px;
  aspect-ratio: 22/16;
  background-image: url("/wp-content/themes/swell_child/Media/LP/icon-4.svg");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
.s5 .wrapper .img {
  width: 475px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.s5 .wrapper:nth-of-type(2) .img {
  background-image: url("/wp-content/themes/swell_child/Media/LP/chat-1.webp");
  aspect-ratio: 475/285;
}
.s5 .wrapper:nth-of-type(3) .img {
  background-image: url("/wp-content/themes/swell_child/Media/LP/chat-2.webp");
  aspect-ratio: 475/299;
}
.s5 .wrapper:nth-of-type(4) .img {
  background-image: url("/wp-content/themes/swell_child/Media/LP/chat-3.webp");
  aspect-ratio: 475/324;
}

@media (max-width: 900px) {
  .s5 {
    padding: 25px 0;
    gap: 50px;
  }
  .s5 .title {
    width: calc(100% - 30px);
  }
  .s5 .title h2 {
    width: 100%;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .s5 .title .line {
    width: 100%;
  }
  .s5 .wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 15px;
    gap: 25px;
  }
  .s5 .wrapper:nth-of-type(3) {
    flex-direction: column-reverse;
  }
  .s5 .wrapper .text span {
    font-size: 14px;
    padding: 7px 12px;
  }
  .s5 .wrapper .text h3 {
    font-size: 24px;
  }
  .s5 .wrapper .text .description {
    font-size: 14px;
    line-height: 1.7;
  }
  .s5 .wrapper .text .points {
    gap: 10px;
  }
  .s5 .wrapper .text .points p {
    font-size: 14px;
  }
  .s5 .wrapper .text .points p span {
    margin-right: 15px;
    width: 16px;
    height: 12px;
  }
  .s5 .wrapper .img {
    width: 100%;
  }
}
.s6 {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  gap: 50px;
}
.s6 .title {
  width: 1000px;
}
.s6 .title h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 70px;
}
.s6 .title .line {
  width: 550px;
  height: 5px;
  background: linear-gradient(to right, #16B67A 0%, #FFFFFF 75%, #12B8A6 100%);
}
.s6 .wrapper {
  width: 100%;
  max-width: 1000px;
  justify-content: space-between;
  align-items: flex-start;
}
.s6 .wrapper .wrapper-2 {
  flex-direction: column;
  gap: 25px;
}
.s6 .wrapper .wrapper-2 .box {
  max-width: 475px;
  border: 1px solid #16B67A;
  border-radius: 5px;
  padding: 20px 20px 20px 70px;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  gap: 10px;
}
.s6 .wrapper .wrapper-2 .box:nth-of-type(1) span {
  background-image: url("/wp-content/themes/swell_child/Media/LP/icon-5.webp");
}
.s6 .wrapper .wrapper-2 .box:nth-of-type(2) span {
  background-image: url("/wp-content/themes/swell_child/Media/LP/icon-5.webp");
}
.s6 .wrapper .wrapper-2 .box:nth-of-type(3) span {
  background-image: url("/wp-content/themes/swell_child/Media/LP/icon-6.webp");
}
.s6 .wrapper .wrapper-2 .box:nth-of-type(4) span {
  background-image: url("/wp-content/themes/swell_child/Media/LP/icon-7.webp");
}
.s6 .wrapper .wrapper-2 .box.green {
  background: rgba(22, 182, 122, 0.1);
}
.s6 .wrapper .wrapper-2 .box.green .title {
  color: #16B67A;
}
.s6 .wrapper .wrapper-2 .box span {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 30px;
  aspect-ratio: 1/1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.s6 .wrapper .wrapper-2 .box p {
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
}
.s6 .wrapper .wrapper-2 .box .title {
  font-weight: 700;
}
.s6 .wrapper .img {
  width: 475px;
  aspect-ratio: 475/355;
  background-image: url("/wp-content/themes/swell_child/Media/LP/chat-4.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 900px) {
  .s6 {
    padding: 25px 0;
    margin: 0 15px;
    width: calc(100% - 30px);
    gap: 50px;
  }
  .s6 .title {
    width: 100%;
  }
  .s6 .title h2 {
    width: 100%;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .s6 .title .line {
    width: 100%;
  }
  .s6 .wrapper {
    flex-direction: column-reverse;
    gap: 50px;
  }
  .s6 .wrapper .wrapper-2 {
    width: 100%;
  }
  .s6 .wrapper .img {
    width: 100%;
  }
}
.s7 {
  width: 100vw;
  background-image: url("/wp-content/themes/swell_child/Media/LP/background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  gap: 50px;
}
.s7 .title {
  width: 1000px;
}
.s7 .title h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 70px;
}
.s7 .title .line {
  width: 850px;
  height: 5px;
  background: linear-gradient(to right, #16B67A 0%, #FFFFFF 75%, #12B8A6 100%);
}
.s7 .title p {
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-top: 25px;
}
.s7 .wrapper {
  width: 100%;
  max-width: 1000px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 80px;
}
.s7 .wrapper .box {
  width: 360px;
  background: white;
  border: 1px solid rgba(22, 182, 122, 0.5);
  border-radius: 15px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  gap: 15px;
}
.s7 .wrapper .box.green {
  border: 2px solid #16B67A;
}
.s7 .wrapper .box.green .benefit {
  color: white;
  font-weight: 500;
  background: linear-gradient(to right, #16B67A, #12B8A6);
  border-radius: 10px;
  padding: 10px 15px;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}
.s7 .wrapper .box.green a {
  color: white !important;
  background: linear-gradient(to right, #16B67A, #12B8A6);
  border: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.s7 .wrapper .box b {
  font-size: 32px;
  font-weight: 700;
  margin-right: 5px;
}
.s7 .wrapper .box small {
  font-size: 14px;
}
.s7 .wrapper .box .points {
  margin-top: 35px;
  margin-bottom: 25px;
  display: grid;
  gap: 20px;
}
.s7 .wrapper .box .points p {
  justify-content: flex-start;
}
.s7 .wrapper .box .points p span {
  margin-right: 20px;
  display: inline-block;
  border: none;
  width: 22px;
  aspect-ratio: 22/16;
  background-image: url("/wp-content/themes/swell_child/Media/LP/icon-4.svg");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
.s7 .wrapper .box a {
  color: #252525 !important;
  font-size: 17px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(37, 37, 37, 0.5);
  border-radius: 30px;
  padding: 16px 36px;
  margin: 0 auto;
}
.s7 .bottom-box {
  width: 100%;
  max-width: 800px;
  background: #e8f8f2;
  border: 1px solid rgba(22, 182, 122, 0.5);
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  text-align: center;
  line-height: 2;
  padding: 20px;
  margin-top: 15px;
}
.s7 .bottom-box b {
  color: #16B67A;
  font-weight: 500;
}

@media (max-width: 900px) {
  .s7 {
    padding: 25px 0;
    gap: 50px;
  }
  .s7 .title {
    width: calc(100% - 30px);
  }
  .s7 .title h2 {
    width: 100%;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .s7 .title .line {
    width: 100%;
  }
  .s7 .title p {
    font-size: 14px;
  }
  .s7 .wrapper {
    flex-direction: column;
    gap: 50px;
    width: calc(100% - 30px);
  }
  .s7 .wrapper .box .points {
    gap: 10px;
  }
  .s7 .wrapper .box .points p {
    font-size: 14px;
  }
  .s7 .wrapper .box .points p span {
    margin-right: 15px;
    width: 16px;
    height: 12px;
  }
  .s7 .wrapper .box a {
    font-size: 16px;
  }
  .s7 .bottom-box {
    margin-top: 0;
    font-size: 14px;
    line-height: 2;
  }
  .s7 .bottom-box b {
    font-size: 14px;
    line-height: 2;
  }
}
.s8 {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  gap: 50px;
}
.s8 .title {
  width: 1000px;
}
.s8 .title h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 70px;
}
.s8 .title .line {
  width: 700px;
  height: 5px;
  background: linear-gradient(to right, #16B67A 0%, #FFFFFF 75%, #12B8A6 100%);
}
.s8 .wrapper {
  width: 100%;
  max-width: 1000px;
  justify-content: space-between;
  align-items: center;
}
.s8 .wrapper .arrow {
  width: 20px;
  aspect-ratio: 1/1;
  background-image: url("/wp-content/themes/swell_child/Media/LP/icon-8.svg");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
.s8 .wrapper .box {
  width: 300px;
  border: 1px solid #16B67A;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.s8 .wrapper .box div {
  width: 30px;
  aspect-ratio: 1/1;
  background: linear-gradient(to right, #16B67A, #12B8A6);
  border-radius: 100px;
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: 700;
}
.s8 .wrapper .box p {
  font-size: 14px;
}
.s8 .wrapper .box p b {
  font-size: 16px;
  font-weight: 700;
}
.s8 .wrapper .box span {
  color: #16B67A;
  font-size: 12px;
  background: rgba(22, 182, 122, 0.15);
  border-radius: 15px;
  padding: 6px 10px;
}
.s8 .bottom-box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: linear-gradient(to right, #16B67A, #12B8A6);
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  padding: 25px 70px;
  position: relative;
  justify-content: space-between;
}
.s8 .bottom-box span {
  width: 30px;
  aspect-ratio: 1/1;
  background-image: url("/wp-content/themes/swell_child/Media/LP/icon-9.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
}
.s8 .bottom-box div {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.s8 .bottom-box div p {
  color: white;
  font-size: 14px;
}
.s8 .bottom-box div b {
  color: white;
  font-size: 14px;
  font-weight: 500;
}
.s8 .bottom-box a {
  color: #252525 !important;
  font-size: 17px;
  font-weight: 600;
  background: white;
  border-radius: 30px;
  padding: 16px 36px;
}

@media (max-width: 900px) {
  .s8 {
    padding: 25px 0;
    margin: 0 15px;
    width: calc(100% - 30px);
    gap: 50px;
  }
  .s8 .title {
    width: 100%;
  }
  .s8 .title h2 {
    width: 100%;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .s8 .title .line {
    width: 100%;
  }
  .s8 .wrapper {
    flex-direction: column;
    gap: 10px;
  }
  .s8 .wrapper .arrow {
    transform: rotate(90deg);
  }
  .s8 .wrapper .box {
    width: 100%;
  }
  .s8 .bottom-box {
    flex-direction: column;
    gap: 20px;
    padding: 25px 15px;
  }
  .s8 .bottom-box span {
    display: none;
  }
  .s8 .bottom-box a {
    font-size: 15px;
    padding: 12px 25px;
  }
}
.s9 {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  gap: 50px;
}
.s9 .title {
  width: 1000px;
}
.s9 .title h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 70px;
}
.s9 .title .line {
  width: 400px;
  height: 5px;
  background: linear-gradient(to right, #16B67A 0%, #FFFFFF 75%, #12B8A6 100%);
}
.s9 .wrapper {
  width: 100%;
  max-width: 1000px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.s9 .wrapper div {
  width: 100%;
  height: 0;
  border-top: 1px solid #16B67A;
}
.s9 .wrapper p {
  line-height: 1.5;
  padding: 0 20px 20px 20px;
}
.s9 .wrapper p.question {
  font-weight: 700;
  padding: 25px 20px 15px 20px;
  line-height: 1;
}
.s9 .wrapper p.question span {
  color: #16B67A;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 900px) {
  .s9 {
    padding: 25px 0;
    margin: 0 15px;
    width: calc(100% - 30px);
    gap: 50px;
  }
  .s9 .title {
    width: 100%;
  }
  .s9 .title h2 {
    width: 100%;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .s9 .title .line {
    width: 100%;
  }
  .s9 .wrapper p {
    padding: 0 10px 15px 10px;
  }
  .s9 .wrapper p.question {
    padding: 20px 10px 10px 10px;
    line-height: 1.5;
  }
  .s9 .wrapper p.question span {
    line-height: 1.5;
  }
}
.s10 {
  width: 100vw;
  background-image: url("/wp-content/themes/swell_child/Media/LP/background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  gap: 50px;
}
.s10 .title {
  width: 1000px;
}
.s10 .title h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 70px;
}
.s10 .title .line {
  width: 500px;
  height: 5px;
  background: linear-gradient(to right, #16B67A 0%, #FFFFFF 75%, #12B8A6 100%);
}
.s10 .bottom-box {
  width: 100%;
  max-width: 1000px;
  background: linear-gradient(to right, #16B67A, #12B8A6);
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  padding: 25px 70px;
  justify-content: space-between;
}
.s10 .bottom-box div {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.s10 .bottom-box div p {
  color: white;
  font-size: 14px;
}
.s10 .bottom-box div b {
  color: white;
  font-size: 14px;
  font-weight: 500;
}
.s10 .bottom-box a {
  color: #252525 !important;
  font-size: 17px;
  font-weight: 600;
  background: white;
  border-radius: 30px;
  padding: 16px 36px;
}

@media (max-width: 900px) {
  .s10 {
    padding: 25px 0;
    gap: 50px;
    padding-bottom: 50px;
  }
  .s10 .title {
    width: calc(100% - 30px);
  }
  .s10 .title h2 {
    width: 100%;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .s10 .title .line {
    width: 100%;
  }
  .s10 .bottom-box {
    width: calc(100% - 30px);
    flex-direction: column;
    gap: 20px;
    padding: 25px 15px;
  }
  .s10 .bottom-box span {
    display: none;
  }
  .s10 .bottom-box a {
    font-size: 15px;
    padding: 12px 25px;
  }
}