.fv {
  position: relative;
  width: 100%;
  height: 770px;
  background: linear-gradient(90deg, rgb(15, 143, 239) 0%, rgb(15, 143, 239) 26%, rgb(37, 97, 204) 100%);
}
@media screen and (max-width: 1440px) {
  .fv {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.fv__picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.fv__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: right top;
  background-size: cover;
  top: 0;
  left: 0;
}
.fv__wrapper {
  margin: 0 auto;
  width: 90%;
  max-width: 1180px;
  padding-top: 95px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .fv__wrapper {
    padding-top: 6.5972222222vw;
    padding-bottom: 6.5972222222vw;
    -moz-column-gap: 2.7777777778vw;
         column-gap: 2.7777777778vw;
  }
}
@media screen and (max-width: 1100px) {
  .fv__wrapper {
    padding-top: 11.3636363636vw;
    justify-content: space-around;
  }
}
@media screen and (max-width: 768px) {
  .fv__wrapper {
    padding-top: max(18.2291666667vw, 106px);
    padding-bottom: max(9.375vw, 48px);
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .fv__wrapper {
    width: 100%;
    padding-top: 96px;
    padding-bottom: 40px;
  }
}
.fv__left {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 448px;
}
@media screen and (max-width: 768px) {
  .fv__left {
    padding: 0 20px;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    max-width: 100%;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .fv__right {
    display: none;
  }
}
.fv__small-img-wrapper {
  display: none;
}
@media screen and (max-width: 768px) {
  .fv__small-img-wrapper {
    display: block;
  }
}
.fv__img-wrapper {
  width: 580px;
  height: 580px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .fv__img-wrapper {
    width: 40.2777777778vw;
    height: 40.2777777778vw;
  }
}
@media screen and (max-width: 768px) {
  .fv__img-wrapper {
    width: min(100%, 360px);
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 5.2083333333vw;
  }
}
@media screen and (max-width: 500px) {
  .fv__img-wrapper {
    height: 264px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 24px auto 0;
  }
}
.fv__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.fv__badge {
  width: 100%;
  background: #084e83;
  color: #0f8fef;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
}
@media screen and (max-width: 1440px) {
  .fv__badge {
    margin-bottom: 2.7777777778vw;
    height: max(3.3333333333vw, 32px);
  }
}
@media screen and (max-width: 768px) {
  .fv__badge {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 40px;
    height: auto;
    padding: 8px 40px;
  }
}
@media screen and (max-width: 500px) {
  .fv__badge {
    margin-bottom: 32px;
    padding: 8px 24px;
  }
}
.fv__badge-text {
  font-size: 20px;
  color: #e6f6ff;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .fv__badge-text {
    font-size: max(1.3888888889vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  .fv__badge-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .fv__badge-text {
    font-size: 16px;
  }
}
.fv__title {
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: bold;
  padding-right: 10px;
  margin-bottom: 48px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
@media screen and (max-width: 1440px) {
  .fv__title {
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .fv__title {
    padding: 0;
    margin-bottom: 32px;
    text-align: center;
    width: auto;
  }
}
.fv__text {
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-size: 16px;
  width: 100%;
  contain: inline-size;
}
@media screen and (max-width: 768px) {
  .fv__text {
    width: min(100%, 500px);
    text-align: center;
    contain: none;
  }
}
@media screen and (max-width: 500px) {
  .fv__text {
    display: block;
    margin: 0 20px;
  }
}

.about__container {
  width: 1000px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .about__container {
    width: 90.9090909091vw;
    padding-top: 9.0909090909vw;
    padding-bottom: 9.0909090909vw;
  }
}
@media screen and (max-width: 768px) {
  .about__container {
    width: 95.8333333333vw;
    padding-top: 8.3333333333vw;
    padding-bottom: 8.3333333333vw;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 414px) {
  .about__container {
    padding-top: 16.9082125604vw;
    padding-bottom: 14.4927536232vw;
    width: 89.8550724638vw;
  }
}
.about__text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
  text-align: justify;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .about__text {
    font-size: 15px;
  }
}
.about__img-wrapper {
  width: 100%;
  height: auto;
}
.about__img-wrapper img {
  width: 100%;
  max-height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .about__img-wrapper img {
    max-width: 560px;
  }
}

.item {
  background-color: #f2f7fd;
}
.item__container {
  width: 1000px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .item__container {
    width: 90.9090909091vw;
    padding-top: 9.0909090909vw;
    padding-bottom: 9.0909090909vw;
  }
}
@media screen and (max-width: 768px) {
  .item__container {
    width: 95.8333333333vw;
    padding-top: 8.3333333333vw;
    padding-bottom: 8.3333333333vw;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 414px) {
  .item__container {
    padding-top: 16.9082125604vw;
    padding-bottom: 14.4927536232vw;
    width: 89.8550724638vw;
  }
}
.item__text {
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 414px) {
  .item__text {
    font-size: 15px;
  }
}
.item__table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .item__table tr {
    display: flex;
    flex-direction: column;
  }
}
.item__table th {
  border: solid 1px #CFD4DC;
  background-color: #E7E9ED;
  padding: 16px;
  width: 32%;
  min-width: 260px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .item__table th {
    width: 100%;
    min-width: inherit;
  }
}
.item__table td {
  border: solid 1px #CFD4DC;
  background-color: #fff;
  padding: 20px 16px;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}

.report__container {
  width: 1000px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .report__container {
    width: 90.9090909091vw;
    padding-top: 9.0909090909vw;
    padding-bottom: 9.0909090909vw;
  }
}
@media screen and (max-width: 768px) {
  .report__container {
    width: 95.8333333333vw;
    padding-top: 8.3333333333vw;
    padding-bottom: 8.3333333333vw;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 414px) {
  .report__container {
    padding-top: 16.9082125604vw;
    padding-bottom: 14.4927536232vw;
    width: 89.8550724638vw;
  }
}
.report__content {
  display: flex;
  -moz-column-gap: 7.2%;
       column-gap: 7.2%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .report__content {
    flex-direction: column;
    row-gap: 32px;
  }
}
.report__img {
  width: 36%;
}
@media screen and (max-width: 768px) {
  .report__img {
    width: max(280px, 55%);
  }
}
.report__text {
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 414px) {
  .report__text {
    font-size: 15px;
  }
}/*# sourceMappingURL=style.css.map */