.header {
  padding: 0.85rem 1.7rem;
  background-color: rgba(5, 5, 5, 0.85);
  color: #F5F5F5;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.header__title {
  font-weight: 700;
  letter-spacing: 0.1rem;
}
.header .dl-button {
  font-size: 0.95em;
}

.sec1 {
  height: auto;
}
.sec1__ct1 {
  height: auto;
  padding: 1.955rem clamp(14px, 6vw, 80px);
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 1.7rem 0;
}
@media screen and (max-width: 1024px) {
  .sec1__ct1 {
    padding: 1.955rem clamp(6px, 3vw, 80px);
  }
}
.sec1__ct1__fl-catch {
  font-size: 6rem;
  font-weight: 900;
  width: auto;
  height: auto;
  line-height: 1.5;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}
.sec1__ct1__fl-img {
  width: 50%;
  display: flex;
  align-items: center;
}
.sec1__ct2 {
  height: auto;
  padding: 1.955rem clamp(14px, 6vw, 80px);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 0.85rem 0 2.55rem;
}
@media screen and (max-width: 1024px) {
  .sec1__ct2 {
    padding: 1.955rem clamp(6px, 3vw, 80px);
  }
}
.sec1__ct2__fl-catch {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  font-size: 1.8rem;
  margin-bottom: 0.85rem;
}
@media screen and (max-width: 768px) {
  .sec1__ct2__fl-catch {
    font-size: 1.45rem;
  }
}
.sec1__ct2__fl-catch span {
  border-bottom: double 2px #fca311;
  border-top: double 2px #fca311;
  padding: 0.4em 0.2em;
}
.sec1__ct2__fl-text {
  width: auto;
  position: relative;
  text-align: center;
  font-weight: inherit;
  font-size: 1rem;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 768px) {
  .sec1__ct2__fl-text {
    text-align: left;
  }
}

.sec-cta {
  background-color: rgba(5, 5, 5, 0.85);
  padding: 3.4rem;
  color: #ffffff;
  position: relative;
  z-index: 0;
}
.sec-cta__ct-catch {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .sec-cta__ct-catch {
    font-size: 1.45rem;
  }
}
.sec-cta__ct-explain {
  margin-top: 1.7rem;
  display: flex;
  align-items: top;
}
.sec-cta__ct-explain__points {
  flex: 1 1;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.sec-cta__ct-explain__points div:nth-child(odd) {
  font-size: 1.5em;
  font-weight: 700;
}
.sec-cta__ct-explain__points div:nth-child(even) {
  text-align: left;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 2.2em;
}
@media screen and (max-width: 768px) {
  .sec-cta__ct-explain__points div:nth-child(even) {
    font-size: clamp( 13px, 0.92rem, 16px);
  }
}
.sec-cta__ct-explain__img {
  width: 37%;
  padding: 3%;
}
.sec-cta__ct-dl {
  height: auto;
  padding: 1.955rem clamp(14px, 6vw, 80px);
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .sec-cta__ct-dl {
    padding: 1.955rem clamp(6px, 3vw, 80px);
  }
}
.sec-cta__ct-dl__fl-text {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .sec-cta__ct-dl__fl-text {
    font-size: 1.45rem;
  }
}
.sec-cta__ct-dl__dl-button {
  width: auto;
  padding: 0.5em;
  border-radius: 0;
  cursor: pointer;
}

.sec2__ct1 {
  height: auto;
  padding: 1.955rem clamp(14px, 6vw, 80px);
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  background-image: url(../images/clouds.png);
  background-position: right 10vw;
  background-size: 230px auto;
  background-repeat: no-repeat;
  background-color: #EFF5FE;
}
@media screen and (max-width: 1024px) {
  .sec2__ct1 {
    padding: 1.955rem clamp(6px, 3vw, 80px);
  }
}
.sec2__ct1__fl-catch {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .sec2__ct1__fl-catch {
    font-size: 1.45rem;
  }
}
.sec2__ct1__fl-issues {
  padding: 0 3.4rem;
}
.sec2__ct1__fl-txt {
  text-align: center;
  font-weight: inherit;
  font-size: 1rem;
  letter-spacing: 0.2px;
  background-color: #fff;
  border-radius: 0.6rem;
  margin: auto;
  padding: 1.7rem;
  color: #0d0b07ef;
  box-shadow: 10px 10px 40px -10px #bfbfbf;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec2__ct1__fl-txt {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .sec2__ct1__fl-txt {
    padding: 1.53rem;
  }
}
.sec2__ct1__fl-txt img {
  position: absolute;
  width: 3em;
  left: calc(50% - 1.5em);
  top: -1.5em;
  background-color: #ffffff;
  clip-path: circle(40% at 50% 50%);
  transform: rotate(7deg);
  opacity: 0.95;
}

.issue {
  margin: 3.4rem 0;
  display: flex;
}
.issue:nth-child(odd) {
  justify-content: flex-start;
}
.issue:nth-child(even) {
  justify-content: flex-end;
}
.issue .person {
  max-width: 8vw;
  margin: 0 1em;
}
.issue .person__icon {
  clip-path: circle(50% at 50% 50%);
  opacity: 0.96;
}

.sec2__arrow {
  display: flex;
  justify-content: center;
  background-color: #EFF5FE;
}
.sec2__arrow img {
  position: relative;
  top: 1em;
  width: 10vh;
}
.sec2__ct2 {
  height: auto;
  padding: 1.955rem clamp(14px, 6vw, 80px);
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  background-image: url(../images/clouds.png);
  background-position: left 10vw;
  background-size: 230px auto;
  background-repeat: no-repeat;
  background-image: url(../images/clouds-left.png);
  background-color: #EFF5FE;
}
@media screen and (max-width: 1024px) {
  .sec2__ct2 {
    padding: 1.955rem clamp(6px, 3vw, 80px);
  }
}
.sec2__ct2__fl-catch {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .sec2__ct2__fl-catch {
    font-size: 1.45rem;
  }
}
.sec2__ct2__fl-explain {
  text-align: center;
  font-weight: inherit;
  font-size: 1rem;
  letter-spacing: 0.2px;
  background-color: #fff;
  border-radius: 0.6rem;
  margin: auto;
  padding: 1.7rem;
  color: #0d0b07ef;
  box-shadow: 10px 10px 40px -10px #bfbfbf;
}
@media screen and (max-width: 768px) {
  .sec2__ct2__fl-explain {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .sec2__ct2__fl-explain {
    padding: 1.53rem;
  }
}
.sec2__ct2__fl-explain__img {
  margin: 0.85rem auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.sec2__ct2__fl-explain__img div {
  padding: 0.85rem;
  flex: 1 1;
}
.sec2__ct2__fl-explain__img img {
  width: 100%;
  border-radius: 10px;
  opacity: 0.96;
}
.sec2__ct2__fl-explain__txt {
  text-align: center;
  font-weight: inherit;
  font-size: 1rem;
  letter-spacing: 0.2px;
  width: 100%;
  margin: 0.85rem;
}
@media screen and (max-width: 768px) {
  .sec2__ct2__fl-explain__txt {
    text-align: left;
  }
}

.sec3__ct-lead {
  height: auto;
  padding: 1.955rem clamp(14px, 6vw, 80px);
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 3.4rem 0;
}
@media screen and (max-width: 1024px) {
  .sec3__ct-lead {
    padding: 1.955rem clamp(6px, 3vw, 80px);
  }
}
.sec3__ct-lead__fl-catch {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .sec3__ct-lead__fl-catch {
    font-size: 1.45rem;
  }
}
.sec3__ct1 {
  position: relative;
  height: auto;
  padding: 1.955rem clamp(14px, 6vw, 80px);
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  padding-top: 3.4rem;
  background-color: #dfe7f3;
}
@media screen and (max-width: 1024px) {
  .sec3__ct1 {
    padding: 1.955rem clamp(6px, 3vw, 80px);
  }
}
.sec3__ct1__fl-catch {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .sec3__ct1__fl-catch {
    font-size: 1.45rem;
  }
}
.sec3__ct1__fl-explanation {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0.85rem;
}
.sec3__ct1__fl-explanation .txt-block {
  background-color: #fff;
  border-radius: 0.6rem;
  margin: auto;
  padding: 1.7rem;
  color: #0d0b07ef;
  box-shadow: 1px 1px 4px -1px #bfbfbf;
  flex: 1 1;
  min-width: 61%;
  min-height: 80%;
  margin: auto 0.85rem;
}
@media screen and (max-width: 768px) {
  .sec3__ct1__fl-explanation .txt-block {
    padding: 1.53rem;
  }
}
.sec3__ct1__fl-explanation .txt-block__title {
  font-weight: 700;
  font-size: 1.2rem;
}
.sec3__ct1__fl-explanation .txt-block__body {
  text-align: left;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 2.2em;
}
@media screen and (max-width: 768px) {
  .sec3__ct1__fl-explanation .txt-block__body {
    font-size: clamp( 13px, 0.92rem, 16px);
  }
}
.sec3__ct1__fl-explanation .img {
  width: 37%;
  padding: 1%;
  height: auto;
  display: flex;
  align-items: center;
  opacity: 0.91;
}
.sec3__ct1__fl-explanation img {
  border-radius: 1px;
}
.sec3__ct2 {
  padding: 0.85rem 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
}
.sec3__ct2__fl-catch {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  text-align: center;
  min-height: 11vw;
}
@media screen and (max-width: 768px) {
  .sec3__ct2__fl-catch {
    font-size: 1.45rem;
  }
}
.sec3__ct2__fl-examples {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin: 2.55rem 0;
  width: min(1400px, 100vw);
  margin: 0 auto;
}

.examples__item {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  font-size: 1rem;
  flex: 1;
  height: min(700px, 22.22vw);
}
.examples__item__img {
  position: absolute;
  width: 100%;
  height: min(700px, 22.22vw);
  opacity: 0.4;
  z-index: 1;
}
.examples__item__img img {
  width: 100%;
  height: min(700px, 22.22vw);
}
.examples__item__result {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding: 0 0.85rem;
}
.examples__item__result--content {
  position: relative;
  top: 0.5em;
  font-weight: 700;
  line-height: 1;
}
.examples__item__result--content span:nth-child(1) {
  position: absolute;
  top: -1.5em;
  left: 0;
}
.examples__item__result--content span:nth-child(2) {
  font-size: 3.5rem;
  color: #F1200A;
}
.examples__item__result--content span:nth-child(3) {
  color: #F1200A;
  font-size: 1.4rem;
}
.examples__item__detail {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 0.1rem;
  font-size: 0.8rem;
  font-weight: 300;
  z-index: 2;
}

.sec4__ct1 {
  height: auto;
  padding: 1.955rem clamp(14px, 6vw, 80px);
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .sec4__ct1 {
    padding: 1.955rem clamp(6px, 3vw, 80px);
  }
}
.sec4__ct1__fl-catch {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .sec4__ct1__fl-catch {
    font-size: 1.45rem;
  }
}
.sec4__ct1__fl-catch div {
  font-weight: 100;
  text-align: center;
  font-weight: inherit;
  font-size: 1rem;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 768px) {
  .sec4__ct1__fl-catch div {
    text-align: left;
  }
}
.sec4__ct1__fl-compare {
  margin: 0.85rem auto;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  border-radius: 0.6rem;
  padding: 1rem;
  box-shadow: 2px 2px 8px -2px #bfbfbf;
}
.sec4__ct1__fl-con {
  margin: 0.85rem auto;
  text-align: center;
  font-weight: inherit;
  font-size: 1rem;
  letter-spacing: 0.2px;
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  .sec4__ct1__fl-con {
    text-align: left;
  }
}
.sec4__ct1__fl-con div:last-child {
  font-weight: 700;
}

.compare {
  width: 100%;
  vertical-align: middle;
}
.compare tr {
  border-bottom: 1px solid #d1d1d1;
}
.compare th:nth-child(2) {
  color: #6ECAD8;
}
.compare th:nth-child(3) {
  color: #fca311;
}
.compare__head {
  color: #0D0B07;
  font-size: 1.1rem;
  letter-spacing: 1px;
}
.compare th, .compare__cell {
  border-right: 1px solid #d1d1d1;
  padding: 0.85rem 0;
  opacity: 9.6;
}
.compare th:last-child, .compare__cell:last-child {
  border-right: none;
}
.compare th__icon, .compare__cell__icon {
  width: auto;
  height: 2em;
  display: block;
}
.compare th__text, .compare__cell__text {
  display: block;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-top: 0.1em;
  position: relative;
  left: 2px;
}
.compare__conclusion tr {
  border-bottom: none;
}
.compare__conclusion td:not(:first-child) {
  font-weight: 700;
}

.sec5 {
  position: relative;
  padding: 0.85rem 0 1.7rem;
  background-color: #dfe7f3;
}
.sec5__ct1 {
  height: auto;
  padding: 1.955rem clamp(14px, 6vw, 80px);
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .sec5__ct1 {
    padding: 1.955rem clamp(6px, 3vw, 80px);
  }
}
.sec5__ct1__fl-catch {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .sec5__ct1__fl-catch {
    font-size: 1.45rem;
  }
}
.sec5__ct1__fl-assurances {
  padding: 0.85rem;
}
.sec5__ct2 {
  height: auto;
  padding: 1.955rem clamp(14px, 6vw, 80px);
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .sec5__ct2 {
    padding: 1.955rem clamp(6px, 3vw, 80px);
  }
}
.sec5__ct2__fl-con {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.points-block {
  background-color: #fff;
  border-radius: 0.6rem;
  margin: auto;
  padding: 1.7rem;
  color: #0d0b07ef;
  box-shadow: 10px 10px 40px -10px #bfbfbf;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin: 5.1rem 0;
  padding: 2em 1.7rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .points-block {
    padding: 1.53rem;
  }
}
.points-block__head {
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 1px;
  position: absolute;
  top: -2em;
  left: 4em;
  padding: 0.2em;
}
.points-block__head span:nth-child(1) {
  color: #fca311;
}
.points-block__img {
  flex: 1 1;
  width: 31%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 1.7rem;
  opacity: 0.91;
}
.points-block__body {
  text-align: left;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 2.2em;
  width: 69%;
  margin-left: 0.85rem;
  margin-right: 0.05em;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .points-block__body {
    font-size: clamp( 13px, 0.92rem, 16px);
  }
}
.points-block__body div:nth-child(2) {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.5em;
  line-height: 1em;
  text-align: right;
}

.sec6__ct1 {
  height: auto;
  padding: 1.955rem clamp(14px, 6vw, 80px);
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .sec6__ct1 {
    padding: 1.955rem clamp(6px, 3vw, 80px);
  }
}
.sec6__ct1__fl-catch {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .sec6__ct1__fl-catch {
    font-size: 1.45rem;
  }
}
.sec6__ct1__fl-text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0.85rem;
  position: relative;
}
.sec6__ct1__fl-text .txt {
  text-align: left;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 2.2em;
  width: clamp(800px, 80%, 1000px);
  line-height: 2.5;
  margin: 0 3.4rem;
  position: relative;
  right: 2vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec6__ct1__fl-text .txt {
    font-size: clamp( 13px, 0.92rem, 16px);
  }
}
.sec6__ct1__fl-text .img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20vw;
  opacity: 0.5;
  z-index: 0;
}

.sec-dl {
  background-color: #dfe7f3;
  position: relative;
  padding: 0.85rem;
}
.sec-dl__ct1 {
  height: auto;
  padding: 1.955rem clamp(14px, 6vw, 80px);
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .sec-dl__ct1 {
    padding: 1.955rem clamp(6px, 3vw, 80px);
  }
}
.sec-dl__ct1__fl-catch {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .sec-dl__ct1__fl-catch {
    font-size: 1.45rem;
  }
}
.sec-dl__ct1__fl-howto {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.sec-dl__ct1__fl-howto div:nth-child(odd) {
  text-align: middle;
  margin: 0.85rem;
}
.sec-dl__ct1__fl-howto div:nth-child(even) {
  width: clamp( 300px, 100%, 1000px);
}

.sec-form {
  padding: 0.85rem;
}
.sec-form__ct1 {
  height: auto;
  padding: 1.955rem clamp(14px, 6vw, 80px);
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .sec-form__ct1 {
    padding: 1.955rem clamp(6px, 3vw, 80px);
  }
}
.sec-form__ct1__fl-catch {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .sec-form__ct1__fl-catch {
    font-size: 1.45rem;
  }
}

.form {
  width: clamp(60%, 800px, 85%);
  margin: 0px auto;
  padding: 1.7rem 2.55rem;
  background: linear-gradient(#eff5fe, #effaff);
  border-radius: 20px;
  box-shadow: 10px 10px 40px -10px #bfbfbf;
}
.form__steps {
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: 1.1;
  display: flex;
}
.form__steps div:nth-child(1) {
  color: #fca311;
  margin-right: 0.1em;
}
.form__text {
  text-align: left;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 2.2em;
}
@media screen and (max-width: 768px) {
  .form__text {
    font-size: clamp( 13px, 0.92rem, 16px);
  }
}
.form__field {
  margin: 1.7rem 0.85rem;
  width: 100%;
}
.form__field * {
  display: inline-block;
}
.form__field *:nth-child(1) {
  width: 23%;
  text-align: left;
  font-weight: 700;
}
.form__field *:nth-child(2) {
  width: 25em;
  padding: 0.5em 0.25em;
}
.form__hr {
  width: 99%;
  border-top: 2px solid #b9b9b9;
  margin: 1.7rem auto;
}
.form__button {
  width: 100%;
  padding: 0.85rem auto;
}

.areas__region-name {
  font-weight: 800;
  border-left: 5px solid #ff683f;
  padding-left: 10px;
  margin-top: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.areas__region-name:hover {
  letter-spacing: 0.04em;
}
.areas__selections {
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.areas__selections__item {
  margin: 0.5em;
  font-weight: 700;
}

.sec-footer {
  width: 100%;
}
.sec-footer__img {
  width: 100%;
  height: auto;
  padding: 0;
}
.sec-footer__img img {
  height: auto;
  width: 100%;
  display: block;
}
.sec-footer__content {
  border-top: 1px solid #ffffff;
  background-color: #1B1B1B;
  color: #ffffff;
  font-size: 0.7em;
  padding: 1.7rem 8vw;
  display: flex;
  justify-content: flex-end;
}
.sec-footer__content__inner {
  width: auto;
}
.sec-footer__content__inner span:nth-child(1) {
  width: 20ch;
  text-align: right;
}

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