.news-bg {
  padding-bottom: 70px;
  background: #F2F2F2;
}

.contents .wrap {
  max-width: 1000px;
}

.ttl-box .ttl-flex {
  display: flex;
  padding-top: 50px;
  padding-bottom: 20px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 16px;
}
.ttl-box .ttl-flex .text {
  width: 72%;
  font-size: 13px;
  line-height: 1.46;
  color: #606060;
}
.ttl-box .ttl-flex .text .ttl-sm {
  color: #000;
  font-size: 45px;
  line-height: 1;
  margin-bottom: 24px;
}
.ttl-box .ttl-flex .text .ttl-big {
  padding-bottom: 40px;
  border-bottom: 2px dotted #000;
  margin-bottom: 30px;
  font-size: 70px;
  color: #000;
}
.ttl-box .ttl-flex .chara {
  width: 25%;
}
.ttl-box .ttl-flex .chara img {
  display: block;
}

.news-box {
  background: #fff;
  padding: 24px 25px 40px;
  border-radius: 18px;
  margin-bottom: 0;
}
.news-box .news-list .news-item {
  border-bottom: 1px solid #000;
}
.news-box .news-list .news-item a {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 14px 62px 14px 0;
  position: relative;
}
.news-box .news-list .news-item a .news-thumb {
  width: 20%;
}
.news-box .news-list .news-item a .news-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.news-box .news-list .news-item a .news-text {
  width: 74%;
}
.news-box .news-list .news-item a .news-text .news-meta {
  align-items: center;
  display: flex;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}
.news-box .news-list .news-item a .news-text .news-meta .news-tag {
  align-items: center;
  border: 1px solid #000;
  border-radius: 20px;
  display: inline-flex;
  font-size: 14px;
  height: 24px;
  justify-content: center;
  line-height: 1;
  margin-left: 22px;
  min-width: 58px;
  padding: 0 10px;
}
.news-box .news-list .news-item a .news-text .news-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
}
.news-box .news-list .news-item a .yajirushi {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
}
.news-box .news-pagination {
  margin-top: 34px;
}
.news-box .news-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-box .news-pagination .page-numbers li {
  margin: 0;
  padding: 0;
}
.news-box .news-pagination .page-numbers a,
.news-box .news-pagination .page-numbers span {
  width: 38px;
  height: 38px;
  border: 1px solid #000;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 14px;
  line-height: 1;
}
.news-box .news-pagination .page-numbers a {
  transition: all 0.2s ease;
}
.news-box .news-pagination .page-numbers a:hover {
  background: #000;
  color: #fff;
}
.news-box .news-pagination .page-numbers .current {
  background: #000;
  color: #fff;
}
.news-box .news-pagination .page-numbers .dots {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  font-size: 16px;
  padding: 0 4px;
}

.switch, .switch-2 {
  margin-top: 50px;
  width: 182px;
  text-align: center;
  color: #fff;
  line-height: 1;
  background: #000;
  font-size: 18px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.switch.displayNone, .switch-2.displayNone {
  display: none !important;
}

.more {
  max-width: 182px;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  position: relative;
}
.more button {
  display: block;
  width: 100%;
  color: #fff;
  line-height: 1;
  background: #000;
  font-size: 18px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 600;
  border: none;
}
.more.is-hidden {
  display: none;
}

.more2 {
  max-width: 182px;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  position: relative;
  display: none;
}
.more2 button {
  display: block;
  width: 100%;
  color: #fff;
  line-height: 1;
  background: #000;
  font-size: 18px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 600;
  border: none;
}
.more2.is-hidden {
  display: none;
}

.single-wrap {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 18px;
  padding: 50px 0 56px;
}
.single-wrap .single-subwrap {
  width: 90%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.single-wrap .single-subwrap .main-img {
  margin-bottom: 30px;
}
.single-wrap .single-subwrap .main-img img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.single-wrap .single-subwrap .single-ttl-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  margin-bottom: 14px;
}
.single-wrap .single-subwrap .single-ttl-box .category-icon {
  display: inline-block;
  line-height: 1;
  padding: 5px 18px;
  color: #fff;
  background: #000;
  font-size: 13px;
  border-radius: 20px;
}
.single-wrap .single-subwrap .single-ttl-box .day {
  font-size: 14px;
  line-height: 1;
  color: #000;
}
.single-wrap .single-subwrap .ttl-tex {
  font-size: 25px;
  line-height: 1.44;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 2px dashed #000;
}
.single-wrap .single-subwrap .news-conbox {
  font-size: 13px;
  line-height: 1.9;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.single-wrap .single-subwrap .news-conbox p {
  margin-bottom: 14px;
}
.single-wrap .single-subwrap .single-back-link {
  margin-top: 34px;
  text-align: center;
}
.single-wrap .single-subwrap .single-back-link a {
  display: inline-block;
  min-width: 220px;
  border: 1px solid #000;
  border-radius: 999px;
  color: #000;
  font-size: 14px;
  line-height: 1;
  padding: 14px 24px;
  position: relative;
  transition: all 0.3s ease;
}
.single-wrap .single-subwrap .single-back-link a::after {
  content: ">";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.single-wrap .single-subwrap .single-back-link a:hover {
  background: #000;
  color: #fff;
}

.displayNone {
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 992px) {
  .ttl-box .ttl-flex .text .ttl-sm {
    font-size: 36px;
  }
  .ttl-box .ttl-flex .text .ttl-big {
    font-size: 52px;
  }
}
@media only screen and (max-width: 768px) {
  .news-bg {
    padding-bottom: 15vw;
  }
  .ttl-box .ttl-flex {
    padding-top: 7vw;
    padding-bottom: 3vw;
    margin-bottom: 3vw;
  }
  .ttl-box .ttl-flex .text {
    width: 70%;
    font-size: 3vw;
    line-height: 1.46;
  }
  .ttl-box .ttl-flex .text .ttl-sm {
    font-size: 3.9vw;
    line-height: 1;
    margin-bottom: 4vw;
  }
  .ttl-box .ttl-flex .text .ttl-big {
    padding-bottom: 4vw;
    border-bottom: 2px dotted #000;
    margin-bottom: 3vw;
    font-size: 6vw;
  }
  .ttl-box .ttl-flex .chara {
    width: 28%;
  }
  .ttl-box .ttl-flex .chara img {
    display: block;
  }
  .news-box {
    padding: 5vw 5vw 5vw;
    border-radius: 18px;
    margin-bottom: 0;
  }
  .news-box .news-list .news-item a {
    display: block;
    padding: 3vw 0 5.5vw;
  }
  .news-box .news-list .news-item a .news-thumb {
    width: 100%;
  }
  .news-box .news-list .news-item a .news-thumb img {
    border-radius: 2vw;
  }
  .news-box .news-list .news-item a .news-text {
    margin-top: 4vw;
    width: 100%;
  }
  .news-box .news-list .news-item a .news-text .news-meta {
    font-size: 3.6vw;
    margin-bottom: 3vw;
  }
  .news-box .news-list .news-item a .news-text .news-meta .news-tag {
    border-radius: 5vw;
    font-size: 3.2vw;
    height: 5.7vw;
    margin-left: 3vw;
    min-width: 14.5vw;
  }
  .news-box .news-list .news-item a .news-text .news-title {
    font-size: 4.5vw;
    width: calc(100% - 15vw);
  }
  .news-box .news-list .news-item a .yajirushi {
    bottom: 4vw;
    right: 0.3vw;
    top: auto;
    transform: none;
    width: 9.2vw;
  }
  .news-box .news-pagination {
    margin-top: 7vw;
  }
  .news-box .news-pagination .page-numbers {
    gap: 1.8vw;
  }
  .news-box .news-pagination .page-numbers a,
.news-box .news-pagination .page-numbers span {
    width: 9vw;
    height: 9vw;
    font-size: 3.3vw;
  }
  .news-box .news-pagination .page-numbers .dots {
    font-size: 4vw;
    padding: 0 1vw;
  }
  .switch, .switch-2 {
    margin-top: 7vw;
    width: 60%;
    font-size: 3.9vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
  .more {
    max-width: 182px;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    position: relative;
  }
  .more button {
    display: block;
    width: 100%;
    margin-top: 7vw;
    font-size: 3.9vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
  .more.is-hidden {
    display: none;
  }
  .more2 {
    max-width: 182px;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    position: relative;
    display: none;
  }
  .more2 button {
    display: block;
    width: 100%;
    margin-top: 7vw;
    font-size: 3.9vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
  .more2.is-hidden {
    display: none;
  }
  .single-wrap {
    width: 100%;
    margin-bottom: 7vw;
    padding-top: 7vw;
    padding-bottom: 7vw;
  }
  .single-wrap .single-subwrap {
    width: 90%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .single-wrap .single-subwrap .main-img {
    margin-bottom: 7vw;
  }
  .single-wrap .single-subwrap .main-img img {
    border-radius: 3vw;
  }
  .single-wrap .single-subwrap .single-ttl-box {
    gap: 2vw;
    margin-bottom: 3vw;
  }
  .single-wrap .single-subwrap .single-ttl-box .category-icon {
    display: inline-block;
    line-height: 1;
    margin-right: 0;
    padding: 1.2vw 2.8vw;
    border-radius: 27px;
    font-size: 3vw;
  }
  .single-wrap .single-subwrap .single-ttl-box .day {
    font-size: 3.3vw;
    margin-top: 0;
    line-height: 1;
    display: block;
  }
  .single-wrap .single-subwrap .ttl-tex {
    font-size: 4.4vw;
    line-height: 1.44;
    padding-bottom: 4vw;
    margin-bottom: 4vw;
  }
  .single-wrap .single-subwrap .news-conbox {
    font-size: 3.3vw;
    line-height: 1.95;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .single-wrap .single-subwrap .single-back-link {
    margin-top: 7vw;
  }
  .single-wrap .single-subwrap .single-back-link a {
    min-width: 58vw;
    font-size: 3.4vw;
    padding: 3.4vw 7vw 3.4vw 5vw;
    border-radius: 999px;
  }
  .single-wrap .single-subwrap .single-back-link a::after {
    right: 4vw;
  }
}
/*# sourceMappingURL=news.css.map */