/*---------------------------------------------
    common
---------------------------------------------*/
/*---------------------------------------------
    main img
  ---------------------------------------------*/
.mv {
  background: #f0f0f0;
  display: flex;
  height: auto;
  margin: 0 auto 120px;
  max-width: 1480px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .mv {
    height: auto;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .mv {
    height: 680px;
  }
}
.mv .mv_slide--wrap {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .mv .mv_slide--wrap {
    position: relative;
    right: 0;
    width: 100%;
  }
  .mv .mv_slide--wrap img {
    width: 100%;
  }
}
.mv .bx-wrapper {
  background: none;
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .mv .bx-wrapper {
    margin-bottom: 0;
  }
}

main .catch {
  font-size: 1.8rem;
  margin: 0 auto 80px;
  text-align: center;
  width: 90%;
}
@media screen and (max-width: 767px) {
  main .catch {
    font-size: 1.6rem;
    margin-bottom: 40px;
    text-align: left;
  }
}

/*---------------------------------------------
    top contents
---------------------------------------------*/
.top-contents {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1480px;
  width: 90%;
}
@media screen and (max-width: 820px) {
  .top-contents {
    background: #fff;
    border-radius: 20px;
    flex-direction: column;
  }
}
.top-contents section {
  background: #fff;
  border-radius: 20px;
  padding: 24px 40px;
  width: 46%;
}
@media screen and (max-width: 820px) {
  .top-contents section {
    background: none;
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
  }
}
.top-contents section .section-ttl {
  margin: 0 auto;
  width: 200px;
}
.top-contents section .contents-ttl {
  border-bottom: #333 solid 1px;
  font-size: 2.4rem;
}
.top-contents section .news-list {
  margin-bottom: 24px;
}
.top-contents section .news-list li {
  border-bottom: #333 solid 1px;
  padding: 10px 0;
}
.top-contents section .news-list li a {
  display: flex;
}
@media screen and (max-width: 820px) {
  .top-contents section .news-list li a {
    flex-direction: column;
  }
}
.top-contents section .news-list li .date {
  width: 110px;
}
@media screen and (max-width: 820px) {
  .top-contents section .news-list li .date {
    width: 100%;
  }
}
.top-contents section .news-list li .entry-ttl {
  display: inline-block;
  margin-left: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 110px);
}
@media screen and (max-width: 820px) {
  .top-contents section .news-list li .entry-ttl {
    margin-left: 0;
    width: 100%;
  }
}
.top-contents section .btn {
  margin: 0 auto 24px;
  width: 300px;
}
.top-contents section .btn a {
  height: 56px;
  line-height: 56px;
  width: 100%;
}
.top-contents section .bnr {
  margin-bottom: 40px;
}
.top-contents section .sns-list {
  display: flex;
  gap: 0 24px;
  margin-top: 16px;
}
.top-contents section .sns-list li {
  width: 30px;
}