.underMV {
  background-image: url(../images/service_bg.webp);
}


/* =========================
INTRO
========================= */

.fr-intro {
  padding-top: 60px;
}

.fr-intro p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.9;
}

.fr-intro p span {
  color: #001961;
  font-size: 24px;
}


/* =========================
TYPICAL QUESTIONS
========================= */

.fr-case {
  padding-top: 70px;
}

.fr-case__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.fr-case__item {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(33.333333% - 13.333333px);
  min-height: 160px;
  padding: 40px 20px 25px;
  background-color: #eff3fa;
}

.fr-case__item span {
  position: absolute;
  top: 10px;
  left: 12px;
  color: #a0b6de;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.fr-case__item p {
  color: #001961;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
}


/* =========================
INDIVIDUAL DESIGN
========================= */

.fr-design {
  padding-top: 80px;
}

.fr-design__lead {
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
}

.fr-design__wrapper {
  display: flex;
  gap: 12px;
}

.fr-design__item {
  position: relative;
  width: calc(20% - 9.6px);
  min-height: 245px;
  padding: 55px 18px 25px;
  border: solid 1px #cfd5e6;
  background-color: #fff;
}

.fr-design__item .num {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 7px 5px;
  background-color: #001961;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.fr-design__item h3 {
  margin-bottom: 15px;
  color: #001961;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.fr-design__item p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}


/* =========================
RESEARCH AREAS
========================= */

.fr-service {
  padding-top: 80px;
}

.fr-service__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 30px;
}

.fr-service__item {
  display: flex;
  flex-direction: column;
  width: calc(33.333333% - 20px);
  min-height: 300px;
  padding: 28px 22px;
  border: solid 1px #d9dde6;
  background-color: #fff;
}

.fr-service__item h3 {
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: solid 1px #d9dde6;
  color: #001961;
  font-size: 21px;
  font-weight: 600;
}

.fr-service__item p {
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

.fr-service__item .parts-button-w {
  margin-top: auto;
  height: 48px;
}

.fr-service__item .parts-button-w a {
  font-size: 12px;
}


/* =========================
STRENGTH
========================= */

.fr-strength {
  margin-top: 80px;
  padding: 65px 0 80px;
  background-image: url(../images/column_bg.webp);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.fr-strength__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}

.fr-strength__item {
  position: relative;
  width: calc(50% - 20px);
  min-height: 190px;
  padding: 45px 30px 25px;
  background-color: #eff3fa;
}

.fr-strength__item span {
  position: absolute;
  top: 10px;
  left: 12px;
  color: #a0b6de;
  font-size: 30px;
  font-weight: 700;
}

.fr-strength__item h3 {
  margin-bottom: 12px;
  color: #001961;
  font-size: 24px;
  font-weight: 600;
}

.fr-strength__item p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}


/* =========================
FLOW
========================= */

.fr-flow {
  padding-top: 75px;
}

.fr-flow__wrapper {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}

.fr-flow__item {
  position: relative;
  width: calc(20% - 9.6px);
  min-height: 220px;
  padding: 50px 18px 25px;
  border: solid 1px #cfd5e6;
  background-color: #fff;
}

.fr-flow__item:not(:last-child)::after {
  position: absolute;
  top: 48%;
  right: -10px;
  z-index: 2;
  content: "";
  width: 10px;
  height: 16px;
  background-image: url(../images/icon_arrow_simple.webp);
  background-size: cover;
}

.fr-flow__item .num {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 6px;
  background-color: #001961;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.fr-flow__item h3 {
  margin-bottom: 14px;
  color: #001961;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
}

.fr-flow__item p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}


/* =========================
SEON PROOF CONNECTION
========================= */

.fr-proof {
  padding-top: 80px;
}

.fr-proof__box {
  padding: 35px 40px;
  border: solid 1px #d9dde6;
  background-color: #f7f9fc;
}

.fr-proof__box p {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.9;
}

.fr-proof__button {
  max-width: 460px;
  margin: 35px auto 0;
}


/* =========================
CONSULTATION
========================= */

.fr-consultation {
  padding-top: 80px;
  padding-bottom: 90px;
}

.fr-consultation p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
}

.fr-consultation__button {
  max-width: 500px;
  margin: 35px auto 0;
}


/* =========================
SP
========================= */

@media screen and (max-width: 768px) {

  .fr-intro {
    padding-top: 40px;
  }

  .fr-intro p {
    font-size: 15px;
    line-height: 1.8;
  }

  .fr-intro p span {
    font-size: 18px;
  }


  /* questions */

  .fr-case {
    padding-top: 45px;
  }

  .fr-case__wrapper {
    gap: 10px;
  }

  .fr-case__item {
    width: calc(50% - 5px);
    min-height: 145px;
    padding: 38px 13px 20px;
  }

  .fr-case__item span {
    font-size: 22px;
  }

  .fr-case__item p {
    font-size: 13px;
  }


  /* design */

  .fr-design {
    padding-top: 50px;
  }

  .fr-design__lead {
    font-size: 14px;
    line-height: 1.8;
  }

  .fr-design__wrapper {
    flex-direction: column;
    gap: 25px;
  }

  .fr-design__item {
    width: 100%;
    min-height: unset;
    padding: 50px 18px 22px;
  }

  .fr-design__item h3 {
    font-size: 18px;
  }

  .fr-design__item p {
    font-size: 14px;
  }


  /* service */

  .fr-service {
    padding-top: 50px;
  }

  .fr-service__wrapper {
    flex-direction: column;
    gap: 15px;
  }

  .fr-service__item {
    width: 100%;
    min-height: unset;
    padding: 22px 18px;
  }

  .fr-service__item h3 {
    font-size: 18px;
  }

  .fr-service__item p {
    font-size: 14px;
  }


  /* strength */

  .fr-strength {
    margin-top: 50px;
    padding: 45px 0 60px;
  }

  .fr-strength__wrapper {
    gap: 10px;
  }

  .fr-strength__item {
    width: calc(50% - 5px);
    min-height: 170px;
    padding: 42px 15px 20px;
  }

  .fr-strength__item span {
    font-size: 22px;
  }

  .fr-strength__item h3 {
    font-size: 18px;
  }

  .fr-strength__item p {
    font-size: 13px;
  }


  /* flow */

  .fr-flow {
    padding-top: 50px;
  }

  .fr-flow__wrapper {
    flex-direction: column;
    gap: 28px;
  }

  .fr-flow__item {
    width: 100%;
    min-height: unset;
    padding: 48px 18px 22px;
  }

  .fr-flow__item:not(:last-child)::after {
    top: unset;
    right: unset;
    left: 50%;
    bottom: -22px;
    transform: translateX(-50%) rotate(90deg);
  }

  .fr-flow__item h3 {
    font-size: 18px;
  }

  .fr-flow__item p {
    font-size: 14px;
  }


  /* proof */

  .fr-proof {
    padding-top: 50px;
  }

  .fr-proof__box {
    padding: 25px 18px;
  }

  .fr-proof__box p {
    font-size: 14px;
  }


  /* consultation */

  .fr-consultation {
    padding-top: 50px;
    padding-bottom: 65px;
  }

  .fr-consultation p {
    font-size: 14px;
  }
}