@font-face {
  font-family: "DIN Alternate Bold";
  font-weight: normal;
  font-style: normal;
  src: local("DIN Alternate Bold"), url("../font/DINAlternate-Bold.woff") format("woff");
}
.noLink {
  pointer-events: none;
  cursor: default;
}

.topFlex-area {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1095px;
  margin: 100px auto 200px;
}
@media screen and (min-width: 901px) and (max-width: 1365px) {
  .topFlex-area {
    width: 90%;
    margin: 80px auto;
  }
}
@media screen and (max-width: 900px) {
  .topFlex-area {
    display: block;
    margin: auto;
  }
}

.section__title {
  position: relative;
  margin-bottom: 10px;
  margin-left: 50px;
  color: #FFF;
  font-size: 40px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .section__title {
    font-size: min(8vw, 40px);
  }
}
.section__title::before {
  content: "";
  position: absolute;
  top: 18px;
  left: -45px;
  width: 30px;
  height: 30px;
  background: url(../images/h2_icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .section__title::before {
    top: calc(3vh - 13px);
    left: -45px;
  }
}

.mv {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  width: 100vw;
  height: calc(100vh - 78px);
  padding-bottom: 60px;
  background-image: url(../images/mv_bg.jpg);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .mv {
    padding-bottom: 20px;
  }
}
.mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100vw - 1366px);
  height: 100%;
  background: linear-gradient(90deg, black 50%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .mv::before {
    content: none;
  }
}
.mv::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100vw - 1366px);
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, black 50%);
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .mv::after {
    content: none;
  }
}
.mv .mv__title {
  position: absolute;
  top: -15%;
  right: 0;
  bottom: -20px;
  left: 0;
  height: fit-content;
  margin: auto;
  transition: 0.4s;
  text-align: center;
  opacity: 0;
  z-index: 3;
}
.mv .mv__title.is-show {
  bottom: 0;
  opacity: 1;
}
.mv .mv__title img {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .mv .mv__title img {
    width: 90%;
  }
}
.mv .button__area {
  margin-top: 60px;
}
.mv .button__item {
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .mv .button__item {
    width: auto;
  }
}
.mv .button__item > a {
  position: relative;
  margin-bottom: 30px;
  background-color: #000;
  width: 100%;
  height: 70px;
  min-width: 400px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  border: solid 2px #EB6776;
  box-shadow: 0px 4px 4px 0px #00000040 inset, 0px 0px 10px 0px #FFFFFF80;
  text-shadow: 0 0 10px #EB6776;
  transition: border 0.5s;
}
@media screen and (max-width: 900px) {
  .mv .button__item > a {
    min-width: auto;
    width: 90%;
    margin: auto auto 20px;
  }
}
.mv .button__item > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  transition: right 0.3s, border 0.5s;
  transform: rotate(45deg);
  border-top: solid 2px #EB6776;
  border-right: solid 2px #EB6776;
}
.mv .button__item > a:hover {
  border: solid 2px #F499A3;
  opacity: 1;
}
.mv .button__item > a:hover::before {
  right: 15px;
  border-top: solid 2px #F499A3;
  border-right: solid 2px #F499A3;
}
.mv .mv__past {
  position: relative;
  margin: 0 auto;
  color: #FFF;
  text-decoration: underline;
}

.topBnrs,
.topWideBnrs {
  position: relative;
  z-index: 1;
  margin: 100px auto;
  margin-top: 40px;
}
@media screen and (min-width: 901px) and (max-width: 1365px) {
  .topBnrs,
.topWideBnrs {
    margin: 80px auto;
  }
}
@media screen and (max-width: 900px) {
  .topBnrs,
.topWideBnrs {
    width: 90%;
    margin: 25vw auto;
  }
}
.topBnrs > ul,
.topWideBnrs > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}
@media screen and (min-width: 901px) and (max-width: 1365px) {
  .topBnrs > ul,
.topWideBnrs > ul {
    width: 90%;
  }
}
@media screen and (max-width: 900px) {
  .topBnrs > ul,
.topWideBnrs > ul {
    display: block;
  }
}

.topBnrs li {
  width: calc(100% / 2 - 25px);
  margin-bottom: 20px;
}
@media screen and (min-width: 901px) and (max-width: 1365px) {
  .topBnrs li {
    width: calc(100% / 2 - 15px);
  }
}
@media screen and (max-width: 900px) {
  .topBnrs li {
    width: 100%;
    margin-bottom: 4vw;
  }
  .topBnrs li:last-of-type {
    margin-bottom: 0;
  }
}
.topBnrs li:nth-last-child(1), .topBnrs li:nth-last-child(2) {
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .topBnrs li:nth-last-child(1), .topBnrs li:nth-last-child(2) {
    margin-bottom: 4vw;
  }
}

.topSchedule {
  max-width: 1200px;
  margin: 100px auto;
}
@media screen and (min-width: 901px) and (max-width: 1365px) {
  .topSchedule {
    width: 90%;
    margin: 80px auto;
  }
}
@media screen and (max-width: 900px) {
  .topSchedule {
    width: 90%;
    margin: 25vw auto;
  }
}
.topSchedule > ul {
  margin-top: 40px;
}
.topSchedule li {
  width: 100%;
  background: #151515;
  border-top: solid 3px #000;
  border-radius: 2px;
}
.topSchedule li:first-of-type {
  border-top: none;
}
.topSchedule li > a {
  display: flex;
  align-items: baseline;
  position: relative;
  padding: 20px;
  color: #FFF;
}
@media screen and (max-width: 900px) {
  .topSchedule li > a {
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
  }
}
.topSchedule li > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50px;
  width: 20px;
  height: 20px;
  transition: right 0.8s;
  transform: rotate(45deg) translate(0, -50%);
  border-top: solid 2px #FFEC07;
  border-right: solid 2px #FFEC07;
}
@media screen and (max-width: 900px) {
  .topSchedule li > a::before {
    right: 25px;
  }
}
.topSchedule li > a:hover::before {
  right: 40px;
}
.topSchedule li > a .wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 26%;
  margin-right: 50px;
}
@media screen and (min-width: 901px) and (max-width: 1365px) {
  .topSchedule li > a .wrap {
    width: min(30vw, 280px);
    margin-right: 20px;
  }
}
@media screen and (max-width: 900px) {
  .topSchedule li > a .wrap {
    width: unset;
    margin-right: 0;
    display: block;
  }
}
.topSchedule li > a .wrap .date {
  font-family: "DIN Alternate Bold";
  margin-right: 50px;
  font-size: 30px;
}
@media screen and (min-width: 901px) and (max-width: 1365px) {
  .topSchedule li > a .wrap .date {
    margin-right: 20px;
    font-size: min(4vw, 30px);
  }
}
@media screen and (max-width: 900px) {
  .topSchedule li > a .wrap .date {
    margin-right: 20px;
    font-size: min(5vw, 30px);
  }
}
.topSchedule li > a .wrap .time {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 901px) and (max-width: 1365px) {
  .topSchedule li > a .wrap .time {
    font-size: min(2.5vw, 20px);
  }
}
@media screen and (max-width: 900px) {
  .topSchedule li > a .wrap .time {
    font-size: min(3.5vw, 20px);
  }
}
.topSchedule li > a .wrap .body {
  font-size: 20px;
}
@media screen and (min-width: 901px) and (max-width: 1365px) {
  .topSchedule li > a .wrap .body {
    margin-right: 40px;
    font-size: min(2.5vw, 20px);
  }
}
@media screen and (max-width: 900px) {
  .topSchedule li > a .wrap .body {
    margin-right: 40px;
    font-size: min(3.5vw, 20px);
  }
}
.topSchedule li > a span {
  color: #FFF;
}
.topSchedule li > a span.week {
  font-family: "DIN Alternate Bold";
  margin-left: 10px;
  font-size: 26px;
}
@media screen and (min-width: 901px) and (max-width: 1365px) {
  .topSchedule li > a span.week {
    font-size: min(3.5vw, 26px);
  }
}
@media screen and (max-width: 900px) {
  .topSchedule li > a span.week {
    margin-right: 0;
    font-size: min(4.8vw, 26px);
  }
}

.topNews,
.topSns {
  position: relative;
  z-index: 1;
  width: calc(100% / 2 - 25px);
}
@media screen and (min-width: 901px) and (max-width: 1365px) {
  .topNews,
.topSns {
    width: calc(100% / 2 - 15px);
  }
}
@media screen and (max-width: 900px) {
  .topNews,
.topSns {
    width: 90%;
    margin: 25vw auto;
  }
}
.topNews > ul,
.topSns > ul {
  width: 100%;
  height: auto;
  max-height: 700px;
  margin: auto;
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .topNews > ul,
.topSns > ul {
    margin-top: 20px;
  }
}

.topNews {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .topNews {
    width: 90%;
    margin: 30vw auto;
  }
}
.topNews::before {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: calc(100% - 2px);
  height: 50px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, black 100%);
}
.topNews > ul {
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 30px;
  padding-bottom: 30px;
}
.topNews > ul::-webkit-scrollbar {
  width: 1px;
}
.topNews > ul::-webkit-scrollbar-track {
  background-color: #464646;
}
.topNews > ul::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px #FFF;
}
.topNews li {
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .topNews li {
    margin-bottom: 20px;
  }
}
.topNews li.noLink {
  pointer-events: none;
}
.topNews li.noLink .body {
  text-decoration: none;
}
.topNews li > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .topNews li > a {
    padding: 2vw 0;
  }
}
.topNews li > a .date {
  width: auto;
  margin-bottom: 13px;
  color: #FFF;
  font-size: clamp(15px, 4vw, 18px);
  font-weight: 300;
}
.topNews li > a .category {
  width: auto;
  margin-bottom: 13px;
  margin-left: 10px;
  padding: 5px 10px;
  color: #FFF;
  font-size: 14px;
  border-radius: 5px;
  line-height: 1.2;
}
@media screen and (max-width: 900px) {
  .topNews li > a .category {
    font-size: min(3vw, 14px);
  }
}
.topNews li > a .category.year {
  background: #C00118;
}
.topNews li > a .category.meti {
  background: #C9A001;
}
.topNews li > a .category.future {
  background: #078C5E;
}
.topNews li > a .body {
  position: relative;
  width: 100%;
  color: #FFF;
  text-decoration: underline;
}
.topNews li:last-of-type {
  border-bottom: none;
}

.topSns > ul {
  border: solid 1px #464646;
  box-sizing: content-box;
}
.topSns > ul li:last-of-type {
  margin-top: 20px;
}

.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .banner {
    flex-direction: column;
    gap: 20px;
  }
}

.banner__item {
  display: block;
  position: relative;
  transition: 0.4s;
  pointer-events: all;
  width: 100%;
  max-width: 675px;
  aspect-ratio: 1280/280;
}
@media screen and (max-width: 900px) {
  .banner__item {
    max-height: 80px;
  }
}
.banner__item.future .banner__textarea::before {
  background: linear-gradient(to bottom, #078C5E 10%, #04593C 75%);
}
.banner__item > a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner__item > a > img {
  width: 100%;
  height: auto;
}

.banner__textarea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #FFF;
  transition: 0.4s;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .banner__textarea {
    width: 100%;
    margin: auto;
  }
}
.banner__textarea::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: calc(100% - 70px);
  height: 100%;
  margin: auto;
  margin-left: 70px;
  border: solid 1px #FFF;
}
@media screen and (max-width: 900px) {
  .banner__textarea::before {
    margin-left: 37.5px;
    width: calc(100% - 40px);
  }
}
.banner__textarea::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 35px;
  width: 18px;
  height: 18px;
  transition: right 0.5s;
  transform: rotate(45deg) translate(0, -50%);
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
}
@media screen and (max-width: 900px) {
  .banner__textarea::after {
    width: 12px;
    height: 12px;
    right: 25px;
  }
}
.banner__textarea .banner__badge {
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 900px) {
  .banner__textarea .banner__badge {
    width: 90px;
    height: 90px;
  }
}

.banner__catchcopy {
  text-align: center;
  text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.6);
  width: 100%;
  padding-right: 50px;
}
@media screen and (max-width: 900px) {
  .banner__catchcopy {
    padding-right: 30px;
  }
}
.banner__catchcopy h2 {
  font-size: min(2.8vw, 40px);
  font-weight: bold;
  text-shadow: 0px 0px 16px rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 900px) {
  .banner__catchcopy h2 {
    margin-bottom: 10px;
    font-size: min(6.13vw, 24px);
  }
}
.banner__catchcopy p {
  display: inline-block;
  align-items: baseline;
  font-size: 18px;
  text-shadow: 0 2px 7px #5D4A0099;
}
@media screen and (min-width: 901px) and (max-width: 1365px) {
  .banner__catchcopy p {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 900px) {
  .banner__catchcopy p {
    font-size: min(3.73vw, 11px);
  }
}

.swiper {
  width: 100vw;
  max-width: 1366px;
  padding-bottom: 35px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .swiper {
    padding-bottom: 20px;
  }
}
.swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper .swiper-wrapper {
  z-index: -100;
}
.swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  opacity: 0.3;
}
.swiper .swiper-slide.award .slide_textarea::before {
  background: linear-gradient(to bottom, #E31049 10%, #830E0E 75%);
}
.swiper .swiper-slide.minister .slide_textarea::before {
  background: linear-gradient(to bottom, #C9A001 10%, #796002 75%);
}
.swiper .swiper-slide.future .slide_textarea::before {
  background: linear-gradient(to bottom, #078C5E 10%, #04593C 75%);
}
.swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.swiper .swiper-slide .slide_banner {
  display: block;
  position: relative;
  bottom: -20px;
  opacity: 0;
  transition: 0.4s;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .swiper .swiper-slide .slide_banner {
    width: 100%;
    max-width: 262.5px;
  }
}
.swiper .swiper-slide .slide_banner.is-show {
  bottom: 0;
  opacity: 1;
  pointer-events: all;
}
.swiper .swiper-slide .slide_textarea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 100;
  width: 100%;
  color: #FFF;
  bottom: -20px;
  opacity: 0;
  transition: 0.4s;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .swiper .swiper-slide .slide_textarea {
    width: 100%;
    max-width: 262.5px;
    margin: auto;
  }
}
.swiper .swiper-slide .slide_textarea::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: calc(100% - 70px);
  height: calc(100% - 20px);
  margin: auto;
  margin-left: 70px;
  border: solid 1px #FFF;
}
@media screen and (max-width: 900px) {
  .swiper .swiper-slide .slide_textarea::before {
    margin-left: 37.5px;
    height: 100%;
    width: calc(100% - 50px);
  }
}
.swiper .swiper-slide .slide_textarea::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 35px;
  width: 18px;
  height: 18px;
  transition: right 0.5s;
  transform: rotate(45deg) translate(0, -50%);
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
}
@media screen and (max-width: 900px) {
  .swiper .swiper-slide .slide_textarea::after {
    width: 12px;
    height: 12px;
    right: 25px;
  }
}
.swiper .swiper-slide .slide_textarea.is-show {
  bottom: 0;
  opacity: 1;
  pointer-events: all;
}
.swiper .swiper-slide .slide_textarea img {
  width: 140px;
  height: 140px;
}
@media screen and (max-width: 900px) {
  .swiper .swiper-slide .slide_textarea img {
    width: 75px;
    height: 75px;
  }
}
.swiper .swiper-slide .slide_catch-copy {
  text-align: center;
  text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.6);
  width: 100%;
  padding-right: 70px;
}
@media screen and (min-width: 901px) and (max-width: 1365px) {
  .swiper .swiper-slide .slide_catch-copy {
    padding-right: 50px;
  }
}
@media screen and (max-width: 900px) {
  .swiper .swiper-slide .slide_catch-copy {
    margin: 18px 0;
    padding-right: 37.5px;
  }
}
.swiper .swiper-slide .slide_catch-copy h2 {
  font-size: 44px;
  font-weight: bold;
  text-shadow: 0px 0px 16px rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 901px) and (max-width: 1365px) {
  .swiper .swiper-slide .slide_catch-copy h2 {
    font-size: min(4.8vw, 36px);
  }
}
@media screen and (max-width: 900px) {
  .swiper .swiper-slide .slide_catch-copy h2 {
    margin-bottom: 10px;
    font-size: min(6.13vw, 23px);
  }
}
.swiper .swiper-slide .slide_catch-copy p {
  display: inline-block;
  align-items: baseline;
  font-size: 18px;
  text-shadow: 0 2px 7px #5D4A0099;
}
@media screen and (min-width: 901px) and (max-width: 1365px) {
  .swiper .swiper-slide .slide_catch-copy p {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 900px) {
  .swiper .swiper-slide .slide_catch-copy p {
    font-size: min(3.73vw, 14px);
  }
}
.swiper .swiper-slide .slide_catch-copy p.active_event span {
  color: #FFEC07;
  font-size: 20px;
  font-weight: bold;
  vertical-align: bottom;
}
@media screen and (min-width: 901px) and (max-width: 1365px) {
  .swiper .swiper-slide .slide_catch-copy p.active_event span {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 900px) {
  .swiper .swiper-slide .slide_catch-copy p.active_event span {
    font-size: min(3.2vw, 20px);
  }
}
.swiper .swiper-pagination {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  width: auto;
}
@media screen and (max-width: 900px) {
  .swiper .swiper-pagination {
    bottom: 0;
  }
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  background: #707070;
  opacity: 1;
  width: 15px;
  border-radius: 2px;
  height: 2px;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #EB6776;
}
.swiper .swiper-button-next {
  top: 0;
  right: 302px;
  bottom: 0;
  width: 16px;
  height: 38px;
  margin: auto;
  padding-bottom: 25px;
  z-index: 3;
}
@media screen and (min-width: 901px) and (max-width: 1365px) {
  .swiper .swiper-button-next {
    right: 23vw;
  }
}
@media screen and (max-width: 900px) {
  .swiper .swiper-button-next {
    padding-bottom: 15px;
    right: 20px;
  }
}
.swiper .swiper-button-next::after {
  content: "";
  width: 16px;
  height: 38px;
  background-image: url(../images/slide_next.svg);
  background-repeat: no-repeat;
}
.swiper .swiper-button-prev {
  top: 0;
  bottom: 0;
  left: 302px;
  width: 16px;
  height: 38px;
  margin: auto;
  padding-bottom: 25px;
  z-index: 3;
}
@media screen and (min-width: 901px) and (max-width: 1365px) {
  .swiper .swiper-button-prev {
    left: 23vw;
  }
}
@media screen and (max-width: 900px) {
  .swiper .swiper-button-prev {
    padding-bottom: 15px;
    left: 20px;
  }
}
.swiper .swiper-button-prev::after {
  content: "";
  width: 16px;
  height: 38px;
  background-image: url(../images/slide_prev.svg);
  background-repeat: no-repeat;
}
