.--story.--in {
  padding-bottom: 142px;
}
@media screen and (max-width: 899px) {
  .--story.--in {
    padding-bottom: 66px;
  }
}

.p-story__title {
  width: 15.1%;
  margin: 0 auto 78px;
}
@media screen and (max-width: 899px) {
  .p-story__title {
    width: 28.1%;
    margin: 0 auto 11%;
  }
}
.p-story__contents-list {
  display: flex;
  flex-wrap: wrap;
  width: 82.8%;
  max-width: 1400px;
  margin: 0 auto 20px;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.5s var(--ease-main) 0.2s, transform 0.5s var(--ease-bound) 0.2s;
}
.is-load .p-story__contents-list {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-story__contents-list {
    width: 91.9%;
  }
}
.p-story__contents-list-item {
  width: 31%;
  margin-bottom: 3.4%;
  border: 3px solid var(--color-main-blue);
  background-color: var(--color-main-blue);
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s var(--ease-bound);
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .p-story__contents-list-item {
    margin-right: 3.5%;
  }
  .p-story__contents-list-item:hover {
    transform: scale(0.97);
  }
  .p-story__contents-list-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 899px) {
  .p-story__contents-list-item {
    width: 100%;
    margin-bottom: 4%;
    border-radius: 15px;
    border: 2px solid var(--color-main-blue);
  }
  .p-story__contents-list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.p-story__contents-list-item a {
  display: block;
}
.p-story__contents-list-item .p-in-image {
  width: 100%;
  padding-top: 56%;
  position: relative;
  background: var(--color-white);
  overflow: hidden;
}
.p-story__contents-list-item .p-in-image-item {
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-story__contents-list-item .p-in-detail {
  padding: 15px 18px 17px;
  font-weight: 600;
  color: var(--color-white);
}
@media screen and (max-width: 899px) {
  .p-story__contents-list-item .p-in-detail {
    padding: 18px 17px;
  }
}
.p-story__contents-list-item .p-in-detail-title {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 899px) {
  .p-story__contents-list-item .p-in-detail-title {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
.p-story__contents-detail {
  width: 82.8%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.5s var(--ease-main) 0.2s, transform 0.5s var(--ease-bound) 0.2s;
}
.is-load .p-story__contents-detail {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-story__contents-detail {
    width: 90.9%;
  }
}
.p-story__contents-detail-head {
  position: relative;
  margin-bottom: 37px;
  font-size: 3.7rem;
  color: var(--color-main-blue);
  font-weight: 700;
}
@media screen and (max-width: 899px) {
  .p-story__contents-detail-head {
    margin-bottom: 15px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-story__contents-detail-text {
  padding-bottom: 94px;
  font-size: 1.9rem;
  letter-spacing: 0.06em;
  line-height: 1.85;
  font-weight: 500;
  color: var(--color-main-blue);
  position: relative;
}
.p-story__contents-detail-text::before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  background: radial-gradient(circle farthest-side, var(--color-main-blue), var(--color-main-blue) 50%, transparent 50%, transparent);
  background-size: 8px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 899px) {
  .p-story__contents-detail-text::before {
    height: 6px;
    background: radial-gradient(circle farthest-side, var(--color-main-blue), var(--color-main-blue) 30%, transparent 30%, transparent);
    background-size: 4px;
  }
}
@media screen and (max-width: 899px) {
  .p-story__contents-detail-text {
    padding-bottom: 70px;
    margin-bottom: 41px;
    font-size: 13px;
    line-height: 1.78;
  }
}
.p-story__contents-detail-text img {
  display: inline-block;
  position: relative;
  width: 32%;
  margin: 0 0.66% 1.34%;
}
@media screen and (max-width: 899px) {
  .p-story__contents-detail-text img {
    width: 48%;
    margin: 0 1% 2%;
  }
}
.p-story__contents-detail-text iframe {
  width: 100%;
  display: block;
  height: auto !important;
  aspect-ratio: 16/9;
}

.p-story_in__link {
  margin-top: 62px;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.5s var(--ease-main) 0.3s, transform 0.5s var(--ease-bound) 0.3s;
}
.is-load .p-story_in__link {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-story_in__link {
    margin-top: 40px;
  }
}
.p-story_in__link-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .p-story_in__link-item:hover .p-in-text {
    color: var(--color-main-red);
  }
  .p-story_in__link-item:hover .p-in-icon {
    background-color: var(--color-main-red);
  }
  .p-story_in__link-item:hover .p-in-icon-item {
    animation: arrowLeft 0.6s var(--ease-main) forwards;
  }
}
@media screen and (max-width: 899px) {
  .p-story_in__link-item {
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-story_in__link-item .p-in-text {
  padding-left: 15px;
  font-family: var(--font-en);
  font-weight: 600;
  font-size: 2.1rem;
  color: var(--color-main-blue);
  transition: color 0.7s var(--ease-main);
}
@media screen and (max-width: 899px) {
  .p-story_in__link-item .p-in-text {
    padding-left: 10px;
    font-size: 1.4rem;
  }
}
.p-story_in__link-item .p-in-icon {
  width: 48px;
  height: 48px;
  border-radius: 50rem;
  background-color: var(--color-main-blue);
  position: relative;
  transition: background-color 0.7s var(--ease-main);
}
@media screen and (max-width: 899px) {
  .p-story_in__link-item .p-in-icon {
    width: 30px;
    height: 30px;
    border-radius: 50rem;
  }
}
.p-story_in__link-item .p-in-icon-item {
  width: 35%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
.p-story_in__link-item .p-in-icon-item svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: var(--color-white);
}