.st-text-container h3 {
  line-height: 180%;
  margin-bottom: 1em;
  font-size: clamp(20px, 3vw, 40px);
}
.st-text-container p {
  line-height: 180%;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 651px) {
  .st-text-container h3 {
    line-height: 175%;
  }
  .st-text-container p {
    line-height: 250%;
    margin-bottom: 2.5em;
  }
}

section.content-1 {
  position: relative;
  background: url(../img/about/landing/landing-bg-full-sp.svg) center no-repeat;
  background-size: cover;
  padding: 90px 0 255px 0;
}
section.content-1 .content-container {
  width: 77%;
  margin: 0 auto;
}
section.content-1 .content-container .img-col {
  max-width: 672px;
  margin-bottom: 46px;
}
section.content-1 .girl-1 {
  position: absolute;
  bottom: 40px;
  left: 23%;
  height: 183px;
  width: auto;
}
section.content-1 .girl-1 img {
  height: 100%;
  width: auto;
}
@media screen and (min-width: 651px) {
  section.content-1 {
    background: url(../img/about/landing/landing-bg-full.svg) center no-repeat;
    background-size: cover;
    padding: 114px 0 266px 0;
  }
  section.content-1 .content-container {
    flex-direction: column;
  }
  section.content-1 .content-container .img-col {
    width: 53%;
    margin-top: clamp(80px, 9vw, 160px);
  }
  section.content-1 .girl-1 {
    bottom: clamp(40px, 7vw, 125px);
    left: 13%;
    height: clamp(180px, 20vw, 390px);
    z-index: 0;
  }
}
@media screen and (min-width: 901px) {
  section.content-1 .content-container {
    position: relative;
    z-index: 10;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 92%;
    max-width: 1540px;
    box-sizing: border-box;
    padding-left: 0;
  }
  section.content-1 .content-container .text-col {
    width: 40%;
  }
}
@media screen and (min-width: 1201px) {
  section.content-1 .content-container {
    padding-left: clamp(80px, 5vw, 270px);
  }
}
@media screen and (min-width: 1601px) {
  section.content-1 .content-container {
    padding-left: clamp(120px, 15vw, 270px);
  }
}

section.content-2 {
  position: relative;
  background: url(../img/about/sp/fight-bg.svg) center no-repeat;
  background-size: cover;
  padding: 90px 0 134px 0;
  margin-top: clamp(45px, 10vw, 160px);
}
section.content-2 .content-container {
  width: 86%;
  margin: 0 auto;
}
section.content-2 .content-container .img-col {
  max-width: 745px;
  margin-bottom: 32px;
}
section.content-2 .content-container .text-col {
  width: 77vw;
}
@media screen and (min-width: 651px) {
  section.content-2 {
    background: url(../img/about/large/fight-bg.svg) center no-repeat;
    background-size: cover;
    padding: 94px 0 80px 0;
  }
  section.content-2 .content-container {
    position: relative;
    z-index: 10;
    flex-direction: row;
    justify-content: space-between;
    width: 92%;
    max-width: 1660px;
    box-sizing: border-box;
    padding-right: clamp(140px, 16vw, 280px);
  }
  section.content-2 .content-container .text-col {
    width: 40%;
  }
  section.content-2 .content-container .text-col p {
    max-width: 512px;
  }
  section.content-2 .content-container .text-col p.text-teal {
    max-width: 552px;
    font-size: 20px;
    line-height: 200%;
    margin-bottom: 2em;
  }
  section.content-2 .content-container .img-col {
    width: 53.6%;
  }
}

section.company {
  margin: clamp(70px, 11vw, 150px) 0 clamp(65px, 10vw, 140px);
}
section.company .title-container {
  position: relative;
  width: 77%;
  max-width: 1200px;
  margin: 0 auto calc(-1 * clamp(15px, 2vw, 35px));
  z-index: 10;
}
section.company .title-container h2 {
  font-size: clamp(40px, 4vw, 60px);
  line-height: 120%;
  margin-bottom: 0.25em;
}
section.company .title-container h3 {
  font-size: clamp(16px, 2.5vw, 35px);
  line-height: 120%;
}
section.company .title-container h3::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 2px;
  background-color: #000000;
  margin: auto 8px auto 0;
}
section.company .bg-ends {
  width: 100%;
  height: auto;
}
section.company .content-container {
  width: 100%;
  background-color: #F5F5F5;
  padding: 15px 0 0.5em;
}
section.company .content-container .text-container {
  margin: 0 auto;
  width: 77%;
  max-width: 1000px;
}
section.company .content-container .text-container h3 {
  line-height: 100%;
  margin-bottom: 0.75em;
}
section.company .content-container .text-container ul li {
  line-height: 160%;
  align-items: flex-start;
}
section.company .content-container .text-container ul li a {
  color: #000000;
}
section.company .content-container .text-container hr {
  border-top: 1px solid #000000;
  margin: clamp(22px, 3vw, 40px) 0;
}
section.company .content-container .text-container p.text-body {
  line-height: 180%;
}
@media screen and (min-width: 1001px) {
  section.company .title-container h3::before {
    width: 17px;
    height: 4px;
  }
  section.company .content-container {
    padding: clamp(20px, 6vw, 80px) 0 80px;
  }
  section.company .content-container .text-container ul li {
    line-height: 200%;
  }
  section.company .content-container .text-container ul li a.hp-link {
    margin-left: 1.8em;
  }
  section.company .content-container .text-container p.text-body {
    line-height: 250%;
    max-width: 776px;
  }
}

/*# sourceMappingURL=about.css.map */
