@keyframes photoSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes rotate_loop {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p-event__ttl {
  margin-bottom: 84px;
}
@media screen and (max-width: 767px) {
  .p-event__ttl {
    margin-bottom: 47px;
  }
}
.p-event__content {
  margin-top: 75px;
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .p-event__content {
    margin-top: 39px;
    padding-bottom: 80px;
  }
}
.p-event__back {
  margin-top: 60px;
  transform: translateY(35px);
  opacity: 0;
}
.is-active .p-event__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-event__back {
    margin-top: 29px;
  }
}
.p-event__pager {
  transform: translateY(35px);
  opacity: 0;
}
.is-active .p-event__pager {
  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;
}
.p-event__list {
  display: flex;
  flex-wrap: wrap;
  transform: translateY(35px);
  opacity: 0;
}
.is-active .p-event__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.5s;
}
.item-center .p-event__list {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-event__list {
    display: block;
  }
}
.p-event__list-item {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 5.4%;
}
@media screen and (max-width: 767px) {
  .p-event__list-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8.4%;
  }
}
.p-event__list-item:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .p-event__list-item:nth-child(3n) {
    margin-right: 0;
  }
}
.p-event__list-item a {
  display: block;
  text-decoration: none;
  height: 100%;
}
.p-event__icon-item {
  z-index: 1;
  position: absolute;
  top: -5%;
  left: -5%;
  opacity: 0;
  width: 27%;
}
@media screen and (max-width: 767px) {
  .p-event__icon-item {
    width: 22%;
    top: -4%;
    left: -4%;
  }
}
[data-event-state=open] .p-event__icon-item.-open {
  opacity: 1;
}
.is-load .p-event__icon-item.-open .p-in_base img {
  animation: rotate_loop 10s linear infinite forwards;
}
[data-event-state=close] .p-event__icon-item.-close {
  opacity: 1;
}
.p-event__icon .p-in_text {
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 0 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-weight: 700;
  font-size: 17px;
  font-size: min(17px, 1.5vw);
}
@media screen and (max-width: 767px) {
  .p-event__icon .p-in_text {
    font-size: 13px;
  }
}
.p-event__box {
  position: relative;
  height: 100%;
}
@media (hover: hover) {
  .p-event__box {
    transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .p-event__box:hover {
    transform: translateY(-8px);
  }
  .p-event__box:hover .p-event__box-thumb-img {
    transform: scale(1.1);
  }
}
.p-event__box-inner {
  height: 100%;
  overflow: hidden;
  border: 1px solid #000;
  border-radius: 50px 0 50px 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-event__box-inner {
    border-radius: 25px 0 25px 0;
  }
}
.p-event__box-thumb {
  position: relative;
  width: 100%;
  padding-top: 56%;
  overflow: hidden;
}
.p-event__box-thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-event__box-date {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  padding: 16px 5px 11px;
  font-size: 18px;
  font-size: min(18px, 1.5vw);
  letter-spacing: 0.7px;
}
@media screen and (max-width: 767px) {
  .p-event__box-date {
    padding: 7px 5px 4px;
    font-size: 15px;
    letter-spacing: 0.8px;
  }
}
.p-event__box-date .is-small {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .p-event__box-date .is-small {
    font-size: 10px;
  }
}
.p-event__box-date span {
  vertical-align: baseline;
}
.p-event__box-text {
  padding: 4% 5% 5.5%;
  color: #000;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-event__box-text {
    padding: 4% 6% 5.5%;
  }
}
.p-event__box-text-inner {
  height: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-event__box-ttl {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-event__box-ttl {
    font-size: 18px;
  }
}
.p-event__box-areabox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
.p-event__box-area {
  background-color: #f8d224;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  padding: 11px 24px 12px 45px;
  font-size: 14px;
  font-size: min(14px, 1.2vw);
  margin-top: 8px;
  position: relative;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .p-event__box-area {
    padding: 7px 17px 7px 28px;
    margin-top: 17px;
    font-size: 11px;
    margin-right: 3px;
    margin-top: 4px;
    letter-spacing: 0.5px;
  }
}
.p-event__box-area::after {
  content: "";
  width: 13px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 9%;
  background: url(../img/common/icon_location.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-event__box-area::after {
    width: 8px;
    left: 8%;
  }
}
.p-event__tabchange {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(25px);
  opacity: 0;
  border: 2px solid #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 3px;
  border-radius: 100px;
  background-color: #f8d224;
  z-index: 2;
  width: auto;
}
.is-active .p-event__tabchange {
  transform: translateX(-50%) 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.8s;
}
@media screen and (max-width: 767px) {
  .p-event__tabchange {
    border: 1px solid #000;
    width: 85%;
    max-width: 350px;
  }
  .p-event__tabchange.is-bottom {
    width: 94%;
  }
}
.p-event__tabchange-inner {
  display: flex;
  justify-content: center;
}
.p-event__tabchange-item {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-event__tabchange-item {
    font-size: 12px;
    font-size: min(12px, 3vw);
    width: 100%;
    text-align: center;
  }
}
.p-event__tabchange-item.is-current {
  background-color: #000;
  border-radius: 100px;
  pointer-events: none;
}
.p-event__tabchange-item.is-current a {
  color: #fff;
}
.p-event__tabchange-item a {
  padding: 21px 36px 24px;
  display: block;
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-event__tabchange-item a:hover {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-event__tabchange-item a {
    padding: 0px 12px;
    line-height: 1.2;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.p-event_detail {
  position: relative;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 30px 0 30px 0;
  transform: translateY(35px);
  opacity: 0;
}
.is-active .p-event_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-event_detail {
    border-radius: 15px 0 15px 0;
  }
}
.p-event_detail .l-main {
  padding: 48px 4.5% 86px;
  line-height: 1.6;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-event_detail .l-main {
    padding: 20px 5.5% 50px;
    line-height: 1.6;
    font-size: 13px;
  }
}
.p-event_detail .l-main h2 {
  background-color: #f8d224;
  padding: 17px 23px;
  letter-spacing: 2px;
  border-radius: 5px;
  position: relative;
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-event_detail .l-main h2 {
    font-size: 18px;
    padding: 6px 17px;
    line-height: 1.3;
  }
}
.p-event_detail .l-main 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-event_detail .l-main h2::before {
    width: 8px;
    height: 5px;
    left: 21px;
  }
}
.p-event_detail .l-main h3 {
  padding: 0 17px 12px;
  font-size: 24px;
  letter-spacing: 1px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-event_detail .l-main h3 {
    padding: 0 10px 7px;
    margin-top: 28px;
    font-size: 15px;
    margin-bottom: 14px;
  }
}
.p-event_detail .l-main h3 strong {
  vertical-align: baseline;
}
.p-event_detail .l-main h3::after {
  content: "";
  width: 6px;
  height: calc(100% - 12px);
  position: absolute;
  top: 43%;
  left: 0;
  transform: translateY(-50%);
  background-color: #1ccadb;
}
@media screen and (max-width: 767px) {
  .p-event_detail .l-main h3::after {
    top: 45%;
    height: calc(100% - 7px);
    width: 3px;
  }
}
.p-event_detail .l-main h3::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #1ccadb;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-event_detail .l-main h3::before {
    bottom: 0;
    height: 1px;
  }
}
.p-event_detail .l-main h4 {
  line-height: 1.55;
  border-bottom: 2px solid #000;
  font-size: 20px;
  padding-bottom: 3px;
  margin-top: 37px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-event_detail .l-main h4 {
    font-size: 14px;
    margin-bottom: 12px;
    margin-top: 21px;
    padding-bottom: 1px;
    border-bottom: 1px solid #000;
  }
}
.p-event_detail .l-main h5 {
  margin-top: 26px;
  margin-bottom: 2px;
  font-weight: 700;
  font-size: 19px;
  text-indent: -1rem;
  padding-left: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-event_detail .l-main h5 {
    text-indent: -0.7rem;
    padding-left: 0.7rem;
    font-size: 13px;
  }
}
.p-event_detail .l-main strong {
  vertical-align: baseline;
}
.p-event_detail .l-main .has-small-font-size {
  font-size: 13px !important;
  margin: 11.5px 0;
}
@media screen and (max-width: 767px) {
  .p-event_detail .l-main .has-small-font-size {
    margin: 5px 0;
    font-size: 11px !important;
  }
}
.p-event_detail .l-main a {
  color: #000;
}
@media (hover: hover) {
  .p-event_detail .l-main a:hover {
    text-decoration: none;
  }
}
.p-event_detail .p-event__icon-item {
  width: 13%;
  top: -1%;
  left: -3%;
}
@media screen and (max-width: 767px) {
  .p-event_detail .p-event__icon-item {
    width: 24%;
    top: -0.5%;
    left: -3%;
  }
}
.p-event_detail .p-event__icon .p-in_text {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-event_detail .p-event__icon .p-in_text {
    font-size: 15px;
  }
}
.p-event_detail iframe {
  width: 100% !important;
  height: auto !important;
}
@media screen and (min-width: 768px) {
  .p-event_detail iframe {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 767px) {
  .p-event_detail iframe {
    height: 51.73vw !important;
  }
}

.p-event_cap__thumb {
  overflow: hidden;
  border-radius: 30px 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-event_cap__thumb {
    border-radius: 15px 0 0 0;
  }
}
.p-event_cap__thumb img {
  width: 100%;
}
.p-event_cap__content {
  position: relative;
  border-bottom: 1px solid #000;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-event_cap__content {
    padding-bottom: 26px;
  }
}
.p-event_cap__inner {
  padding: 0 4.5% 0;
  margin-top: 39px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-event_cap__inner {
    line-height: 1.3;
    padding: 0 5.5% 0;
    margin-top: 23px;
  }
}
.p-event_cap__ttl {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .p-event_cap__ttl {
    font-size: 17px;
  }
}
.p-event_cap__date {
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 1.5px;
  font-size: 25px;
  margin-bottom: 6px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-event_cap__date {
    letter-spacing: 0.5px;
    font-size: 14px;
    margin-bottom: 3px;
  }
}
.p-event_cap__date .is-small {
  vertical-align: baseline;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .p-event_cap__date .is-small {
    font-size: 10px;
  }
}
.p-event_cap__areabox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  padding-right: 20%;
}
@media screen and (max-width: 767px) {
  .p-event_cap__areabox {
    padding-right: 0;
  }
}
.p-event_cap__area {
  background-color: #f8d224;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  vertical-align: baseline;
  padding: 3px 20px 3px 32px;
  border-radius: 100px;
  font-size: 15px;
  margin-top: 8px;
  position: relative;
  max-width: 205px;
  width: fit-content;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .p-event_cap__area {
    max-width: 175px;
    font-size: 13px;
    margin-right: 3px;
    margin-top: 4px;
    padding: 4px 15px 5px 26px;
  }
}
.p-event_cap__area::after {
  content: "";
  width: 11px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 7%;
  background: url(../img/common/icon_location.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-event_cap__area::after {
    width: 8px;
    left: 8%;
  }
}

.wp-block-group {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .wp-block-group {
    margin-top: 54px;
  }
}
.wp-block-group + .wp-block-group {
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .wp-block-group + .wp-block-group {
    margin-top: 54px;
  }
}
.wp-block-group p {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .wp-block-group p {
    font-size: 13px;
  }
}
.wp-block-group a {
  color: #000;
}
.wp-block-group h3 {
  padding: 0 17px 12px;
  font-size: 24px;
  letter-spacing: 1px;
  position: relative;
  margin-top: 37px;
  margin-bottom: 32px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .wp-block-group h3 {
    margin-bottom: 14px;
    margin-top: 18px;
    font-size: 15px;
    padding: 0 11px 7px;
  }
}
.wp-block-group h3 strong {
  vertical-align: baseline;
}
.wp-block-group h3::after {
  content: "";
  width: 6px;
  height: calc(100% - 12px);
  position: absolute;
  top: 43%;
  left: 0;
  transform: translateY(-50%);
  background-color: #1ccadb;
}
@media screen and (max-width: 767px) {
  .wp-block-group h3::after {
    height: calc(100% - 7px);
    width: 3px;
  }
}
.wp-block-group h3::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #1ccadb;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .wp-block-group h3::before {
    height: 1px;
  }
}

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

.wp-block-buttons {
  margin-top: 40px;
}
.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: transparent !important;
}
@media screen and (max-width: 767px) {
  .wp-block-button__link {
    padding: 12px 15% 11px !important;
    font-size: 11px !important;
  }
}

.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .wp-block-columns {
    display: block !important;
  }
}
.wp-block-columns .wp-block-column {
  width: 48.5%;
  margin-bottom: 3%;
}
@media screen and (max-width: 767px) {
  .wp-block-columns .wp-block-column {
    width: 100%;
    margin-right: 0;
  }
}
.wp-block-columns .wp-block-column:nth-child(2n) {
  margin-right: 0;
}
.wp-block-columns .wp-block-image {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-columns .wp-block-image.size-full {
  margin-top: 0;
  margin: 0 auto;
}
.wp-block-columns .wp-block-image img {
  height: auto;
}

.wp-block-image {
  text-align: center;
  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: 30px 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%;
}

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

.aligncenter img {
  height: auto;
}

.p-report__list {
  display: flex;
  flex-wrap: wrap;
  transform: translateY(35px);
  opacity: 0;
}
.is-active .p-report__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.5s;
}
.item-center .p-report__list {
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .p-report__list {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-report__list {
    display: block;
  }
}
.p-report__list-item {
  width: 48.8%;
  margin-right: 2.3%;
  margin-bottom: 2.8%;
}
@media screen and (min-width: 768px) {
  .p-report__list-item:nth-child(2n) {
    margin-right: 0;
  }
}
.p-report__list-item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .p-report__list-item {
    width: 480px;
    margin: 0 auto;
  }
  .p-report__list-item:nth-child(2n) {
    margin: 4% auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-report__list-item {
    width: 100%;
    margin-bottom: 4%;
    margin-right: 0;
  }
  .p-report__list-item:last-of-type {
    margin-bottom: 0;
  }
}
.p-report__list-item-inner {
  display: flex;
  height: 100%;
}
.p-report__list-item a {
  text-decoration: none;
  display: block;
  height: 100%;
  overflow: hidden;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 30px 0 30px 0;
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .p-report__list-item a {
    border-radius: 15px 0 15px 0;
  }
}
@media (hover: hover) {
  .p-report__list-item a:hover {
    transform: translateY(-10px);
  }
}
.p-report__list-text {
  padding: 25px 5% 27px;
  color: #000;
  line-height: 1.3;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-report__list-text {
    line-height: 1.2;
    padding: 3px 4.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.p-report__list-thumb {
  width: 33%;
  padding-top: 33%;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-report__list-thumb {
    width: 28%;
    padding-top: 28%;
  }
}
.p-report__list-thumb-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-report__list-date {
  font-family: "Josefin Sans", sans-serif;
  font-size: min(18px, 1.4vw);
  letter-spacing: 0.8px;
  margin-bottom: 7px;
}
@media screen and (max-width: 1000px) {
  .p-report__list-date {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-report__list-date {
    font-size: 11px;
    margin-bottom: 2px;
    letter-spacing: 0.8px;
  }
}
.p-report__list-date .is-small {
  font-size: 10px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-report__list-date .is-small {
    font-size: 10px;
  }
}
.p-report__list-ttl {
  font-size: 18px;
  font-size: min(18px, 1.4vw);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-report__list-ttl {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
}

.p-other {
  overflow: hidden;
  margin-top: 94px;
  min-height: auto;
  padding-top: 10px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-other {
    margin-top: 50px;
  }
}
.p-other .l-section__inner {
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-other .l-section__inner {
    margin: 0 auto;
    width: 90%;
  }
}
.p-other__ttl {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .p-other__ttl {
    margin-bottom: 31px;
  }
}
.p-other__ttl h2 {
  font-size: 49px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-other__ttl h2 {
    font-size: 25px;
  }
}
.p-other__icon-item {
  z-index: 1;
  position: absolute;
  top: -4%;
  left: -4%;
  opacity: 0;
  width: 19%;
}
@media screen and (max-width: 767px) {
  .p-other__icon-item {
    width: 22%;
  }
}
[data-event-state=open] .p-other__icon-item.-open {
  opacity: 1;
}
.is-load .p-other__icon-item.-open .p-in_base img {
  animation: rotate_loop 10s linear infinite forwards;
}
[data-event-state=close] .p-other__icon-item.-close {
  opacity: 1;
}
.p-other__icon .p-in_text {
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 0 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-weight: 700;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-other__icon .p-in_text {
    font-size: 10px;
  }
}
.p-other__box {
  position: relative;
  height: 100%;
}
@media (hover: hover) {
  .p-other__box {
    transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .p-other__box:hover {
    transform: translateY(-8px);
  }
  .p-other__box:hover .p-other__box-thumb-img {
    transform: scale(1.1);
  }
}
.p-other__box-inner {
  overflow: hidden;
  border: 1px solid #000;
  border-radius: 50px 0 50px 0;
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-other__box-inner {
    border-radius: 25px 0 25px 0;
  }
}
.p-other__box-thumb {
  position: relative;
  width: 100%;
  padding-top: 56%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-other__box-thumb {
    padding-top: 62%;
  }
}
.p-other__box-thumb-img {
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-other__box-date {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  padding: 14px 5px 11px;
  font-size: 17px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .p-other__box-date {
    padding: 12px 5px 9px;
    font-size: 11px;
    letter-spacing: 0.5px;
  }
}
.p-other__box-date .is-small {
  font-size: 10px;
}
.p-other__box-date span {
  vertical-align: baseline;
}
.p-other__box-text {
  padding: 4% 5% 5.5%;
  color: #000;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-other__box-text {
    padding: 4% 6% 5.5%;
  }
}
.p-other__box-text-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-other__box-ttl {
  font-weight: 700;
  font-size: 23px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-other__box-ttl {
    font-size: 16px;
  }
}
.p-other__box-areabox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-other__box-areabox {
    margin-top: 10px;
  }
}
.p-other__box-area {
  background-color: #f8d224;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  padding: 7px 24px 9px 36px;
  font-size: 14px;
  margin-top: 8px;
  margin-right: 5px;
  position: relative;
  max-width: 205px;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-other__box-area {
    max-width: 160px;
    margin-top: 4px;
    margin-right: 3px;
    padding: 5px 17px 7px 26px;
    font-size: 11px;
  }
}
.p-other__box-area::after {
  content: "";
  width: 11px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 9%;
  background: url(../img/common/icon_location.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-other__box-area::after {
    width: 8px;
    left: 8%;
  }
}
.p-other__slider {
  position: relative;
  transform: translateY(35px);
  opacity: 0;
}
.p-other.is-active .p-other__slider {
  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.3s;
}
.p-other__navigation {
  position: absolute;
  top: -115px;
  left: 89%;
  transform: translateX(-50%);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-other__navigation {
    display: none;
  }
}
.is-load .p-other__navigation {
  opacity: 1;
}
.no-slide .p-other__navigation {
  display: none;
}
.p-other__navigation-inner {
  display: flex;
}
.p-other__navigation .swiper-button-prev,
.p-other__navigation .swiper-button-next {
  position: relative;
  right: 0;
  top: 0;
  margin-top: 0;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
  transition: background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (hover: hover) {
  .p-other__navigation .swiper-button-prev:hover,
  .p-other__navigation .swiper-button-next:hover {
    background-color: #f8d224;
  }
}
.p-other__navigation .swiper-button-prev::after {
  font-size: 0;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scaleX(-1);
  background: url(../img/common/arrow.svg) no-repeat center center;
  background-size: contain;
}
.p-other__navigation .swiper-button-next {
  margin-left: 33px;
}
.p-other__navigation .swiper-button-next::after {
  font-size: 0;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/common/arrow.svg) no-repeat center center;
  background-size: contain;
}
.p-other__more {
  margin: 55px auto 0;
  width: 250px;
  transform: translateY(35px);
  opacity: 0;
}
.p-other.is-active .p-other__more {
  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-other__more {
    margin: 26px auto 0;
    width: 180px;
  }
}

.other_swiper {
  padding: 0 10.6%;
}
@media screen and (max-width: 767px) {
  .other_swiper {
    padding: 0;
  }
}
.other_swiper .swiper-wrapper {
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .other_swiper .swiper-wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.no-slide .other_swiper .swiper-wrapper {
  justify-content: center;
}
.other_swiper .swiper-slide {
  width: 342px;
  height: auto !important;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .other_swiper .swiper-slide {
    width: 66.5%;
    margin-right: 7%;
  }
}
.no-slide .other_swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.other_swiper .swiper-slide a {
  text-decoration: none;
  display: block;
  height: 100%;
}