@keyframes photoSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes rotate_loop {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p-news__ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-news__ttl {
    margin-bottom: 44px;
  }
}
.p-news__pagination {
  transform: translateY(35px);
  opacity: 0;
}
.is-active .p-news__pagination {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.5s;
}
.p-news__list {
  transform: translateY(35px);
  opacity: 0;
}
.is-active .p-news__list {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .p-news__list-item {
    border-radius: 15px 0 15px 0;
  }
}
.p-news__list-item + .p-news__list-item {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-news__list-item + .p-news__list-item {
    margin-top: 10px;
  }
}
.p-news__list-item-inner {
  border: 1px solid #000;
  border-radius: 30px 0 30px 0;
  background-color: #fff;
  padding: 32px 3.5% 27px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-news__list-item-inner {
    padding: 16px 6.5% 16px;
  }
}
@media (hover: hover) {
  .p-news__list-item-inner {
    transition: background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1), transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .p-news__list-item-inner:hover {
    transform: translateY(-8px);
    background-color: #f8d224;
  }
}
@media screen and (max-width: 767px) {
  .p-news__list-item-inner {
    display: block;
    line-height: 1.5;
  }
}
.p-news__list-item-inner::after {
  content: "";
  width: 15px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 3.5%;
  background: url(../img/common/arrow.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-news__list-item-inner::after {
    content: none;
  }
}
.p-news__list-ttl {
  font-family: "Josefin Sans", sans-serif;
  width: 147px;
  font-size: 18px;
  letter-spacing: 2px;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-news__list-ttl {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}
.p-news__list-ttl::before {
  content: "";
  width: 1px;
  height: 130%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .p-news__list-ttl::before {
    content: none;
  }
}
.p-news__list-content {
  padding-left: 38px;
  padding-right: 5%;
  font-size: 18px;
  margin-top: -5px;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-news__list-content {
    margin-top: 0;
    padding: 0;
    font-size: 12px;
  }
}
.p-news__back {
  margin-top: 60px;
  transform: translateY(35px);
  opacity: 0;
}
.is-active .p-news__back {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-news__back {
    margin-top: 29px;
  }
}

.p-news_detail {
  border: 1px solid #000;
  background-color: #fff;
  padding: 48px 4.5% 86px;
  border-radius: 30px 0 30px 0;
  overflow: hidden;
  margin-top: 86px;
  transform: translateY(35px);
  opacity: 0;
}
.is-active .p-news_detail {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .p-news_detail {
    margin-top: 45px;
    border-radius: 15px 0 15px 0;
    padding: 28px 5.5% 43px;
  }
}
.p-news_detail__ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-news_detail__ttl {
    margin-bottom: 30px;
  }
}
.p-news_detail__data-date {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .p-news_detail__data-date {
    font-size: 13px;
    margin-bottom: 6px;
    letter-spacing: 1px;
  }
}
.p-news_detail__data-ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  border-bottom: 1px solid #000;
  padding-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .p-news_detail__data-ttl {
    line-height: 1.4;
    font-size: 15px;
    padding-bottom: 26px;
  }
}
.p-news_detail__content {
  line-height: 1.75;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-news_detail__content {
    line-height: 1.65;
    font-size: 13px;
  }
}
.p-news_detail__content b, .p-news_detail__content span {
  vertical-align: baseline;
}
.p-news_detail__content h2 {
  background-color: #f8d224;
  padding: 17px 23px;
  letter-spacing: 1px;
  border-radius: 5px;
  position: relative;
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .p-news_detail__content h2 {
    padding: 7px 12px;
    line-height: 1.3;
    font-size: 17px;
    margin-bottom: 22px;
  }
}
.p-news_detail__content h2::before {
  content: "";
  width: 13px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 38px;
  transform: translateY(99%) scaleY(-1);
  background-color: #f8d224;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
@media screen and (max-width: 767px) {
  .p-news_detail__content h2::before {
    width: 7px;
    height: 4px;
    left: 21px;
  }
}
.p-news_detail__content h3 {
  line-height: 1.5;
  position: relative;
  padding-left: 19px;
  font-size: 23px;
  letter-spacing: 1px;
  margin-bottom: 37px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-news_detail__content h3 {
    font-size: 15px;
    line-height: 1.3;
    padding-left: 11px;
    margin-bottom: 19px;
    padding-bottom: 5px;
  }
}
.p-news_detail__content h3::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #1ccadb;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-news_detail__content h3::after {
    bottom: -2px;
    height: 1px;
  }
}
.p-news_detail__content h3::before {
  content: "";
  width: 6px;
  height: calc(100% - 10px);
  position: absolute;
  top: 44%;
  left: 0;
  transform: translateY(-50%);
  background-color: #1ccadb;
}
@media screen and (max-width: 767px) {
  .p-news_detail__content h3::before {
    width: 3px;
    top: 48%;
    height: calc(100% - 5px);
  }
}
.p-news_detail__content h4 {
  line-height: 1.55;
  border-bottom: 2px solid #000;
  font-size: 20px;
  padding-bottom: 10px;
  margin-top: 28px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .p-news_detail__content h4 {
    line-height: 1.3;
    border-bottom: 1px solid #000;
    font-size: 14px;
    padding-bottom: 6px;
    margin-top: 20px;
    margin-bottom: 13px;
  }
}
.p-news_detail__content a {
  color: #000;
}
@media (hover: hover) {
  .p-news_detail__content a:hover {
    text-decoration: none;
  }
}
.p-news_detail__content strong {
  vertical-align: baseline;
}
.p-news_detail__content iframe {
  width: 100% !important;
  height: auto !important;
}
@media screen and (min-width: 768px) {
  .p-news_detail__content iframe {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 767px) {
  .p-news_detail__content iframe {
    height: 45vw !important;
  }
}

.wp-block-buttons {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .wp-block-buttons {
    margin-top: 21px;
  }
}
.wp-block-buttons + .wp-block-buttons {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .wp-block-buttons + .wp-block-buttons {
    margin-top: 10px;
  }
}

.wp-block-button {
  text-align: center;
  background-color: #000;
  border-radius: 100px;
  display: block;
  margin: 0 auto;
  width: 55%;
  max-width: 480px;
}
@media screen and (max-width: 767px) {
  .wp-block-button {
    width: 80%;
  }
}
@media (hover: hover) {
  .wp-block-button {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .wp-block-button:hover {
    background-color: #1ccadb;
    transform: scale(1.05);
  }
}
.wp-block-button__link {
  text-decoration: none;
  display: block !important;
  padding: 26px 15% 28px !important;
  color: #fff !important;
  font-weight: 700;
  font-size: 15px !important;
  position: relative;
  background-color: transparent !important;
}
@media screen and (max-width: 767px) {
  .wp-block-button__link {
    padding: 12px 15% 11px !important;
    font-size: 10px !important;
  }
}

.wp-block-image {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .wp-block-image {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.wp-block-image.size-full {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .wp-block-image.size-full {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.wp-block-image img {
  height: 100%;
  margin: 0 auto;
}

.wp-element-caption {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .wp-element-caption {
    font-size: 10px;
    margin-top: 5px;
  }
}

.has-small-font-size {
  font-size: 13px !important;
}
@media screen and (max-width: 767px) {
  .has-small-font-size {
    font-size: 10px !important;
  }
}

.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .wp-block-columns {
    display: block !important;
    margin-top: 20px;
  }
}
.wp-block-columns .wp-block-column {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .wp-block-columns .wp-block-column {
    width: 100%;
    margin-right: 0;
  }
}

.wp-block-column {
  width: 48.5%;
  margin: 0 0 3%;
}
.wp-block-column:nth-child(2n) {
  margin-right: 0;
}