@charset "utf-8";

/*
フォント

Zen Maru Gothic
font-family: "Zen Maru Gothic", serif;


*/

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.img {
  width: 100%;
  height: auto;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

.under-inner {
  padding-top: 30px;
  padding-bottom: 40px;
}

.inner-1440 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.inner-1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.inner-768 {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.inner-620 {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

#mv-under {
  position: relative;
}

.mv__logo {
  display: block;
  position: absolute;
  top: 1.8vw;
  left: 3vw;
  width: 9.7vw;
  min-width: 100px;
}

.mv-under__logo {
  max-width: 10.872vw;
  position: absolute;
  top: 1.9vw;
  left: 1.8vw;
}

.lum-lightbox {
  z-index: 100;
}

.lum-lightbox-inner img {
  object-fit: cover;
  aspect-ratio: 209/157;
}

.lum-lightbox-inner img {
  max-width: 85% !important;
  max-height: 100% !important;
  height: auto;
}

.lum-lightbox-caption {
  margin-top: 20px !important;
  line-height: 1.6;
}

.board__title {
  background-color: #054a97;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 14px;
  padding-right: 14px;
}

.board__title--single .board__title-txt {
}

.board__title-txt {
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 1.6;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}

.board__title-wrap {
  position: relative;
}

.board__title-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #fff;
  color: #054a97;
  width: 89px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  border-radius: 12px;
}

.board--news-archive .board__box {
  padding-left: 20px;
  padding-right: 20px;
}

.board--news-single .board__box {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.6;
}

.board__box--type1 {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-left: 3px solid #054a97;
  border-bottom: 3px solid #054a97;
  border-right: 3px solid #054a97;
}

.news-list__item {
  padding: 24px 0;
}

.news-list__item:not(:last-child) {
  border-bottom: 1px dotted #e6e6e6;
}

.news-list__item-link {
  display: flex;
  font-size: 14px;
  line-height: 1.6;
}

.news-list__item-date {
  min-width: 138px;
}

.news-list__item-title {
  width: calc(100% - 138px);
  font-weight: bold;
}

.news-list__item-link:hover .news-list__item-title {
  text-decoration: underline;
}

.pagination {
  display: flex;
  justify-content: center;
  padding-top: 28px;
}

.pagination li a {
  min-height: 30px;
  min-width: 30px;
  border-radius: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: #054a97 1px solid;
  font-size: 10px;
  color: #054a97;
  transition: background-color 0.3s;
  font-weight: 900;
}

.pagination li a:hover {
  background-color: #054a97;
  color: #fff;
}

.pagination li:not(:last-child) {
  margin-right: 12px;
}

.pagination li.current a {
  color: #fff;
  background-color: #054a97;
}

.single-article p {
  font-size: 14px;
  line-height: 1.7;
}

.single-article p img {
  max-width: 100%;
}

.single-article p:not(:last-child) {
  margin-bottom: 20px;
}

.single-pagination__list {
  display: flex;
  justify-content: space-between;
  margin-top: 26px;
  max-width: 98px;
  margin-left: auto;
  margin-right: auto;
}

.single-pagination__list-item {
  width: 40px;
  height: 40px;
}

.single-pagination__list-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-weight: 900;
  border: 1px solid #054a97;
  color: #054a97;
  font-size: 12px;
  border-radius: 90%;
  transition: background-color 0.3s;
}

.single-pagination__list-item a:hover {
  color: #fff;
  background-color: #054a97;
}

.single-date {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 25px;
}

.noPost {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 20px 0;
  line-height: 1.6;
}

/***
追加
*****/

#header {
}
.header__wrap {
  width: 100%;
  max-width: 965px;
  margin: 0 auto;
  position: fixed;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background-color: #fff;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border: 1px solid #036eb8;
  border-radius: 12px;
}

.header__nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.header__nav-listItem {
  border-right: 1px solid #4c4948;
}
.header__nav-listItem:last-child {
  border-right: none;
}

.header__nav-listItem a {
  color: #4c4948;
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 8px;
}

.hamburger {
  position: fixed;
  z-index: 3;
  right: 25px;
  width: 20px;
  height: 16px;
  cursor: pointer;
  text-align: center;
  margin-left: auto;
  display: none;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #054a97;
  border-radius: 1px;
}

.hamburger span:nth-child(1) {
  top: 0px;
}

.hamburger span:nth-child(2) {
  top: 7px;
}

.hamburger span:nth-child(3) {
  top: 14px;
}

.hamburger.active span {
  background: #054a97;
}

.hamburger.active span:nth-child(1) {
  top: 8px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* main {
  padding-top: 60px;
} */

@media screen and (max-width: 1330px) {
  .header__wrap {
    max-width: 72.556vw;
    top: 3.007vw;
    height: 2.631vw;
    border-radius: 0.902vw;
  }
  .header__nav-list {
    font-size: 0.902vw;
  }
  .header__nav-listItem a {
    padding-top: 0.1503vw;
    padding-bottom: 0.1503vw;
    padding-left: 0.6015vw;
    padding-right: 0.6015vw;
  }
}

@media screen and (max-width: 1080px) {
  /* main {
    padding-top: 40px;
  } */

  .header__wrap {
    max-width: 40px;
    height: 35px;
    top: 15px;
    left: auto;
    right: 15px;
    transform: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -moz-transform: initial;
    -o-transform: initial;
    border-radius: 7px;
  }

  .header__nav {
    position: absolute;
    top: -15px;
    /* right: -100vw; */
    width: 80vw;
    background: #fff;
    display: none;
  }

  .header__nav.active {
    /* right: 0;
    width: 80vw; */
    /* display: block; */
    width: 80vw;
  }

  .header__nav-list {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    min-height: 100vh;
    padding-top: 50px;
  }

  .header__nav-listItem {
    border-bottom: 1px solid #036eb8;
    border-right: none;
    font-size: 12px;
    padding: 10px;
    width: 100%;
    color: #fff;
  }

  .header__nav-listItem:first-child {
    border-left: none;
  }

  .hamburger {
    display: block;
  }
}

.mv-under__copy {
  position: absolute;
  right: 12.239vw;
  bottom: 2.2213vw;
  width: 4.817vw;
}

.mv-under__icon {
  width: 9.8958vw;
  position: absolute;
  right: 21.4843vw;
  bottom: 3.125vw;
}

/*******/

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1080px) {
  .inner-1000 {
    margin-left: 4%;
    margin-right: 4%;
  }
}

@media screen and (max-width: 768px) {
  .inner-768 {
    margin-left: 4%;
    margin-right: 4%;
  }

  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  .lum-lightbox-inner img {
    max-width: 100% !important;
  }

  .mv-under-ph {
  }

  .news-list__item-link {
    flex-direction: column;
  }

  .news-list__item-title {
    width: 100%;
  }

  .board__title--single .board__title-btn {
    position: static;
    margin-left: auto;
    margin-right: auto;
    transform: none;
    margin-top: 10px;
  }

  .mv-under__copy {
    position: absolute;
    right: 14.239vw;
    bottom: 18.2213vw;
    width: 6vw;
  }

  .mv-under__icon {
    width: 16vw;
    position: absolute;
    right: 1.4843vw;
    bottom: 4.125vw;
  }

  .mv__logo{
    top:0;
    left: 0;
  }
}

@media screen and (max-width: 620px) {
  .inner-620 {
    margin-left: 4%;
    margin-right: 4%;
  }

  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
}

@media screen and (max-width: 500px) {
  .header__wrap {
    max-width: 35px;
    height: 30px;
    top: 20px;
    right: 5px;
  }
  .header__nav {
    top: -20px;
  }
  .hamburger {
    right: 13px;
    width: 20px;
    height: 16px;
  }
}

@media screen and (max-width: 375px) {
}
