@charset "UTF-8";
/*-------------------------
for news-list
-------------------------*/
.section-mv__sub {
  position: relative;
}
.section-mv__sub h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #0E172C;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 2.5px;
  -webkit-text-stroke-color: #0E172C;
  letter-spacing: 0.1em;
  font-size: 72px;
  line-height: 1.3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-newslist {
  width: 100%;
  max-width: 1000px;
  margin: 140px auto 180px;
}
.news-list__article {
  width: 100%;
  border: 1px solid #0E172C;
  border-radius: 20px;
  box-shadow: 5px 5px 0 rgba(116, 141, 174, 0.3);
}
.news-list__article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 40px 30px 60px;
}
.news-list__article a:hover {
  opacity: 1;
}
.news-list__article a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 40px;
  align-items: center;
}
.news-list__article + .news-list__article {
  margin-top: 40px;
}
.news-list__article time {
  font-size: 18px;
  font-weight: 400;
  color: #172C66;
}
.news-list__article h3 {
  font-size: 20px;
  font-weight: 500;
  color: #172C66;
}
.news-list__item-close {
  font-size: 16px;
  margin-top: 5px;
}
.list-article__arrow {
  width: 35px;
  height: 35px;
  transition: all 0.3s;
}
a.news-list__item:hover .list-article__arrow {
  opacity: 1;
  transform: scale(1.2);
}
.news-list__page-number {
  font-size: 20px;
  font-weight: 500;
  color: #0E172C;
  margin-top: 100px;
  text-align: center;
}
.backtohome-btn {
  width: fit-content;
  margin: 180px auto 0;
  transition: all 0.3s;
  color: var(--primary);
  min-width: 220px;
  text-align: center;
  font-weight: 700;
  outline: none !important;
  text-transform: uppercase;
  border: 2px solid var(--black-light);
  border-radius: 200px;
  font-size: 18px;
  background-color: #FFF;
}
.backtohome-btn:hover {
  background-color: rgba(245, 130, 174, .2);
}
.backtohome-object {
  align-content: center;
  column-gap: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 45px;
}
.backtohome-object img {
  width: 20px;
  height: auto;
  transform: rotate(180deg);
}
/*-------------------------
for news-article page
-------------------------*/
.section-mv__fornews {
  position: relative;
}
.mv-news__title {
  position: absolute;
  width: 90%;
  max-width: 1200px;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mv-news__title p {
  font-size: 16px;
  font-weight: 500;
  color: #0E172C;
  width: fit-content;
  background-color: #FFCD79;
  border: 1.5px solid #0E172C;
  border-radius: 50vh;
  padding: 10px 30px;
  margin-bottom: 40px;
}
h2.news-article__topic {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 48px;
  font-weight: 500;
  color: #0E172C;
  position: static;
  transform: none;
  -webkit-text-fill-color: unset;
  -webkit-text-stroke-width: unset;
  -webkit-text-stroke-color: unset;
}
span.news-article__topic-close {
  font-size: 32px;
  font-weight: 400;
}
br.news-article__topic-lbforsp {
  display: none;
}
.section-news__article {
  width: 100%;
  max-width: 1200px;
  margin: 140px auto 180px;
}
.news-article-detail {
  font-size: 18px;
}
/*
.news-article-detail p {
  text-align: center;
}
*/
.news-article-detail table {
  margin: 40px auto 0;
  border: 2px solid #7AB6C7;
}
.radius-table {
  border: none;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 20px;
  overflow: hidden;
}
table tr th {
  background-color: #9ECAD6;
  color: #0E172C;
  padding: 40px;
  border-bottom: 1.5px dotted #FFF;
}
table tr td {
  padding: 40px;
  border-bottom: 1.5px dotted #9ECAD6;
}
th.none-border, td.none-border {
  border-bottom: none;
}
.news-article-detail table tr a {
  text-decoration: underline;
}
.news-article-detail table tr a img {
  height: 15px;
  width: auto;
  margin-left: 10px;
  margin-bottom: 5px;
}
.backtolist-btn {
  width: fit-content;
  margin: 180px auto 220px;
  transition: all 0.3s;
  color: var(--primary);
  min-width: 220px;
  text-align: center;
  font-weight: 700;
  outline: none !important;
  text-transform: uppercase;
  border: 2px solid var(--black-light);
  border-radius: 200px;
  font-size: 18px;
  background-color: #FFF;
}
.backtolist-btn:hover {
  background-color: rgba(245, 130, 174, .2);
}
.backtolist-object {
  align-content: center;
  column-gap: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 45px;
}
.backtolist-object img {
  width: 20px;
  height: auto;
  transform: rotate(180deg);
}
img.illust-deco {
  height: 130px;
  width: auto;
  position: absolute;
  bottom: 100%;
  left: 10%;
  transform: translateX(-50%);
}
th.news02-table__title {
  background: #519FB6;
  color: #FFF;
  text-align: center;
  border-bottom: none;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .section-newslist {
    width: 90%;
    padding: 0 20px;
  }
  .section-mv__sub h2 {
    font-size: 64px;
  }
  .news-list__article a span {
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start;
  }
  .mv-news__title {
    width: 80%;
  }
  .mv-news__title p {
    margin-bottom: 15px;
  }
  h2.news-article__topic {
    font-size: 42px;
  }
  span.news-article__topic-close {
    font-size: 28px;
  }
  .section-news__article {
    width: 90%;
    padding: 0 20px;
  }
}
@media (max-width: 960px) {
  .section-mv__sub h2 {
    font-size: 56px;
    -webkit-text-stroke-width: 2px;
  }
  .news-list__article a {
    padding: 30px 30px 30px 40px;
  }
  .news-list__article a {
    padding: 20px 30px 20px 30px;
    column-gap: 40px;
  }
  .mv-news__title p {
    font-size: 14px;
    padding: 5px 20px;
  }
  h2.news-article__topic {
    font-size: 36px;
    -webkit-text-stroke-width: unset;
  }
  span.news-article__topic-close {
    font-size: 24px;
  }
  table tr th, table tr td {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .section-mv__sub h2 {
    font-size: 42px;
  }
  .news-list__article time {
    font-size: 16px;
  }
  .news-list__article h3 {
    font-size: 18px;
  }
  .mv-news__title {
    top: 60%;
  }
  h2.news-article__topic {
    font-size: 32px;
  }
  span.news-article__topic-close {
    font-size: 18px;
  }
  .news-article-detail {
    font-size: 16px;
  }
  .news-list__item-close {
    font-size: 14px;
  }
  table tr th, table tr td {
    display: block;
    width: auto;
    padding: 20px 40px;
    word-break: break-all;
    border-bottom: none;
  }
  img.illust-deco {
    left: 15%;
  }
}
@media (max-width: 520px) {
  .section-mv__sub h2 {
    font-size: 38px;
    width: 80%;
    text-align: center;
    -webkit-text-stroke-width: 1.5px;
  }
  .backtohome-btn {
    font-size: 16px;
  }
  .news-list__article a {
    flex-direction: column;
    row-gap: 20px;
  }
  .list-article__arrow {
    display: block;
    margin: 0 0 0 auto;
  }
  .mv-news__title {
    top: 55%;
  }
  h2.news-article__topic {
    font-size: 24px;
    text-align: left;
    -webkit-text-stroke-width: unset;
    line-height: 1.5;
  }
  br.news-article__topic-lbforsp {
    display: block;
  }
  img.illust-deco {
    height: 100px;
    width: auto;
    left: 20%;
  }
  .backtolist-object {
    padding: 15px 30px;
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  h2.news-article__topic {
    font-size: 22px;
  }
  span.news-article__topic-close {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .section-mv__sub h2 {
    font-size: 32px;
  }
  .backtohome-object {
    column-gap: 30px;
  }
  .mv-news__title p {
    padding: 3px 15px;
  }
  h2.news-article__topic {
    font-size: 20px;
  }
  span.news-article__topic-close {
    font-size: 14px;
  }
  table tr th, table tr td {
    padding: 20px;
  }
  .backtolist-object {
    column-gap: 30px;
    padding: 15px 20px;
  }
}