@charset "UTF-8";
/* =========================================================
news
========================================================= */
.p-news {
  background-color: #01A7EA;
}
.p-news--wrap {
  padding: calc(200 * (100vw / 992)) 8vw;
}
@media screen and (min-width: 768px) {
  .p-news--wrap {
    padding: calc(120 * (100vw / 1920)) 8vw;
  }
}
.p-news_primary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-news_primary {
    align-items: center;
    flex-direction: row;
  }
}
.p-news_primary .title {
  color: #fff;
  font-size: calc(60 * (100vw / 430));
  line-height: 1.2;
}
@media screen and (min-width: 430px) {
  .p-news_primary .title {
    font-size: calc(60 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-news_primary .title {
    font-size: calc(80 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-news_primary .title {
    font-size: calc(80 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-news_primary .title {
    font-size: 80px;
  }
}
.p-news_primary .title .en {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.p-news_primary .title .reduce {
  display: block;
  font-size: 30%;
}
.p-news_primary .btn {
  display: none;
  margin: 40px auto 0;
}
@media screen and (min-width: 992px) {
  .p-news_primary .btn {
    display: flex;
    justify-content: center;
    margin: 0 0 0 20px;
  }
}
.p-news_primary .btn a {
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  padding: 15px 25px;
  max-width: 360px;
  width: 90%;
  transition: .4s;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-news_primary .btn a {
    width: auto;
  }
}
.p-news_primary .btn a::after {
  background-image: url(../images/common/icon_arrow04.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 0 0 15px;
}
@media screen and (min-width: 620px) {
  .p-news_primary .btn a::after {
    height: 25px;
    width: 25px;
  }
}
.p-news_primary .btn a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.p-news_secondary {
  display: flex;
  flex-direction: column;
  margin: 35px 0 0;
}
@media screen and (min-width: 992px) {
  .p-news_secondary {
    flex-direction: row;
  }
}
.p-news_secondary--wrap {
  flex: 1;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-news_secondary--wrap {
    width: 80%;
  }
}
.p-news_secondary--wrap .content {
  display: none;
}
.p-news_secondary--wrap .newslist {
  border-top: 1px solid #fff;
}
.p-news_secondary--wrap .newslist > li {
  border-bottom: 1px solid #fff;
}
.p-news_secondary--wrap .newslist > li > a, .p-news_secondary--wrap .newslist > li > label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 1.4;
  padding: 20px 5px;
}
@media screen and (min-width: 992px) {
  .p-news_secondary--wrap .newslist > li > a, .p-news_secondary--wrap .newslist > li > label {
    font-size: 16px;
    padding: 30px 5px;
  }
}
.p-news_secondary--wrap .newslist > li > a:hover, .p-news_secondary--wrap .newslist > li > label:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.p-news_secondary--wrap .newslist > li.no-post {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 1.4;
  padding: 30px 5px;
}
@media screen and (min-width: 992px) {
  .p-news_secondary--wrap .newslist > li.no-post {
    font-size: 16px;
  }
}
.p-news_secondary--wrap .newslist > li .date {
  color: #fff;
  margin: 0 10px 0 0;
}
.p-news_secondary--wrap .newslist > li .label {
  background-color: #fff;
  border-radius: 50px;
  color: #01A7EA;
  line-height: 1;
  margin: 0 10px 0 0;
  padding: 5px 15px 3px;
}
.p-news_secondary--wrap .newslist > li .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  flex-grow: 1;
  margin: 5px 0;
}
.p-news_secondary--wrap .newslist > li .text::after {
  background-image: url(../images/common/icon_arrow05.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 0 0 15px;
}
@media screen and (min-width: 620px) {
  .p-news_secondary--wrap .newslist > li .text::after {
    height: 25px;
    width: 25px;
  }
}
.p-news_secondary--wrap .newslist > li .text:hover {
  text-decoration: underline;
}
.p-news_secondary--wrap .newslist > li .text span {
  width: 90%;
}
.p-news_secondary #tab1:checked ~ .p-news_secondary--wrap #content1,
.p-news_secondary #tab2:checked ~ .p-news_secondary--wrap #content2,
.p-news_secondary #tab3:checked ~ .p-news_secondary--wrap #content3,
.p-news_secondary #tab4:checked ~ .p-news_secondary--wrap #content4 {
  display: block;
}
.p-news_secondary .btn {
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
}
@media screen and (min-width: 992px) {
  .p-news_secondary .btn {
    display: none;
    margin: 0 0 0 20px;
  }
}
.p-news_secondary .btn a {
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(13px, 1.61vw, 18px);
  margin: 0 5px;
  padding: 13px 15px 12px;
  max-width: 360px;
  transition: .4s;
  text-align: center;
  width: 50%;
}
@media screen and (min-width: 992px) {
  .p-news_secondary .btn a {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .p-news_secondary .btn a {
    margin: 0;
    width: auto;
  }
}
.p-news_secondary .btn a::after {
  background-image: url(../images/common/icon_arrow04.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 0 0 15px;
}
@media screen and (min-width: 620px) {
  .p-news_secondary .btn a::after {
    height: 25px;
    width: 25px;
  }
}
.p-news_secondary .btn a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.p-news-modal_body {
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: .4s;
}
.p-news-modal_overlay {
  position: absolute;
  inset: 0;
  cursor: pointer;
}
.p-news-modal_content {
  background: #fff;
  max-width: 1100px;
  max-height: 90%;
  overflow: auto;
  padding: 20px;
  position: relative;
  width: 90%;
}
.p-news-modal_content .images {
  display: flex;
  flex-wrap: wrap;
}
.p-news-modal_content .images > li {
  padding: 4px;
  width: calc(100% / 2);
}
@media screen and (min-width: 768px) {
  .p-news-modal_content .images > li {
    width: calc(100% / 4);
  }
}
.p-news-modal_content--close {
  text-align: right;
  display: block;
  font-size: clamp(16px, 3.65vw, 28px);
}
@media screen and (min-width: 768px) {
  .p-news-modal_content--close {
    font-size: 28px;
  }
}
.p-news-modal_checkbox:checked + .p-news-modal_label + .p-news-modal_body {
  opacity: 1;
  visibility: visible;
  max-height: 999vh;
}
.p-news-post {
  margin: 160px auto 8vh;
  min-height: 50vh;
  max-width: 980px;
  width: 96%;
}
.p-news-post_article {
  max-width: 800px;
  margin: 0 auto;
}
.p-news-post_header {
  margin-bottom: 2rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
}
.p-news-post_title {
  font-weight: bold;
  margin: 0 0 0.5rem;
  font-size: calc(22 * (100vw / 430));
}
@media screen and (min-width: 430px) {
  .p-news-post_title {
    font-size: calc(22 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-news-post_title {
    font-size: calc(22 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-news-post_title {
    font-size: calc(22 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-news-post_title {
    font-size: 22px;
  }
}
.p-news-post_date {
  font-size: clamp(11px, 1.61vw, 14px);
  color: #666;
}
@media screen and (min-width: 992px) {
  .p-news-post_date {
    font-size: 14px;
  }
}
.p-news-post_content {
  font-size: clamp(13px, 1.61vw, 16px);
  line-height: 1.8;
  padding: 10px;
  /* Gutenberg画像ブロック全体 */
  /* 中央寄せ */
  /* 左寄せ */
  /* 右寄せ */
  /* サイズ調整（必要であれば） */
}
@media screen and (min-width: 992px) {
  .p-news-post_content {
    font-size: 16px;
  }
}
.p-news-post_content .wp-block-image {
  margin: 2rem 0;
  text-align: center;
}
.p-news-post_content .wp-block-image img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.p-news-post_content .wp-block-image figcaption {
  font-size: 0.875rem;
  color: #666;
  margin-top: 0.5rem;
  line-height: 1.4;
}
.p-news-post_content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.p-news-post_content .alignleft {
  float: left;
  margin: 0 1.5rem 1rem 0;
}
.p-news-post_content .alignright {
  float: right;
  margin: 0 0 1rem 1.5rem;
}
.p-news-post_content .size-full,
.p-news-post_content .size-large,
.p-news-post_content .size-medium,
.p-news-post_content .size-thumbnail {
  height: auto;
  max-width: 100%;
}
.p-news-post p {
  font-weight: normal;
  margin: 5px auto;
}
.p-news-post a {
  text-decoration: underline;
}
.p-news-post img {
  margin-bottom: 10px;
}
.p-news-post figure figcaption {
  font-size: 16px !important;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}
.p-news-post blockquote {
  background: #efefef;
  padding: 10px;
  margin: 10px;
}

.p-header {
  background-color: #223F88;
}
