@charset "UTF-8";
:root {
  --sans: "Noto Sans JP", sans-serif;
  --serif: "Noto Serif JP", serif;
  --en: "Oswald", sans-serif;
}

body.news .mv {
  margin-bottom: 110px;
  position: relative;
}

body.news .mv .page-ttl {
  position: absolute;
  top: 40px;
  left: 20px;
}

body.news .mv .page-ttl .ja {
  font-size: 2.8rem;
  font-weight: 600;
}

body.news .mv .page-ttl h1 {
  font-size: 9.2rem;
  font-weight: 800;
  line-height: 1.2;
  font-family: var(--serif);
}

@media screen and (max-width: 1023px) {
  body.news .mv .page-ttl .ja {
    font-size: 1.8rem;
  }
  body.news .mv .page-ttl h1 {
    font-size: 6rem;
  }
}

body.news .sec-post .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 140px;
}

@media screen and (max-width: 768px) {
  body.news .sec-post .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}

body.news .sec-post .inner .post-wrap {
  max-width: 900px;
  width: 75%;
}

body.news .sec-post .inner .post-wrap li {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

body.news .sec-post .inner .post-wrap li:first-of-type {
  border-top: 1px solid #ccc;
}

body.news .sec-post .inner .post-wrap li a {
  padding: 30px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

body.news .sec-post .inner .post-wrap li a time {
  font-size: 2rem;
  font-family: var(--en);
  min-width: 120px;
  width: 120px;
}

body.news .sec-post .inner .post-wrap li a .cat {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  min-width: 115px;
  width: 115px;
  height: 30px;
  margin-right: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

body.news .sec-post .inner .post-wrap li a .cat.news {
  background-color: #39ba92;
}

body.news .sec-post .inner .post-wrap li a .cat.event {
  background-color: #333;
}

body.news .sec-post .inner .post-wrap li a .cat.recruit {
  background-color: #004c98;
}

@media screen and (max-width: 768px) {
  body.news .sec-post .inner .post-wrap {
    width: 100%;
    margin-bottom: 60px;
  }
  body.news .sec-post .inner .post-wrap li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  body.news .sec-post .inner .post-wrap li a h3 {
    margin-top: 10px;
  }
}

body.news .sec-post .inner .post-cont {
  max-width: 900px;
  width: 75%;
}

body.news .sec-post .inner .post-cont .post-ttl {
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}

body.news .sec-post .inner .post-cont .post-ttl:after {
  content: "";
  width: 70px;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

body.news .sec-post .inner .post-cont .post-ttl .date {
  font-size: 2rem;
  font-weight: 300;
  font-family: var(--en);
}

body.news .sec-post .inner .post-cont .post-ttl h2 {
  font-size: 3.6rem;
  font-weight: 800;
}

@media screen and (max-width: 768px) {
  body.news .sec-post .inner .post-cont {
    width: 100%;
  }
}

body.news .sec-post .inner aside {
  max-width: 240px;
  width: 20%;
}

@media screen and (max-width: 768px) {
  body.news .sec-post .inner aside {
    max-width: 100%;
    width: 100%;
    margin-top: 90px;
  }
}

body.news .sec-post .inner aside .aside-ttl {
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

body.news .sec-post .inner aside .aside-ttl .en {
  font-size: 1.2rem;
  font-weight: 900;
}

body.news .sec-post .inner aside .aside-ttl .en:before {
  content: "●";
  color: #39ba92;
  margin-right: 5px;
}

body.news .sec-post .inner aside .aside-ttl h2 {
  font-size: 2.8rem;
  font-weight: 800;
}

@media screen and (max-width: 768px) {
  body.news .sec-post .inner aside .aside-ttl .en {
    font-size: 1.4rem;
  }
  body.news .sec-post .inner aside .aside-ttl h2 {
    font-size: 2.4rem;
  }
}

body.news .sec-post .inner aside .aside-year {
  width: 100%;
}

body.news .sec-post .inner aside .aside-year .acd-ttl {
  font-size: 1.4rem;
  font-weight: 600;
  color: #007c50;
  padding: 5px 10px;
}

body.news .sec-post .inner aside .aside-year .acd-ttl:before {
  content: "▶";
  margin-right: 5px;
}

body.news .sec-post .inner aside .aside-year .acd-ttl:nth-of-type(n + 2) {
  margin-top: 5px;
}

body.news .sec-post .inner aside .aside-year .acd-ttl.active {
  background-color: #c4eade;
}

body.news .sec-post .inner aside .aside-year .acd-ttl.active:before {
  content: "▼";
}

@media screen and (max-width: 768px) {
  body.news .sec-post .inner aside .aside-year .acd-ttl {
    font-size: 1.6rem;
  }
}

body.news .sec-post .inner aside .aside-year .acd-box li {
  font-size: 1.4rem;
  padding: 5px 0 5px 10px;
}

body.news .sec-post .inner aside .aside-year .acd-box li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background-color: #39ba92;
}

@media screen and (max-width: 768px) {
  body.news .sec-post .inner aside .aside-year .acd-box li {
    font-size: 1.6rem;
  }
}

body.news .sec-post .wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.news .sec-post .wp-pagenavi > * {
  font-size: 1.8rem;
  font-family: var(--en);
  border: none;
  width: 60px;
  height: 60px;
  margin: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}

body.news .sec-post .wp-pagenavi span.current {
  color: #fff;
  background-color: #39ba92;
}

body.news .sec-post .wp-pagenavi a {
  color: #000;
}

body.news .sec-post .wp-pagenavi a:hover {
  background-color: #f8f8f8;
  opacity: 1;
}

body.news .sec-post .wp-pagenavi a.previouspostslink, body.news .sec-post .wp-pagenavi a.nextpostslink {
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  body.news .sec-post .wp-pagenavi > * {
    font-size: 1.4rem;
    width: 40px;
    height: 40px;
    margin: 0 5px;
  }
  body.news .sec-post .wp-pagenavi a {
    background-color: #f8f8f8;
  }
  body.news .sec-post .wp-pagenavi a.previouspostslink, body.news .sec-post .wp-pagenavi a.nextpostslink {
    font-size: 2rem;
  }
}
