@charset "UTF-8";
/*================================= 見出し =================================*/
/*== 日本語 ==*/
/*== 日本語 SP ==*/
/*== 数字 ==*/
/*== 数字 SP ==*/
/*== 英語 ==*/
/*== 英語 SP ==*/
/*================================= 本文 =================================*/
/*== SP ==*/
:root {
  --clred01: #E50012;
  --clred02: #FFF2F3;
  --clred03: #A9212C;
  --clred04: #FDC0C5;
  --clgray01: #6C6A6A;
  --clgray02: #B3B3B3;
  --clgray03: #F2F2F2;
  --header-h: 0px;
}

section.sec-news {
  padding: 15vw 0;
}
@media screen and (min-width: 768px) {
  section.sec-news {
    padding: 74px 0;
  }
}
section.sec-news div.sec-news-inner {
  margin: auto;
  width: 88%;
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  section.sec-news div.sec-news-inner {
    width: 82%;
  }
}
section.sec-news ul.news-list li {
  border-bottom: solid 1px var(--clgray02);
}
section.sec-news ul.news-list li a {
  display: block;
  padding: 10vw 0;
}
@media screen and (min-width: 768px) {
  section.sec-news ul.news-list li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 35px 0;
  }
  section.sec-news ul.news-list li a:hover {
    color: var(--clred01);
  }
  section.sec-news ul.news-list li a:hover time {
    color: var(--clred01);
  }
  section.sec-news ul.news-list li a:hover .ct-tag {
    border: solid 1px var(--clred01);
    background: var(--clred02);
  }
}
section.sec-news ul.news-list li .wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3vw;
}
@media screen and (min-width: 768px) {
  section.sec-news ul.news-list li .wrap {
    display: contents;
    margin-bottom: 0;
  }
}
section.sec-news ul.news-list li time {
  color: var(--clgray01);
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 1.29em;
  margin-right: 1em;
  margin-top: 0.12em;
}
@media screen and (min-width: 768px) {
  section.sec-news ul.news-list li time {
    transition: all 0.3s;
    width: 70px;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.56em;
    margin-right: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-news ul.news-list li time {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-news ul.news-list li time {
    font-size: 16px;
  }
}
section.sec-news ul.news-list li .ct-tag {
  display: block;
  border: solid 1px #000;
  width: 20vw;
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 3.2vw;
  letter-spacing: 0;
  line-height: 1.6em;
  line-height: 1.2em;
  text-align: center;
  padding: 0.3em 0;
}
@media screen and (min-width: 768px) {
  section.sec-news ul.news-list li .ct-tag {
    transition: all 0.3s;
    width: 84px;
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 2.29em;
    line-height: 1.2em;
    padding: 0.4em 0;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-news ul.news-list li .ct-tag {
    font-size: 14px;
  }
}
section.sec-news ul.news-list li p {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  text-align: justify;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  section.sec-news ul.news-list li p {
    transition: all 0.3s;
    width: calc(100% - 200px);
    padding-right: 40px;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    line-height: 1.44em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-news ul.news-list li p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-news ul.news-list li p {
    font-size: 18px;
  }
}
section.sec-news ul.news-list li p .arrow {
  display: inline-block;
  background-color: var(--clred01);
  border-radius: 50em;
  width: 1em;
  margin-left: 0.4em;
  transform: translate(0, 0.1em);
}
@media screen and (min-width: 768px) {
  section.sec-news ul.news-list li p .arrow {
    display: block;
    position: absolute;
    top: 0.2em;
    right: 0;
    width: 24px;
    margin-left: 0;
    transform: translate(0);
  }
}

section.sec-news-single {
  padding: 15vw 0;
}
@media screen and (min-width: 768px) {
  section.sec-news-single {
    padding: 74px 0;
  }
}
section.sec-news-single div.sec-news-single-inner {
  margin: auto;
  width: 88%;
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  section.sec-news-single div.sec-news-single-inner {
    width: 82%;
  }
}
section.sec-news-single div.title-wrap {
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-news-single div.title-wrap {
    margin-bottom: 63px;
  }
}
section.sec-news-single div.title-wrap time {
  display: block;
  color: var(--clgray01);
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 1.29em;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  section.sec-news-single div.title-wrap time {
    width: 70px;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.56em;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-news-single div.title-wrap time {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-news-single div.title-wrap time {
    font-size: 16px;
  }
}
section.sec-news-single div.title-wrap h2 {
  color: var(--clred01);
  margin-bottom: 1em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 4.8vw;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  section.sec-news-single div.title-wrap h2 {
    margin-bottom: 0.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 2.6vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-news-single div.title-wrap h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-news-single div.title-wrap h2 {
    font-size: 25px;
  }
}
section.sec-news-single div.title-wrap .ct-tag {
  display: block;
  border: solid 1px #000;
  width: 20vw;
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 3.2vw;
  letter-spacing: 0;
  line-height: 1.6em;
  line-height: 1.2em;
  text-align: center;
  padding: 0.3em 0;
}
@media screen and (min-width: 768px) {
  section.sec-news-single div.title-wrap .ct-tag {
    width: 84px;
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 2.29em;
    line-height: 1.2em;
    padding: 0.4em 0;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-news-single div.title-wrap .ct-tag {
    font-size: 14px;
  }
}
section.sec-news-single .single-area h1, section.sec-news-single .single-area h2, section.sec-news-single .single-area h3, section.sec-news-single .single-area h4, section.sec-news-single .single-area h5, section.sec-news-single .single-area h6 {
  margin-bottom: 1em;
}
section.sec-news-single .single-area h1 {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 5.33vw;
  letter-spacing: 0.1em;
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  section.sec-news-single .single-area h1 {
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 2.6vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-news-single .single-area h1 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-news-single .single-area h1 {
    font-size: 25px;
  }
}
section.sec-news-single .single-area h2 {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 4.8vw;
  letter-spacing: 0.1em;
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  section.sec-news-single .single-area h2 {
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 2.2vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-news-single .single-area h2 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-news-single .single-area h2 {
    font-size: 20px;
  }
}
section.sec-news-single .single-area h3 {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 4.26vw;
  letter-spacing: 0;
  line-height: 1.56em;
}
@media screen and (min-width: 768px) {
  section.sec-news-single .single-area h3 {
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    line-height: 1.44em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-news-single .single-area h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-news-single .single-area h3 {
    font-size: 18px;
  }
}
section.sec-news-single .single-area h4 {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 1.29em;
}
@media screen and (min-width: 768px) {
  section.sec-news-single .single-area h4 {
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.56em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-news-single .single-area h4 {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-news-single .single-area h4 {
    font-size: 16px;
  }
}
section.sec-news-single .single-area h5 {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 1.29em;
  font-size: 3.6vw;
}
@media screen and (min-width: 768px) {
  section.sec-news-single .single-area h5 {
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.29em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-news-single .single-area h5 {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-news-single .single-area h5 {
    font-size: 14px;
  }
}
section.sec-news-single .single-area h6 {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 1.29em;
  font-size: 3.4vw;
}
@media screen and (min-width: 768px) {
  section.sec-news-single .single-area h6 {
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.29em;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-news-single .single-area h6 {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-news-single .single-area h6 {
    font-size: 14px;
  }
}
section.sec-news-single .single-area p, section.sec-news-single .single-area table, section.sec-news-single .single-area ul {
  margin-bottom: 1em;
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 2.29em;
}
@media screen and (min-width: 768px) {
  section.sec-news-single .single-area p, section.sec-news-single .single-area table, section.sec-news-single .single-area ul {
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 2.29em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-news-single .single-area p, section.sec-news-single .single-area table, section.sec-news-single .single-area ul {
    font-size: 14px;
  }
}
section.sec-news-single .single-area a {
  color: var(--clred01);
}
section.sec-news-single .single-area figure img {
  width: auto;
}
section.sec-news-single .single-area figure.alignleft img {
  margin-right: auto;
}
section.sec-news-single .single-area figure.aligncenter img {
  margin-inline: auto;
}
section.sec-news-single .single-area figure.alignright img {
  margin-left: auto;
}
section.sec-news-single a.back-btn {
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 15vw auto 0;
  border: solid 1px var(--clgray02);
  box-sizing: border-box;
  padding: 1em 1.4em;
  width: 59%;
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 1.64em;
}
@media screen and (min-width: 768px) {
  section.sec-news-single a.back-btn {
    padding: 1em 1.6em;
    margin: 63px auto 0;
    width: 196px;
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.64em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-news-single a.back-btn {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-news-single a.back-btn:hover .hover-box span {
    transform: translate(0, -1em);
  }
}
section.sec-news-single a.back-btn span.arrow {
  display: block;
  width: 0.87em;
  border-radius: 50em;
  background-color: var(--clred01);
}

/*=========================== ページネーション ===========================*/
.pagination-nav {
  margin-top: 15vw;
}
@media screen and (min-width: 768px) {
  .pagination-nav {
    margin-top: 60px;
  }
}
.pagination-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.2em;
}
.pagination-nav ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-radius: 50em;
  line-height: 1em;
  letter-spacing: 0;
  width: 8.1vw;
  height: 8.1vw;
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  .pagination-nav ul li a {
    width: 29px;
    height: 29px;
    line-height: 0.8em;
    letter-spacing: 0;
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 2.29em;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .pagination-nav ul li a {
    font-size: 14px;
  }
}
.pagination-nav ul li.active a {
  background: #D9D9D9;
}
.pagination-nav ul li.prev, .pagination-nav ul li.next {
  position: relative;
}
.pagination-nav ul li.prev.none, .pagination-nav ul li.next.none {
  pointer-events: none;
}
.pagination-nav ul li.prev.none::before, .pagination-nav ul li.next.none::before {
  border-top: solid 0.1em var(--clgray02);
  border-right: solid 0.1em var(--clgray02);
}
.pagination-nav ul li.prev::before, .pagination-nav ul li.next::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: solid 0.1em var(--clred01);
  border-right: solid 0.1em var(--clred01);
  position: absolute;
  top: 35%;
  transform: rotate(-135deg);
  pointer-events: none;
}
.pagination-nav ul li.prev::before {
  left: 40%;
}
.pagination-nav ul li.next::before {
  right: 40%;
  transform: rotate(45deg);
}/*# sourceMappingURL=news.css.map */