.news-pager {
  width: 100%;
  padding: 60px 0;
}
.news-pager .news-pager-items {
  width: auto;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.news-pager .news-pager-items .news-pager-item {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  position: relative;
}
.news-pager .news-pager-items .news-pager-item a {
  font-size: 1.2rem;
  padding: 10px 20px;
  color: inherit;
}
.news-pager .news-pager-items .news-pager-item a:hover {
  color: #418fde;
}
@media only screen and (max-width: 768px) {
  .news-pager .news-pager-items .news-pager-item a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.news-pager .news-pager-items .news-pager-item.-prev a {
  padding-left: 30px;
  margin-right: 40px;
}
@media only screen and (max-width: 768px) {
  .news-pager .news-pager-items .news-pager-item.-prev a {
    padding: 0;
    margin: 0;
    width: 40px;
    height: 54px;
  }
  .news-pager .news-pager-items .news-pager-item.-prev a span {
    display: none;
  }
}
.news-pager .news-pager-items .news-pager-item.-prev a::before {
  content: "";
  position: absolute;
  border-right: 7px solid #333;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  width: 10px;
  height: 8px;
  top: calc(50% - 3px);
  left: -5px;
}
@media only screen and (max-width: 768px) {
  .news-pager .news-pager-items .news-pager-item.-prev a::before {
    left: 5px;
  }
}
.news-pager .news-pager-items .news-pager-item.-prev a::after {
  content: "";
  position: absolute;
  border-top: 2px solid #333;
  width: 20px;
  height: 1px;
  top: 50%;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .news-pager .news-pager-items .news-pager-item.-prev a::after {
    left: 10px;
  }
}
.news-pager .news-pager-items .news-pager-item.-prev a:hover::before {
  border-right-color: #418fde;
}
.news-pager .news-pager-items .news-pager-item.-prev a:hover::after {
  border-top-color: #418fde;
}
.news-pager .news-pager-items .news-pager-item.-next a {
  padding-right: 30px;
  margin-left: 40px;
}
@media only screen and (max-width: 768px) {
  .news-pager .news-pager-items .news-pager-item.-next a {
    padding: 0;
    margin: 0;
    width: 40px;
    height: 54px;
  }
  .news-pager .news-pager-items .news-pager-item.-next a span {
    display: none;
  }
}
.news-pager .news-pager-items .news-pager-item.-next a::before {
  content: "";
  position: absolute;
  border-left: 7px solid #333;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  width: 10px;
  height: 8px;
  top: calc(50% - 3px);
  right: -5px;
}
@media only screen and (max-width: 768px) {
  .news-pager .news-pager-items .news-pager-item.-next a::before {
    right: 5px;
  }
}
.news-pager .news-pager-items .news-pager-item.-next a::after {
  content: "";
  position: absolute;
  border-top: 2px solid #333;
  width: 20px;
  height: 1px;
  top: 50%;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .news-pager .news-pager-items .news-pager-item.-next a::after {
    right: 10px;
  }
}
.news-pager .news-pager-items .news-pager-item.-next a:hover::before {
  border-left-color: #418fde;
}
.news-pager .news-pager-items .news-pager-item.-next a:hover::after {
  border-top-color: #418fde;
}
.news-pager .news-pager-items .news-pager-item.-current a {
  color: #418fde;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-pager .news-pager-items .news-pager-item.-current a::after {
  content: "";
  border-bottom: 2px solid #418fde;
  width: 100%;
}

.content main .cms-content::after {
  display: block;
  clear: both;
  content: "";
}
.content main .cms-content h2 {
  font-size: 1.625rem;
  margin-bottom: 32px;
  margin-top: 80px;
  padding-left: 20px;
  border-left: 3px solid #418FDE;
  font-weight: 500;
}
.content main .cms-content h3, .content main .cms-content h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 18px;
}
.content main .cms-content h2:first-child, .content main .cms-content h3:first-child, .content main .cms-content h4:first-child {
  margin-top: 0;
}
.content main .cms-content h2 + h3, .content main .cms-content h2 + h4 {
  margin-top: 0;
}
.content main .cms-content h3 + h4 {
  margin-top: 0;
}
.content main .cms-content img, .content main .cms-content .wp-caption {
  height: auto;
  max-width: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .content main .cms-content img, .content main .cms-content .wp-caption {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .content main .cms-content .alignleft {
    display: inline;
    float: left;
    margin-bottom: 20px;
    margin-right: 1.5em;
  }
  .content main .cms-content .aligncenter {
    clear: both;
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .content main .cms-content .alignright {
    display: inline;
    float: right;
    margin-bottom: 20px;
    margin-left: 1.5em;
  }
}
.content main .cms-content ol {
  margin-left: 2em;
}
.content main .cms-content ol > li {
  list-style-type: decimal;
  margin-bottom: 10px;
}
.content main .cms-content ul {
  padding-left: 25px;
}
.content main .cms-content ul > li {
  list-style-type: none;
  margin-bottom: 5px;
  position: relative;
}
.content main .cms-content ul > li:last-child {
  margin-bottom: 0;
}
.content main .cms-content ul > li::before {
  content: "";
  position: absolute;
  top: 0.85em;
  left: -20px;
  width: 6px;
  height: 6px;
  background-color: #418FDE;
  border-radius: 50%;
}
.content main .cms-content li > ol, .content main .cms-content li > ul {
  margin-bottom: 0;
  margin-top: 10px;
}
.content main .cms-content strong {
  font-weight: bold;
}
.content main .cms-content em {
  font-style: italic;
}
.content main .cms-content .wp-caption-text {
  margin-top: 5px;
  text-align: center;
}

.story main {
  max-width: none;
}
@media (max-width: 1040px) {
  .story main {
    padding: 0;
  }
}

.only-pc {
  display: block;
}
@media (max-width: 767px) {
  .only-pc {
    display: none;
  }
}

.only-sp {
  display: none;
}
@media (max-width: 768px) {
  .only-sp {
    display: block;
  }
}

.flex-story {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 0 0 0;
  gap: 110px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .flex-story {
    gap: 60px;
    padding-inline: 20px;
  }
}
@media (max-width: 1200px) {
  .flex-story {
    gap: 60px;
  }
}
@media (max-width: 991px) {
  .flex-story {
    padding-top: 60px;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .flex-story {
    flex-direction: column;
    gap: 30px;
    padding-inline: 0;
    padding-top: 40px;
  }
}
.flex-story .flex-txt {
  width: 440px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .flex-story .flex-txt {
    width: 380px;
  }
}
@media (max-width: 767px) {
  .flex-story .flex-txt {
    width: 100%;
    padding: 0 20px;
  }
}
.flex-story .flex-txt .heading {
  display: flex;
  flex-direction: column;
}
.flex-story .flex-txt .heading span {
  font-size: 60px;
  line-height: 60px;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  margin-bottom: 19px;
}
@media (max-width: 991px) {
  .flex-story .flex-txt .heading span {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .flex-story .flex-txt .heading span {
    font-size: 38px;
    line-height: 49.59px;
    margin-bottom: 5px;
  }
}
.flex-story .flex-txt .heading .desc {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .flex-story .flex-txt .heading .desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.flex-story .flex-txt .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 0;
  margin-top: 45px;
}
@media (max-width: 991px) {
  .flex-story .flex-txt .text {
    font-size: 16px;
    line-height: 28px;
    margin-top: 30px;
  }
}
.flex-story .flex-contents {
  flex: 1;
}
.flex-story .flex-contents figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 800/500;
  border-radius: 8px;
  min-width: 650px;
}
@media (max-width: 1400px) {
  .flex-story .flex-contents figure img {
    height: auto;
  }
}
@media (max-width: 1280px) {
  .flex-story .flex-contents figure img {
    min-width: unset;
  }
}
@media (max-width: 768px) {
  .flex-story .flex-contents figure img {
    aspect-ratio: auto;
    border-radius: unset;
  }
}

.section-gray {
  background: #f6f6f6;
  padding: 70px 20px;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .section-gray {
    padding: 40px 20px;
  }
}
.section-gray .section-gray-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.section-gray .section-gray-inner .title {
  font-size: 22px;
  line-height: 33px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-gray .section-gray-inner .title {
    font-size: 16px;
    line-height: 16px;
  }
}
.section-gray .section-gray-inner .story-list-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px 24px;
  margin: 0;
}
@media (max-width: 991px) {
  .section-gray .section-gray-inner .story-list-cards {
    gap: 20px;
  }
}
.section-gray .section-gray-inner .story-list-cards .list {
  display: flex;
  width: calc(33.3333333333% - 16px);
}
@media (max-width: 767px) {
  .section-gray .section-gray-inner .story-list-cards .list {
    width: 100%;
  }
}
.section-gray .section-gray-inner .story-list-cards .list:last-child {
  margin-right: auto !important;
}
.section-gray .section-gray-inner .story-list-cards .list a {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  color: inherit;
  transition: opacity 0.4s ease;
  display: block;
}
.section-gray .section-gray-inner .story-list-cards .list a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.section-gray .section-gray-inner .story-list-cards .list a:hover figure img {
  transform: scale(1.04) rotate(0.001deg);
}
.section-gray .section-gray-inner .story-list-cards .list .image__wrapper {
  display: block;
  overflow: hidden;
  position: relative;
}
.section-gray .section-gray-inner .story-list-cards .list .image__wrapper img {
  position: absolute;
  object-position: 50% 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-gray .section-gray-inner .story-list-cards .list .image__wrapper::after {
  content: "";
  display: block;
  padding-bottom: 66.9270833333%;
}
.section-gray .section-gray-inner .story-list-cards .list figure {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  border-bottom: 1px solid #d5d5d5;
}
.section-gray .section-gray-inner .story-list-cards .list figure img {
  transition: transform 0.4s ease;
}
.section-gray .section-gray-inner .story-list-cards .list .story-summary {
  padding: 24px 30px 70px;
  position: relative;
}
@media (max-width: 991px) {
  .section-gray .section-gray-inner .story-list-cards .list .story-summary {
    padding: 20px 20px 70px;
  }
}
.section-gray .section-gray-inner .story-list-cards .list .story-description {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 32.4px;
}
@media (max-width: 991px) {
  .section-gray .section-gray-inner .story-list-cards .list .story-description {
    font-size: 16px;
    line-height: 28.8px;
  }
}
.section-gray .section-gray-inner .story-list-cards .list .story-date {
  position: absolute;
  bottom: 20px;
  left: 30px;
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-gray .section-gray-inner .story-list-cards .list .story-date {
    font-size: 14px;
  }
}

.story-page {
  padding-bottom: 0;
}
.story-page main {
  max-width: none;
}
@media (max-width: 1040px) {
  .story-page main {
    padding: 0;
  }
}
.story-page main section {
  max-width: 1000px;
  margin: 0 auto 110px;
}
@media (max-width: 1040px) {
  .story-page main section {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .story-page main section {
    margin-bottom: 60px;
  }
}
.story-page main .hero-image-container {
  margin-bottom: 0;
}
.story-page main .hero-image-container figure img {
  aspect-ratio: 8/5;
  object-fit: cover;
}
.story-page main p {
  line-height: 32px;
  margin-bottom: 30px;
}
@media (max-width: 1040px) {
  .story-page main p {
    line-height: 27.2px;
  }
}
.story-page main h2.ttl {
  max-width: 1000px;
  margin: 85px auto 110px;
}
@media (max-width: 1040px) {
  .story-page main h2.ttl {
    margin: 85px 20px 110px;
  }
}
@media (max-width: 768px) {
  .story-page main h2.ttl {
    margin: 60px 20px;
  }
}
.story-page main h2.ttl span {
  margin-top: 50px;
  display: block;
  font-size: 16px;
}
.story-page main h4.ssttl {
  line-height: 32px;
}
.story-page main figcaption {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}
.story-page main .flex-wrap .flex-txt {
  width: 305px;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .story-page main .flex-wrap .flex-txt {
    padding-right: 0;
    max-width: 305px;
    width: 100%;
  }
}
.story-page main .flex-wrap .flex-txt img {
  width: 100%;
}
.story-page main .flex-wrap.order-reverse .flex-txt {
  padding-right: 0;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .story-page main .flex-wrap.order-reverse .flex-txt {
    padding-left: 0;
  }
}
.story-page main .flex-wrap.order-reverse .custom-width {
  width: 420px;
}
@media (max-width: 768px) {
  .story-page main .flex-wrap.order-reverse .custom-width {
    padding-left: 0;
    max-width: 420px;
    width: 100%;
  }
}
.story-page main .flex-wrap .flex-contents {
  flex: 1;
}
.story-page main .flex-wrap .ssttl {
  margin-bottom: 15px;
  margin-top: 0;
}
.story-page main .flex-wrap ul {
  margin: 0;
  line-height: 29px;
}
.story-page main .list-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .story-page main .list-social {
    margin-bottom: 50px;
  }
}
.story-page main .list-social li img {
  width: 56px;
  height: 56px;
}
@media (max-width: 768px) {
  .story-page main .list-social li img {
    width: 42px;
    height: 42px;
  }
}
.story-page main .list-social li a:hover {
  transition: 0.3s ease-in-out;
  opacity: 0.7;
}
.story-page main .link {
  font-size: 20px;
  position: relative;
  margin-top: 80px;
  color: #333333;
  border-bottom: 2px solid #418fde;
  padding-left: 30px;
  display: inline-block;
  transition: 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .story-page main .link {
    margin-top: 50px;
    font-size: 18px;
  }
}
.story-page main .link:hover {
  color: #418fde;
}
.story-page main .link::before {
  content: "";
  position: absolute;
  border-right: 7px solid #418fde;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  width: 10px;
  height: 8px;
  top: calc(50% - 3px);
  left: -5px;
}
.story-page main .link::after {
  content: "";
  position: absolute;
  border-top: 2px solid #418fde;
  width: 20px;
  height: 1px;
  top: 50%;
  left: 0;
}
.story-page main .storypage-cards {
  padding: 60px 0;
  margin: 0 auto;
  max-width: unset;
  background: rgb(246, 246, 246);
}
@media (max-width: 768px) {
  .story-page main .storypage-cards {
    padding: 40px 0 80px;
  }
}
.story-page main .storypage-cards .container {
  max-width: 1000px;
  margin: 0 auto;
  padding-inline: 20px;
  overflow: hidden;
}
.story-page main .storypage-cards .container .title {
  font-size: 22px;
  line-height: 33px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .story-page main .storypage-cards .container .title {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 960px) {
  .story-page main .storypage-cards .container .swiper-container {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .story-page main .storypage-cards .container .swiper-container {
    width: calc(760 / 375 * 100%);
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 960px) {
  .story-page main .storypage-cards .container .swiper-container .swiper-wrapper {
    justify-content: space-between;
  }
}
@media (min-width: 960.01px) {
  .story-page main .storypage-cards .container .swiper-container .swiper-wrapper {
    justify-content: start;
    column-gap: 18px;
  }
}
.story-page main .storypage-cards .container .swiper-container .swiper-wrapper .swiper-slide {
  width: calc(33.3333333333% - 12px);
  height: auto;
}
@media (max-width: 960px) {
  .story-page main .storypage-cards .container .swiper-container .swiper-wrapper .swiper-slide {
    width: calc(33.33% - 20px);
    margin: 0 24px 0 0;
  }
}
.story-page main .storypage-cards .container .swiper-container .swiper-wrapper .swiper-slide:last-child {
  margin-right: auto;
}
.story-page main .storypage-cards .container .swiper-container .swiper-wrapper .swiper-slide a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  color: inherit;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: opacity 0.4s ease;
}
.story-page main .storypage-cards .container .swiper-container .swiper-wrapper .swiper-slide a:hover {
  opacity: 0.7;
}
.story-page main .storypage-cards .container .swiper-container .swiper-wrapper .swiper-slide a:hover figure img {
  transform: scale(1.04) rotate(0.001deg);
}
.story-page main .storypage-cards .container .swiper-container .swiper-wrapper .swiper-slide a figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 66.32% 0 0;
  padding: calc(191 / 286 * 100%) 0 0;
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid #d5d5d5;
}
.story-page main .storypage-cards .container .swiper-container .swiper-wrapper .swiper-slide a figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  top: 0;
  left: 0;
  transition: transform 0.4s ease;
  transform: rotate(0.01deg);
}
.story-page main .storypage-cards .container .swiper-container .swiper-wrapper .swiper-slide a .storypage-summary {
  padding: 25px 20px;
}
@media (max-width: 768px) {
  .story-page main .storypage-cards .container .swiper-container .swiper-wrapper .swiper-slide a .storypage-summary {
    padding: 20px 20px 24px;
  }
}
.story-page main .storypage-cards .container .swiper-container .swiper-wrapper .swiper-slide a .storypage-description {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .story-page main .storypage-cards .container .swiper-container .swiper-wrapper .swiper-slide a .storypage-description {
    margin-bottom: 24px;
    font-size: 14px;
  }
}
.story-page main .storypage-cards .container .swiper-container .swiper-wrapper .swiper-slide a .storypage-description img {
  display: inline-block;
  margin: 0 0 0 13px;
}
.story-page main .storypage-cards .container .swiper-container .swiper-wrapper .swiper-slide a .storypage-date {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .story-page main .storypage-cards .container .swiper-container .swiper-wrapper .swiper-slide a .storypage-date {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .story-page main h2.ttl {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
    margin: 50px 20px 30px;
  }
}
@media (max-width: 768px) {
  .story-page main h2.ttl span {
    font-size: 16px;
    line-height: 28.8px;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .story-page main p {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .story-page main h3.mttl {
    margin-bottom: 6px;
    font-size: 22px;
    line-height: 33px;
  }
}
@media (max-width: 768px) {
  .story-page main figure figcaption {
    margin-top: 6px;
    font-size: 14px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .story-page main h4.ssttl {
    line-height: 27.2px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .story-page main h4.ssttl.h4-232 {
    margin: 20px 0 16px 0;
  }
}
