.fv {
  width: 100%;
  height: 400px;
  background-image: url(../img/document-fv.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 76px;
}
.fv__title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
  background-color: #49506F;
  padding: 10px 48px;
}

.document {
  width: 100%;
  padding: 50px 0 0px;
  background-color: #F7F7F7;
}
.document__title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #0F2267;
  letter-spacing: 0.1em;
  line-height: 2.4;
  margin-bottom: 56px;
}
.document__boxes {
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.document__boxes--child {
  text-align: center;
  width: 30%;
  padding: 32px 0;
  margin-bottom: 56px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.document__boxes--child .document__boxes--childImg {
  width: 80%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.document__boxes--childText {
  text-align: left;
  width: 80%;
  margin: 32px auto 40px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.document__boxes--childCta {
  display: block;
  margin-top: auto;
  width: 80%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #ffffff;
  background-color: #0F2267;
  padding: 12px 0;
  transition: 0.5s;
}
.document__boxes--childCta:hover {
  opacity: 0.7;
}
.document__boxes--child:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.document__button {
  width: 30%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.document__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  background-color: #36A9B2;
  border-radius: 5px;
  box-shadow: 0px 5px 0px rgb(52, 155, 167);
  margin: 0 12px;
}
.document__button .active {
  background-color: #DDDDDD;
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.16);
}
.document__button--middle {
  font-size: 32px;
  color: #36A9B2;
  margin: 0 16px;
}

@media screen and (max-width: 1024px) {
  .fv {
    width: 100%;
    height: 300px;
    background-image: url(../img/document-fv.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
  }
  .fv__title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.1em;
    background-color: #49506F;
    padding: 10px 48px;
  }
  .document {
    width: 100%;
    padding: 50px 0 0px;
    background-color: #F7F7F7;
  }
  .document__title {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: #0F2267;
    letter-spacing: 0.1em;
    line-height: 2.4;
    margin-bottom: 56px;
  }
  .document__boxes {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .document__boxes--child {
    text-align: center;
    width: 30%;
    padding: 32px 0;
    margin-bottom: 56px;
    background-color: #ffffff;
  }
  .document__boxes--childImg {
    width: 80%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .document__boxes--childText {
    text-align: left;
    width: 80%;
    margin: 24px auto 32px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  .document__boxes--childCta {
    display: block;
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #ffffff;
    background-color: #0F2267;
    padding: 12px 0;
  }
  .document__boxes--child:nth-last-child(-n+3) {
    margin-bottom: 64px;
  }
  .document__button {
    width: 40%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .document__button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    background-color: #36A9B2;
    border-radius: 5px;
    box-shadow: 0px 5px 0px rgb(52, 155, 167);
    margin: 0 12px;
  }
  .document__button .active {
    background-color: #DDDDDD;
    box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.16);
  }
  .document__button--middle {
    font-size: 32px;
    color: #36A9B2;
    margin: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    height: 250px;
    background-size: cover;
  }
  .fv__title {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.1em;
    background-color: #49506F;
    padding: 8px 24px;
  }
  .document {
    width: 100%;
    padding: 50px 0 0px;
    background-color: #F7F7F7;
  }
  .document__title {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: #0F2267;
    letter-spacing: 0.1em;
    line-height: 2.4;
    margin-bottom: 56px;
  }
  .document__boxes {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .document__boxes--child {
    text-align: center;
    width: 30%;
    padding: 32px 0;
    margin-bottom: 56px;
    background-color: #ffffff;
  }
  .document__boxes--childImg {
    width: 80%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .document__boxes--childText {
    text-align: left;
    width: 80%;
    margin: 24px auto 32px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.16em;
    line-height: 1.8;
  }
  .document__boxes--childCta {
    display: block;
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #ffffff;
    background-color: #0F2267;
    padding: 12px 0;
  }
  .document__boxes--child:nth-last-child(-n+3) {
    margin-bottom: 64px;
  }
  .document__button {
    width: 40%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .document__button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    background-color: #36A9B2;
    border-radius: 5px;
    box-shadow: 0px 5px 0px rgb(52, 155, 167);
    margin: 0 12px;
  }
  .document__button .active {
    background-color: #DDDDDD;
    box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.16);
  }
  .document__button--middle {
    font-size: 32px;
    color: #36A9B2;
    margin: 0 16px;
  }
}
@media screen and (max-width: 480px) {
  .fv {
    width: 100%;
    height: 200px;
    background-image: url(../img/document-fv.png);
    background-repeat: no-repeat;
    background-size: 200%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
  }
  .fv__title {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.1em;
    background-color: #49506F;
    padding: 8px 24px;
  }
  .sp {
    transform: translateY(60px) !important;
  }
  .document {
    width: 100%;
    padding: 50px 0 80px;
    background-color: #F7F7F7;
  }
  .document__title {
    width: 90%;
    margin: 0 auto 40px;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    color: #0F2267;
    letter-spacing: 0.1em;
    line-height: 1.7;
  }
  .document__boxes {
    width: 85%;
    margin: 0 auto;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .document__boxes--child {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 32px 0;
    margin-bottom: 40px;
    background-color: #ffffff;
  }
  .document__boxes--childImg {
    width: 70%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .document__boxes--childText {
    text-align: left;
    width: 70%;
    margin: 24px auto 32px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  .document__boxes--childCta {
    display: block;
    width: 70%;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #ffffff;
    background-color: #0F2267;
    padding: 12px 0;
  }
  .document__boxes--child:nth-last-child(-n+3) {
    margin-bottom: 40px;
  }
  .document__boxes--child:nth-child(6) {
    margin-bottom: 0;
  }
  .document__button {
    width: 40%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .document__button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    background-color: #36A9B2;
    border-radius: 5px;
    box-shadow: 0px 5px 0px rgb(52, 155, 167);
    margin: 0 12px;
  }
  .document__button .active {
    background-color: #DDDDDD;
    box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.16);
  }
  .document__button--middle {
    font-size: 32px;
    color: #36A9B2;
    margin: 0 16px;
  }
  .footer .header__cta {
    display: none;
  }
}
@media (max-width: 680px) {
  .copyright {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=document.css.map */