.page__fv {
  padding: 140px 40px 40px;
}
@media screen and (max-width: 768px) {
  .page__fv {
    padding: 21.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.page__fv--inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page__fv--title {
  color: #FF9500;
  font-weight: bold;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 200px;
}
@media screen and (max-width: 768px) {
  .page__fv--title {
    font-size: 29.3333333333vw;
  }
}

.news {
  padding: 50px 40px 80px;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 10.6666666667vw 5.3333333333vw 16vw;
  }
}
.news__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .news__inner {
    display: block;
    width: 100%;
  }
}
.news__title {
  width: 25%;
  font-size: 40px;
  font-weight: 900;
}
@media screen and (max-width: 1320px) {
  .news__title {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .news__title {
    font-size: 6.4vw;
    width: 100%;
    margin-bottom: 8vw;
  }
}
.news__contents {
  width: 70%;
}
@media screen and (max-width: 1320px) {
  .news__contents {
    width: 62%;
  }
}
@media screen and (max-width: 768px) {
  .news__contents {
    width: 100%;
  }
}
.news__lists {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 24px;
}
.news__list {
  display: block;
  padding: 15px 0 30px;
  border-top: 1px solid #D9D9D9;
}
.news__list--date {
  color: #FF9500;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.news__list--title {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
.news__single {
  max-width: 1100px;
  margin: 0 auto;
}
.news__single .news__date {
  color: #FF9500;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .news__single .news__date {
    font-size: 3.7333333333vw;
  }
}
.news__single .news__title {
  width: 100%;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .news__single .news__title {
    margin-bottom: 8vw;
    margin-top: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
.news__single--contents h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .news__single--contents h1 {
    font-size: 5.3333333333vw;
  }
}
.news__single--contents p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .news__single--contents p {
    font-size: 3.7333333333vw;
  }
}
.news__single--contents h2 {
  margin-top: 100px;
  background: #fff;
  padding: 6px;
  color: #FF9500;
  font-weight: bold;
  padding: 7px 20px;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .news__single--contents h2 {
    font-size: 4.8vw;
  }
}

.pagination {
  margin-top: 40px;
}
.pagination__lists {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.pagination__list {
  color: #8F8F8F;
}
.pagination__list.current {
  color: #FF9500;
}

.cta {
  max-width: 1200px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .cta {
    max-width: 92%;
  }
}

.policy {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .policy {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.policy__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.policy__contents p {
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 16px;
}
.policy__contents h3 {
  margin-top: 50px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 24px;
}
.policy__contents ul {
  padding-left: 20px;
  margin-bottom: 30px;
}
.policy__contents ul li {
  list-style-type: disc;
  line-height: 1.8;
}/*# sourceMappingURL=page.css.map */