.news_index-mv {
  width: 1128px;
  margin: 0 auto;
  padding-top: 80px;
}
@media (max-width: 440px) {
  .news_index-mv {
    width: 100%;
    padding: 24px 24px 0;
  }
}
.news_index-mv--breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}
.news_index-mv--breadcrumb_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  font-size: 14px;
}
.news_index-mv--breadcrumb_item:not(:last-child):after {
  content: ">";
}
@media (max-width: 440px) {
  .news_index-mv--breadcrumb_item {
    font-size: 12px;
  }
}
.news_index-mv--breadcrumb_link {
  text-decoration: underline;
  transition: opacity 0.3s;
}
.news_index-mv--breadcrumb_link:hover {
  opacity: 0.7;
}
.news_index-mv--title {
  margin-top: 40px;
  font-size: 56px;
  font-weight: 400;
}
@media (max-width: 440px) {
  .news_index-mv--title {
    margin-top: 80px;
    font-size: 40px;
    text-align: center;
  }
}
.news_index-mv--eng {
  margin-top: 16px;
  color: #00a0e9;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 440px) {
  .news_index-mv--eng {
    font-size: 14px;
    text-align: center;
  }
}

.news_index-list {
  width: 937px;
  margin: 80px auto 160px;
}
@media (max-width: 440px) {
  .news_index-list {
    width: 100%;
  }
}
@media (max-width: 440px) {
  .news_index-list--category_scroll {
    width: 100vw;
    overflow-x: scroll;
  }
}
.news_index-list--category_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
@media (max-width: 440px) {
  .news_index-list--category_wrapper {
    width: max-content;
    padding: 0 24px;
  }
}
.news_index-list--category_link {
  display: block;
  width: 96px;
  padding: 4px 0;
  border: #00a0e9 1px solid;
  border-radius: 24px;
  color: #00a0e9;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.news_index-list--category_link-all {
  width: 79px;
}
.news_index-list--category_link.js-current {
  background-color: #00a0e9;
  color: #ffffff;
}
@media (max-width: 440px) {
  .news_index-list--category_link {
    flex-shrink: 0;
    width: 80px;
    font-size: 14px;
  }
  .news_index-list--category_link-all {
    width: 65px;
  }
}
.news_index-list--list_wrapper {
  margin-top: 40px;
}
@media (max-width: 440px) {
  .news_index-list--list_wrapper {
    margin-top: 24px;
    padding: 0 24px;
  }
}
.news_index-list--list {
  border-top: #D9D9D9 1px solid;
}
.news_index-list--item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 24px 0;
  border-bottom: #D9D9D9 1px solid;
}
.news_index-list--item.js-hide {
  display: none;
}
@media (max-width: 440px) {
  .news_index-list--item {
    display: block;
    padding: 16px 0;
  }
}
.news_index-list--label_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.news_index-list--date {
  font-size: 16px;
}
@media (max-width: 440px) {
  .news_index-list--date {
    font-size: 14px;
  }
}
.news_index-list--category {
  width: 72px;
  margin-left: 16px;
  padding: 4px 0;
  border: #00a0e9 1px solid;
  border-radius: 24px;
  color: #00a0e9;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 440px) {
  .news_index-list--category {
    width: 60px;
    margin-left: 8px;
    font-size: 10px;
  }
}
.news_index-list--detail_link {
  margin-left: 24px;
  font-size: 16px;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.news_index-list--detail_link:hover {
  opacity: 0.7;
}
@media (max-width: 440px) {
  .news_index-list--detail_link {
    margin-left: 0;
    margin-top: 8px;
    font-size: 14px;
  }
}
.news_index-list--more {
  display: block;
  width: 360px;
  margin: 56px auto 0;
  padding: 24px 0;
  background-color: #ffffff;
  border: #00a0e9 1px solid;
  border-radius: 40px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 440px) {
  .news_index-list--more {
    width: 280px;
    margin-top: 40px;
    padding: 16px 0;
    font-size: 14px;
  }
}

.news_index-mv {
  width: 1128px;
  margin: 0 auto;
  padding-top: 80px;
}
@media (max-width: 440px) {
  .news_index-mv {
    width: 100%;
    padding: 24px 24px 0;
  }
}
.news_index-mv--breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}
.news_index-mv--breadcrumb_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  font-size: 14px;
}
.news_index-mv--breadcrumb_item:not(:last-child):after {
  content: ">";
}
@media (max-width: 440px) {
  .news_index-mv--breadcrumb_item {
    font-size: 12px;
  }
}
.news_index-mv--breadcrumb_link {
  text-decoration: underline;
  transition: opacity 0.3s;
}
.news_index-mv--breadcrumb_link:hover {
  opacity: 0.7;
}
.news_index-mv--lead {
  margin-top: 24px;
  color: #00a0e9;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 440px) {
  .news_index-mv--lead {
    margin-top: 16px;
    font-size: 20px;
  }
}

.news_index-contents {
  width: 937px;
  margin: 120px auto 160px;
}
@media (max-width: 440px) {
  .news_index-contents {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 120px;
    padding: 0 24px;
  }
}
.news_index-contents--label_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.news_index-contents--date {
  font-size: 16px;
}
@media (max-width: 440px) {
  .news_index-contents--date {
    font-size: 14px;
  }
}
.news_index-contents--category {
  width: 72px;
  margin-left: 16px;
  padding: 4px 0;
  border: #00a0e9 1px solid;
  border-radius: 24px;
  color: #00a0e9;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 440px) {
  .news_index-contents--category {
    width: 60px;
    margin-left: 8px;
    font-size: 10px;
  }
}
.news_index-contents--title {
  margin-top: 24px;
  font-size: 40px;
  font-weight: 400;
}
@media (max-width: 440px) {
  .news_index-contents--title {
    margin-top: 16px;
    font-size: 32px;
  }
}
.news_index-contents--wrapper {
  margin-top: 40px;
  padding-top: 56px;
  border-top: #D9D9D9 1px solid;
}
@media (max-width: 440px) {
  .news_index-contents--wrapper {
    margin-top: 24px;
    padding-top: 32px;
  }
}
.news_index-contents--wrapper h1 {
  margin-bottom: 40px;
  font-size: 28px;
}
@media (max-width: 440px) {
  .news_index-contents--wrapper h1 {
    margin-bottom: 36px;
    font-size: 24px;
  }
}
.news_index-contents--wrapper h2 {
  margin-bottom: 36px;
  font-size: 26px;
}
@media (max-width: 440px) {
  .news_index-contents--wrapper h2 {
    margin-bottom: 32px;
    font-size: 22px;
  }
}
.news_index-contents--wrapper h3 {
  margin-bottom: 32px;
  font-size: 24px;
}
@media (max-width: 440px) {
  .news_index-contents--wrapper h3 {
    margin-bottom: 28px;
    font-size: 20px;
  }
}
.news_index-contents--wrapper h4 {
  margin-bottom: 28px;
  font-size: 22px;
}
@media (max-width: 440px) {
  .news_index-contents--wrapper h4 {
    margin-bottom: 24px;
    font-size: 18px;
  }
}
.news_index-contents--wrapper h5 {
  margin-bottom: 24px;
  font-size: 20px;
}
@media (max-width: 440px) {
  .news_index-contents--wrapper h5 {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.news_index-contents--wrapper h6 {
  margin-bottom: 20px;
  font-size: 18px;
}
@media (max-width: 440px) {
  .news_index-contents--wrapper h6 {
    margin-bottom: 16px;
    font-size: 14px;
  }
}
.news_index-contents--wrapper p, .news_index-contents--wrapper pre {
  margin-bottom: 16px;
  font-size: 16px;
}
@media (max-width: 440px) {
  .news_index-contents--wrapper p, .news_index-contents--wrapper pre {
    margin-bottom: 12px;
    font-size: 14px;
  }
}
.news_index-contents--wrapper a {
  color: #00a0e9;
  text-decoration: underline;
}
.news_index-contents--wrapper img {
  height: auto;
  margin: 40px auto;
}
@media (max-width: 440px) {
  .news_index-contents--wrapper img {
    margin: 32px auto;
  }
}
.news_index-contents--wrapper hr {
  margin: 56px auto;
}
@media (max-width: 440px) {
  .news_index-contents--wrapper hr {
    margin: 40px auto;
  }
}
.news_index-contents--wrapper > *:last-child {
  margin-bottom: 0;
}
.news_index-contents--back_link {
  margin-top: 80px;
  justify-content: center;
  text-decoration: underline;
}
@media (max-width: 440px) {
  .news_index-contents--back_link {
    margin-top: 64px;
  }
}

/*# sourceMappingURL=news.css.map */
