@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  color: #616161;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

.wrapper {
  overflow: hidden;
}

.l-inner {
  max-width: 1180px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  .l-inner {
    padding: 0 24px;
  }
}

img {
  vertical-align: top;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

.section {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
}

.section-title {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: #0B897F;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 2.6rem;
  }
}

.section-desc {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section-desc {
    margin-bottom: 20px;
  }
}

.br-l {
  display: block;
}
@media screen and (max-width: 1100px) {
  .br-l {
    display: none;
  }
}

.l-br {
  display: none;
}
@media screen and (max-width: 1100px) {
  .l-br {
    display: block;
  }
}

.m-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .m-br {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .br-m {
    display: none;
  }
}

.s-br {
  display: none;
}
@media screen and (max-width: 575px) {
  .s-br {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .br-s {
    display: none;
  }
}

header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.45);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  header {
    background: #fff;
  }
}

header h1 {
  padding: 0 18px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  header h1 {
    padding: 0;
  }
}

header img {
  width: 178px;
}
@media screen and (max-width: 767px) {
  header img {
    width: 153px;
  }
}
@media screen and (max-width: 575px) {
  header img {
    width: 133px;
  }
}

.header_cta {
  background-color: #fff;
  padding: 15px 18px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .header_cta {
    padding: 12px;
  }
}
@media screen and (max-width: 575px) {
  .header_cta {
    padding: 0;
  }
}

.header_cta .cta-btn {
  width: 240px;
  line-height: 50px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .header_cta .cta-btn {
    font-size: 1.6rem;
    width: 240px;
    line-height: 44px;
  }
}
@media screen and (max-width: 575px) {
  .header_cta .cta-btn {
    font-size: 1.2rem;
    text-align: left;
    width: 130px;
    height: 60px;
    line-height: 1.6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 10px;
    border-radius: 0;
  }
}

.header_cta .cta-contact-btn {
  width: 180px;
  line-height: 50px;
  font-size: 1.8rem;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .header_cta .cta-contact-btn {
    font-size: 1.6rem;
    width: 180px;
    line-height: 44px;
  }
}
@media screen and (max-width: 575px) {
  .header_cta .cta-contact-btn {
    margin-right: 0;
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
    font-size: 1.2rem;
    text-align: left;
    width: 100px;
    height: 60px;
    line-height: 1.6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
    border-radius: 0;
  }
}

main {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 69px;
  }
}
@media screen and (max-width: 575px) {
  main {
    padding-top: 60px;
  }
}

.fv {
  background-image: url(../images/fv_bg-pc.png);
  background-size: 100%;
  padding: 92px 0;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .fv {
    padding: 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .fv {
    padding: 30px 0 38px;
  }
}

.fv h2 > * {
  padding-left: 100px;
}
@media screen and (max-width: 1100px) {
  .fv h2 > * {
    text-align: center;
    padding: 0;
  }
}

.fv h2 {
  font-weight: bold;
  margin-bottom: 20px;
}

.fv h2 .subhead {
  display: block;
  color: #fff;
  font-size: 3.1rem;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .fv h2 .subhead {
    font-size: 2.6rem;
    margin-bottom: 18px;
  }
}

.fv h2 .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: #27605A;
  font-size: 3.1rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  .fv h2 .head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .fv h2 .head {
    font-size: 2.4rem;
    gap: 9px;
  }
}

.fv h2 .head strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 7.4rem;
  font-weight: 700;
  display: inline-block;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .fv h2 .head strong {
    line-height: 1.4;
  }
}

.fv h2 .head strong span {
  font-size: 5.8rem;
  font-weight: 300;
  position: relative;
  top: -16px;
}

.fv_mockup {
  width: 880px;
  position: absolute;
  left: 680px;
  bottom: -20px;
}
@media screen and (max-width: 1100px) {
  .fv_mockup {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 600px;
    top: -34px;
    bottom: auto;
  }
}
@media screen and (max-width: 767px) {
  .fv_mockup {
    max-width: 500px;
    top: -30px;
  }
}
@media screen and (max-width: 575px) {
  .fv_mockup {
    max-width: 365px;
  }
}

.fv .cta_body {
  padding-left: 100px;
  width: 768px;
}
@media screen and (max-width: 767px) {
  .fv .cta_body {
  }
}
@media screen and (max-width: 1100px) {
  .fv .cta_body {
    width: auto;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.customer {
  padding: 70px 0;
  background-color: #F9FCFB;
}
@media screen and (max-width: 767px) {
  .customer {
    padding: 40px 0;
  }
}

.customer img {
  display: block;
  width: 100%;
  max-width: 1048px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .customer img {
    width: 722px;
  }
}

.merit .section-title {
  margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .merit .section-title {
    margin-bottom: 21px;
  }
}

.merit_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1100px) {
  .merit_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    max-width: 400px;
    gap: 20px;
  }
}

.merit section {
  width: 262px;
}
@media screen and (max-width: 1100px) {
  .merit section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    gap: 10px;
  }
}

.merit section img {
  display: block;
  width: 200px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1100px) {
  .merit section img {
    margin: 0;
    max-width: 140px;
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .merit section img {
    max-width: 110px;
  }
}

.merit section h3 {
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 1100px) {
  .merit section h3 {
    text-align: left;
  }
}

.func {
  background: #F9FCFB;
}

@media screen and (max-width: 1100px) {
  .scroll-wrapper {
    overflow-x: scroll;
    width: calc(100% + 40px);
  }
}

.func_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 33px;
}
@media screen and (max-width: 1100px) {
  .func_icon {
    gap: 29px;
  }
}
@media screen and (max-width: 767px) {
  .func_icon {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 1100px) {
  .func_icon::after {
    content: "　";
    width: 120px;
  }
}

.func_icon li {
  width: 120px;
}

.func_icon-img {
  border-radius: 50%;
  width: 104px;
  margin: 0 auto 13px;
  position: relative;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.func_icon-img:hover {
  opacity: 0.7;
}

.func_icon li img {
  display: block;
  width: 100%;
}

.func_icon li p {
  text-align: center;
  opacity: 0.5;
  color: #0B897F;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .func_icon li p {
    white-space: nowrap;
  }
}

.func_icon li.is-click .func_icon-img {
  border: 4px solid #0B897F;
}

.func_icon li.is-click .func_icon-img::after {
  content: "";
  border-top: 14px solid #0B897F;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.func_icon li.is-click p {
  opacity: 1;
}

.func_list section {
  display: none;
  background: #fff;
  border-top: 7px solid #0B897F;
  border-radius: 7px 7px 0 0;
  padding: 45px 0;
}
@media screen and (max-width: 767px) {
  .func_list section {
    padding: 33px 0 40px;
  }
}

.func_list section.is-active {
  display: block;
}

.func_inner {
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .func_inner {
    padding: 0 20px;
    max-width: 540px;
    margin: 0 auto;
  }
}

.func_list ul li {
  font-weight: normal;
  position: relative;
  padding-left: 41px;
}
@media screen and (max-width: 767px) {
  .func_list ul li {
    font-size: 1.4rem;
    padding-left: 33px;
  }
}

.func_list ul li:last-of-type {
  margin-bottom: 0;
}

.func_list ul li strong {
  display: block;
  font-size: 2rem;
  color: #0B897F;
  font-weight: bold;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .func_list ul li strong {
    font-size: 1.8rem;
  }
}

.func_list ul li::before {
  content: "";
  width: 33px;
  height: 33px;
  background: url(../images/check-icon.png);
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .func_list ul li::before {
    width: 25px;
    height: 25px;
  }
}

.func_list .cta-btn {
  display: block;
  font-size: 1.8rem;
  width: 260px;
  line-height: 50px;
  margin: 30px auto 0;
}

.item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 1100px) {
  .item-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.item-flex ul li {
  margin-bottom: 28px;
}

.item-flex img {
  width: 490px;
}
@media screen and (max-width: 1100px) {
  .item-flex img {
    max-width: 490px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1100px) {
  .item-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 48px;
  }
}

.item-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 37px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .item-block ul {
    display: block;
    margin-bottom: 0;
  }
}

.item-block ul li {
  width: 33.3333333333%;
}
@media screen and (max-width: 1100px) {
  .item-block ul li {
    width: 100%;
    margin-bottom: 28px;
  }
}

.item-block-2 ul {
  margin-top: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px;
}

.item-block-2 ul li {
  max-width: 410px;
  width: 100%;
}

img:has(+ .item-block-2) {
  display: block;
  max-width: 840px;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .item-flex img,
  .item-block img,
  img:has(+ .item-block-2) {
    display: block;
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1100px) {
  h3.section-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  h3.section-title {
    font-size: 2rem;
  }
}

.case {
  background-image: url(../images/case_bg.png);
  background-size: cover;
  color: #fff;
}

.case .section-title {
  color: #fff;
}

.case .customer {
  padding: 20px 0;
  margin-bottom: 50px;
}

.case_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .case_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.case section {
  width: 42.7%;
}
@media screen and (max-width: 1100px) {
  .case section {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .case section {
    max-width: 400px;
  }
}

.case section img {
  margin-bottom: 18px;
}

.case_company {
  background-color: #fff;
  color: #0B897F;
  font-weight: bold;
  text-align: center;
  padding: 2px 0;
  font-size: 2rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .case_company {
    font-size: 1.4rem;
    padding: 4px 0;
  }
}

.case section h3 {
  font-size: 2.8rem;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .case section h3 {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .case .case_desc {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 575px) {
  .case .customer {
    max-width: 325px;
    margin: 0 auto 40px;
  }
}

.case .customer img {
  width: 100%;
}

.faq {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .faq {
    padding-bottom: 50px;
  }
}

.faq section {
  background-color: #fff;
  border-top: 1px solid #0B897F;
}

.faq section:last-of-type {
  border-bottom: 1px solid #0B897F;
}

.faq h3::before,
.faq section > div::before {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 700;
  width: 50px;
  height: 50px;
  padding-top: 8px;
  text-align: center;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .faq h3::before,
  .faq section > div::before {
    font-size: 2rem;
    width: 36px;
    height: 36px;
    padding: 6px;
  }
}

.faq h3::before {
  content: "Q";
  background-color: #0B897F;
  color: #fff;
}

.faq section > div::before {
  content: "A";
  color: #0B897F;
  border: 2px solid #0B897F;
}

.faq h3::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 34px;
  border-bottom: 2px solid #0B897F;
  border-right: 2px solid #0B897F;
  rotate: 45deg;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .faq h3::after {
    width: 10px;
    height: 10px;
    right: 6px;
  }
}

.faq h3.is-active::after {
  rotate: -135deg;
  right: 26px;
}
@media screen and (max-width: 767px) {
  .faq h3.is-active::after {
    right: -2px;
  }
}

.faq h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #0B897F;
  padding: 22px 80px 22px 11px;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .faq h3 {
    font-size: 1.6rem;
    padding: 20px 24px 20px 5px;
    gap: 14px;
  }
}

.faq h3 span {
  padding-top: 9px;
}
@media screen and (max-width: 767px) {
  .faq h3 span {
    padding-top: 4px;
    width: calc(100% - 60px);
  }
}

.faq section > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  line-height: 0;
  padding: 0 56px 0 11px;
  height: 0;
  opacity: 0;
  display: flex;
  align-items: flex-start;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .faq section > div {
    padding: 0 0 0 5px;
    gap: 14px;
  }
}

.faq section > div div {
  width: calc(100% - 74px);
}
@media screen and (max-width: 767px) {
  .faq section > div div {
    width: calc(100% - 60px);
  }
}

.faq section > div.is-open {
  padding: 0 56px 40px 11px;
  line-height: 1.6;
  height: auto;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .faq section > div.is-open {
    padding: 0 0 20px 5px;
  }
}

.faq section > div p {
  margin-bottom: 14px;
}

.faq section > div .cta-btn {
  width: 196px;
  line-height: 37px;
  font-size: 1.4rem;
}

.faq section > div .cta-btn::after {
  width: 9px;
  height: 9px;
  right: 20px;
  border-width: 1.5px;
}

.cta-btn {
  display: block;
  text-align: center;
  padding-right: 10px;
  background-color: #FA840E;
  color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 6px rgba(211, 131, 23, 0.11);
          box-shadow: 0 3px 6px rgba(211, 131, 23, 0.11);
  font-weight: 600;
  position: relative;
}

.cta-btn::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 26px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  rotate: 45deg;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cta-contact-btn {
  display: block;
  text-align: center;
  padding-right: 10px;
  border: 1px solid #0B897F;
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 6px rgba(211, 131, 23, 0.11);
  box-shadow: 0 3px 6px rgba(211, 131, 23, 0.11);
  font-weight: 600;
  position: relative;
}

.cta-contact-btn::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 26px;
  border-right: 2px solid #0B897F;
  border-top: 2px solid #0B897F;
  rotate: 45deg;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 575px) {
  .cta-contact-btn::after {
    display: none;
  }
}

.cta_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cta_body {
    position: relative;
    z-index: 1;
  }
}

.cta .cta_body {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .cta img {
    width: 121px;
    left: calc(50% + 60px);
    top: -70px;
  }
}

footer {
  background: #D9D9D9;
  padding: 40px 0;
}

footer .copyright {
  text-align: center;
  color: #616161;
  font-weight: 400;
  font-size: 1.3rem;
}

.cta_body .cta_text {
  margin: 10px 0;
  background-color: #0B897F;
  color: #fff;
  border-radius: 8px;
  font-size: 27px;
  padding: 1px 12px
}

.cta_text strong {
  font-size: 35px;
}

.cta_link {
  width: 240px;
  line-height: 50px;
  font-size: 1.8rem;
}

.cta_contact_link {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .cta_text_part1 {
    letter-spacing: -2px;
  }
  .cta_text_part2 {
    letter-spacing: 2px;
  }
  .cta_text span {
    display: block;
  }
}

.cta {
  background: url(../images/fv_bg-pc.png);
  background-size: cover;
  padding: 24px 0 60px;
}
@media screen and (max-width: 767px) {
  .cta {
    padding: 50px 0;
  }
}

.cta h2 {
  font-size: 3.1rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .cta h2 {
    max-width: 300px;
    margin: 0 auto;
    font-size: 2.4rem;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 9px;
  }
}

.cta h2 strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 7.4rem;
  font-weight: 700;
  display: inline-block;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .cta h2 strong {
    margin-top: -16px;
    font-size: 8.4rem;
  }
}

.cta h2 strong span {
  font-size: 5.8rem;
  font-weight: 300;
  position: relative;
  top: -16px;
}


.section-desc a {
  text-decoration: underline;
}