.main .mv_area .mv_img .img {
  padding-top: 100%;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}
.main .mv_area .inner {
  position: absolute;
  top: 35vw;
  left: 20px;
}
.main .mv_area .inner .ttl {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 20px;
}
.main .mv_area .inner .sub_ttl {
  max-width: 80px;
}
.main .t_wrap {
  padding: 60px 0;
  background-color: #fff;
  border-radius: 20px;
  margin-top: -20px;
}
.main .t_wrap .sect {
  margin-top: 40px;
}
.main .t_wrap .sect .links {
  margin-bottom: 30px;
}
.main .t_wrap .sect .links li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #2c4a7c;
}
.main .t_wrap .sect .links li a .day {
  font-size: 14px;
  margin-bottom: 10px;
}
.main .t_wrap .sect .links li a .txt {
  font-size: 16px;
  line-height: 1.3;
}
.main .t_wrap .sect .pagenation .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .t_wrap .sect .pagenation .wrap .page-numbers {
  display: inline-block;
  padding: 7px 10px;
  font-size: 14px;
  margin: 0 5px;
}
.main .t_wrap .sect .pagenation .wrap .page-numbers.prev {
  padding: 0;
  width: 10px;
}
.main .t_wrap .sect .pagenation .wrap .page-numbers.next {
  padding: 0;
  width: 10px;
}
.main .t_wrap .sect .pagenation .wrap .page-numbers.current {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  border-radius: 50%;
}
.main .t_wrap .sect .news_ttl {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .main .mv_area .mv_img .img {
    padding-top: 35%;
    background-position: center;
  }
  .main .mv_area .inner {
    top: 15vw;
    left: 90px;
  }
  .main .mv_area .inner .ttl {
    font-size: min(2.7vw, 40px);
    margin-bottom: 15px;
  }
  .main .t_wrap {
    padding: 0 0 200px;
    border-radius: 30px;
    margin-top: -30px;
  }
  .main .t_wrap .sect {
    margin-top: 80px;
  }
  .main .t_wrap .sect .links {
    margin-bottom: 50px;
  }
  .main .t_wrap .sect .links li {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .main .t_wrap .sect .links li a {
    display: flex;
    align-items: center;
  }
  .main .t_wrap .sect .links li a .day {
    font-size: 18px;
    margin-right: 30px;
    margin-bottom: 0;
  }
  .main .t_wrap .sect .links li a .txt {
    font-size: 22px;
  }
  .main .t_wrap .sect .news_ttl {
    font-size: 30px;
    margin-bottom: 60px;
  }
}