@charset "UTF-8";
/* 共通
======================================= */
.single__content {
  margin-bottom: 9em;
}
.single__content-inner h2 {
  font-family: "源真ゴシックP";
  font-size: 1.2em;
  font-weight: bold;
  color: #1C2C6F;
  line-height: 1.2;
  margin-top: 3em;
  margin-bottom: 1.5em;
  position: relative;
}
.single__content-inner h3 {
  font-family: "源真ゴシックP";
  font-size: 1.2em;
  font-weight: bold;
  color: #1C2C6F;
  margin-top: 2em;
  margin-bottom: 1em;
  position: relative;
  padding-left: 0.7em;
}
.single__content-inner h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.2em;
  height: 100%;
  background-color: #9F296A;
}
.single__content-inner h4 {
  font-size: 1em;
  font-weight: bold;
  border-bottom: 1px solid #1C2C6F;
  margin-bottom: 1em;
}
.single__content-inner h5, .single__content-inner h6 {
  font-size: 1em;
  margin-bottom: 1em;
}
.single__content-inner p {
  font-family: "Noto Sans JP";
  font-size: 0.8em;
  margin-bottom: 2em;
}
.single__content-inner ol, .single__content-inner ul {
  margin-bottom: 2em;
}
.single__content-inner ol li, .single__content-inner ul li {
  font-size: 0.8em;
  line-height: 1.625;
}
.single__content-inner ol {
  padding-left: 1.5rem;
}
.single__content-inner ol li {
  list-style: auto;
}
.single__content-inner ol li::marker {
  font-weight: bold;
}
.single__content-inner ul li {
  padding-left: 1.5rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.single__content-inner ul li::before {
  content: "●";
  position: absolute;
  left: 0.7em;
  top: 0.6em;
  font-size: 0.55em;
  color: #9F296A;
  display: block;
}
.single__content-inner img, .single__content-inner video {
  display: block;
}
.single__content-inner img.alignleft, .single__content-inner video.alignleft {
  float: left;
}
.single__content-inner img.aligncenter, .single__content-inner video.aligncenter {
  margin: 20px auto;
}
.single__content-inner img.alignright, .single__content-inner video.alignright {
  float: right;
}
.single__content-inner img {
  width: inherit;
  margin: 3em auto 1em;
}
@media (max-width: 768px) {
  .single__content-inner .wp-block-columns.is-layout-flex {
    gap: 0;
  }
  .single__content-inner .wp-block-columns.is-layout-flex img {
    margin: 0;
  }
}
.single__content-inner video {
  margin: 60px auto;
}
.single__content-inner figure {
  margin: 0 auto 2em;
}
@media (max-width: 980px) {
  .single__content-inner figure.size-full {
    width: 100%;
  }
}
.single__content-inner figure figcaption {
  font-size: 10px;
  line-height: 2;
}
.single__content-inner .is-type-video, .single__content-inner .is-type-rich {
  margin: 60px auto;
}
.single__content-inner .is-type-video .wp-block-embed__wrapper, .single__content-inner .is-type-rich .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  text-align: center;
}
.single__content-inner .is-type-video .wp-block-embed__wrapper iframe, .single__content-inner .is-type-rich .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single__content-inner .wp-block-media-text {
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
}
.single__content-inner .wp-block-media-text__content {
  padding: 0 !important;
}
.single__content-inner .wp-block-media-text__content p {
  margin-bottom: 0;
}
.single__content-inner .wp-block-media-text__content img {
  margin: 0;
}
.single__content-inner cite {
  font-size: 0.8em;
  font-style: normal;
  display: block;
  background-color: #F8F8F8;
  padding: 2em 3.5em;
  margin-bottom: 2em;
  position: relative;
}
.single__content-inner cite::before {
  content: "“";
  font-size: 4.5em;
  color: #B4B4B4;
  position: absolute;
  left: 0.2em;
  top: 0;
}
.single__content-inner a {
  color: #0071C5;
  text-decoration: underline;
}
.single__content-inner a:hover {
  color: #9F296A;
}

/* s-news
======================================= */
.s-news .breadcrumbs {
  position: relative;
  color: #1C2C6F;
}
.s-news .breadcrumbs span {
  color: #1C2C6F;
}
.s-news__headline {
  padding-top: 2.7em;
  padding-bottom: 2.4em;
  border-bottom: 1px solid #D5D5D5;
}
.s-news__title {
  font-family: "源真ゴシックP";
  font-size: 1.2em;
  font-weight: bold;
  color: #1C2C6F;
  padding-left: 0.7em;
  position: relative;
}
.s-news__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #9F296A;
  width: 0.2em;
  height: 100%;
}
.s-news__container {
  padding-top: 1em;
}
.s-news__info-date {
  font-size: 0.8em;
  font-weight: bold;
}

/* s-people
======================================= */
.s-people__headline {
  background: url(../img/headline/people.jpg) no-repeat center center/cover;
  position: relative;
}
.s-people__headline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, -20deg, from(#1C2C6F), to(rgba(0, 9, 70, 0)));
  background: -webkit-linear-gradient(-20deg, #1C2C6F, rgba(0, 9, 70, 0));
  background: linear-gradient(to -20deg, #1C2C6F, rgba(0, 9, 70, 0));
}
.s-people__headline-inner {
  padding: 5em 10.41667%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.s-people__headline-contents {
  width: 51%;
  font-family: "源真ゴシックP";
  color: #fff;
}
@media (max-width: 980px) {
  .s-people__headline-contents {
    width: 100%;
  }
}
.s-people__headline-catch {
  font-size: 2em;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 0.6em;
}
@media (max-width: 1280px) {
  .s-people__headline-catch {
    font-size: 1.8em;
  }
}
.s-people__headline-info {
  font-weight: bold;
}
@media (max-width: 980px) {
  .s-people__headline-info {
    max-width: 400px;
    margin: auto;
  }
}
.s-people__headline-info-upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 1em;
}
.s-people__headline-info-name {
  font-size: 1.6em;
}
.s-people__headline-info-join {
  font-size: 0.75em;
  margin-left: 2em;
}
.s-people__headline-thumbnail {
  width: 42.1%;
  position: relative;
}
.s-people__headline-thumbnail::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.s-people__headline-thumbnail img, .s-people__headline-thumbnail video, .s-people__headline-thumbnail iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 980px) {
  .s-people__headline-thumbnail {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 3em;
  }
}
.s-people__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.s-people__item:nth-child(n+2) {
  margin-top: 5em;
}
.s-people__item:nth-child(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.s-people__item.no-img .s-people__item-contents {
  width: 100%;
}
.s-people__item-contents {
  width: 60%;
}
@media (max-width: 768px) {
  .s-people__item-contents {
    width: 100%;
  }
}
.s-people__item-title {
  font-family: "源真ゴシックP";
  font-size: 1.2em;
  font-weight: bold;
  color: #9F296A;
  margin-bottom: 0.8em;
}
@media (max-width: 768px) {
  .s-people__item-title {
    font-size: 1em;
  }
}
.s-people__item-heading {
  font-family: "源真ゴシックP";
  font-size: 2em;
  font-weight: 900;
  color: #1C2C6F;
  line-height: 1.6;
  padding-left: 0.75em;
  margin-bottom: 1em;
  position: relative;
}
@media (max-width: 768px) {
  .s-people__item-heading {
    font-size: 1.6em;
  }
}
.s-people__item-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 8px;
  height: 100%;
  background-color: #9F296A;
}
@media (max-width: 768px) {
  .s-people__item-heading::before {
    width: 4px;
  }
}
.s-people__item-text {
  line-height: 2;
}
.s-people__item-img {
  width: 30%;
  position: relative;
}
.s-people__item-img::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.s-people__item-img img, .s-people__item-img video, .s-people__item-img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .s-people__item-img {
    width: 100%;
    margin-bottom: 1em;
  }
}
.s-people__item-img::before {
  padding-top: 75%;
}
.s-people__item-img img {
  height: auto;
}

/* s-movies
======================================= */
.s-movies__upper {
  background-color: #F8F9FF;
}
.s-movies__item-video {
  width: 100%;
  margin-bottom: 2.4em;
  position: relative;
}
@media (max-width: 768px) {
  .s-movies__item-video {
    width: 100%;
    margin-bottom: 1em;
  }
}
.s-movies__item-video::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.s-movies__item-video .wp-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  overflow: hidden;
}
.s-movies__item-contents {
  font-weight: bold;
}
.s-movies__item-info {
  font-size: 0.8em;
  margin-bottom: 1.2em;
}
.s-movies__item-info-cat {
  display: inline-block;
  background-color: #9F296A;
  color: #fff;
  padding: 0.25em 0.7335em;
  margin-right: 1em;
}
.s-movies__item-info-date {
  color: #1C2C6F;
}
.s-movies__item-title {
  font-family: "源真ゴシックP";
  font-size: 1.6em;
  color: #1C2C6F;
  margin-bottom: 1.5625em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.s-movies__item-content {
  line-height: 2;
  margin-bottom: 0;
}
.s-movies__related-title {
  font-family: "源真ゴシックP";
  font-size: 2em;
  font-weight: 900;
  color: #1C2C6F;
  line-height: 1.4;
  padding-left: 0.75em;
  position: relative;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .s-movies__related-title {
    font-size: 1.6em;
  }
}
.s-movies__related-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 8px;
  height: 100%;
  background-color: #9F296A;
}
@media (max-width: 768px) {
  .s-movies__related-title::before {
    width: 4px;
  }
}
.s-movies__related-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4em 5%;
  margin-bottom: 4em;
}
@media (max-width: 768px) {
  .s-movies__related-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.s-movies .more_btn {
  font-family: "源真ゴシックP";
  font-weight: bold;
  color: #1C2C6F;
  display: block;
  padding-bottom: 2em;
  margin: 0 auto 4em;
  position: relative;
}
.s-movies .more_btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  width: 1em;
  height: 1em;
  border-right: 2px solid #1C2C6F;
  border-bottom: 2px solid #1C2C6F;
}
.s-movies__btn {
  margin-top: 6em;
}