@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 700 400;
  src: url(../font/Lora-Font/Lora-Regular.ttf) format("truetype");
  src: url(../font/Lora-Font/Lora-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 700 500;
  src: url(../font/Gotham-Font/Gotham-Bold.otf) format("opentype");
  src: url(../font/Gotham-Font/GothamBold.ttf) format("truetype");
  src: url(../font/Gotham-Font/GothamMedium.ttf) format("truetype");
}
@font-face {
  font-family: "lao-mn", sans-serif;
  font-style: normal;
  src: url(../font/lao-mn.ttf);
}
@font-face {
  font-family: "Satoshi", sans-serif;
  font-style: normal;
  src: url(../font/Satoshi-Medium.otf);
}
.news .news_top {
  position: relative;
  z-index: 10;
}
.news .news_top .news_top_inner {
  margin: 0 auto;
  max-width: 1140px;
  padding: 132px 0 0;
  width: 90%;
}
.news .news_top .sec_flex {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.news .news_top .sec_flex .sec_title_area {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 40%;
}
.news .news_top .sec_flex .sec_title_area h1 {
  font-size: 120px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .news .news_top .sec_flex .sec_title_area h1 {
    font-size: 64px;
  }
}
.news .news_top .sec_flex .sec_title_area .sub_copy {
  display: block;
  font-size: 16px;
  margin-top: 20px;
}
.news .news_top .sec_flex .sec_title_area .sub_copy::before {
  bottom: 6px;
}
@media screen and (max-width: 959px) {
  .news .news_top .sec_flex .sec_title_area .sub_copy {
    font-size: 14px;
  }
}
.news .news_main {
  margin: 170px 0 0;
  padding-bottom: 160px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .news .news_main {
    margin: 50px 0 0;
    padding-bottom: 70px;
  }
}
.news .news_main .news_flex {
  align-items: flex-start;
  display: flex;
  gap: 50px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
  width: 90%;
}
@media screen and (max-width: 959px) {
  .news .news_main .news_flex {
    flex-direction: column;
    gap: 0px;
  }
}
.news .news_main .news_archives_title_sp {
  display: none;
}
@media screen and (max-width: 959px) {
  .news .news_main .news_archives_title_sp {
    color: #222222;
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    width: 100%;
  }
}
.news .news_main .news_archives {
  align-items: flex-start;
  border-top: 1px solid #222222;
  display: flex;
  justify-content: space-between;
  padding: 22px 0 40px;
  position: relative;
  top: auto;
  width: 250px;
}
@media screen and (max-width: 959px) {
  .news .news_main .news_archives {
    padding: 0;
    width: 100%;
  }
}
.news .news_main .news_archives .news_archives_title {
  border-bottom: none;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding-bottom: 0;
  width: auto;
}
@media screen and (max-width: 959px) {
  .news .news_main .news_archives .news_archives_title {
    display: none;
  }
}
.news .news_main .news_archives .news_archives_list {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .news .news_main .news_archives .news_archives_list {
    flex-direction: row;
    gap: 20px;
    margin-top: 16px;
  }
}
.news .news_main .news_archives .news_archives_list .year-list li {
  color: #adadad;
  margin-bottom: 15px;
}
.news .news_main .news_archives .news_archives_list .year-list li a {
  color: #adadad;
  font-size: 12px;
}
.news .news_main .news_archives .news_archives_list li.active {
  color: #222222;
  pointer-events: none;
}
@media screen and (max-width: 959px) {
  .news .news_main .news_archives .news_archives_list li.active {
    text-decoration: underline;
  }
}
.news .news_main .news_archives .news_archives_list a {
  color: #adadad;
  font-size: 12px;
  margin-bottom: 15px;
}
.news .news_main .news_list {
  color: #222222;
  max-width: 800px;
  width: 80%;
}
@media screen and (max-width: 959px) {
  .news .news_main .news_list {
    margin-top: 57px;
    width: 100%;
  }
}
.news .news_main .news_list .news_list_inner {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.news .news_main .news_list .news_list_item {
  align-items: flex-start;
  color: #222222;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 50px;
  position: relative;
  width: 100%;
}
.news .news_main .news_list .news_list_item:hover .news_item_image img {
  transform: scale(1.05);
  transition: transform 0.5s ease-in-out;
}
@media screen and (max-width: 959px) {
  .news .news_main .news_list .news_list_item {
    margin-bottom: 32px;
  }
}
.news .news_main .news_list .news_list_item .news_item_image {
  aspect-ratio: 325/210;
  overflow: hidden;
  position: relative;
  width: 325px;
}
@media screen and (max-width: 959px) {
  .news .news_main .news_list .news_list_item .news_item_image {
    aspect-ratio: 115/115;
    width: 115px;
  }
}
.news .news_main .news_list .news_list_item .news_item_image img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}
.news .news_main .news_list .news_list_item .news_item_num {
  font-size: 14px;
  left: 0;
  position: absolute;
  top: -20px;
}
.news .news_main .news_list .news_list_item .news_text_flex {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 30px;
  margin-top: 15px;
  width: 80%;
}
@media screen and (max-width: 959px) {
  .news .news_main .news_list .news_list_item .news_text_flex {
    margin-left: 17px;
    margin-top: 5px;
  }
}
.news .news_main .news_list .news_list_item .news_item_date {
  color: #222;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 18px;
}
@media screen and (max-width: 959px) {
  .news .news_main .news_list .news_list_item .news_item_date {
    margin-bottom: 10px;
  }
}
.news .news_main .news_list .news_list_item .news_item_title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 12px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .news .news_main .news_list .news_list_item .news_item_title {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.news .news_main .news_list .news_list_item .news_item_category {
  color: #adadad;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 38px;
}
@media screen and (max-width: 959px) {
  .news .news_main .news_list .news_list_item .news_item_category {
    margin-top: 16px;
  }
}
.news .news_main .news_list .news_pagenation {
  align-items: center;
  border-top: 1px solid #222222;
  display: flex;
  gap: 28px;
  justify-content: center;
  margin: 100px auto 0;
  padding-top: 36px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .news .news_main .news_list .news_pagenation {
    margin: 50px auto 0;
    padding-top: 24px;
  }
}
.news .news_main .news_list .news_pagenation a {
  color: #adadad;
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  .news .news_main .news_list .news_pagenation a {
    font-size: 14px;
  }
}
.news .news_main .news_list .news_pagenation a.active {
  color: #222;
  pointer-events: none;
}

.news_detail {
  position: relative;
  z-index: 1;
}
.news_detail .news_main {
  margin: 0 auto;
  padding-top: 160px;
}
@media screen and (max-width: 959px) {
  .news_detail .news_main {
    padding-top: 140px;
  }
}
@media screen and (max-width: 560px) {
  .news_detail .news_main {
    padding-top: 120px;
  }
}
.news_detail .news_detail_left {
  width: 250px;
}
@media screen and (max-width: 959px) {
  .news_detail .news_detail_left {
    display: none;
  }
}
.news_detail .news_detail_left .news_detail_title {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 60px;
}
.news_detail .news_detail_left .news_archives {
  align-items: flex-start;
  border-bottom: 1px solid #222222;
  border-top: 1px solid #222222;
  display: flex;
  justify-content: space-between;
  padding: 22px 0 40px;
  position: sticky;
  top: auto;
  width: auto;
}
.news_detail .news_detail_left .news_archives .news_archives_title {
  border-bottom: none;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding-bottom: 0;
  width: auto;
}
.news_detail .news_detail_left .news_archives .news_archives_list {
  flex-shrink: 0;
}
.news_detail .news_detail_main {
  color: #222222;
  font-size: 14px;
  margin: 0 auto;
  max-width: 800px;
  width: 60%;
}
@media screen and (max-width: 959px) {
  .news_detail .news_detail_main {
    width: 100%;
  }
}
.news_detail .news_detail_main a {
  color: #2149ed;
  text-decoration: underline;
}
.news_detail .news_detail_main .news_main_inner {
  width: 100%;
}
.news_detail .news_detail_main .news_text_flex {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: flex-start;
  margin-bottom: 18px;
}
.news_detail .news_detail_main .news_text_flex .news_item_date {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}
.news_detail .news_detail_main .news_text_flex .news_item_category {
  color: #adadad;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}
.news_detail .news_detail_main .news_main_text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.news_detail .news_detail_main .news_main_text p {
  margin-bottom: 65px;
  margin-bottom: 16px;
}
@media screen and (max-width: 959px) {
  .news_detail .news_detail_main .news_main_text p {
    margin-bottom: 26px;
  }
}
.news_detail .news_detail_main h1 {
  border-bottom: 1px solid #adadad;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 65px;
  padding-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .news_detail .news_detail_main h1 {
    font-size: 24px;
    margin-bottom: 45px;
  }
}
.news_detail .news_detail_main h2 {
  border-bottom: 1px solid #adadad;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 35px;
  padding-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .news_detail .news_detail_main h2 {
    font-size: 20px;
    margin-bottom: 26px;
    margin-top: 40px;
    padding-bottom: 16px;
  }
}
.news_detail .news_detail_main h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 35px;
  padding-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .news_detail .news_detail_main h3 {
    font-size: 18px;
    margin-bottom: 26px;
    padding-bottom: 0px;
  }
}
.news_detail .news_detail_main .news_detail_image,
.news_detail .news_detail_main .wp-block-image {
  margin: 65px 0 65px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .news_detail .news_detail_main .news_detail_image,
  .news_detail .news_detail_main .wp-block-image {
    margin: 26px 0 26px;
  }
}
.news_detail .news_detail_main .back_btn {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  left: 150px;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .news_detail .news_detail_main .back_btn {
    left: 110px;
  }
}
.news_detail .news_detail_main .back_btn .back_btn_link {
  color: #222222;
  text-decoration: none;
}
.news_detail .news_detail_main .back_btn .back_btn_link::after {
  background-color: #222222;
  content: "";
  height: 1px;
  position: absolute;
  right: calc(100% + 50px);
  top: 50%;
  transition: transform 0.3s ease;
  width: 100px;
}
@media screen and (max-width: 959px) {
  .news_detail .news_detail_main .back_btn .back_btn_link::after {
    right: calc(100% + 20px);
    width: 90px;
  }
}
.news_detail .news_detail_main .back_btn .back_btn_link::before {
  border-right: 1px solid #222222;
  border-top: 1px solid #222222;
  content: "";
  height: 6px;
  position: absolute;
  right: calc(100% + 145px);
  top: 50%;
  transform: translate(0, -50%) rotate(-135deg);
  transition: transform 0.3s ease;
  width: 6px;
}
@media screen and (max-width: 959px) {
  .news_detail .news_detail_main .back_btn .back_btn_link::before {
    height: 7px;
    right: calc(100% + 102px);
    width: 7px;
  }
}
.news_detail .news_detail_main .back_btn .back_btn_link:hover::after {
  transform: translateX(-10px);
}
.news_detail .news_detail_main .back_btn .back_btn_link:hover::before {
  transform: translate(-10px, -50%) rotate(-135deg);
}
/*# sourceMappingURL=sourcemaps/news.css.map */