@charset "UTF-8";
/************************
mediaQuery
************************/
/************************
コンテンツのヘッダ
************************/
/************************
main
************************/
main.main {
  flex: 1;
}
main.main .container {
  margin: auto;
  width: 100%;
}
main.main .container .contents {
  margin: auto;
}
main.main .container .contents header .contents-header {
  margin: auto;
  padding: 0 150px;
  max-width: 1500px;
}
main.main .container .contents header .contents-header .mv {
  height: 205px;
  position: relative;
  width: 100%;
  margin: 0 auto 25px;
}
main.main .container .contents header .contents-header .mv .mv-bg {
  color: #F3F3F3;
  font-size: 20.0rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: 205px;
  line-height: 90%;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
main.main .container .contents header .contents-header .mv h1 {
  font-size: 4.0rem;
  line-height: 1.0;
  position: absolute;
  left: 0;
  bottom: -7px;
  white-space: nowrap;
}
main.main .container .contents section .contents-body {
  padding: 115px 150px 200px;
  position: relative;
}
main.main .container .contents section .contents-body::after {
  background: #3B3B3B;
  border-radius: 30px 0 0 30px;
  content: "";
  height: 60px;
  position: absolute;
  right: 0;
  width: 50%;
  top: 115px;
}
main.main .container .contents section .contents-body h2 {
  background: #3B3B3B;
  border-radius: 30px 0 0 30px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  margin: auto;
  padding: 0 100px;
  width: 100%;
  position: relative;
  z-index: 10;
  min-width: 1200px;
  max-width: 1200px;
  margin: auto;
}

.contents-body {
  /*  &:last-of-type {
      padding:115px 150px 200px;
    }*/
}

.news-inner {
  padding: 74px 100px 0 100px;
  width: 100%;
  min-width: 1200px;
  max-width: 1200px;
  margin: auto;
}
.news-inner .news-body .newslist li {
  border-bottom: 1px solid #CECECE;
}
.news-inner .news-body .newslist li:first-of-type {
  border-top: 1px solid #CECECE;
}
.news-inner .news-body .newslist li dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 53px;
  position: relative;
  padding: 10px 100px 8px 0;
}
.news-inner .news-body .newslist li dl::after {
  background: url("../img/common/link_arrow_right.svg") no-repeat center center;
  content: "";
  height: 15px;
  width: 21px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 50px;
}
.news-inner .news-body .newslist li dl dt {
  font-size: 1.5rem;
  font-weight: 400;
  flex-shrink: 0;
  text-align: center;
  width: 190px;
  padding: 0 15px;
}
.news-inner .news-body .newslist li dl dd {
  font-size: 1.5rem;
  line-height: 1.4;
}
.news-inner .news-body .newslist li a {
  display: block;
}
.news-inner .news-body .newslist li a:hover dl {
  background: #eaeaea;
  transition: 0.2s ease-in-out;
}
.news-inner .news-body .news-article h3 {
  font-size: 2.6rem;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 27px;
}
.news-inner .news-body .news-article h3::before {
  background: #3B3B3B;
  content: "";
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
}
.news-inner .news-body .news-article > div {
  margin-bottom: 50px;
}
.news-inner .news-body .news-article > div:last-of-type {
  margin-bottom: 0;
}
.news-inner .news-body .news-article .textbox {
  margin-top: 45px;
}
.news-inner .news-body .news-article .textbox .text {
  font-size: 1.6rem;
  line-height: 1.6;
}
.news-inner .news-body .news-article .imgbox {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 50px 50px;
}
.news-inner .news-body .news-article .imgbox .thumb {
  border-radius: 30px;
  overflow: hidden;
  width: 300px;
}
.news-inner .news-body .news-article .imgbox .thumb img {
  width: 100%;
}
.news-inner .news-body .news-article .dlbox {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.news-inner .news-body .news-article .dlbox a {
  text-decoration: underline;
}
.news-inner .news-body .list-link {
  margin-top: 40px;
  text-align: right;
}
.news-inner .news-body .list-link a {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  padding: 0 40px 0 0;
}
.news-inner .news-body .list-link a::after {
  background: url("../img/common/sub_menu_arrow.svg") no-repeat center center;
  background-size: contain;
  content: "";
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  width: 30px;
}
.news-inner .news-body .list-link a:hover::after {
  background: url("../img/common/sub_menu_hover_arrow.svg") no-repeat center center;
  background-size: contain;
}

.list-pager {
  margin-top: 74px;
}
.list-pager .pager-box {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.list-pager .pager-box [class*="-arrow"] {
  display: flex;
  align-items: center;
  gap: 0 8px;
  width: 88px;
}
.list-pager .pager-box [class*="-arrow"] [class*="jump"] {
  flex-shrink: 0;
  width: 40px;
}
.list-pager .pager-box [class*="-arrow"] [class*="jump"] a {
  background: #fff;
  border: 1px solid #3B3B3B;
  border-radius: 50%;
  color: #3B3B3B;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  height: 40px;
  line-height: 38px;
  text-align: center;
  position: relative;
  width: 40px;
}
.list-pager .pager-box [class*="-arrow"] [class*="jump"] a:hover {
  background: #3B3B3B;
}
.list-pager .pager-box [class*="-arrow"] [class*="jump"] a:hover::before, .list-pager .pager-box [class*="-arrow"] [class*="jump"] a:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.list-pager .pager-box [class*="-arrow"] .jump a::before {
  border-top: 1px solid #3B3B3B;
  border-right: 1px solid #3B3B3B;
  content: "";
  height: 7px;
  position: absolute;
  width: 7px;
  left: 50%;
  top: 50%;
  margin-top: -3px;
}
.list-pager .pager-box [class*="-arrow"] .jump a::after {
  border-top: 1px solid #3B3B3B;
  border-right: 1px solid #3B3B3B;
  content: "";
  height: 7px;
  position: absolute;
  width: 7px;
  left: 50%;
  top: 50%;
  margin-top: -3px;
}
.list-pager .pager-box [class*="-arrow"] .jump-mid a::before {
  border-top: 1px solid #3B3B3B;
  border-right: 1px solid #3B3B3B;
  content: "";
  height: 7px;
  position: absolute;
  width: 7px;
  left: 50%;
  top: 50%;
  margin-top: -3px;
}
.list-pager .pager-box .prev-arrow .jump a::before {
  transform: rotate(-135deg);
  margin-left: 1px;
}
.list-pager .pager-box .prev-arrow .jump a::after {
  transform: rotate(-135deg);
  margin-left: -5px;
}
.list-pager .pager-box .prev-arrow .jump-mid a::before {
  transform: rotate(-135deg);
  margin-left: -2px;
}
.list-pager .pager-box .next-arrow .jump a::before {
  transform: rotate(45deg);
  margin-left: -1px;
}
.list-pager .pager-box .next-arrow .jump a::after {
  transform: rotate(45deg);
  margin-left: -7px;
}
.list-pager .pager-box .next-arrow .jump-mid a::before {
  transform: rotate(45deg);
  margin-left: -5px;
}
.list-pager .pager-box .pagerlist {
  margin: 0 48px;
}
.list-pager .pager-box .pagerlist ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
}
.list-pager .pager-box .pagerlist ul li {
  flex-shrink: 0;
  width: 40px;
}
.list-pager .pager-box .pagerlist ul li a {
  border: 1px solid #3B3B3B;
  border-radius: 50%;
  color: #3B3B3B;
  display: block;
  font-size: 1.6rem;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.list-pager .pager-box .pagerlist ul li a:hover {
  background: #3B3B3B;
  color: #fff;
}
.list-pager .pager-box .pagerlist ul li a.is-active {
  background: #3B3B3B;
  color: #fff;
  pointer-events: none;
}
