@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;800&display=swap");
:root {
  --sans-serif: "Noto Sans JP", sans-serif;
  --base: #fff;
  --main: #000;
  --blue01: #003397;
  --blue02: #DDF4FF;
  --blue03: #378CE8;
  --blue04: #0A1564;
  --orange01: #FBA600;
  --grad-yellow01: linear-gradient(to right, #FDE657, #FFAA06);
}

/*========================================
  ボタン
========================================*/
.c-btn {
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}

a.c-btn-grad__orange {
  background: var(--grad-yellow01);
  border: 2px solid var(--main);
  border-radius: 40px;
  box-shadow: 2px 2px 0 0 rgb(0, 0, 0);
  padding: 20px 70px;
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--main);
}
@media screen and (max-width: 767px) {
  a.c-btn-grad__orange {
    padding: 15px 55px;
    font-size: 1.8rem;
  }
}
a.c-btn-grad__orange:link, a.c-btn-grad__orange.visited {
  color: var(--main);
}
a.c-btn-grad__orange.btn-modal {
  padding: 16px 70px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  a.c-btn-grad__orange.btn-modal {
    padding: 16px 30px;
  }
}

/*========================================
  container
========================================*/
.c-container, .c-container--1300 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.c-container--1300 {
  max-width: 1380px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .c-container--1300 {
    padding-right: 34px;
    padding-left: 34px;
  }
}

/*========================================
  アイコン
========================================*/
.c-icon-play {
  position: relative;
}
.c-icon-play::before {
  background: url(../images/video_contents/icon-play.png) no-repeat 0 0;
  background-size: contain;
  content: "動画を見る";
  width: 42px;
  height: 42px;
  font-size: 1px;
  color: transparent;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-icon-register {
  position: relative;
}
.c-icon-register::before {
  background: url(../images/video_contents/pict-register.png) no-repeat 0 0;
  background-size: contain;
  content: "";
  width: 120px;
  height: 120px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-icon-register::before {
    width: 80px;
    height: 80px;
  }
}

.c-icon-ondemand {
  position: relative;
}
.c-icon-ondemand::before {
  background: url(../images/video_contents/pict-ondemand.png) no-repeat 0 0;
  background-size: contain;
  content: "";
  width: 120px;
  height: 120px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-icon-ondemand::before {
    width: 80px;
    height: 80px;
  }
}

/*========================================
  colum
========================================*/
.c-col-3__result,
.c-col-3__ondemand {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .c-col-3__result,
  .c-col-3__ondemand {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}

@media screen and (min-width: 768px) {
  .c-col-3__ondemand {
    gap: 50px 3.8%;
  }
}

@media screen and (min-width: 768px) {
  .c-col-3__result {
    gap: 35px;
  }
}

.c-col-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .c-col-4 {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}

/*========================================
  card
========================================*/
.c-card__movie {
  background: var(--base);
  border-radius: 8px;
  overflow: hidden;
}

.c-card__movie-pict {
  border: none;
  width: 100%;
  padding: 0;
  transition: 0.3s;
}
.c-card__movie-pict img {
  width: 100%;
  max-width: none !important;
  aspect-ratio: 310/175;
  object-fit: cover;
}

.c-card__movie-box {
  padding: 18px 20px 20px;
}

.c-card__movie-time {
  background: var(--blue01);
  border-radius: 13px;
  width: 50px;
  margin-right: 5px;
  padding: 1px 2px;
  font-weight: 700;
  color: var(--base);
  text-align: center;
  display: inline-block;
  vertical-align: 2px;
}
@media screen and (max-width: 767px) {
  .c-card__movie-time {
    font-size: 1.4rem;
  }
}

.c-card__movie-ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  display: inline;
}

.c-card__movie-category {
  margin-top: 2px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 12px;
}
@media screen and (max-width: 767px) {
  .c-card__movie-category {
    font-size: 1.4rem;
  }
}
.c-card__movie-category a {
  color: var(--blue03);
}
.c-card__movie-category a:visited {
  color: var(--blue03);
}

.c-card__staff,
.c-card__staff-inner {
  position: relative;
}
.c-card__staff::before, .c-card__staff::after,
.c-card__staff-inner::before,
.c-card__staff-inner::after {
  background: var(--orange01);
  box-shadow: 0 0 1px 2px rgb(0, 51, 151);
  border-radius: 50%;
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
}

.c-card__staff {
  border: 3px solid var(--blue04);
  border-radius: 8px;
  box-shadow: 2px 2px 0 0 rgb(10, 21, 100);
  display: flex;
}
.c-card__staff::before {
  top: 12px;
  left: 12px;
}
.c-card__staff::after {
  top: 12px;
  right: 12px;
}
.c-card__staff figure {
  margin: 0;
}

.c-card__staff-inner {
  width: 100%;
  padding: 40px;
}
@media (768px <= width < 1379px) {
  .c-card__staff-inner {
    padding: 12.9032258065%;
  }
}
.c-card__staff-inner::before {
  bottom: 12px;
  left: 12px;
}
.c-card__staff-inner::after {
  bottom: 12px;
  right: 12px;
}

.c-card__staff-pict {
  background: var(--blue02);
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-card__staff-pict {
    max-width: 200px;
    max-height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .c-card__staff-pict {
    width: 53.3333333333vw;
    height: 53.3333333333vw;
  }
}
.c-card__staff-pict img {
  width: 100%;
  max-width: none !important;
  aspect-ratio: 200/200;
  object-fit: contain;
}

.c-card__staff-name {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.c-card__staff-text {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.c-card__ondemand {
  background: var(--base);
  border-radius: 8px;
  overflow: hidden;
}

.c-card__ondemand-pict {
  border: none;
  width: 100%;
  padding: 0;
  transition: 0.3s;
}
.c-card__ondemand-pict img {
  width: 100%;
  max-width: none !important;
  aspect-ratio: 400/225;
  object-fit: cover;
}

.c-card__ondemand-box {
  padding: 25px 20px 20px;
}

.c-card__ondemand-ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-card__ondemand-text {
  margin-top: 20px;
}
.c-card__ondemand-text div:nth-child(n+2) {
  margin-top: 24px;
}
.c-card__ondemand-text .text-ttl {
  text-align: center;
}
.c-card__ondemand-text .text-ttl span {
  background: var(--blue01);
  border-radius: 12px;
  padding: 2px 10px;
  font-weight: 700;
  color: var(--base);
}
@media screen and (max-width: 767px) {
  .c-card__ondemand-text .text-ttl span {
    font-size: 1.4rem;
  }
}
.c-card__ondemand-text .text-list {
  background: rgba(221, 244, 255, 0.5);
  border-radius: 8px;
  margin-top: -12px;
  padding: 26px 20px 15px;
}

/*========================================
 title
========================================*/
.p-ttl-blue {
  color: var(--blue01);
}

.p-ttl-white {
  color: var(--base);
}

.p-ttl__h2 {
  margin-bottom: 55px;
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ttl__h2 {
    margin-bottom: 40px;
    font-size: 2.4rem;
  }
}

/*========================================
 list
========================================*/
.p-list__dotted-blue li {
  padding-left: 12px;
  color: var(--blue03);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-list__dotted-blue li {
    font-size: 1.4rem;
  }
}
.p-list__dotted-blue li:nth-child(n+2) {
  margin-top: 3px;
}
.p-list__dotted-blue li::before {
  background: var(--blue03);
  border-radius: 50%;
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}

/*========================================
 slider
========================================*/
.page-vc__contents-slider .slick-track {
  display: flex;
}
.page-vc__contents-slider .c-card__movie.slick-slide {
  height: auto !important;
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .page-vc__contents-slider .c-card__movie.slick-slide {
    margin: 0;
  }
}
.page-vc__contents-slider .slick-prev,
.page-vc__contents-slider .slick-next {
  width: 66px;
  height: 66px;
  margin: 0;
  padding: 0;
  top: calc(50% - 40px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-vc__contents-slider .slick-prev,
  .page-vc__contents-slider .slick-next {
    width: 50px;
    height: 50px;
    top: calc(50% - 11.2vw);
  }
}
.page-vc__contents-slider .slick-prev::before,
.page-vc__contents-slider .slick-next::before {
  content: "";
  width: 66px;
  height: 66px;
  display: block;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .page-vc__contents-slider .slick-prev::before,
  .page-vc__contents-slider .slick-next::before {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 768px) {
  .page-vc__contents-slider .slick-prev {
    left: -16px;
  }
}
.page-vc__contents-slider .slick-prev::before {
  background: url(../images/video_contents/icon-prev.png) no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .page-vc__contents-slider .slick-next {
    right: -16px;
  }
}
.page-vc__contents-slider .slick-next::before {
  background: url(../images/video_contents/icon-next.png) no-repeat 0 0;
  background-size: contain;
}

/*========================================
 modal
========================================*/
html.is-modal {
  overflow: hidden !important;
}

body.is-show-modal {
  height: auto;
  overflow: hidden !important;
}

.p-modal {
  color: var(--main);
  font-family: var(--sans-serif);
  overflow: auto;
  display: none;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 21, 100, 0.8);
  transition-property: opacity;
  transition-duration: 0.4s;
  z-index: 1001;
}
.p-modal:focus-visible {
  border: 2px solid blue;
}
.p-modal.is-show {
  opacity: 1;
}
.p-modal.is-show .p-modal__content {
  margin-top: 0;
}

.p-modal__wrap {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 900px;
  transition-property: margin;
  transition-duration: 0.4s;
}

.p-modal__content {
  overscroll-behavior: contain;
  overflow: auto;
  position: relative;
  background: #fff;
  border: 3px solid var(--blue01);
  border-radius: 8px;
  box-shadow: 2px 2px 0 0 rgb(10, 21, 100);
  padding: 3em;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-modal__content {
    padding: 5em 0.6em 4em;
  }
}

.p-modal__ttl {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.p-modal__btn {
  margin-top: 30px;
  text-align: center;
}

.p-modal__close-btn {
  cursor: pointer;
  background: url(../images/video_contents/icon-close.png) no-repeat 0 0;
  background-size: contain;
  position: fixed;
  right: 0;
  top: 0;
  border: 0;
  width: 62px;
  height: 62px;
  padding: 0;
  transform: translate(50%, -50%);
  transition: 0.3s;
}

/*========================================
 movie
========================================*/
.p-modal__youtube {
  width: 100%;
  aspect-ratio: 16/9;
  line-height: 1;
}
.p-modal__youtube iframe {
  width: 100%;
  max-width: none;
  height: 100%;
}

/*========================================
  video_contents
========================================*/
.page-vc__hero,
.page-vc__category,
.page-vc__contents,
.page-vc__staff,
.page-vc__ondemand {
  font-family: var(--sans-serif);
  color: var(--main);
}

.page-vc__hero {
  background: url(../images/video_contents/bg-hero-pict-pc.png) no-repeat 70% 20%, url(../images/video_contents/bg-hero-pc.jpg) no-repeat 50% 50%;
  background-size: 115vw auto, cover;
  margin-top: 138px;
  height: 376px;
}
@media (1380px <= width) {
  .page-vc__hero {
    background-size: 1944px 458px, cover;
  }
}
@media (width < 1024px) {
  .page-vc__hero {
    margin-top: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .page-vc__hero {
    background: url(../images/video_contents/bg-hero-pict-sp.png) no-repeat 50% 19vw, url(../images/video_contents/bg-hero-sp.jpg) no-repeat 50% 50%;
    background-size: 135% auto, cover;
    max-height: none;
    height: 79vw;
  }
}
@media screen and (max-width: 767px) {
  .page-vc__hero img {
    width: 100%;
    max-width: none !important;
  }
}

.page-vc__hero-inner {
  padding: 68px 40px 48px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-vc__hero-inner {
    padding: 10px 0 0;
  }
}

.page-vc__hero-ttl {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-vc__hero-ttl {
    width: 88vw;
    margin: 2vw auto 0;
  }
}

.page-vc__hero-pict {
  text-align: center;
  margin-top: 37px;
}
@media screen and (max-width: 767px) {
  .page-vc__hero-pict {
    width: 90%;
    margin: 31vw auto 0;
  }
}

.page-vc__category {
  background: url(../images/video_contents/bg_search.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .page-vc__category {
    padding: 30px 0;
  }
}

.page-vc__category-ttl {
  font-size: 2.4rem;
  font-weight: 800;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-vc__category-ttl {
    font-size: 2rem;
  }
}

.page-vc__category-list {
  max-width: 890px;
  margin: 10px auto 0;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 10px;
}
@media screen and (max-width: 767px) {
  .page-vc__category-list {
    margin: 10px auto 0;
    padding: 0 14px;
    gap: 8px 10px;
  }
}

.page-vc__category-item {
  position: relative;
}
.page-vc__category-item.item-01 {
  width: 15.393258427vw;
}
@media screen and (min-width: 768px) {
  .page-vc__category-item.item-01 {
    max-width: 137px;
    margin-left: 26.8539325843vw;
  }
}
@media screen and (min-width: 905px) {
  .page-vc__category-item.item-01 {
    margin-left: 239px;
  }
}
@media screen and (max-width: 767px) {
  .page-vc__category-item.item-01 {
    width: 28.8vw;
  }
}
.page-vc__category-item.item-02 {
  width: 24.7191011236vw;
}
@media screen and (min-width: 768px) {
  .page-vc__category-item.item-02 {
    max-width: 220px;
    margin-right: calc(100% - (66.9662921348vw + 10px));
  }
}
@media (905px <= width) {
  .page-vc__category-item.item-02 {
    margin-right: 218px;
  }
}
@media screen and (max-width: 767px) {
  .page-vc__category-item.item-02 {
    width: 45.8666666667vw;
  }
}
.page-vc__category-item.item-03 {
  width: 24.606741573vw;
  order: 1;
}
@media screen and (min-width: 768px) {
  .page-vc__category-item.item-03 {
    max-width: 189px;
  }
}
@media screen and (max-width: 767px) {
  .page-vc__category-item.item-03 {
    width: 45.6vw;
  }
}
.page-vc__category-item.item-04 {
  width: 18.0898876404vw;
  order: 1;
}
@media screen and (min-width: 768px) {
  .page-vc__category-item.item-04 {
    max-width: 231px;
  }
}
@media screen and (max-width: 767px) {
  .page-vc__category-item.item-04 {
    width: 33.0666666667vw;
  }
}
.page-vc__category-item.item-05 {
  width: 18.0898876404vw;
  order: 1;

}
@media screen and (min-width: 768px) {
  .page-vc__category-item.item-05 {
    max-width: 161px;
  }
}
@media screen and (max-width: 767px) {
  .page-vc__category-item.item-05 {
    width: 33.0666666667vw;
  }
}
.page-vc__category-item.item-06 {
  width: 28.0898876404vw;
  order: 2;
}
@media screen and (min-width: 768px) {
  .page-vc__category-item.item-06 {
    max-width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .page-vc__category-item.item-06 {
    width: 56.8vw;
  }
}
.page-vc__category-item.item-07 {
  width: 22.2471910112vw;
  order: 2;
}
@media screen and (min-width: 768px) {
  .page-vc__category-item.item-07 {
    max-width: 138px;
  }
}
@media screen and (max-width: 767px) {
  .page-vc__category-item.item-07 {
    width: 41.3333333333vw;
  }
}
.page-vc__category-item.item-08 {
  width: 20.4494382022vw;
  order: 2;
}
@media screen and (min-width: 768px) {
  .page-vc__category-item.item-08 {
    max-width: 212px;
  }
}
@media screen and (max-width: 767px) {
  .page-vc__category-item.item-08 {
    width: 37.6vw;
  }
}
.page-vc__category-item.item-09 {
  width: 22.6966292135vw;
  order: 2;
}
@media screen and (min-width: 768px) {
  .page-vc__category-item.item-09 {
    max-width: 192px;
  }
}
@media screen and (max-width: 767px) {
  .page-vc__category-item.item-09 {
    width: 41.8666666667vw;
  }
}
.page-vc__category-item.item-10 {
  width: 22.6966292135vw;
  order: 2;
}
@media screen and (min-width: 768px) {
  .page-vc__category-item.item-10 {
    max-width: 202px;
  }
}
@media screen and (max-width: 767px) {
  .page-vc__category-item.item-10 {
    width: 41.8666666667vw;
  }
}

.page-vc__category-link {
  background: var(--base);
  border: 2px solid var(--blue04);
  border-radius: 8px;
  box-shadow: 2px 2px 0 0 rgb(10, 21, 100);
  padding: 12px 10px 12px 58px;
  font-size: clamp(1.2rem, -2.577rem + 4.918vw, 1.8rem);
  font-weight: 700;
  color: var(--main);
  display: block;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .page-vc__category-link {
    padding: 2.6666666667vw 5px 2.6666666667vw 12.8vw;
    font-size: 4vw;
  }
}
.page-vc__category-link::before {
  background: var(--blue02);
  border-radius: 4px;
  content: "";
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .page-vc__category-link::before {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    left: 2.4vw;
  }
}
.page-vc__category-link:visited {
  color: var(--main);
}
@media (hover: hover) {
  .page-vc__category-link:hover {
    background: var(--blue04);
    color: var(--base);
    opacity: 1;
  }
  .page-vc__category-link:hover::before {
    background: var(--base);
  }
}
.page-vc__category-link.is-active {
  background: rgb(255, 177, 0);
  background: linear-gradient(270deg, rgb(255, 177, 0) 0%, rgb(251, 232, 90) 100%);
}
.page-vc__category-link.is-active::before {
  background: var(--base);
}
.page-vc__category-link.is-active::after {
  background: url(../images/video_contents/icon-check.svg) no-repeat 0 0;
  background-size: contain;
  content: "選択しています";
  width: 26px;
  height: 18px;
  font-size: 1px;
  color: transparent;
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .page-vc__category-link.is-active::after {
    width: 5.3333333333vw;
    height: 3.7333333333vw;
    left: 4vw;
  }
}

.page-vc__contents {
  position: relative;
}
.page-vc__contents::before {
  background: url(../images/video_contents/bg-pc.jpg) no-repeat 50% 0;
  background-size: cover;
  content: "";
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page-vc__contents::before {
    background: url(../images/video_contents/bg-sp.jpg) no-repeat 50% 0;
    background-size: cover;
  }
}

.page-vc__contents-inner {
  padding-top: 100px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .page-vc__contents-inner {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.page-vc__contents-box:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .page-vc__contents-box:not(:first-child) {
    margin-top: 40px;
  }
}

.page-vc__contents-ttl {
  width: 80%;
  margin: 0 auto 30px;
  font-size: 4rem;
  font-weight: 800;
  text-align: center;
  color: var(--blue01);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .page-vc__contents-ttl {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
}

.page-vc__contents-btn {
  margin: 80px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-vc__contents-btn {
    margin-top: 40px;
  }
}

.page-vc__staff {
  background: var(--base);
  padding: 80px 0 120px;
}
@media screen and (max-width: 767px) {
  .page-vc__staff {
    padding: 60px 0;
  }
}
.page-vc__staff .p-ttl__h2 {
  padding-top: 147px;
}
@media screen and (max-width: 767px) {
  .page-vc__staff .p-ttl__h2 {
    padding-top: 95px;
  }
}

.page-vc__ondemand {
  background: url(../images/video_contents/bg-ondemand-pc.jpg) no-repeat 50% 0;
  background-size: cover;
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .page-vc__ondemand {
    background: var(--blue01) url(../images/video_contents/bg-ondemand-sp.jpg) no-repeat 100% 0;
    background-size: 218px 202px;
    padding: 60px 0;
  }
}
.page-vc__ondemand .p-ttl__h2 {
  margin-bottom: 30px;
  padding-top: 147px;
}
@media screen and (max-width: 767px) {
  .page-vc__ondemand .p-ttl__h2 {
    margin-bottom: 20px;
    padding-top: 95px;
  }
}
@media screen and (min-width: 768px) {
  .page-vc__ondemand .p-ttl__h2 span {
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .page-vc__ondemand .p-ttl__h2 span {
    display: block;
  }
}
.page-vc__ondemand .page-vc__ondemand-info {
  margin-bottom: 65px;
  font-size: 2.4rem;
  color: var(--base);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-vc__ondemand .page-vc__ondemand-info {
    margin-bottom: 40px;
    font-size: 1.7rem;
  }
}

/******************************
* font size
******************************/
.u-fs-11 {
  font-size: 1.1rem;
}

.u-fs-12 {
  font-size: 1.2rem;
}

.u-fs-13 {
  font-size: 1.3rem;
}

.u-fs-14 {
  font-size: 1.4rem;
}

.u-fs-15 {
  font-size: 1.5rem;
}

.u-fs-16 {
  font-size: 1.6rem;
}

.u-fs-17 {
  font-size: 1.7rem;
}

.u-fs-18 {
  font-size: 1.8rem;
}

.u-fs-19 {
  font-size: 1.9rem;
}

.u-fs-20 {
  font-size: 2rem;
}

.u-fs-21 {
  font-size: 2.1rem;
}

.u-fs-22 {
  font-size: 2.2rem;
}

.u-fs-23 {
  font-size: 2.3rem;
}

.u-fs-24 {
  font-size: 2.4rem;
}

.u-fs-25 {
  font-size: 2.5rem;
}

.u-fs-26 {
  font-size: 2.6rem;
}

.u-fs-27 {
  font-size: 2.7rem;
}

.u-fs-28 {
  font-size: 2.8rem;
}

.u-fs-29 {
  font-size: 2.9rem;
}

.u-fs-30 {
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .u-SP-fs-1 {
    font-size: 1vw;
  }
  .u-SP-fs-2 {
    font-size: 2vw;
  }
  .u-SP-fs-3 {
    font-size: 3vw;
  }
  .u-SP-fs-4 {
    font-size: 4vw;
  }
  .u-SP-fs-5 {
    font-size: 5vw;
  }
  .u-SP-fs-6 {
    font-size: 6vw;
  }
  .u-SP-fs-7 {
    font-size: 7vw;
  }
  .u-SP-fs-8 {
    font-size: 8vw;
  }
  .u-SP-fs-9 {
    font-size: 9vw;
  }
  .u-SP-fs-10 {
    font-size: 10vw;
  }
  .u-SP-fs-11 {
    font-size: 11vw;
  }
  .u-SP-fs-12 {
    font-size: 12vw;
  }
  .u-SP-fs-13 {
    font-size: 13vw;
  }
  .u-SP-fs-14 {
    font-size: 14vw;
  }
  .u-SP-fs-15 {
    font-size: 15vw;
  }
  .u-SP-fs-16 {
    font-size: 16vw;
  }
  .u-SP-fs-17 {
    font-size: 17vw;
  }
  .u-SP-fs-18 {
    font-size: 18vw;
  }
  .u-SP-fs-19 {
    font-size: 19vw;
  }
  .u-SP-fs-20 {
    font-size: 20vw;
  }
  .u-SP-fs-21 {
    font-size: 21vw;
  }
  .u-SP-fs-22 {
    font-size: 22vw;
  }
  .u-SP-fs-23 {
    font-size: 23vw;
  }
  .u-SP-fs-24 {
    font-size: 24vw;
  }
  .u-SP-fs-25 {
    font-size: 25vw;
  }
  .u-SP-fs-26 {
    font-size: 26vw;
  }
  .u-SP-fs-27 {
    font-size: 27vw;
  }
  .u-SP-fs-28 {
    font-size: 28vw;
  }
  .u-SP-fs-29 {
    font-size: 29vw;
  }
  .u-SP-fs-30 {
    font-size: 30vw;
  }
}
/*========================================
 * hidden
 *
 * クラス : u-hidden-{MQ}
========================================*/
@media screen and (max-width: 767px) {
  .u-hidden-ltSP {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .u-hidden-ltTAB {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-hidden-gtTAB {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .u-hidden-gtPC {
    display: none;
  }
}

/*========================================
 * スクリーンリーダーテキスト
========================================*/
.screen-reader-text,
.u-screen-reader {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

/*========================================
 * text-align
========================================*/
.u-ta-left {
  text-align: left;
}
.u-ta-center {
  text-align: center;
}
.u-ta-right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .u-SP-ta-left {
    text-align: left;
  }
  .u-SP-ta-center {
    text-align: center;
  }
  .u-SP-ta-right {
    text-align: right;
  }
}
/******************************
* br
******************************/
.u-br {
  display: block;
}

@media screen and (min-width: 768px) {
  .u-br-pc {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .u-br-sp {
    display: block;
  }
}