@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  background-color: #ffffff;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: inherit;
}

p {
  margin: 0;
}

.d-none {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .d-none-md {
    display: none;
  }
}

.section-title {
  text-align: center;
  line-height: 1.5;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.8px;
  color: #333333;
}
@media only screen and (min-width: 768px) {
  .section-title {
    font-size: 30px;
    letter-spacing: 1.2px;
  }
}
.section-title__text--highlight {
  background: linear-gradient(71deg, #117ACF 44.18%, #66CAC7 86.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-size: 22px;
  font-weight: 800;
  line-height: 150%;
  letter-spacing: 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 768px) {
  .section-title__text--highlight {
    font-size: 30px;
    letter-spacing: 1.2px;
  }
}
.section-title--gradient {
  background: linear-gradient(107.93deg, #7bc5d0 0.45%, #0d78bb 38.52%, #52d1cd 97.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-subtitle {
  display: flex;
  gap: 4px;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.64px;
  background: linear-gradient(47.98deg, #117acf 44.18%, #66cac7 86.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 4px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-subtitle {
    font-size: 24px;
    letter-spacing: 0.96px;
  }
}
.section-subtitle::before, .section-subtitle::after {
  content: "/";
}
.section-subtitle--bordered::before, .section-subtitle--bordered::after {
  display: none;
}

.cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: url(../img/bg_cta.png) center/cover no-repeat;
  border-radius: 24px;
  padding: 71px 28px;
  text-align: center;
}
.cta__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.cta__title {
  color: #ffffff;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 0.96px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .cta__title br {
    display: none;
  }
}
.cta__btn {
  display: block;
  background: linear-gradient(30.38deg, #eb8568 0.7%, #ffc579 98.9%);
  border-radius: 31px;
  padding: 19px 20px;
  box-shadow: 2px 2px 8px rgba(27, 82, 98, 0.25);
  transition: all 0.2s ease;
  width: 300px;
  max-width: 100%;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 0.96px;
  color: #ffffff;
}
.cta__btn:hover {
  transform: translateY(-2px);
  box-shadow: 2px 4px 12px rgba(27, 82, 98, 0.35);
  background: linear-gradient(30.38deg, #f05a29 0.7%, #f2b66a 98.9%);
}

.main {
  position: relative;
}

.header {
  padding: 20px 13px;
  position: absolute;
  z-index: 100;
  width: 100%;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 768px) {
  .header {
    position: fixed;
    padding: 13px 40px;
  }
}
.header.has-bg {
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.header__logo {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.874px;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 768px) {
  .header__logo {
    font-size: 32px;
    letter-spacing: 1.28px;
  }
}
.has-bg .header__logo {
  color: #333333;
}

.header__btnWrapper {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  width: 300px;
  max-width: calc(100vw - 40px);
}
@media only screen and (min-width: 768px) {
  .header__btnWrapper {
    position: static;
    bottom: 0;
    left: 0;
    transform: translateX(0);
    max-width: none;
  }
}
.header__btnWrapper.is-hidden {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header__btnWrapper.is-hidden {
    display: block;
  }
}
.header__btn {
  display: block;
  background: linear-gradient(30.38deg, #eb8568 0.7%, #ffc579 98.9%);
  border-radius: 31px;
  padding: 19px 20px;
  text-align: center;
  box-shadow: 2px 2px 8px rgba(27, 82, 98, 0.25);
  transition: all 0.2s ease;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 0.96px;
  line-height: 1;
  color: #ffffff;
}
.header__btn:hover {
  transform: translateY(-2px);
  box-shadow: 2px 4px 12px rgba(27, 82, 98, 0.35);
  background: linear-gradient(30.38deg, #f05a29 0.7%, #f2b66a 98.9%);
}

.fv {
  position: relative;
  padding-top: 80px;
  background: url(../img/bg_fv.jpg) center/cover no-repeat;
  overflow: hidden;
}
@media only screen and (min-width: 980px) {
  .fv {
    padding-top: 110px;
    z-index: 1;
    overflow: visible;
  }
}
.fv__inner {
  max-width: 1040px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .fv__inner {
    padding: 0 20px;
  }
}
.fv__content {
  padding: 0 20px 40px;
}
@media only screen and (min-width: 768px) {
  .fv__content {
    padding: 40px 0 110px;
  }
}
.fv__points {
  display: flex;
  gap: 15px;
  margin: 40px auto 0;
  width: fit-content;
}
@media only screen and (min-width: 980px) {
  .fv__points {
    width: auto;
  }
}
.fv__points img {
  width: 160px;
}
@media only screen and (min-width: 980px) {
  .fv__points img {
    width: 242px;
  }
}
.fv__visual {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
  text-align: center;
}
@media only screen and (min-width: 980px) {
  .fv__visual {
    position: absolute;
    bottom: -100px;
    left: 50%;
    padding-bottom: 0;
  }
}
.fv__visual img {
  max-width: none;
  width: 468px;
  transform: translateX(113px);
}
@media only screen and (min-width: 768px) {
  .fv__visual img {
    max-width: 600px;
    width: auto;
    transform: translateX(0);
  }
}
@media only screen and (min-width: 980px) {
  .fv__visual img {
    max-width: none;
    width: 936px;
  }
}

.fvTitle {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  margin: 0 auto;
  width: fit-content;
}
@media only screen and (min-width: 768px) {
  .fvTitle {
    font-size: 36px;
    letter-spacing: 2.8px;
  }
}
@media only screen and (min-width: 980px) {
  .fvTitle {
    width: auto;
  }
}
.fvTitle__line {
  display: block;
}
.fvTitle__line2 {
  display: flex;
  align-items: flex-end;
  margin-top: 12px;
}
@media only screen and (min-width: 768px) {
  .fvTitle__line2 {
    margin-top: 16px;
    font-size: 50px;
  }
}
.fvTitle__big {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.6px;
}
@media only screen and (min-width: 768px) {
  .fvTitle__big {
    font-size: 64px;
  }
}
.fvTitle__highlight {
  display: flex;
  margin: 0 4px;
  padding: 12px 8px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .fvTitle__highlight {
    padding: 12px 10px;
  }
}
.fvTitle__highlightText {
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 40px */
  letter-spacing: 1.6px;
  background: linear-gradient(94deg, #40B9CB 0.45%, #0D78BB 38.52%, #33A9C7 97.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 768px) {
  .fvTitle__highlightText {
    font-size: 64px;
  }
}

.problem {
  background: url(../img/bg_problem.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 50px 20px 68px;
}
@media only screen and (min-width: 768px) {
  .problem {
    padding: 120px 20px;
    padding-bottom: 12vw;
  }
}
.problem__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.problem__balloons {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 24px auto 0;
}
@media only screen and (min-width: 768px) {
  .problem__balloons {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    margin-top: 60px;
  }
}
.problem__balloon {
  position: relative;
  margin-right: auto;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 16px rgba(27, 82, 98, 0.15);
  position: relative;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.64px;
  color: #333333;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .problem__balloon {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin: 0;
  }
}
.problem__balloon::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  background-color: #ffffff;
  border-radius: 50%;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
}
.problem__balloon::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 20px;
}
.problem__balloon:nth-child(2) {
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .problem__balloon:nth-child(2) {
    margin: 0;
  }
}

.solution {
  background: linear-gradient(to bottom, #ffffff 0%, #e7ffff 100%);
  padding: 30px 0 64px;
}
@media only screen and (min-width: 768px) {
  .solution {
    padding: 0 0 160px;
  }
}
.solution__inner {
  max-width: 890px;
  margin: 0 auto;
  padding: 20px;
}
.solution__content {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .solution__content {
    margin-top: 140px;
  }
}
.solution__charts {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .solution__charts {
    flex-direction: row;
    gap: 40px;
    justify-content: center;
  }
}
.solution__arrow {
  width: 20px;
  transform: rotate(90deg);
}
@media only screen and (min-width: 768px) {
  .solution__arrow {
    width: 40px;
    transform: rotate(0deg);
  }
}

.solutionChart {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .solutionChart {
    flex-direction: column;
    gap: 22px;
  }
}
.solutionChart__circle {
  width: 180px;
}
@media only screen and (min-width: 768px) {
  .solutionChart__circle {
    width: min(360px, 24vw);
  }
}
@media only screen and (min-width: 768px) {
  .solutionChart__circle--highlight {
    width: min(408px, 27.2vw);
  }
}
.solutionChart__description {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.56px;
  color: #333333;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .solutionChart__description {
    font-size: 20px;
    letter-spacing: 0.8px;
    text-align: center;
  }
}
.solutionChart__description strong {
  font-weight: 800;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .solutionChart__description strong {
    font-size: 24px;
  }
}
.solutionChart__highlight {
  background: linear-gradient(54.07deg, #117acf 44.18%, #66cac7 86.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.case {
  background: linear-gradient(to bottom, #daf1ff 0%, #ffffff 58.28%, #e5ffe3 100%);
  padding: 64px 0;
}
@media only screen and (min-width: 768px) {
  .case {
    padding: 120px 20px;
  }
}
.case__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
.case__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .case__content {
    margin-top: 30px;
    gap: 80px;
  }
}

.testimonial {
  max-width: 1000px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto 1fr;
  background-color: #ffffff;
  gap: 0 10px;
  border-radius: 16px;
  margin: 0 auto;
  padding: 20px;
  box-shadow: 0 4px 16px rgba(27, 82, 98, 0.15);
}
@media only screen and (min-width: 768px) {
  .testimonial {
    gap: 0 26px;
    padding: 60px 40px;
  }
}
.testimonial__avatar {
  grid-row: 1/3;
  grid-column: 1;
  width: 145px;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) {
  .testimonial__avatar {
    width: min(406px, 27.0666666667vw);
    grid-row: 1/-1;
  }
}
.testimonial__info {
  grid-row: 2;
  grid-column: 2;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .testimonial__info {
    gap: 8px;
    grid-row: 2/3;
    grid-column: 2;
    padding: 26px 0 30px;
  }
}
.testimonial__company {
  font-size: 12px;
  letter-spacing: 0.48px;
}
@media only screen and (min-width: 768px) {
  .testimonial__company {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}
.testimonial__name {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.56px;
}
@media only screen and (min-width: 768px) {
  .testimonial__name {
    font-size: 16px;
    letter-spacing: 0.64px;
  }
}
.testimonial__logo {
  grid-row: 1;
  grid-column: 2;
  padding-top: 48px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .testimonial__logo {
    padding-top: 0;
  }
}
.testimonial__logo-img {
  height: 29px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .testimonial__logo-img {
    height: 40px;
  }
}
.testimonial__content {
  grid-row: 3;
  grid-column: 1/-1;
  padding-top: 26px;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.52px;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .testimonial__content {
    grid-column: 2;
    padding-top: 0;
    font-size: 16px;
    letter-spacing: 0.64px;
    line-height: 1.9;
  }
}
.testimonial__highlight {
  background: linear-gradient(to right, #3780bf, #2e9bc1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}

.caseArticles__title, .caseVideos__title {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .caseArticles__title, .caseVideos__title {
    padding: 0;
  }
}
.caseArticles__title::before, .caseVideos__title::before, .caseArticles__title::after, .caseVideos__title::after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background: linear-gradient(21.29deg, #117acf 44.18%, #66cac7 86.99%);
  transform: translateY(-50%);
}
.caseArticles__slider {
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .caseArticles__slider {
    margin-top: 30px;
  }
}

.articleCard {
  width: 240px;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 768px) {
  .articleCard {
    width: auto;
    flex: 1;
  }
}
.articleCard:hover {
  opacity: 0.8;
}
.articleCard__img {
  width: 240px;
  border-radius: 8px;
  margin-bottom: 7px;
}
@media only screen and (min-width: 768px) {
  .articleCard__img {
    width: 320px;
    margin-bottom: 12px;
  }
}
.articleCard__content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media only screen and (min-width: 768px) {
  .articleCard__content {
    gap: 8px;
  }
}
.articleCard__title {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .articleCard__title {
    font-size: 18px;
    letter-spacing: 0.72px;
  }
}
.articleCard__author {
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.4px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .articleCard__author {
    font-size: 12px;
    letter-spacing: 0.48px;
  }
}
.articleCard__link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  margin-top: 7px;
  padding-right: 20px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.56px;
  background-image: url("../img/icon_arrow-circle.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
@media only screen and (min-width: 768px) {
  .articleCard__link {
    margin-top: 12px;
    font-size: 16px;
    letter-spacing: 0.64px;
  }
}

.slider {
  overflow: hidden;
  width: 100%;
}
.slider__wrapper {
  overflow-x: scroll;
}
.slider__track {
  display: flex;
  padding: 0 20px;
  gap: 24px;
  width: 808px;
  -webkit-overflow-scrolling: touch;
  transition: transform 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .slider__track {
    width: auto;
    justify-content: center;
    gap: 20px;
    padding: 0;
  }
}
.slider__track::-webkit-scrollbar {
  display: none;
}
.slider__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .slider__dots {
    display: none;
  }
}
.slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d0d0d0;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.slider__dot.is-active {
  background-color: #117acf;
}

.caseVideos__slider {
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .caseVideos__slider {
    margin-top: 30px;
  }
}

.videoCard {
  width: 240px;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 768px) {
  .videoCard {
    width: auto;
    flex: 1;
  }
}
.videoCard:hover {
  opacity: 0.8;
}
.videoCard__img {
  width: 240px;
  border-radius: 8px;
  margin-bottom: 7px;
}
@media only screen and (min-width: 768px) {
  .videoCard__img {
    width: 320px;
    margin-bottom: 12px;
  }
}
.videoCard__content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-bottom: 20px;
  background-image: url("../img/icon_arrow-circle.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media only screen and (min-width: 768px) {
  .videoCard__content {
    gap: 8px;
  }
}
.videoCard__title {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .videoCard__title {
    font-size: 18px;
    letter-spacing: 0.72px;
  }
}

.caseCta {
  max-width: 355px;
  margin: 0 auto;
  border-radius: 24px;
}
@media only screen and (min-width: 768px) {
  .caseCta {
    max-width: none;
    width: 720px;
    height: 335px;
  }
}

.ownedMedia {
  background-color: #e9f1f6;
  padding: 64px 20px;
}
@media only screen and (min-width: 768px) {
  .ownedMedia {
    padding: 120px 0;
  }
}
.ownedMedia__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.ownedMedia__visual {
  margin-top: 24px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ownedMedia__visual {
    margin-top: 30px;
  }
}

.strengths {
  background-color: #ffffff;
  padding: 64px 0;
}
@media only screen and (min-width: 768px) {
  .strengths {
    padding: 120px 0;
  }
}
.strengths__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 24px 0 64px;
}
@media only screen and (min-width: 768px) {
  .strengths__list {
    gap: 60px;
    margin-top: 60px;
    margin-bottom: 0;
  }
}
.strengths__delivery {
  padding: 20px;
  margin: 0 auto;
}
@media only screen and (min-width: 980px) {
  .strengths__delivery {
    max-width: 1040px;
    margin-top: 120px;
  }
}

.strengthCard {
  display: grid;
  grid-template-rows: auto 65px auto;
  grid-template-columns: 20px 20px 1fr 20px;
}
@media only screen and (min-width: 980px) {
  .strengthCard {
    grid-template-rows: 135px auto 52px;
    grid-template-columns: 1fr 9.0551% 39.3701% 19.685% 19.685% 9.0551% 0%;
  }
}
@media only screen and (min-width: 1280px) {
  .strengthCard {
    grid-template-columns: 1fr 115px 500px 250px 250px 115px 1fr;
  }
}
.strengthCard--reverse {
  grid-template-columns: 20px 1fr 20px 20px;
}
@media only screen and (min-width: 980px) {
  .strengthCard--reverse {
    grid-template-columns: 0% 9.0551% 19.685% 19.685% 39.3701% 9.0551% 1fr;
  }
}
@media only screen and (min-width: 1280px) {
  .strengthCard--reverse {
    grid-template-columns: 1fr 115px 250px 250px 500px 115px 1fr;
  }
}
.strengthCard__content {
  grid-row: 1/3;
  grid-column: 2/4;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 60px 20px 97px;
}
@media only screen and (min-width: 980px) {
  .strengthCard__content {
    grid-row: 1/3;
    grid-column: 3;
    gap: 40px;
    align-items: flex-start;
    padding-right: 60px;
  }
}
.strengthCard--reverse .strengthCard__content {
  grid-column: 2/4;
  padding-right: 0;
}
@media only screen and (min-width: 980px) {
  .strengthCard--reverse .strengthCard__content {
    padding-left: 60px;
    grid-column: 5;
  }
}

.strengthCard__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.strengthCard__number {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 60px;
  letter-spacing: -0.6px;
  background: linear-gradient(67.98deg, #117acf 44.18%, #66cac7 86.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
@media only screen and (min-width: 1280px) {
  .strengthCard__number {
    font-size: 80px;
  }
}
.strengthCard__title {
  color: #333333;
  font-size: 18px;
  letter-spacing: 0.8px;
  line-height: 1.5;
  font-weight: 800;
}
@media only screen and (min-width: 768px) {
  .strengthCard__title {
    font-size: 23px;
    letter-spacing: 0.56px;
  }
}
@media only screen and (min-width: 1280px) {
  .strengthCard__title {
    font-size: 28px;
  }
}
.strengthCard__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
}
.strengthCard__visual {
  grid-row: 2/4;
  grid-column: 3/5;
}
@media only screen and (min-width: 980px) {
  .strengthCard__visual {
    padding-left: 0;
    grid-row: 2/4;
    grid-column: 4/7;
  }
}
@media only screen and (min-width: 1280px) {
  .strengthCard__visual {
    width: 615px;
  }
}
.strengthCard--reverse .strengthCard__visual {
  grid-column: 1/3;
}
@media only screen and (min-width: 980px) {
  .strengthCard--reverse .strengthCard__visual {
    grid-column: 2/5;
  }
}

.strengthCard__bg {
  background: linear-gradient(90deg, #EBFAFF 0%, #F8FFF2 100%);
  grid-column: 1/4;
  grid-row: 1/3;
}
@media only screen and (min-width: 768px) {
  .strengthCard__bg {
    grid-column: 1/5;
    grid-row: 1/3;
  }
}
.strengthCard--reverse .strengthCard__bg {
  grid-column: 2/5;
}
@media only screen and (min-width: 768px) {
  .strengthCard--reverse .strengthCard__bg {
    grid-column: 4/8;
  }
}

.strengthDelivery {
  background-color: #e9f1f6;
  border-radius: 8px;
  padding: 30px 20px;
}
@media only screen and (min-width: 980px) {
  .strengthDelivery {
    padding: 70px 80px;
    display: flex;
    align-items: flex-start;
    gap: 46px;
  }
}
.strengthDelivery__title {
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 0.96px;
  background: linear-gradient(45.96deg, #117acf 44.18%, #66cac7 86.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.5;
  margin-bottom: 16px;
  width: fit-content;
}
@media only screen and (min-width: 980px) {
  .strengthDelivery__title {
    font-size: 32px;
    letter-spacing: 1.28px;
  }
}
.strengthDelivery__text {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.56px;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media only screen and (min-width: 980px) {
  .strengthDelivery__text {
    font-size: 16px;
    letter-spacing: 0.64px;
  }
}
.strengthDelivery__list {
  margin-bottom: 8px;
}
.strengthDelivery__list li {
  position: relative;
  padding-left: 22px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.56px;
  color: #333333;
  line-height: 1.8;
  background-image: url("../img/icon_check.svg");
  background-repeat: no-repeat;
  background-position: top 6px left;
}
@media only screen and (min-width: 980px) {
  .strengthDelivery__list li {
    font-size: 16px;
    letter-spacing: 0.64px;
  }
}
.strengthDelivery__note {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.56px;
  line-height: 1.5;
  margin-bottom: 46px;
}
@media only screen and (min-width: 980px) {
  .strengthDelivery__note {
    font-size: 16px;
    letter-spacing: 0.64px;
  }
}
.strengthDelivery__img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 980px) {
  .strengthDelivery__img {
    width: min(400px, 26.6666666667vw);
  }
}

.pricing {
  background: linear-gradient(to right, #ebfaff, #f8fff2);
  padding: 64px 10px;
}
@media only screen and (min-width: 768px) {
  .pricing {
    padding: 120px 0;
  }
}
.pricing__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.pricing__plans {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 24px auto 0;
  padding: 0 25px 25px;
}
@media only screen and (min-width: 768px) {
  .pricing__plans {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 0 20px;
    padding-bottom: 9px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.pricing__cta {
  max-width: 355px;
  margin: 0 auto;
  height: 300px;
  border-radius: 24px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .pricing__cta {
    max-width: none;
    width: 720px;
    height: 335px;
  }
}

.pricingCard {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 25px rgba(27, 82, 98, 0.2);
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .pricingCard {
    grid-row: 1/-1;
    display: grid;
    grid-template-rows: subgrid;
  }
}
.pricingCard__header {
  background: linear-gradient(to right, #7bd0b7, #5dc4c4);
  padding: 16px 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .pricingCard__header {
    padding: 24px 30px;
  }
}
.pricingCard--featured .pricingCard__header {
  background: linear-gradient(30.82deg, #117acf 13.01%, #66cac7 86.99%);
}
.pricingCard__title {
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 0.96px;
  color: #ffffff;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .pricingCard__title {
    font-size: 28px;
    letter-spacing: 1.12px;
  }
}
.pricingCard__price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
  margin: 20px 0 24px;
}
@media only screen and (min-width: 768px) {
  .pricingCard__price {
    margin: 0 0 40px;
    padding: 40px 65px 24px;
  }
}
.pricingCard__priceAmount {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 80px;
  letter-spacing: -3.2px;
  background: linear-gradient(to right, #3780bf, #2e9bc1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .pricingCard__priceAmount {
    font-size: 100px;
    letter-spacing: -4px;
  }
}
.pricingCard__priceUnit {
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 0.96px;
  background: linear-gradient(to right, #3780bf, #2e9bc1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .pricingCard__priceUnit {
    font-size: 28px;
    letter-spacing: 1.12px;
  }
}
.pricingCard__features {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
  padding: 0 28px 50px 28px;
}
@media only screen and (min-width: 768px) {
  .pricingCard__features {
    gap: 12px;
    padding: 0 45px 70px;
  }
}
.pricingCard__feature {
  position: relative;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media only screen and (min-width: 768px) {
  .pricingCard__feature {
    padding-left: 24px;
    gap: 4px;
  }
}
.pricingCard__feature::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(90deg, #7BD0B7 0%, #5DC4C4 100%);
}
@media only screen and (min-width: 768px) {
  .pricingCard__feature::before {
    width: 16px;
    height: 16px;
  }
}
.pricingCard--featured .pricingCard__feature::before {
  background: linear-gradient(to right, #117acf, #66cac7);
}
.pricingCard__featureText {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.64px;
  color: #333333;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .pricingCard__featureText {
    font-size: 18px;
    letter-spacing: 0.72px;
  }
}
.pricingCard__featureNote {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.48px;
  color: #333333;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .pricingCard__featureNote {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}

.footer {
  background-color: #333333;
  color: #ffffff;
  text-align: center;
  padding: 16px 20px;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 20px 40px;
  }
}
.footer__copyright {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.48px;
}
@media only screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}

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