@charset "UTF-8";
.title_box {
  width: 100%;
  height: 335px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FFE344;
}
@media screen and (max-width: 900px) {
  .title_box {
    height: 30vw;
  }
}
.title_box h1 {
  font-weight: bold;
  font-style: italic;
  color: #000;
  text-align: center;
}
.title_box h1 .jp {
  display: block;
  font-size: 80px;
  line-height: 1.5em;
}
@media screen and (max-width: 900px) {
  .title_box h1 .jp {
    font-size: 8vw;
  }
}
.title_box h1 .en {
  display: block;
  font-size: 30px;
  line-height: 1.5em;
}
@media screen and (max-width: 900px) {
  .title_box h1 .en {
    font-size: 3vw;
  }
}

.archive {
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .archive {
    margin-top: 8vw;
  }
}
.archive .keyword h3 {
  font-size: 15px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .archive .keyword h3 {
    font-size: 4vw;
    margin-bottom: 5vw;
  }
}
.archive .keyword .link_lsit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .archive .keyword .link_lsit {
    justify-content: flex-start;
  }
}
.archive .keyword .link_lsit li {
  width: 15.7%;
  margin-left: 1.16%;
}
.archive .keyword .link_lsit li:nth-child(6n+1) {
  margin-left: 0;
}
@media screen and (max-width: 900px) {
  .archive .keyword .link_lsit li:nth-child(6n+1) {
    margin-left: 2%;
  }
}
.archive .keyword .link_lsit li:nth-child(n+7) {
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  .archive .keyword .link_lsit li {
    width: 49%;
    margin-left: 2%;
  }
  .archive .keyword .link_lsit li:nth-child(2n+1) {
    margin-left: 0;
  }
  .archive .keyword .link_lsit li:nth-child(n+3) {
    margin-top: 1.5vw;
  }
}
.archive .keyword .link_lsit li a {
  display: block;
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding: 1em 1em 1.1em;
  background-color: #000;
  border-radius: 10px;
}
@media screen and (max-width: 900px) {
  .archive .keyword .link_lsit li a {
    font-size: 4vw;
    padding: 2.5vw 2.5vw 2.7vw;
    border-radius: 2vw;
  }
}
.archive .keyword .link_lsit li.area a {
  background-color: #E60044;
}
.archive .category_section {
  margin-top: 24px;
}
@media screen and (max-width: 900px) {
  .archive .category_section {
    margin-top: 4vw;
  }
}
.archive .category_section h3 {
  font-size: 15px;
  color: #E60044;
  text-align: center;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 900px) {
  .archive .category_section h3 {
    font-size: 4vw;
    padding-bottom: 1.5vw;
    margin-bottom: 1.5vw;
  }
}
.archive .category_section .category_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .archive .category_section .category_list {
    justify-content: flex-start;
  }
}
.archive .category_section .category_list li {
  display: inline-block;
  font-size: 12px;
}
@media screen and (max-width: 900px) {
  .archive .category_section .category_list li {
    font-size: 3vw;
    width: 50%;
  }
}
.archive .category_section .category_list li a {
  color: #000;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 900px) {
  .archive .category_section .category_list li a {
    display: block;
    text-align: center;
  }
}
.archive .category_section .category_list li + li {
  margin-left: 2em;
  padding-left: 2em;
  border-left: 1px solid #000;
}
@media screen and (max-width: 900px) {
  .archive .category_section .category_list li + li {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
}
@media screen and (max-width: 900px) {
  .archive .category_section .category_list li + li:nth-child(2n) {
    border-left: 1px solid #000;
  }
}
@media screen and (max-width: 900px) {
  .archive .category_section .category_list li + li:nth-child(n+3) {
    margin-top: 2vw;
  }
}
.archive .news_link_box {
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .archive .news_link_box {
    margin-top: 8vw;
  }
}
.archive .next {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .archive .next {
    margin-top: 8vw;
  }
}
.archive .next a {
  display: inline-block;
  border: 1px solid #000;
  padding: 1em 5em 1.1em;
  border-radius: 2em;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  transition-property: background-color, color;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 900px) {
  .archive .next a {
    font-size: 3.5vw;
  }
}
.archive .next a:hover {
  background-color: #000;
  color: #fff;
}

.site {
  margin-top: 120px;
}
@media screen and (max-width: 900px) {
  .site {
    margin-top: 18vw;
  }
}
.site h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 900px) {
  .site h2 {
    font-size: 4.2vw;
  }
}
.site .site_link_list {
  border-top: 1px solid #666;
}
.site .site_link_list li {
  padding: 24px 0 25px;
  border-bottom: 1px solid #666;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .site .site_link_list li {
    padding: 4vw 0 4.5vw;
    justify-content: flex-start;
  }
}
.site .site_link_list li span {
  display: block;
}
.site .site_link_list li .date {
  width: 158px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .site .site_link_list li .date {
    font-size: 3vw;
    width: 30vw;
    padding-top: 0.2em;
  }
}
.site .site_link_list li .category {
  width: 158px;
}
@media screen and (max-width: 900px) {
  .site .site_link_list li .category {
    width: 30vw;
  }
}
.site .site_link_list li .category .bg {
  background-color: #ddd;
  font-size: 12px;
  text-align: center;
  padding: 0.1em 0 0.2em;
  border-radius: 1.5em;
}
@media screen and (max-width: 900px) {
  .site .site_link_list li .category .bg {
    font-size: 2.6vw;
  }
}
.site .site_link_list li a {
  width: calc(100% - 158px - 158px - 30px);
  font-size: 16px;
  line-height: 1.7em;
  color: #000;
}
@media screen and (max-width: 900px) {
  .site .site_link_list li a {
    width: 100%;
    font-size: 3.2vw;
    margin-top: 0.5em;
  }
}
.site .site_link_list li a:hover {
  text-decoration: underline;
}

.news_single {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .news_single {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.news_single .tag {
  font-size: 12px;
}
@media screen and (max-width: 900px) {
  .news_single .tag {
    font-size: 2.5vw;
  }
}
.news_single .tag a {
  display: inline-block;
  background-color: #eee;
  padding: 0.3em 1em 0.4em;
  border-radius: 1.5em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  transition-property: background-color, color;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.news_single .tag a:hover {
  background-color: #000;
  color: #fff;
}
.news_single h1 {
  font-size: 28px;
  line-height: 1.5em;
  margin-top: 0.5em;
}
@media screen and (max-width: 900px) {
  .news_single h1 {
    font-size: 4vw;
  }
}
.news_single .sns_box {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .news_single .sns_box {
    margin-top: 4vw;
  }
}
.news_single .sns_box .sns_list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .news_single .sns_box .sns_list {
    width: 100%;
    justify-content: center;
  }
}
.news_single .sns_box .sns_list li {
  margin-right: 10px;
}
@media screen and (max-width: 900px) {
  .news_single .sns_box .sns_list li {
    margin-right: 2vw;
  }
}
.news_single .sns_box .sns_list li a {
  display: inline-block;
  padding: 5px 15px 6px;
  display: flex;
  flex-wrap: wrap;
  background-color: #000;
  border-radius: 20px;
}
@media screen and (max-width: 900px) {
  .news_single .sns_box .sns_list li a {
    padding: 1.2vw 3.2vw 1.4vw;
    border-radius: 8vw;
  }
}
.news_single .sns_box .sns_list li a .icon {
  width: 24px;
  height: 24px;
  display: block;
  background-size: cover;
  margin-right: 5px;
}
@media screen and (max-width: 900px) {
  .news_single .sns_box .sns_list li a .icon {
    width: 5vw;
    height: 5vw;
    margin-right: 1vw;
  }
}
.news_single .sns_box .sns_list li a .sns_txt {
  font-size: 10px;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .news_single .sns_box .sns_list li a .sns_txt {
    font-size: 2.5vw;
  }
}
.news_single .sns_box .sns_list li a.facebook {
  background-color: #1877F2;
}
.news_single .sns_box .sns_list li a.line {
  background-color: #00B900;
}
.news_single .news_contents {
  border-top: 1px solid #999;
  margin-top: 30px;
  padding: 60px 0 0px;
}
@media screen and (max-width: 900px) {
  .news_single .news_contents {
    margin-top: 4vw;
    padding: 8vw 0 0vw;
  }
}
.news_single .news_contents h2 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 900px) {
  .news_single .news_contents h2 {
    font-size: 4vw;
  }
}
.news_single .news_contents h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 900px) {
  .news_single .news_contents h3 {
    font-size: 3.7vw;
  }
}
.news_single .news_contents h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 900px) {
  .news_single .news_contents h4 {
    font-size: 3.5vw;
  }
}
.news_single .news_contents .mv_box {
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .news_single .news_contents .mv_box {
    margin-top: 3vw;
  }
}
.news_single .news_contents .mv_box .dec {
  font-size: 12px;
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width: 900px) {
  .news_single .news_contents .mv_box .dec {
    font-size: 2.5vw;
    margin-top: 2vw;
  }
}
.news_single .news_contents .news_txt_box {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.7em;
}
.news_single .news_contents .news_txt_box img {
  width: auto;
}
@media screen and (max-width: 900px) {
  .news_single .news_contents .news_txt_box {
    margin-top: 4vw;
    font-size: 3.2vw;
  }
}
.news_single .news_contents .news_txt_box p {
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 2em;
}
@media screen and (max-width: 900px) {
  .news_single .news_contents .news_txt_box p {
    font-size: 3.2vw;
  }
}
.news_single .news_contents .news_txt_box a {
  color: #E60044;
  text-decoration: underline;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
}
.news_single .news_contents .news_txt_box a:hover {
  opacity: 0.5;
}
.news_single .news_contents .news_txt_box .wp-block-image.size-full {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .news_single .news_contents .news_txt_box .wp-block-image.size-full {
    width: 100%;
    padding-top: 2vw;
    margin-bottom: 6vw;
  }
}
.news_single .link_section {
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .news_single .link_section {
    margin-top: 12vw;
  }
}
.news_single .link_section h3 {
  font-size: 21px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  line-height: 1.3em;
  padding: 0 1em;
  margin-bottom: 1em;
  position: relative;
}
@media screen and (max-width: 900px) {
  .news_single .link_section h3 {
    font-size: 3.8vw;
  }
}
.news_single .link_section h3 span {
  position: relative;
  display: inline-block;
  padding: 0 0.75em;
  background-color: #fff;
}
.news_single .link_section h3 span:before, .news_single .link_section h3 span:after {
  display: block;
  content: " ";
  font-size: 0;
  clear: both;
  width: 100vw;
  height: 2px;
  background-color: #2d2b2b;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
.news_single .link_section h3 span:before {
  right: 100%;
}
.news_single .link_section h3 span:after {
  left: 100%;
}

.search {
  background-color: #eee;
}
.search .wrap01 {
  padding: 60px 0;
}
@media screen and (max-width: 900px) {
  .search .wrap01 {
    padding: 8vw 0;
  }
}
.search p {
  position: relative;
}
.search p input {
  display: block;
  background-color: #fff;
  width: 100%;
  padding: 1em;
  border: none;
  font-size: 15px;
  border-radius: 24px;
}
@media screen and (max-width: 900px) {
  .search p input {
    padding: 2.5vw;
    font-size: 3.5vw;
    border-radius: 5vw;
  }
}
.search p input::-moz-placeholder {
  font-size: 15px;
  color: #C9CACA;
}
.search p input::placeholder {
  font-size: 15px;
  color: #C9CACA;
}
@media screen and (max-width: 900px) {
  .search p input::-moz-placeholder {
    font-size: 3.5vw;
  }
  .search p input::placeholder {
    font-size: 3.5vw;
  }
}
.search p::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 47px;
  height: 47px;
  background-image: url(../images/news/search_icon.svg);
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: center center;
}
@media screen and (max-width: 900px) {
  .search p::after {
    width: 9vw;
    height: 9vw;
    background-size: 4.5vw auto;
  }
}

.keyword {
  margin-top: 120px;
}
@media screen and (max-width: 900px) {
  .keyword {
    margin-top: 18vw;
  }
}
.keyword h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 900px) {
  .keyword h2 {
    font-size: 5.5vw;
  }
}
.keyword .tag {
  text-align: center;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .keyword .tag {
    font-size: 2.6vw;
  }
}
.keyword .tag a {
  display: inline-block;
  background-color: #eee;
  padding: 0.3em 1em 0.4em;
  border-radius: 1.5em;
  margin-right: 0.25em;
  margin-left: 0.25em;
  margin-bottom: 0.3em;
  transition-property: background-color, color;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.keyword .tag a:hover {
  background-color: #000;
  color: #fff;
}

.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-gallery > figure {
  padding: 5px; /* 画像間のスペース調整 */
  box-sizing: border-box; /* paddingも含めた要素の幅を設定 */
}
/*# sourceMappingURL=style_news.css.map */