@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : subpage.css
Description : 下層ページ
===================================================================== */

/* ========================================================
    base size
======================================================== */
h2 {
  font-size: 150%;
}
h3 {
  font-size: 125%;
}
h4 {
  font-size: 110%;
}

h5 {
  font-size: 105%;
}
/* YouTube iframe レスポンシブ対応 */
iframe[src*="youtube.com"],
iframe[src*="youtu.be"] {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
  border-radius: 1rem;
  margin: 2rem 0;
  max-width: 100%;
}

/* 古いブラウザ対応（aspect-ratio未対応の場合） */
@supports not (aspect-ratio: 16/9) {

  frame[src*="youtube.com"],
  iframe[src*="youtu.be"] {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    /* 16:9 の比率 */
  }

  iframe[src*="youtube.com"] iframe,
  iframe[src*="youtu.be"] iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.content figure {
  margin: 3rem 0;
}
.content figure img {
border-radius: 3.2rem;
}
/* ========================================================
    club
======================================================== */
.club {
  position: relative;
  width: 100%;
  padding: 20rem 0 0 0;
}
.club_column {
  position: relative;
  width: 100%;
}
.club_ttl {
  position: relative;
  width: 100%;
  text-align: center;
}
.club_ttl > span {
  position: relative;
  display: inline-block;
  color: #005fcc;
  font-size: 6.2rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .club_ttl > span {
    font-size: 5.2rem;
  }
}
.club_ttl > span::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 1rem);
  display: block;
  height: 3.6rem;
  aspect-ratio: 47/39;
  -webkit-mask-image: url(../assets/images/common/icon_club.svg);
          mask-image: url(../assets/images/common/icon_club.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: #005fcc;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .club_ttl > span::before {
    height: 3.2rem;
  }
}
.club_ttl > span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -12rem;
  display: block;
  width: 69rem;
  aspect-ratio: 801/203;
  background-image: url(../assets/images/common/ttl_club.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .club_ttl > span::after {
    top: -15rem;
    width: 80.1rem;
  }
}
.club_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .club_wrap {
    margin-top: 6rem;
  }
}
.club_list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -6rem;
}
@media screen and (min-width: 768px) {
  .club_list {
    margin-top: -4.5rem;
  }
}
.club_list > li {
  width: 100%;
  margin: 6rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .club_list > li {
    width: 30.4761904762%;
    margin: 4.5rem 0 0 4.2857142857% !important;
  }
}
@media screen and (min-width: 768px) {
  .club_list > li:nth-child(3n+1) {
    margin-left: 0 !important;
  }
}
.club_list > li > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .club_list > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .club_list > li > a:hover .club_item > figure > img {
    transform: scale(1.05);
  }
}
.club_item {
  position: relative;
  width: 100%;
}
.club_item > figure {
  position: relative;
  width: 100%;
  border-radius: 3.2rem;
  overflow: hidden;
}
.club_item > figure > img {
  transition: 0.3s ease;
}
.club_item > dl {
  position: relative;
  width: 100%;
  margin-top: 2rem;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .club_item > dl {
    margin-top: 1.5rem;
    padding: 0 3.90625%;
  }
}
.club_item > dl > dt {
  width: 100%;
}
.club_item > dl > dt > span {
  display: block;
  color: #005fcc;
  font-family: "Outfit", sans-serif;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .club_item > dl > dt > span {
    font-size: 1.8rem;
  }
}
.club_item > dl > dd {
  width: 100%;
}
.club_item > dl > dd > span {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.club_btn {
  position: relative;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .club_btn {
    margin: 6rem auto 0 auto;
  }
}

/* ========================================================
    movie
======================================================== */
.movie {
  position: relative;
  width: 100%;
  padding: 20rem 0 0 0;
}
.movie_column {
  position: relative;
  width: 100%;
}
.movie_ttl {
  position: relative;
  width: 100%;
  text-align: center;
}
.movie_ttl > span {
  position: relative;
  display: inline-block;
  color: #005fcc;
  font-size: 6.2rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .movie_ttl > span {
    font-size: 5.2rem;
  }
}
.movie_ttl > span::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 1rem);
  display: block;
  height: 3.6rem;
  aspect-ratio: 52/34;
  -webkit-mask-image: url(../assets/images/common/icon_movie.svg);
          mask-image: url(../assets/images/common/icon_movie.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: #005fcc;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .movie_ttl > span::before {
    height: 3.2rem;
  }
}
.movie_ttl > span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -14rem;
  display: block;
  width: 40.2rem;
  aspect-ratio: 402/188;
  background-image: url(../assets/images/common/ttl_movie.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(-50%);
  z-index: -1;
}
.movie_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .movie_wrap {
    margin-top: 6rem;
  }
}
.movie_list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -6rem;
}
@media screen and (min-width: 768px) {
  .movie_list {
    margin-top: -4.5rem;
  }
}
.movie_list > li {
  width: 100%;
  margin: 6rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .movie_list > li {
    width: 30.4761904762%;
    margin: 4.5rem 0 0 4.2857142857% !important;
  }
}
@media screen and (min-width: 768px) {
  .movie_list > li:nth-child(3n+1) {
    margin-left: 0 !important;
  }
}
.movie_list > li > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .movie_list > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .movie_list > li > a:hover .movie_item > figure > img {
    transform: scale(1.05);
  }
}
.movie_list > li > a.yt_popup .movie_item > figure::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 11.5942028986%;
  max-width: 96px;
  aspect-ratio: 77/54;
  background-image: url(../assets/images/common/icon_play.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.movie_item {
  position: relative;
  width: 100%;
}
.movie_item > figure {
  position: relative;
  width: 100%;
  border-radius: 3.2rem;
  overflow: hidden;
}
.movie_item > figure > img {
  transition: 0.3s ease;
}
.movie_item > dl {
  position: relative;
  width: 100%;
  margin-top: 2rem;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .movie_item > dl {
    margin-top: 1.5rem;
    padding: 0 3.90625%;
  }
}
.movie_item > dl > dt {
  width: 100%;
}
.movie_item > dl > dt > span {
  display: block;
  color: #005fcc;
  font-family: "Outfit", sans-serif;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .movie_item > dl > dt > span {
    font-size: 1.8rem;
  }
}
.movie_item > dl > dd {
  width: 100%;
}
.movie_item > dl > dd > span {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

/* ========================================================
    onepoint
======================================================== */
.onepoint {
  position: relative;
  width: 100%;
  padding: 20rem 0 0 0;
}
.onepoint_column {
  position: relative;
  width: 100%;
}
.onepoint_ttl {
  position: relative;
  width: 100%;
  text-align: center;
}
.onepoint_ttl > span {
  position: relative;
  display: inline-block;
  color: #005fcc;
  font-size: 6.2rem;
  line-height: 1;
}
.onepoint p {
  margin: 1em;
}
.onepoint_article ol {
  list-style: decimal;
  margin: 1em;
  padding: 1em;
}
.onepoint_article ul {
  list-style: disc;
  margin: 1em;
  padding: 1em;
}


@media screen and (min-width: 768px) {
  .onepoint_ttl > span {
    font-size: 5.2rem;
  }
}
.onepoint_ttl > span::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 1rem);
  display: block;
  height: 3.6rem;
  aspect-ratio: 29/42;
  -webkit-mask-image: url(../assets/images/common/icon_onepoint.svg);
          mask-image: url(../assets/images/common/icon_onepoint.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: #005fcc;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .onepoint_ttl > span::before {
    height: 3.2rem;
  }
}
.onepoint_ttl > span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -14rem;
  display: block;
  width: 67.8rem;
  aspect-ratio: 678/184;
  background-image: url(../assets/images/common/ttl_onepoint.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(-50%);
  z-index: -1;
}
.onepoint_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .onepoint_wrap {
    margin-top: 6rem;
  }
}
.onepoint_list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -6rem;
}
@media screen and (min-width: 768px) {
  .onepoint_list {
    margin-top: -4.5rem;
  }
}
.onepoint_list > li {
  width: 100%;
  margin: 6rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .onepoint_list > li {
    width: 30.4761904762%;
    margin: 4.5rem 0 0 4.2857142857% !important;
  }
}
@media screen and (min-width: 768px) {
  .onepoint_list > li:nth-child(3n+1) {
    margin-left: 0 !important;
  }
}
.onepoint_list > li > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .onepoint_list > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .onepoint_list > li > a:hover .onepoint_item > figure > img {
    transform: scale(1.05);
  }
}
.onepoint_item {
  position: relative;
  width: 100%;
}
.onepoint_item > figure {
  position: relative;
  width: 100%;
  border-radius: 3.2rem;
  overflow: hidden;
}
.onepoint_item > figure > img {
  transition: 0.3s ease;
}
.onepoint_item > dl {
  position: relative;
  width: 100%;
  margin-top: 2rem;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .onepoint_item > dl {
    margin-top: 1.5rem;
    padding: 0 3.90625%;
  }
}
.onepoint_item > dl > dt {
  width: 100%;
}
.onepoint_item > dl > dt > span {
  display: block;
  color: #005fcc;
  font-family: "Outfit", sans-serif;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .onepoint_item > dl > dt > span {
    font-size: 1.8rem;
  }
}
.onepoint_item > dl > dd {
  width: 100%;
}
.onepoint_item > dl > dd > span {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.onepoint_btn {
  position: relative;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .onepoint_btn {
    margin: 6rem auto 0 auto;
  }
}

/* ========================================================
    column
======================================================== */
.column {
  position: relative;
  width: 100%;
  padding: 20rem 0 0 0;
}
.column_column {
  position: relative;
  width: 100%;
}
.column_ttl {
  position: relative;
  width: 100%;
  text-align: center;
}
.column_ttl > span {
  position: relative;
  display: inline-block;
  color: #005fcc;
  font-size: 6.2rem;
  line-height: 1;
}
.column p {
  margin: 1em;
}

.column_article ol {
  list-style: decimal;
  margin: 1em;
  padding: 1em;
}

.column_article ul {
  list-style: disc;
  margin: 1em;
  padding: 1em;
}
@media screen and (min-width: 768px) {
  .column_ttl > span {
    font-size: 5.2rem;
  }
}
.column_ttl > span::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 1rem);
  display: block;
  height: 3.6rem;
  aspect-ratio: 30/45;
  -webkit-mask-image: url(../assets/images/common/icon_column.svg);
          mask-image: url(../assets/images/common/icon_column.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: #005fcc;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .column_ttl > span::before {
    height: 3.2rem;
  }
}
.column_ttl > span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -13rem;
  display: block;
  width: 61.7rem;
  aspect-ratio: 617/188;
  background-image: url(../assets/images/common/ttl_column.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(-50%);
  z-index: -1;
}
.column_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .column_wrap {
    margin-top: 6rem;
  }
}
.column_list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -6rem;
}
@media screen and (min-width: 768px) {
  .column_list {
    margin-top: -4.5rem;
  }
}
.column_list > li {
  width: 100%;
  margin: 6rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .column_list > li {
    width: 30.4761904762%;
    margin: 4.5rem 0 0 4.2857142857% !important;
  }
}
@media screen and (min-width: 768px) {
  .column_list > li:nth-child(3n+1) {
    margin-left: 0 !important;
  }
}
.column_list > li > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .column_list > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .column_list > li > a:hover .column_item > figure > img {
    transform: scale(1.05);
  }
}
.column_item {
  position: relative;
  width: 100%;
}
.column_item > figure {
  position: relative;
  width: 100%;
  border-radius: 3.2rem;
  overflow: hidden;
}
.column_item > figure > img {
  transition: 0.3s ease;
}
.column_item > dl {
  position: relative;
  width: 100%;
  margin-top: 2rem;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .column_item > dl {
    margin-top: 1.5rem;
    padding: 0 3.90625%;
  }
}
.column_item > dl > dt {
  width: 100%;
}
.column_item > dl > dt > span {
  display: block;
  color: #005fcc;
  font-family: "Outfit", sans-serif;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .column_item > dl > dt > span {
    font-size: 1.8rem;
  }
}
.column_item > dl > dd {
  width: 100%;
}
.column_item > dl > dd > span {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.column_btn {
  position: relative;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .column_btn {
    margin: 6rem auto 0 auto;
  }
}

/* ========================================================
    about
======================================================== */
.about {
  position: relative;
  width: 100%;
  padding: 20rem 0 0 0;
}
.about_column {
  position: relative;
  width: 100%;
}
.about_ttl {
  position: relative;
  width: 100%;
  text-align: center;
}
.about_ttl > span {
  position: relative;
  display: inline-block;
  color: #005fcc;
  font-size: 6.2rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .about_ttl > span {
    font-size: 5.2rem;
  }
}
.about_ttl > span::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 1rem);
  display: block;
  height: 3.6rem;
  aspect-ratio: 36/39;
  -webkit-mask-image: url(../assets/images/common/icon_about.svg);
          mask-image: url(../assets/images/common/icon_about.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: #005fcc;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .about_ttl > span::before {
    height: 3.2rem;
  }
}
.about_ttl > span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -14rem;
  display: block;
  width: 51.2rem;
  aspect-ratio: 512/209;
  background-image: url(../assets/images/common/ttl_about.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(-50%);
  z-index: -1;
}
.about_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .about_wrap {
    margin-top: 6rem;
  }
}

/* ========================================================
    pager
======================================================== */
.pager {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .pager {
    margin-top: 6rem;
  }
}
.pager_prev {
  position: relative;
  width: 8.8rem;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .pager_prev {
    width: 7.2rem;
  }
}
.pager_prev > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background-image: url(../assets/images/common/arrow_btn.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .pager_prev > a:hover {
    background-image: url(../assets/images/common/arrow_btn_h.png);
    opacity: 1;
  }
}
.pager_prev > a.disabled {
  pointer-events: none;
  opacity: 0.6;
  filter: grayscale(100%);
}
.pager_next {
  position: relative;
  width: 8.8rem;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .pager_next {
    width: 7.2rem;
  }
}
.pager_next > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background-image: url(../assets/images/common/arrow_btn.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: scale(1, 1);
}
@media screen and (min-width: 768px) {
  .pager_next > a:hover {
    background-image: url(../assets/images/common/arrow_btn_h.png);
    opacity: 1;
  }
}
.pager_next > a.disabled {
  pointer-events: none;
  opacity: 0.6;
  filter: grayscale(100%);
}
.pager_num {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: auto;
  margin: 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .pager_num {
    margin: 0 5rem;
  }
}
.pager_num > li {
  width: auto;
  margin: 0 2.5rem;
}
.pager_num > li > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .pager_num > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .pager_num > li > a:hover > span {
    color: #005fcc;
  }
}
.pager_num > li > a.disabled {
  pointer-events: none;
}
.pager_num > li > a.current {
  pointer-events: none;
}
.pager_num > li > a.current > span {
  color: #005fcc;
  text-decoration: underline;
}
.pager_num > li > a > span {
  color: #666463;
  font-family: "Outfit", sans-serif;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .pager_num > li > a > span {
    font-size: 2.4rem;
  }
}

/* ========================================================
    tab
======================================================== */
.tab {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .tab {
    margin-top: 6rem;
  }
}
.tab_num {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: -3.2rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .tab_num {
    margin: -2.4rem auto 0 auto;
  }
}
.tab_num > li {
  width: 30.4347826087%;
  aspect-ratio: 210/80;
  margin: 3.2rem 0 0 4.347826087%;
}
@media screen and (min-width: 768px) {
  .tab_num > li {
    width: 210px;
    aspect-ratio: 210/60;
    margin: 2.4rem 15px 0 15px !important;
  }
}
.tab_num > li:nth-child(3n+1) {
  margin-left: 0;
}
.tab_num > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  border-radius: 1.6rem;
  background-color: #005fcc;
}
@media screen and (min-width: 768px) {
  .tab_num > li > a:hover {
    background-color: #ffff32;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .tab_num > li > a:hover > span {
    color: #005fcc;
  }
}
.tab_num > li > a.current {
  background-color: #ffff32;
  pointer-events: none;
}
.tab_num > li > a.current > span {
  color: #005fcc;
}
.tab_num > li > a > span {
  display: inline-block;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .tab_num > li > a > span {
    font-size: 2.4rem;
  }
}

/* ========================================================
    article
======================================================== */
.article {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .article {
    width: 95.2380952381%;
    padding: 7.5rem 11.9047619048%;
    border-radius: 3.2rem;
    background-color: #ffffff;
  }
}
.article::before {
  content: none;
  position: absolute;
  left: 1rem;
  top: 1rem;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3.2rem;
  background: linear-gradient(160deg, rgba(79, 145, 255, 0.4) 0%, rgba(187, 213, 255, 0.4) 50%, rgba(255, 194, 165, 0.4) 100%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .article::before {
    content: "";
  }
}
.article_subttl {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.article_subttl:has(em) {
  padding-left: 11.5rem;
}
.article_subttl > em {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 3em;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3em;
  text-align: center;
  border-radius: 1.6rem;
  background-color: #005fcc;
  transform: translateY(-50%);
}
.article_subttl > small {
  display: block;
  color: #005fcc;
  font-family: "Outfit", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .article_subttl > small {
    font-size: 1.8rem;
  }
}
.article_subttl > span {
  display: block;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
  -webkit-text-decoration: underline #ffff32 0.6rem;
          text-decoration: underline #ffff32 0.6rem;
}
.article_h4ttl {
  position: relative;
  width: 100%;
  margin-top: 6rem;
  /* padding-left: 2.4rem; */
}
@media screen and (min-width: 768px) {
  .article_h4ttl {
    margin-top: 4.5rem;
  }
}
.article_h4ttl:first-child {
  margin-top: 0;
}
/* .article_h4ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 0.8rem;
  height: 90%;
  background-color: #005fcc;
  transform: translateY(-50%);
} */
.article_h4ttl > span {
  display: block;
  color: #005fcc;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .article_h4ttl > span {
    font-size: 3.2rem;
  }
}
.article_text {
  position: relative;
  width: 100%;
  margin-top: 6rem;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .article_text {
    margin-top: 4.5rem;
    padding: 0;
  }
}
.article_text:first-child {
  margin-top: 0;
}
.article_text p {
  width: 100%;
  margin-top: 4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .article_text p {
    margin-top: 3rem;
  }
}
.article_text p:first-child {
  margin-top: 0;
}
.article_img {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 6rem 0 -4rem 0;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .article_img {
    margin: 4.5rem 0 -4rem 0;
  }
}
.article_img:first-child {
  margin-top: 0;
}
.article_img figure {
  position: relative;
  width: 100%;
  margin: 0 0 4rem 0;
  border-radius: 3.2rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .article_img figure {
    width: 48.3333333333%;
    margin: 0 0 4rem 3.3333333333% !important;
  }
  .article_img figure:first-child:last-child {
    width: 100%;
  }
  .article_img figure:nth-child(2n+1) {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 600px) {
  .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image),
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
    width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667);
  }
  .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:last-child:nth-child(odd),
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:last-child:nth-child(odd) {
    max-width: 48.3333333333%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image),
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
    width: 100%;
  }
}

.article_movie {
  position: relative;
  width: 100%;
  margin-top: 6rem;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .article_movie {
    margin-top: 4.5rem;
  }
}
.article_movie:first-child {
  margin-top: 0;
}
.article_movie a {
  display: block !important;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .article_movie a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .article_movie figure a:hover img,
  .article_movie a:hover figure img {
    transform: scale(1.05);
  }
}
.article_movie figure a,
.article_movie a figure {
  position: relative;
  width: 100%;
  border-radius: 3.2rem;
  overflow: hidden;
}
.article_movie figure a::before,
.article_movie a figure::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 11.5942028986%;
  max-width: 96px;
  aspect-ratio: 77/54;
  background-image: url(../assets/images/common/icon_play.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.article_movie figure a img,
.article_movie a figure img {
  transition: 0.3s ease;
}

.article_data > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 6rem;
  border-radius: 3.2rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .article_data > div {
    margin-top: 4.5rem;
    border-radius: 0;
  }
}
.article_data:first-child {
  margin-top: 0;
}
.article_data h4 {
  width: 100%;
  padding: 2rem 4rem;
  border-radius: 0;
  background-color: #005fcc;
}
@media screen and (min-width: 768px) {
  .article_data h4 {
    width: 2.5rem;
    padding: 2rem 0;
    border-radius: 1.25rem;
  }
}
.article_data h4 span {
  display: block;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .article_data h4 span {
    font-size: 1.8rem;
    writing-mode: vertical-rl;
  }
}
.article_data > div div.data {
  width: 100%;
  padding: 2rem 4rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .article_data > div div.data {
    width: calc(100% - 5rem);
    padding: 0;
    background-color: transparent;
  }
}
.article_data > div div.data ul {
  width: 100%;
}
.article_data > div div.data ul > li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.article_data > div div.data ul > li > em {
  display: block;
  width: 5em;
  font-weight: 700;
}
.article_data > div div.data ul > li > span {
  display: block;
  width: calc(100% - 5em);
  font-weight: 500;
}
.article_comment {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .article_comment {
    margin-top: 4.5rem;
  }
}
.article_comment:first-child {
  margin-top: 0;
}
.article_comment::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0.4rem;
  background-color: rgba(0, 95, 204, 0.4);
}
@media screen and (min-width: 768px) {
  .article_comment::before {
    height: 0.2rem;
  }
}
.article_comment h4 {
  width: 100%;
}
.article_comment h4 span {
  position: relative;
  display: block;
  color: #005fcc;
  font-family: "Outfit", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .article_comment h4 span {
    font-size: 3.2rem;
  }
}
.article_comment h4 span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: calc(100% - 8em);
  height: 0.4rem;
  background-color: rgba(0, 95, 204, 0.4);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .article_comment h4 span::before {
    height: 0.2rem;
  }
}
.article_comment > div {
  width: 100%;
  padding: 2.8rem 1rem 4.8rem 1rem;
}
@media screen and (min-width: 768px) {
  .article_comment > div {
    padding: 2.1rem 0 3.6rem 0;
  }
}
.article_comment > div p {
  width: 100%;
  margin-top: 3.2rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .article_comment > div p {
    margin-top: 2.4rem;
  }
}
.article_comment > div p:first-child {
  margin-top: 0;
}

/* ========================================================
    link
======================================================== */
.link {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 8rem auto 0 auto;
  padding: 8.4rem 0 9.4rem 0;
}
@media screen and (min-width: 768px) {
  .link {
    width: 95.2380952381%;
    margin: 0 auto;
    padding: 7.2rem 2.380952381%;
  }
}
.link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 0.4rem;
  background-color: rgba(0, 95, 204, 0.4);
}
@media screen and (min-width: 768px) {
  .link::before {
    content: none;
    height: 0.2rem;
  }
}
.link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0.4rem;
  background-color: rgba(0, 95, 204, 0.4);
}
@media screen and (min-width: 768px) {
  .link::after {
    height: 0.2rem;
  }
}
.link_prev {
  position: relative;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .link_prev {
    width: 42.1052631579%;
    min-width: 310px;
    margin: 0 auto 0 0;
  }
}
.link_prev > a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .link_prev > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .link_prev > a:hover .link_item {
    transform: translate(1rem, 1rem);
  }
}
@media screen and (min-width: 768px) {
  .link_prev > a:hover .link_item::before {
    background-image: url(../assets/images/common/arrow_btn_h.png);
  }
}
.link_prev > a::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 1rem;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3.2rem;
  background: linear-gradient(160deg, rgba(79, 145, 255, 0.4) 0%, rgba(187, 213, 255, 0.4) 50%, rgba(255, 194, 165, 0.4) 100%);
  z-index: -1;
}
.link_prev > a .link_item {
  flex-direction: row-reverse;
  padding-left: 15.9420289855%;
}
.link_prev > a .link_item::before {
  left: 3.6231884058%;
  transform: translateY(-50%) scale(-1, 1);
}
.link_next {
  position: relative;
  width: 100%;
  margin: 5rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .link_next {
    width: 42.1052631579%;
    min-width: 310px;
    margin: 0 0 0 auto;
  }
}
.link_next:first-child {
  margin-top: 0;
}
.link_next > a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .link_next > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .link_next > a:hover .link_item {
    transform: translate(1rem, 1rem);
  }
}
@media screen and (min-width: 768px) {
  .link_next > a:hover .link_item::before {
    background-image: url(../assets/images/common/arrow_btn_h.png);
  }
}
.link_next > a::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 1rem;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3.2rem;
  background: linear-gradient(160deg, rgba(79, 145, 255, 0.4) 0%, rgba(187, 213, 255, 0.4) 50%, rgba(255, 194, 165, 0.4) 100%);
  z-index: -1;
}
.link_next > a .link_item {
  flex-direction: row;
  padding-right: 15.9420289855%;
}
.link_next > a .link_item::before {
  right: 3.6231884058%;
  transform: translateY(-50%) scale(1, 1);
}
.link_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding: 5.7971014493%;
  border-radius: 3.2rem;
  background-color: #ffffff;
  transition: 0.3s ease;
}
.link_item::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 8.6956521739%;
  aspect-ratio: 1/1;
  background-image: url(../assets/images/common/arrow_btn.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transition: 0.3s ease;
}
.link_item > figure {
  position: relative;
  width: 48.1481481481%;
  border-radius: 1.6rem;
  overflow: hidden;
}
.link_item > dl {
  position: relative;
  width: 46.2962962963%;
}
.link_item > dl > dt {
  width: 100%;
}
.link_item > dl > dt > span {
  display: block;
  color: #005fcc;
  font-family: "Outfit", sans-serif;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .link_item > dl > dt > span {
    font-size: 1.8rem;
  }
}
.link_item > dl > dd {
  width: 100%;
}
.link_item > dl > dd > span {
  display: block;
}/*# sourceMappingURL=subpage.css.map */


/* WordPress　装飾用 */

.subcat {
      display: block;
        font-size: 6rem;
        padding-bottom: 2rem;
        font-weight: 700;
        line-height: 1.6;
        -webkit-text-decoration: underline #ffff32 0.6rem;
        text-decoration: underline #ffff32 0.6rem;
}
@media screen and (min-width: 768px) {
  .subcat {
      font-size: 4rem;
  }
}
