@charset "UTF-8";
/* CSS Document */
/* --------------------------------------------------

初期設定

-------------------------------------------------- */
/* --------------------------------------------------

breakpoint

-------------------------------------------------- */
/*----------------------------------------
#header-5th
----------------------------------------*/
#header.header-5th {
  padding: 0;
}
#header.header-5th .wrap-header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
}
@media only screen and (max-width: 768px) {
  #header.header-5th .wrap-header-top {
    display: block;
  }
}
#header.header-5th .wrap-header-top h1 a {
  position: relative;
  top: 0;
  z-index: 20;
}
@media only screen and (max-width: 1360px) {
  #header.header-5th .wrap-header-top h1 a {
    width: 100%;
    left: auto;
  }
}
@media only screen and (max-width: 1360px) {
  #header.header-5th .wrap-header-top .r-function-block {
    text-align: right;
    margin-top: 1em;
  }
}
#header.header-5th #navi {
  width: 100%;
  background: #E9F0F2;
}
#header.header-5th #navi > ul {
  flex-wrap: wrap;
}
#header.header-5th #navi > ul > li {
  flex-wrap: wrap;
  padding: 1em 0;
}
#header.header-5th #navi > ul > li:last-child a {
  border-right: none;
}
@media only screen and (max-width: 1360px) {
  #header.header-5th #navi > ul > li {
    flex: auto;
  }
}
#header.header-5th #navi > ul > li > a {
  padding: 0 1em;
}
@media only screen and (max-width: 1360px) {
  #header.header-5th #navi > ul > li > a {
    padding: 0;
  }
}
#header.header-5th #navi > ul > li > a:after {
  display: none;
}

/*----------------------------------------
footer
----------------------------------------*/
#footer {
  color: #133A42;
}
#footer .info-f {
  justify-content: center;
}
#footer .info-f .name-f {
  text-align: center;
}
#footer .info-f .name-f span {
  display: block;
}

/*----------------------------------------
contents
----------------------------------------*/
#contents.page {
  background: none;
  padding: 0;
}

/*----------------------------------------
mv
----------------------------------------*/
.mv {
  margin-bottom: 1em;
}
.mv .mv-movie {
  position: relative;
  padding-top: 45%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .mv .mv-movie {
    padding-top: 55%;
  }
}
.mv .mv-movie iframe,
.mv .mv-movie img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.mv .swiper-container {
  padding: 0 0 40px;
  overflow: hidden;
}
.mv .swiper-container .swiper-pagination {
  left: 100px;
}
.mv .swiper-container p a {
  color: #145E70;
  padding: 0.2em 0.8em;
  border: 1px solid #145E70;
  border-radius: 1em;
  display: block;
  left: 10px;
}
.mv .swiper-container p a::before {
  color: #145E70;
}
.mv .swiper-container .swiper-button-next, .mv .swiper-container .swiper-button-prev {
  top: 45%;
  transform: translateY(-50%);
}

/*----------------------------------------
anniversary-area
----------------------------------------*/
.anniversary-area {
  max-width: 1360px;
  padding: 4em 0 0 0;
  margin: 4em auto;
  position: relative;
  overflow: hidden;
}
.anniversary-area::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/top/bg_wave_blue.svg) no-repeat;
  background-size: contain;
  width: 40vmin;
  height: 28vmin;
  top: 6em;
  right: 2em;
}
@media only screen and (max-width: 1360px) {
  .anniversary-area::before {
    top: 2em;
  }
}
@media only screen and (max-width: 1360px) {
  .anniversary-area {
    padding: 0 0 40% 0;
    margin: 0 auto 3em auto;
  }
}
.anniversary-area .anniversary-r {
  width: 48%;
  margin: 0 0 0 auto;
  padding: 10em 10% 6em 10%;
  background: #E9F0F2;
}
@media only screen and (max-width: 1360px) {
  .anniversary-area .anniversary-r {
    width: 100%;
    padding: 5em 0;
  }
  .anniversary-area .anniversary-r .inner {
    width: 80%;
  }
}
.anniversary-area .anniversary-r .ttl-anniversary {
  font-size: 5.5rem;
  font-weight: bold;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1360px) {
  .anniversary-area .anniversary-r .ttl-anniversary {
    font-size: 6vmin;
  }
}
.anniversary-area .anniversary-r .txt-anniversary {
  line-height: 2.5;
}
@media only screen and (max-width: 1360px) {
  .anniversary-area .anniversary-l {
    text-align: right;
  }
}
.anniversary-area .anniversary-l img {
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 1360px) {
  .anniversary-area .anniversary-l img {
    position: relative;
    max-width: 100%;
  }
}
.anniversary-area .anniversary-l img:first-child {
  top: 0;
  left: 4em;
}
@media only screen and (max-width: 1360px) {
  .anniversary-area .anniversary-l img:first-child {
    top: 1em;
    width: 90%;
  }
}
.anniversary-area .anniversary-l img:nth-child(2) {
  bottom: 0;
}
@media only screen and (max-width: 1360px) {
  .anniversary-area .anniversary-l img:nth-child(2) {
    width: 45%;
    position: absolute;
    left: 0;
  }
}

/*----------------------------------------
ttl-5th
----------------------------------------*/
.ttl-5th {
  font-size: 3rem;
  text-align: center;
  margin: 2em 0 1em;
}
@media only screen and (max-width: 768px) {
  .ttl-5th {
    font-size: 2.6rem;
  }
}

.list-article a,
.btn-more a,
.paging a {
  text-decoration: none;
}

/*----------------------------------------
ttl-5th news
----------------------------------------*/
.related-file a,
.related-link a,
.post-content .btn-back a {
  text-decoration: none;
}
/*# sourceMappingURL=5th.css.map */