.page__fv.topics__fv {
  background: url(../img/page/topics-bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.page__fv.contact__fv {
  background: url(../img/page/contact-bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.page__fv--inner {
  padding: 220px 40px 165px;
  max-width: 1024px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page__fv--inner {
    padding: 26.6666666667vw 5.3333333333vw 21.3333333333vw;
  }
}
.page__fv--title {
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  font-size: 44px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page__fv--title {
    font-size: 8.5333333333vw;
  }
}
.page__fv--subTitle {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .page__fv--subTitle {
    font-size: 3.4666666667vw;
  }
}
.page__fv .breadcrumb {
  position: absolute;
  bottom: 20px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .page__fv .breadcrumb {
    bottom: 20px;
    left: 20px;
  }
}
.page__fv .breadcrumb__lists {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page__fv .breadcrumb__lists {
    gap: 12px;
  }
}
.page__fv .breadcrumb__lists li {
  font-size: 12px;
  color: #fff;
}
.page__fv .breadcrumb__lists a,
.page__fv .breadcrumb__lists span {
  color: #fff;
  font-size: 12px;
}

.topics {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .topics {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.topics__inner {
  max-width: 1024px;
  margin: 0 auto;
}
.topics__category {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .topics__category {
    margin-bottom: 5.3333333333vw;
  }
}
.topics__category--lists {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .topics__category--lists {
    flex-wrap: wrap;
  }
}
.topics__category--list {
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .topics__category--list {
    margin-bottom: 20px;
    padding-right: 16px;
  }
}
.topics__category--list a {
  padding: 10px 16px;
  display: block;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .topics__category--list a {
    font-size: 3.2vw;
    padding: 8px 10px;
  }
}
.topics__category--list.active a {
  background: #efefef;
}
.topics__category--list + li {
  position: relative;
}
.topics__category--list + li::after {
  content: "";
  position: absolute;
  right: 0;
  width: 20px;
  height: 100%;
  top: 0;
  background: url(../img/page/border.webp) no-repeat;
  background-size: 20px;
  background-position: right;
}
@media screen and (max-width: 768px) {
  .topics__category--list + li::after {
    background-size: 12px;
  }
}
.topics__lists {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #dbdbdb;
}
.topics__list {
  border-bottom: 1px solid #dbdbdb;
  display: block;
  padding: 30px 0;
}
.topics__list--head {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 15px;
}
.topics__list--head .date {
  font-size: 19px;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  display: block;
  color: #cacaca;
}
.topics__list--head .category {
  display: block;
  font-weight: 500;
  font-size: 14px;
  padding: 4px 6px;
  border: 1px solid #050505;
}
.topics__list--title {
  margin-bottom: 16px;
  font-size: 19px;
  font-weight: bold;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.2;
}
.topics__list--text {
  font-size: 14px;
  font-weight: 500;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topics__list--text {
    line-height: 1.6;
    -webkit-line-clamp: 2;
  }
}

.pagination {
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin: 13.3333333333vw auto 0;
  }
}
.pagination__lists {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.pagination__list {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0e224f;
  color: #fff;
}
.pagination__list.current {
  background: #dadada;
  color: #747474;
}
.pagination__list.prev {
  margin-right: 10px;
  background: none;
}
.pagination__list.next {
  margin-left: 10px;
  background: none;
}

.topics__detail {
  padding: 120px 40px 160px;
}
@media screen and (max-width: 768px) {
  .topics__detail {
    padding: 21.3333333333vw 5.3333333333vw;
  }
}
.topics__detail .breadcrumb__lists {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .topics__detail .breadcrumb__lists {
    gap: 12px;
  }
}
.topics__detail .breadcrumb__lists li {
  font-size: 12px;
}
.topics__detail .breadcrumb__lists a,
.topics__detail .breadcrumb__lists span {
  font-size: 12px;
}
.topics__detail--inner {
  max-width: 1000px;
  margin: 0 auto;
}
.topics__detail--title {
  margin: 40px 0 20px;
  font-size: 25px;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .topics__detail--title {
    margin: 8vw 0 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
.topics__detail--head {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 20px;
}
.topics__detail--head .date {
  font-size: 19px;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  display: block;
  color: #cacaca;
}
.topics__detail--head .category {
  display: block;
  font-weight: 500;
  font-size: 14px;
  padding: 4px 6px;
  border: 1px solid #050505;
}
.topics__detail--content {
  margin: 35px auto 120px;
}
@media screen and (max-width: 768px) {
  .topics__detail--content {
    margin: 20px auto 40px;
  }
}
.topics__detail--content p {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .topics__detail--content p {
    font-size: 3.7333333333vw;
  }
}
.topics__detail--content img {
  display: block;
  max-width: 90%;
  margin: 0 auto 30px;
}
.topics__detail--content h2 {
  position: relative;
  border-left: 13px solid #0e224f;
  padding: 6px 0;
  padding-left: 15px;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .topics__detail--content h2 {
    border-left: 8px solid #0e224f;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.topics__detail--content h3 {
  margin-bottom: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .topics__detail--content h3 {
    margin-top: 30px;
    font-size: 15px;
  }
}
.topics__detail .share {
  margin: 0 auto;
  max-width: 400px;
  padding: 15px 20px;
  background: #e5f4ff;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .topics__detail .share {
    padding: 15px 0;
  }
}
.topics__detail .share ul {
  gap: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .topics__detail .share ul {
    gap: 30px;
  }
}

.contact__main {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .contact__main {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.contact__main--inner {
  max-width: 1000px;
  margin: 0 auto;
}
.contact__main .contact__flow {
  width: 100%;
  display: flex;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .contact__main .contact__flow {
    margin-bottom: 10.6666666667vw;
  }
}
.contact__main .contact__flow--item {
  width: 33.3333333333%;
  padding: 20px 0;
  text-align: center;
  color: #052188;
  border: 1px solid #052188;
  font-weight: 500;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .contact__main .contact__flow--item {
    padding: 15px 0;
    font-size: 3.2vw;
  }
}
.contact__main .contact__flow--item.active {
  color: #fff;
  background: #052c53;
}
.contact__main .contact__flow--item:nth-of-type(3) {
  border-left: 0 solid #000;
}

.smf-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .smf-item {
    display: block;
    margin-bottom: 30px;
  }
}

.smf-item__col--label {
  width: 28%;
  font-size: 19px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .smf-item__col--label {
    width: 100%;
    margin-bottom: 20px;
  }
}

.smf-item__label__text {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .smf-item__label__text {
    justify-content: flex-start;
  }
}

.smf-form .smf-checkbox-control__control {
  border-radius: 0 !important;
  border-color: #050505 !important;
}

.smf-item__controls {
  line-height: 1.5;
}

.smf-item__col--controls {
  width: 70%;
}
.smf-item__col--controls .smf-label {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .smf-item__col--controls .smf-label {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .smf-item__col--controls {
    width: 100%;
  }
}
.smf-item__col--controls input[type=text],
.smf-item__col--controls input[type=email],
.smf-item__col--controls input[type=tel] {
  width: 600px;
  max-width: 100%;
  border-radius: 0 !important;
  background: #efefef !important;
  border: none !important;
  height: 70px !important;
}
.smf-item__col--controls textarea {
  width: 600px !important;
  max-width: 100%;
  border-radius: 0 !important;
  background: #efefef !important;
  border: none !important;
  height: 250px !important;
}

.smf-control-description {
  margin-top: 0 !important;
  font-size: 12px !important;
  color: #333333 !important;
}

.smf-action {
  text-align: center;
  margin-top: 50px !important;
}
@media screen and (max-width: 768px) {
  .smf-action {
    margin-top: 30px !important;
  }
}
.smf-action button[data-action=confirm] {
  margin: 0 auto;
  width: 360px;
  height: 80px;
  transition: all 0.3s ease;
  letter-spacing: 0.1em;
  position: relative;
  color: #fff !important;
  font-weight: 500;
  font-size: 19px !important;
  border: 1px solid #0e224f !important;
  text-align: center;
  background-color: #0e224f !important;
  background-size: contain;
  max-width: 100%;
  border-radius: 40px !important;
  background-image: none !important;
  font-weight: bold;
}
.smf-action button[data-action=confirm]::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 63px;
  height: 20px;
  background-size: 63px;
  background-image: url(../img/common/icon_arrow_double2.png);
  background-repeat: no-repeat;
}
.smf-action button[data-action=confirm]:hover {
  opacity: 1;
  background-color: #fff !important;
  color: #0e224f !important;
}
.smf-action button[data-action=confirm]:hover::after {
  background-size: 63px;
  background-image: url(../img/common/icon_arrow_double3.png);
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .smf-action button[data-action=confirm] {
    width: 80% !important;
    height: 65px;
    font-size: 16px !important;
    background-size: 100% !important;
  }
}
.smf-action button[data-action=complete] {
  margin: 0 auto;
  width: 300px;
  height: 65px;
  transition: all 0.3s ease;
  letter-spacing: 0.1em;
  position: relative;
  color: #fff !important;
  font-weight: 500;
  font-size: 16px !important;
  border: 1px solid #0e224f !important;
  text-align: center;
  background-color: #0e224f !important;
  background-size: contain;
  max-width: 100%;
  border-radius: 40px !important;
  background-image: none !important;
  font-weight: bold;
}
.smf-action button[data-action=complete]::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 63px;
  height: 20px;
  background-size: 63px;
  background-image: url(../img/common/icon_arrow_double2.png);
  background-repeat: no-repeat;
}
.smf-action button[data-action=complete]:hover {
  opacity: 1;
  background-color: #fff !important;
  color: #0e224f !important;
}
.smf-action button[data-action=complete]:hover::after {
  background-size: 63px;
  background-image: url(../img/common/icon_arrow_double3.png);
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .smf-action button[data-action=complete] {
    width: 80% !important;
    height: 65px;
    font-size: 16px !important;
    background-size: 100% !important;
    margin-top: 20px !important;
  }
}
.smf-action button[data-action=back] {
  margin: 0;
  max-width: 100%;
  width: 200px;
  height: 50px;
  color: #050505 !important;
  font-weight: 500;
  font-size: 19px !important;
  background: #fff !important;
  text-align: center;
  border: 1px solid #050505 !important;
  border-radius: 1000px !important;
}
.smf-action button[data-action=back]:hover {
  opacity: 1;
  background: #050505 !important;
  color: #fff !important;
}

.thanks__title {
  text-align: center;
  margin: 50px auto 30px;
  font-size: 24px;
}

.thanks__message {
  text-align: center;
  line-height: 1.7;
}

.required {
  display: inline-block;
  margin-left: auto;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background: #dc6b75;
  padding: 6px 10px;
}
@media screen and (max-width: 768px) {
  .required {
    margin-left: 16px;
  }
}

form[data-screen=confirm] .contact__flow--item:nth-child(1) {
  color: #052188;
  border: 1px solid #052188;
  background: #fff;
}
form[data-screen=confirm] .contact__flow--item:nth-child(2) {
  color: #fff;
  background: #052c53;
}

.back_btn {
  margin: 50px auto 0;
  max-width: 100%;
  width: 200px;
  height: 50px;
  color: #050505 !important;
  font-weight: 500;
  line-height: 48px;
  font-size: 19px !important;
  background: #fff !important;
  text-align: center;
  border: 1px solid #050505 !important;
  border-radius: 1000px !important;
  display: block;
  font-family: "Josefin Sans", sans-serif;
}

.page__main {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .page__main {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.page__main--inner {
  max-width: 1000px;
  margin: 0 auto;
}
.page__main p {
  line-height: 2;
  margin-bottom: 30px;
}/*# sourceMappingURL=page.css.map */