/* ---------------------
  news
--------------------- */
.sec-news__cate-wrap {
  margin-bottom: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 834px) {
  .sec-news__cate-wrap {
    margin-bottom: 5rem;
    gap: 1rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 450px) {
  .sec-news__cate-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.sec-news__cate-link {
  max-width: 18rem;
  width: 100%;
  line-height: 5rem;
  text-align: center;
  color: #999;
  background-color: rgba(204, 204, 204, 0.2);
  font-size: 1.7rem;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 834px) {
  .sec-news__cate-link {
    max-width: 14rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 450px) {
  .sec-news__cate-link {
    max-width: 9rem;
    line-height: 3.5rem;
    font-size: 1.5rem;
  }
}
.sec-news__cate-link.current {
  color: #fff;
  background: linear-gradient(-90deg, rgb(71, 216, 255) 0%, rgb(0, 180, 230) 100%);
}
.sec-news__dl {
  padding: 5rem 3rem;
  border-top: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 9rem;
}
@media screen and (max-width: 834px) {
  .sec-news__dl {
    padding: 2rem 1rem;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
  }
}
.sec-news__dl:last-child {
  border-bottom: 1px solid #eee;
}
.sec-news__dt {
  padding-left: 3.1rem;
  font-size: 2rem;
}
.sec-news__dt::before {
  width: 1.6rem;
  aspect-ratio: 16/4;
}
.sec-news__dd:has(.sec-news__archive) {
  width: calc(100% - 20rem);
}
@media screen and (max-width: 834px) {
  .sec-news__dd:has(.sec-news__archive) {
    width: 100%;
  }
}
.sec-news__archive {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(99px, 1fr));
  grid-column-gap: 6rem;
  grid-row-gap: 2rem;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 1100px) {
  .sec-news__archive {
    grid-column-gap: 2rem;
  }
}
.sec-news__tag {
  margin-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 1.6rem;
}
@media screen and (max-width: 834px) {
  .sec-news__tag {
    margin-left: 0;
  }
}
@media screen and (max-width: 450px) {
  .sec-news__tag {
    gap: 1rem;
  }
}
.sec-news__tag-item {
  padding: 0.8rem 1.5rem;
  color: #61ddff;
  border: 1px solid #61ddff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.sec-news__hg {
  margin-bottom: 8rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 834px) {
  .sec-news__hg {
    margin-bottom: 5rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .sec-news__hg {
    margin-bottom: 3rem;
  }
}
.sec-news__hg .news-catetime {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 834px) {
  .sec-news__hg .news-catetime {
    margin-bottom: 1rem;
  }
}
.sec-news__hg .news-cate {
  background-color: #47d8ff;
  color: #fff;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (min-width: 835px) {
  .sec-news__hg .news-cate {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    font-size: 1.5rem;
  }
}
.sec-news__art-tumn {
  max-width: 100rem;
  width: 90%;
  display: block;
  margin: 0 auto;
}
.sec-news__art-tumn img {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
.sec-news__art-wrap p {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 834px) {
  .sec-news__art-wrap p {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 835px) {
  .news-link {
    padding: 4rem 3rem;
  }
}
@media screen and (max-width: 450px) {
  .news-link {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.news-tumn {
  max-width: 24rem;
}
@media screen and (max-width: 834px) {
  .news-tumn {
    max-width: 20rem;
  }
}
.news-tumn img {
  aspect-ratio: 240/180;
}

.news-txt {
  max-width: 77rem;
}

.news-catetime {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 834px) {
  .news-catetime {
    margin-top: 1.5rem;
  }
}

.news-time {
  margin-top: 0;
}
@media screen and (min-width: 835px) {
  .news-time {
    font-size: 1.6rem;
  }
}

.news-cate {
  padding: 7px 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #e4f9ff;
  color: #00b4e6;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

@media screen and (max-width: 450px) {
  .news-arw {
    bottom: 2rem;
  }
}

.news-ttl {
  font-size: 2.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .news-ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 834px) {
  .news-ttl {
    font-size: 1.9rem;
  }
}

/* wp pagenavi */
.wp-pagenavi_wrap {
  margin: 7rem auto 12rem;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .wp-pagenavi_wrap {
    margin-top: 4rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
  }
}
@media screen and (max-width: 834px) {
  .wp-pagenavi_wrap {
    margin-top: 2rem;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 834px) {
  .wp-pagenavi {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  width: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  font-family: "Inter", sans-serif;
}
.wp-pagenavi .current {
  background-color: #47d8ff;
  color: #fff;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}

.previouspostslink,
.nextpostslink,
.first,
.last {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 16px;
  height: 30px;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  overflow: hidden;
}
.previouspostslink::before, .previouspostslink::after,
.nextpostslink::before,
.nextpostslink::after,
.first::before,
.first::after,
.last::before,
.last::after {
  position: absolute;
  content: "west";
  font-family: "Material Symbols Outlined";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition-duration: 0.6s;
}
@media screen and (max-width: 640px) {
  .previouspostslink::before, .previouspostslink::after,
  .nextpostslink::before,
  .nextpostslink::after,
  .first::before,
  .first::after,
  .last::before,
  .last::after {
    width: 50px;
    height: 50px;
    background-size: 20px 10px;
  }
}
.previouspostslink::before,
.nextpostslink::before,
.first::before,
.last::before {
  background-color: transparent;
  transform: translate(-50%, 100%);
}
.previouspostslink:hover::before,
.nextpostslink:hover::before,
.first:hover::before,
.last:hover::before {
  transform: translate(-50%, -50%);
}
.previouspostslink:hover::after,
.nextpostslink:hover::after,
.first:hover::after,
.last:hover::after {
  transform: translate(-50%, -150%);
}

.nextpostslink::before, .nextpostslink::after,
.last::before,
.last::after {
  content: "east";
}

span.previouspostslink:hover::before,
span.nextpostslink:hover::before {
  transform: translate(-50%, 100%);
}
span.previouspostslink:hover::after,
span.nextpostslink:hover::after {
  transform: translate(-50%, -50%);
}

.previouspostslink,
.first {
  margin-right: 6px;
}
.previouspostslink::after,
.first::after {
  background-image: url(../../lib/cmn_img/top/base-arrow-prev.svg);
}

.nextpostslink,
.last {
  margin-left: 6px;
}

/* easy table of contents */
.sec-news__art {
  margin-bottom: 100px;
  /* post detail */
}
@media screen and (max-width: 834px) {
  .sec-news__art {
    margin-bottom: 50px;
  }
}
.sec-news__art #ez-toc-container {
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 50px 60px;
  width: 100%;
  display: block;
  border-width: 0;
  background-color: rgba(204, 204, 204, 0.2);
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
@media screen and (max-width: 1100px) {
  .sec-news__art #ez-toc-container {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 834px) {
  .sec-news__art #ez-toc-container {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px 30px;
  }
}
.sec-news__art #ez-toc-container .ez-toc-title-container {
  text-align: center;
}
.sec-news__art #ez-toc-container .ez-toc-title {
  font-size: 30px;
  font-family: "Inter", sans-serif;
  color: #01184d;
  font-weight: 400;
}
@media screen and (max-width: 1100px) {
  .sec-news__art #ez-toc-container .ez-toc-title {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 834px) {
  .sec-news__art #ez-toc-container .ez-toc-title {
    font-size: 2.6rem;
  }
}
.sec-news__art #ez-toc-container .ez-toc-title-container {
  position: relative;
  padding-left: 4rem;
  text-align: left;
}
.sec-news__art #ez-toc-container .ez-toc-title-container::before {
  position: absolute;
  content: "";
  width: 2rem;
  aspect-ratio: 20/6;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  background: linear-gradient(90deg, rgb(71, 216, 255) 0%, rgb(0, 23, 76) 100%);
}
.sec-news__art .ez-toc-title-toggle {
  display: none;
}
.sec-news__art div#ez-toc-container ul li {
  list-style: none;
  font-weight: 500;
}
.sec-news__art div#ez-toc-container ul li.ez-toc-heading-level-2 {
  margin-top: 50px;
}
@media screen and (max-width: 834px) {
  .sec-news__art div#ez-toc-container ul li.ez-toc-heading-level-2 {
    margin-top: 20px;
  }
}
.sec-news__art div#ez-toc-container ul li a {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 1.125em;
  display: block;
  font-size: 18px;
  color: #222;
  border-bottom: 1px solid #eee;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .sec-news__art div#ez-toc-container ul li a {
    margin-bottom: 1rem;
    padding-bottom: 0.5em;
    font-size: 16px;
  }
}
.sec-news__art #ez-toc-container ul ul, .sec-news__art .ez-toc div.ez-toc-widget-container ul ul {
  margin-left: 0;
}
.sec-news__art div#ez-toc-container ul li ul li a,
.sec-news__art div#ez-toc-container ul li ul li ul li a,
.sec-news__art div#ez-toc-container ul li ul li ul li ul li a,
.sec-news__art div#ez-toc-container ul li ul li ul li ul li ul li a {
  margin-bottom: 0;
  color: #222;
  font-size: 1.6rem;
  border-bottom-width: 0;
}
@media screen and (max-width: 834px) {
  .sec-news__art div#ez-toc-container ul li ul li a,
  .sec-news__art div#ez-toc-container ul li ul li ul li a,
  .sec-news__art div#ez-toc-container ul li ul li ul li ul li a,
  .sec-news__art div#ez-toc-container ul li ul li ul li ul li ul li a {
    font-size: 14px;
  }
}
.sec-news__art div#ez-toc-container ul li ul li ul li a {
  margin-left: 2em;
}
.sec-news__art div#ez-toc-container ul li ul li ul li ul li a {
  margin-left: 4em;
}
.sec-news__art div#ez-toc-container ul li ul li ul li ul li ul li a {
  margin-left: 6em;
}
.sec-news__art .wp-block-heading {
  margin: 70px 0 40px;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .sec-news__art .wp-block-heading {
    margin: 30px 0 15px;
  }
}
.sec-news__art h2.wp-block-heading {
  position: relative;
  display: block;
  padding-left: 2.9rem;
  font-size: 24px;
}
@media screen and (max-width: 834px) {
  .sec-news__art h2.wp-block-heading {
    font-size: 2rem;
    padding-left: 2rem;
  }
}
.sec-news__art h2.wp-block-heading::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 2.08em;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-color: #47d8ff;
}
@media screen and (max-width: 834px) {
  .sec-news__art h2.wp-block-heading::before {
    width: 3px;
  }
}
.sec-news__art h3.wp-block-heading {
  display: block;
  width: fit-content;
  font-size: 24px;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 1px;
}
@media screen and (max-width: 834px) {
  .sec-news__art h3.wp-block-heading {
    font-size: 2rem;
  }
}
.sec-news__art h4.wp-block-heading {
  position: relative;
  padding-left: 7.2rem;
  font-size: 20px;
}
@media screen and (max-width: 834px) {
  .sec-news__art h4.wp-block-heading {
    padding-left: 5rem;
    font-size: 1.8rem;
  }
}
.sec-news__art h4.wp-block-heading::before {
  position: absolute;
  content: "";
  width: 5rem;
  height: 1px;
  top: 50%;
  left: 0;
  background-color: #eee;
}
@media screen and (max-width: 834px) {
  .sec-news__art h4.wp-block-heading::before {
    width: 3rem;
  }
}
.sec-news__art h5.wp-block-heading {
  position: relative;
  padding-left: 3.2rem;
  font-size: 20px;
}
@media screen and (max-width: 834px) {
  .sec-news__art h5.wp-block-heading {
    padding-left: 2.6rem;
    font-size: 18px;
  }
}
.sec-news__art h5.wp-block-heading::before {
  position: absolute;
  content: "";
  width: 1.6rem;
  aspect-ratio: 1/1;
  top: calc(50% - 0.8rem);
  left: 0;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  background-color: #47d8ff;
}
@media screen and (max-width: 834px) {
  .sec-news__art h5.wp-block-heading::before {
    width: 1.2rem;
    top: calc(50% - 0.6rem);
  }
}
.sec-news__art h6.wp-block-heading {
  font-size: 20px;
  color: #01184d;
}
@media screen and (max-width: 834px) {
  .sec-news__art h6.wp-block-heading {
    font-size: 1.8rem;
  }
}
.sec-news__art .c-btn {
  margin: 10rem auto 0;
}
@media screen and (max-width: 834px) {
  .sec-news__art .c-btn {
    margin-top: 5rem;
  }
}