.summary__container, .kv__container {
  position: relative;
  box-sizing: content-box !important;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  .summary__container, .kv__container {
    max-width: 89.3333333333vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.kv__img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2560px;
  z-index: 0;
}
@media screen and (max-width: 1400px) {
  .kv__img {
    width: 182.8571428571%;
  }
}
@media screen and (max-width: 749px) {
  .kv__img {
    left: 0;
    transform: none;
    width: 100%;
  }
}

/* kv:start */
.kv {
  position: relative;
}
@media screen and (max-width: 749px) {
  .kv__container {
    max-width: 100%;
  }
}
.kv__title {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  .kv__title {
    width: 85.7142857143vw;
  }
}
@media screen and (max-width: 749px) {
  .kv__title {
    width: 100%;
  }
}
/* kv:end */
/* summary:start */
.summary__container {
  padding-top: 137px;
  padding-bottom: 200px;
}
@media screen and (min-width: 750px) {
  .summary__container {
    max-width: 1110px;
  }
}
@media screen and (max-width: 1200px) {
  .summary__container {
    padding-top: 11.4166666667vw;
    padding-bottom: 16.6666666667vw;
  }
}
@media screen and (max-width: 749px) {
  .summary__container {
    padding-top: 11.6vw;
    padding-bottom: 53.3333333333vw;
  }
}
.summary__area {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 749px) {
  .summary__area {
    display: block;
  }
}
.summary__main {
  width: 77.4774774775%;
}
@media screen and (max-width: 749px) {
  .summary__main {
    width: 100%;
  }
}
@media screen and (min-width: 750px) {
  .summary__lists {
    margin-top: -25px;
  }
}
.summary__item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 43px;
  padding-bottom: 43px;
  border-bottom: 3px solid #8282b5;
}
@media screen and (max-width: 1200px) {
  .summary__item {
    padding-top: 3.5833333333vw;
    padding-bottom: 3.5833333333vw;
  }
}
@media screen and (max-width: 749px) {
  .summary__item {
    display: block;
    padding-top: 7.3333333333vw;
    padding-bottom: 7.3333333333vw;
    padding-right: 0;
    border-bottom-width: 0.8vw;
  }
}
.summary__item.is-pdf .summary__time::before {
  position: absolute;
  top: 4px;
  right: -195px;
  width: 15px;
  height: 20px;
  background-image: url(/common/img/icon_pdf_pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 749px) {
  .summary__item.is-pdf .summary__time::before {
    content: none;
  }
}
@media screen and (max-width: 749px) {
  .summary__item.is-pdf .summary__time-category::before {
    position: absolute;
    top: 60%;
    right: -7.3333333333vw;
    transform: translateY(-55%);
    width: 3.6vw;
    height: 4.5333333333vw;
    background-image: url(/common/img/icon_pdf_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
  }
}
.summary__time {
  font-size: 20px;
  letter-spacing: 0.04em;
  width: 100px;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 749px) {
  .summary__time {
    display: inline-block;
    font-size: 5.3333333333vw;
    width: 26.6666666667vw;
    margin-bottom: 2.2666666667vw;
    padding-right: 0;
  }
}
.summary__time-category {
  position: absolute;
  color: #fff;
  background-color: #06056c;
  font-size: 16px;
  line-height: 1;
  padding: 0.25em 0.5em;
  letter-spacing: -0.04em;
  left: 110%;
  top: 50%;
  transform: translateY(-50%);
  width: 150px;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .summary__time-category {
    font-size: 4.2666666667vw;
    padding-bottom: 0.4em;
    width: 40vw;
  }
}
.summary__time-category-info {
  background-color: #ff808d;
}
.summary__time-category-news {
  background-color: #fd9127;
}
.summary__title {
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 749px) {
  .summary__title {
    font-size: 5.3333333333vw;
    line-height: 1.7;
    width: 100%;
  }
}
.summary__side {
  width: 150px;
  margin-right: 100px;
}
@media screen and (min-width: 750px) {
  .summary__side {
    min-width: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .summary__side {
    margin-right: 8.3333333333vw;
  }
}
@media screen and (max-width: 749px) {
  .summary__side {
    width: 100%;
    margin-bottom: 4.6666666667vw;
    margin-right: 0;
  }
}
.summary__side-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 20px 20px 0 0;
  color: #fff;
  background-color: #06056c;
}
@media screen and (max-width: 749px) {
  .summary__side-title {
    font-size: 4.8vw;
    padding-top: 3.6vw;
    padding-bottom: 3.6vw;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  }
}
.summary__side-inner {
  padding-top: 18px;
  padding-bottom: 10px;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
}
@media screen and (max-width: 749px) {
  .summary__side-inner {
    padding-top: 4.9333333333vw;
    padding-bottom: 2.6666666667vw;
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  }
}
.summary__side-lists {
  overflow: hidden;
  width: 110px;
  height: 100%;
  max-height: 116px;
  margin-left: auto;
  margin-right: auto;
  transition: max-height 0.7s, margin-bottom 0.7s;
  transition-delay: 0.1s;
}
@media screen and (max-width: 749px) {
  .summary__side-lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 68vw;
    max-height: 14.4vw;
    margin-top: -5.6vw;
    margin-bottom: 0.6666666667vw;
  }
}
.summary__side-lists.js-side_list-active {
  max-height: 3000px;
  margin-bottom: 5px;
}
@media screen and (max-width: 749px) {
  .summary__side-lists.js-side_list-active {
    max-height: 400vw;
    margin-bottom: 4.6666666667vw;
  }
}
.summary__side-list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 749px) {
  .summary__side-list {
    display: flex;
    justify-content: center;
    width: 22.6666666667vw;
    margin-top: 5.6vw;
  }
}
@media screen and (min-width: 750px) {
  .summary__side-list + .summary__side-list {
    margin-top: 13px;
  }
}
.summary__side-link {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  padding-bottom: 5px;
}
@media screen and (max-width: 749px) {
  .summary__side-link {
    font-size: 5.3333333333vw;
    padding-bottom: 2vw;
  }
}
.summary__side-link.js-year-current::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #8282b5;
  content: "";
}
@media screen and (max-width: 749px) {
  .summary__side-link.js-year-current::before {
    left: -0.1333333333vw;
    height: 1.0666666667vw;
    border-radius: 0.5333333333vw;
  }
}
.summary__side-more {
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 749px) {
  .summary__side-more {
    padding-top: 1.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
}
.summary__side-more::before {
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 20px;
  background-image: url(/assets/img/news/summary_side_less_pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.4s;
  content: "";
}
@media screen and (max-width: 749px) {
  .summary__side-more::before {
    top: 1.3333333333vw;
    width: 22.6666666667vw;
    height: 4vw;
    background-image: url(/assets/img/news/summary_side_less_sp.png);
  }
}
@media screen and (max-width: 749px) {
  .summary__side-more-img {
    width: 22.6666666667vw;
  }
}
.summary__side-more.js-side_button-active::before {
  opacity: 1;
}
.summary__side-more.js-side_button-active .summary__side-more-img {
  opacity: 0;
}

/* summary:end */