@charset "UTF-8";
/* scss */
/* common */
.page-title {
  background-image: url(../images/header/news_title.jpg);
}

.cat-event {
  background: #222CBB;
}

.cat-school {
  background: #5fb5ec;
}

.cat-club {
  background: #dd960f;
}

.cat-exam {
  background: #c50018;
}

.cat-blog {
  background: #00984b;
}

.cat-education {
  background: #7c589d;
}

.cat-office {
  background: #911d4d;
}

.cat-other {
  background: #000;
}

.pulldown {
  cursor: pointer;
}

.pager {
  width: 365px;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: yu gothic;
  line-height: 47px;
  font-size: 14px;
}

.pager .next, .pager .prev {
  width: 45px;
  height: 45px;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  margin: 0 1px;
  display: inline !important;
  text-align: center;
  line-height: 47px;
  background-color: #fff;
}

.pager a {
  width: 100% !important;
  height: 100% !important;
  display: inline-block;
  margin: 0;
}

.pager ul {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.archive-news .news-list .pager li {
  width: 45px;
  height: 45px;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  margin: 0 1px;
  display: inline !important;
  text-align: center;
  line-height: 47px;
  padding: 0;
}

.pager .current {
  background: #80244e !important;
  color: #fff;
}

.pager.sp {
  display: none;
}

@media (max-width: 680px) {
  .pager.sp {
    width: 90%;
    margin: 20px auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
/* ニュース一覧 */
.archive-news {
  background: #f0f2f4;
}
.archive-news .body-wrapper {
  width: 90%;
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 5%;
}
.archive-news .news-list {
  width: 100%;
  max-width: 880px;
  background: #fff;
  padding-top: 1rem;
  margin-top: 8rem;
  margin-left: auto;
}
.archive-news .news-list .head {
  background: #f7f8f8;
  padding: 30px;
  margin: 30px;
  border-left: 4px solid #556ca2;
}
.archive-news .news-list .head img {
  padding-right: 5px;
}
.archive-news .news-list .head p {
  font-weight: bold;
  font-size: 22px;
  color: #616262;
  letter-spacing: 2px;
}
.archive-news .news-list li {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ccc;
  width: 90%;
  margin: 0 auto;
}
.archive-news .news-list li .images {
  position: relative;
  width: 250px;
  height: 150px;
  overflow: hidden;
}
.archive-news .news-list li .images img {
  width: 100%;
  height: auto;
}
.archive-news .news-list li .detail {
  width: 520px;
}
.archive-news .news-list li .detail .cat {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  padding: 4px 13px;
  border-radius: 8px;
  line-height: 13px;
  margin-left: 15px;
  vertical-align: bottom;
}
.archive-news .news-list li .detail .date {
  font-size: 12px;
  font-weight: bold;
  color: #616262;
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: super;
}
.archive-news .news-list li .detail .date:before {
  content: "";
  width: 24px;
  height: 16px;
  display: inline-block;
  background: url(../images/news/ico-date.png);
  vertical-align: sub;
  background-repeat: no-repeat;
  background-size: contain;
}
.archive-news .news-list li .detail h3.title {
  font-size: 19px;
  font-weight: 500;
  color: #616262;
  line-height: 30px;
  margin-top: 20px;
  text-align: left;
}
.archive-news .news-list li .detail h3.title:after {
  content: none;
}
.archive-news .news-list li.new .images:before {
  content: "";
  display: block;
  width: 45px;
  height: 40px;
  position: absolute;
  left: 5px;
  top: -6px;
  background: url(../images/news/ico-new.png);
  background-size: contain;
  background-repeat: no-repeat;
}

aside {
  width: 300px;
  margin-top: 8rem;
}
aside .head {
  background: #80244e;
  padding: 10px;
  margin: 10px auto;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  width: 230px;
  border-radius: 10px;
}
aside .head img {
  display: inline-block;
  vertical-align: sub;
  padding-right: 5px;
}
aside .block {
  background: #fff;
  padding: 10px 0;
}
aside .block.category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 260px;
  margin: 15px auto;
}
aside .block.category li {
  opacity: 0.8;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  padding: 16px 10px;
  letter-spacing: 1px;
  width: 100px;
  margin: 5px auto 0;
  position: relative;
  border-radius: 5px;
  text-align: center;
}
aside .block.category li:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
aside .block.category .sub {
  display: none;
  padding: 0;
  margin: 0 auto;
  text-align: left;
}
aside .block.category .pulldown.-open:after {
  content: "-";
}
aside .block.category .cat-club-sport {
  border: none;
  color: #fff !important;
  background: #ee730d;
}
aside .block.category .cat-club-sport:after {
  content: "+";
  height: 19px;
  width: 19px;
  background: #fff;
  color: #ee730d;
  position: absolute;
  right: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 22px;
  text-align: center;
  line-height: 18px;
  letter-spacing: -1px;
}
aside .block.category .cat-club-culture {
  background: #ee730d;
  color: #fff !important;
  border: none;
}
aside .block.category .cat-club-culture:after {
  content: "+";
  height: 19px;
  width: 19px;
  background: #fff;
  color: #ee730d;
  position: absolute;
  right: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 22px;
  text-align: center;
  line-height: 18px;
  letter-spacing: -1px;
}
aside .block.category .sub span {
  background: #fff;
  border: 2px solid #ee730d;
  color: #ee730d !important;
  display: inline-block;
  font-size: 13px;
  padding: 6px 9px;
  border-radius: 14px;
  line-height: 13px;
  margin-left: 5px;
  vertical-align: text-bottom;
  margin-top: 5px;
  font-weight: 500;
}
aside .block.category .sub-sport span {
  border: 2px solid #ee730d;
  color: #ee730d !important;
}
aside .block.category .sub-culture span {
  border: 2px solid #ee730d;
  color: #ee730d !important;
}
aside .block.latest {
  margin-top: 20px;
}
aside .block.latest ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 250px;
  margin: 0 auto;
}
aside .block.latest a {
  width: 45%;
}
aside .block.latest li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ccc;
}
aside .block.latest li:last-child {
  border-bottom: none;
}
aside .block.latest li .right {
  width: 100%;
}
aside .block.latest li .right p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
aside .block.latest li .left {
  width: 100%;
}
aside .block.latest li .left img {
  width: 100%;
  height: 65px;
}
aside .block.latest li .date {
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: super;
  font-size: 12px;
  font-weight: bold;
  color: #616262;
}
aside .block.latest li .date:before {
  content: "";
  width: 20px;
  height: 16px;
  display: inline-block;
  background: url(../images/news/ico-date.png);
  vertical-align: sub;
  background-repeat: no-repeat;
  background-size: contain;
}
aside .block.archive .pulldown.-open:after {
  content: "-";
}
aside .block.archive li {
  font-family: yu gothic;
  list-style: none;
  font-size: 13px;
  font-weight: bold;
  padding: 6px;
  letter-spacing: 1px;
  width: 235px;
  margin: 15px auto;
  position: relative;
  border: 1px solid #80244e;
  color: #80244e;
  border-radius: 3px;
}
aside .block.archive li:after {
  content: "+";
  height: 19px;
  width: 19px;
  background: #fff;
  color: #80244e;
  position: absolute;
  right: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 22px;
  text-align: center;
  line-height: 18px;
}
aside .block.archive .sub {
  display: none;
  background: #fff;
}
aside .block.archive .sub:after {
  content: none;
}
aside .block.archive .sub a {
  color: #80244e;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  line-height: 22px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #80244e;
}

@media (max-width: 680px) {
  .archive-news .body-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .archive-news .news-list {
    width: 100%;
  }
  .archive-news .news-list .head {
    margin: 10px auto;
    width: 90%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
  }
  .archive-news .news-list li {
    width: 90%;
  }
  .archive-news .news-list li .detail {
    width: calc(100% - 130px);
  }
  .archive-news .news-list li .detail .date {
    display: block;
    margin-bottom: 8px;
  }
  .archive-news .news-list li .detail h3.title {
    font-size: 16px;
    line-height: 19px;
  }
  .archive-news .news-list li .detail .cat {
    margin-left: 0;
    font-size: 12px;
  }
  .archive-news .news-list li .images {
    width: 120px;
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .archive-news .news-list li .images img {
    width: 120px;
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .archive-news .news-list li .images img.noimage {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    top: 10px;
  }
}
@media (max-width: 680px) {
  aside {
    width: 100%;
    margin-top: 2rem;
  }
  aside .head {
    width: 90%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  aside .block.category ul {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 5px auto;
  }
  aside .block.category li {
    width: 90%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    margin: 3px auto;
    padding: 10px;
  }
  aside .block.archive li {
    width: 90%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  aside .block.latest ul {
    width: 90%;
  }
  aside .block.latest .left img {
    width: 100%;
  }
}
.single-news {
  background: #f0f2f4;
}
.single-news.-emergency .body-wrapper {
  grid-template-columns: 1fr;
}
.single-news .body-wrapper {
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 5%;
  padding-bottom: 5rem;
}
.single-news .news {
  width: 100%;
  max-width: 880px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-left: auto;
}
.single-news .news img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.single-news .news .head {
  background: #fff;
  border-bottom: 1px solid #ccc;
  padding: 15px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.single-news .news .head .cat {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  padding: 6px 20px;
  border-radius: 4px;
  line-height: 13px;
  margin-left: 5px;
  vertical-align: bottom;
}
.single-news .news .head .date {
  line-height: 25px;
  font-size: 14px;
  font-weight: bold;
  color: #616262;
  letter-spacing: 2px;
  display: inline-block;
}
.single-news .news .head .date:before {
  content: "";
  width: 24px;
  height: 18px;
  display: inline-block;
  background: url(../images/news/ico-date.png);
  vertical-align: sub;
  background-repeat: no-repeat;
  background-size: contain;
}
.single-news .news .head .cat {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  padding: 6px 20px;
  border-radius: 10px;
  line-height: 13px;
  margin-left: 5px;
  vertical-align: bottom;
}
.single-news .news .head h3 {
  font-size: 24px;
  line-height: 34px;
  text-align: left;
  margin: 10px 0 0;
}
.single-news .news .head h3:after {
  content: none;
}
.single-news .news article {
  background: #fff;
  padding: 50px;
  line-height: 25px;
}
.single-news .news .single-pager {
  display: grid;
  grid-template-columns: minmax(0, 1fr) -webkit-max-content minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) max-content minmax(0, 1fr);
  gap: 10%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  font-size: 14px;
}
.single-news .news .single-pager .dummy {
  visibility: hidden;
}
.single-news .news .single-pager div {
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 30px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  cursor: pointer;
}
.single-news .news .single-pager div:hover {
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.single-news .news .single-pager.sp span {
  display: none;
}
.single-news .news .single-pager .prev, .single-news .news .single-pager .next {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 15%;
  position: relative;
}
.single-news .news .single-pager .prev:hover > :before {
  left: 14px;
}
.single-news .news .single-pager .prev:before {
  content: url(../images/news/ico-arrow.png);
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  height: 22px;
  margin: auto;
}
.single-news .news .single-pager .next:hover > :after {
  right: 14px;
}
.single-news .news .single-pager .next:after {
  content: url(../images/news/ico-arrow.png);
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  height: 22px;
  margin: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.single-news .news .single-pager .all {
  text-align: center;
}

@media (max-width: 680px) {
  .pager.pc {
    display: none;
  }
  .single-news .body-wrapper {
    width: 100%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .single-news .news {
    width: 100%;
  }
  .single-news .news article {
    height: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 10px 50px;
  }
  .single-news .news .head {
    height: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
  }
  .single-news .news .head .cat {
    margin-left: 0;
    margin-top: 8px;
  }
  .single-news .news .head h3 {
    line-height: 29px;
    font-size: 20px;
    padding: 20px 0;
  }
  .single-news .news p > img {
    width: 100%;
    height: auto;
    margin: 1rem auto;
  }
  .single-news .news .single-pager {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 90%;
    margin: 20px auto;
  }
  .single-news .news .single-pager .next, .single-news .news .single-pager .prev {
    padding: 0;
    padding: 5px;
    height: 42px;
    width: 42px;
  }
  .single-news .news .single-pager .next span, .single-news .news .single-pager .prev span {
    display: none;
  }
  .single-news .news .single-pager .next a, .single-news .news .single-pager .prev a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
  }
  .single-news .news .single-pager .prev:before {
    left: 13px;
  }
  .single-news .news .single-pager .next:after {
    right: 13px;
  }
}/*# sourceMappingURL=news.css.map */