@charset "UTF-8";
@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
.acf-editor-wrap iframe {
  padding: 10px;
  box-sizing: border-box;
}

/* 言語切り替え*/
.wpm-language-switcher {
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.wpm-language-switcher li {
  width: 85px;
}
.wpm-language-switcher li.active {
  display: none;
}
.wpm-language-switcher li a {
  display: inline-block;
  color: #000;
  width: 100%;
  box-sizing: border-box;
  padding: 7px 10px;
  color: #000;
  font-size: 93.33333%;
  border: solid 1px #474d78;
  line-height: 1;
  cursor: pointer;
}
.wpm-language-switcher li a img {
  display: none !important;
}
.wpm-language-switcher li a:hover {
  text-decoration: none;
  background: rgba(71, 77, 120, 0.2);
}
.wpm-language-switcher li span {
  margin: 0;
}

#subnav .subnav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
#subnav .subnav-list li:first-child a {
  border-left: solid 1px #474d78;
}
#subnav .subnav-list li span > span {
  font-size: 87.5%;
}
#subnav .subnav-list li.on a {
  color: #0091af;
}
#subnav .subnav-list a {
  font-weight: bold;
  text-decoration: none !important;
  letter-spacing: 0.06em;
  color: #000;
  min-width: 208px;
  height: 40px;
  width: 100%;
  display: inline-block;
  padding: 9px 5px;
  box-sizing: border-box;
  text-align: center;
  border-right: solid 1px #474d78;
  line-height: 1.38;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* NEWS */
.news-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 80px;
}
.news-nav li a {
  line-height: 1.8;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  min-width: 120px;
  border: solid 1px #fff;
  border: solid 1px #474d78;
  font-size: 112.5%;
  font-weight: bold;
  text-align: center;
  padding: 4px 20px;
  box-sizing: border-box;
  cursor: pointer;
  color: #474d78;
  text-decoration: none !important;
}
.news-nav li.on a {
  color: #fff;
  background-color: #474d78;
}

.news-list,
.article-box {
  margin-bottom: 55px;
}
.news-list dt,
.article-box dt {
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.news-list dd,
.article-box dd {
  display: flex;
  gap: 50px;
}
.news-list dd:not(:last-of-type),
.article-box dd:not(:last-of-type) {
  margin-bottom: 60px;
}
.news-list dd .text-box,
.article-box dd .text-box {
  flex: 1;
}
.news-list dd .image-box,
.article-box dd .image-box {
  width: 250px;
}
.news-list dd .image-box img,
.article-box dd .image-box img {
  width: 250px;
  height: 167px;
  object-fit: cover;
}
.news-list dd p:has(img),
.article-box dd p:has(img) {
  text-align: center;
}
.news-list dd p:has(img) img,
.article-box dd p:has(img) img {
  width: 680px;
  display: inline-block;
  margin-top: 10px;
}
.news-list .titles,
.article-box .titles {
  display: block;
  color: #474d78;
  font-size: 120%;
  text-decoration: none !important;
  font-weight: bold;
  transition: 0.2s;
  margin-bottom: 5px;
  font-family: YuGothic, "Noto Sans JP", sans-serif;
}
.news-list .titles a,
.article-box .titles a {
  color: #474d78;
}
.news-list .titles a:hover,
.article-box .titles a:hover {
  opacity: 0.75;
  transition: 0.2s;
}
.news-list > li,
.article-box > li {
  display: flex;
  gap: 10px;
}
.news-list > li:not(:last-of-type),
.article-box > li:not(:last-of-type) {
  margin-bottom: 43px;
}
.news-list > li time,
.article-box > li time {
  width: 100px;
}
.news-list .cat-box,
.article-box .cat-box {
  display: inline-flex;
  align-items: flex-start;
  margin-right: 10px;
  gap: 6px;
  flex-wrap: wrap;
  gap: 0 5px;
}
.news-list .cat-box .cat,
.article-box .cat-box .cat {
  display: inline-block;
}
.news-list .cat-box .cat a,
.article-box .cat-box .cat a {
  background-color: #0091af;
  font-size: 87.75%;
  color: #fff;
  text-decoration: none !important;
  display: inline-block;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 20px;
  margin-top: 5px;
}
.news-list .cat-box .cat a.cat-notice,
.article-box .cat-box .cat a.cat-notice {
  background-color: #474d78;
}

.archive-news dt {
  display: block;
}
.archive-news time {
  font-size: 87.75%;
  color: #707070;
}

.single-news .titles-box {
  border-bottom: solid 1px #000;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.single-news .titles-box h2 {
  font-size: 125%;
  font-weight: bold;
}
.single-news p:has(img) {
  margin-top: 15px;
}

.pagenavi-box {
  text-align: center;
}
.pagenavi-box .wp-pagenavi {
  clear: both;
  text-align: center;
  display: inline-block;
  margin: 50px 0 0;
}
.pagenavi-box .wp-pagenavi a,
.pagenavi-box .wp-pagenavi span {
  display: inline-block;
  color: #0091af;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 15px !important;
  border-color: #0091af !important;
  margin: 2px 5px;
}
.pagenavi-box .wp-pagenavi span.current {
  color: #fff;
  background: #0091af;
}

@media all and (min-width: 751px) {
  /* INDEX */
}
@media only screen and (max-width: 750px) {
  /* 言語切り替え*/
  .wpm-language-switcher {
    justify-content: center;
  }
  .wpm-language-switcher li {
    width: 90px;
  }
  .wpm-language-switcher li a {
    color: #fff !important;
    padding: 10px;
    font-size: 93.33333%;
    border: solid 2px #fff;
    font-weight: bold;
    border-radius: 0px;
    text-decoration: none !important;
  }
  #subnav .subnav-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 50px;
    gap: 5px;
  }
  #subnav .subnav-list li {
    width: 49%;
  }
  #subnav .subnav-list li:last-child a {
    border-right: solid 1px #474d78;
  }
  #subnav .subnav-list li span > span {
    font-size: 87.5%;
  }
  #subnav .subnav-list a {
    min-width: auto;
    min-height: 50px;
    border: solid 1px #474d78;
  }
  /* NEWS */
  .news-nav {
    margin-bottom: 60px;
  }
  .news-nav li a {
    min-width: 100px;
    font-size: 100%;
  }
  .news-list .cat-box,
  .article-box .cat-box {
    width: 100%;
  }
  .news-list {
    margin-bottom: 55px;
  }
  .news-list dt {
    color: #603813;
  }
  .news-list dd {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .news-list dd:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .news-list .titles {
    display: block;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    color: #474d78;
    font-size: 125%;
    text-decoration: none !important;
    font-weight: bold;
    transition: 0.2s;
    margin-bottom: 5px;
  }
  .news-list .titles:hover {
    opacity: 0.75;
    transition: 0.2s;
  }
  .news-list li {
    display: flex;
    gap: 10px;
  }
  .news-list li time {
    width: 100px;
  }
}
