#video .layout .hero {
  background: url("/examinee/jukensei/video/img/video_hero.jpg") no-repeat center;
  background-size: cover;
}
#video .layout header h3 {
  background-color: #ccf1ff;
}
#video .layout header h3::after {
  border-top: 20px solid #ccf1ff;
}
#video .side_button {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  width: 110px;
  transition: all 400ms 0s ease;
}
#video .side_button.bottom_space {
  bottom: 85px;
}
#video .side_button img {
  width: 100%;
}
#video .sc1 figure {
  background-color: #3ccdd7;
  text-align: center;
  padding: 2rem;
  position: relative;
  margin-bottom: 2rem;
}
#video .sc1 figure a:after {
  content: "";
  display: block;
  background: url("/examinee/jukensei/video/img/play.svg") no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#video .sc1 figure img {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
#video #jump2 {
  margin-top: -90px;
  padding-top: 90px;
}
#video .sc2 .row {
  display: flex;
  justify-content: space-between;
}
#video .sc2 dl {
  width: 48%;
  text-align: center;
  padding: 1rem 1rem 2rem;
  box-sizing: border-box;
}
#video .sc2 dl:first-child {
  background-color: #63CFFF;
}
#video .sc2 dl:last-child {
  background-color: #FEC353;
}
#video .sc2 dl dt {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #fff;
  margin-bottom: 1rem;
}
#video .sc2 dl dd img {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
#video .sc3 .subtitle_area_wrap {
  padding: 10px;
  margin: 50px 0;
  position: relative;
  background-color: #ffaa00;
}
#video .sc3 .subtitle_area_wrap::after {
  content: "";
  display: block;
  border-right: 20px solid transparent;
  border-top: 20px solid #ffaa00;
  border-left: 20px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
#video .sc3 .subtitle_area_wrap.green {
  background-color: #0e8196;
}
#video .sc3 .subtitle_area_wrap.green::after {
  border-top: 20px solid #0e8196;
}
#video .sc3 .subtitle_area_wrap .subtitle_area {
  display: flex;
  justify-content: space-between;
}
#video .sc3 .subtitle_area_wrap .subtitle_area .icon {
  width: 110px;
}
#video .sc3 .subtitle_area_wrap .subtitle_area .icon img {
  width: 100%;
}
#video .sc3 .subtitle_area_wrap .subtitle_area .text {
  width: calc(100% - 130px);
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#video .sc3 .subtitle_area_wrap .subtitle_area .text h4 {
  font-size: 200%;
  font-weight: bold;
  color: #FFF;
}
#video .sc3 .subtitle_area_wrap .subtitle_area .text h4 br {
  display: none;
}
#video .sc3 .subtitle_area_wrap .dept {
  font-weight: bold;
  font-size: 120%;
  color: #FFF;
}
#video .sc3 .subtitle_area_wrap .dept_sp {
  display: none;
  line-height: 1.4em;
  margin-top: 10px;
  text-align: center;
}
#video .sc3 .thumb-item {
  background-color: #3ccdd7;
  padding: 2rem;
}
#video .sc3 .thumb-item li {
  text-align: center;
}
#video .sc3 .thumb-item a:after {
  content: "";
  display: block;
  background: url("/examinee/jukensei/video/img/play.svg") no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#video .sc3 .thumb-item img {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  max-width: 925px;
  width: 100%;
  display: inline-block;
}
#video .sc3 .thumb-item-nav {
  background-color: #ccf1ff;
  margin-top: 2rem;
  padding: 1rem 0.5rem;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#video .sc3 .thumb-item-nav li {
  padding: 5px;
  box-sizing: border-box;
  width: 20%;
}
#video .sc3 .thumb-item-nav img {
  border: 5px solid #fff;
  display: inline;
  box-sizing: border-box;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
#video .sc3 .thumb-item-nav.column4 {
  padding: 1rem 8rem;
}
#video .sc3 .thumb-item-nav.column4 li {
  width: 25%;
}
#video .sc3.coming .thumb-item a:after {
  content: none;
}
#video .ob-og figure {
  background-color: #3ccdd7;
  text-align: center;
  padding: 2rem;
  position: relative;
}
#video .ob-og figure a:after {
  content: "";
  display: block;
  background: url("/examinee/jukensei/video/img/play2.svg") no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#video .ob-og figure img {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
  #video .side_button {
    right: 10px;
    bottom: 10px;
    width: 75px;
  }
  #video .side_button.bottom_space {
    bottom: 85px;
  }
  #video .sc1 figure, #video .ob-og figure {
    padding: 1rem;
  }
  #video .sc1 figure a:after, #video .ob-og figure a:after {
    width: 40px;
    height: 40px;
  }
  #video .sc1 p, #video .ob-og p {
    text-align: left;
  }
  #video .sc1 p br.pc_only, #video .ob-og p br.pc_only {
    display: none;
  }
  #video .sc2 .row {
    flex-direction: column;
  }
  #video .sc2 dl {
    width: 100%;
    padding: 0.5rem 1rem 1.5rem;
  }
  #video .sc2 dl:first-child {
    margin-bottom: 1rem;
  }
  #video .sc2 dl dt {
    font-size: calc(18px + 12 * (100vw - 320px) / 447);
    margin-bottom: 0.5rem;
  }
  #video .sc2 p {
    text-align: left;
  }
  #video .sc2 p br.pc_only {
    display: none;
  }
  #video .sc3 .subtitle_area_wrap .dept_sp {
    display: block;
  }
  #video .sc3 .subtitle_area_wrap .subtitle_area .icon {
    width: 70px;
    margin: 0 auto;
  }
  #video .sc3 .subtitle_area_wrap .subtitle_area .text {
    width: calc(100% - 80px);
  }
  #video .sc3 .subtitle_area_wrap .subtitle_area .text h4 {
    font-size: 150%;
  }
  #video .sc3 .subtitle_area_wrap .subtitle_area .text h4 br {
    display: inline;
  }
  #video .sc3 .subtitle_area_wrap .subtitle_area .text .dept {
    display: none;
  }
  #video .sc3 p {
    text-align: left;
  }
  #video .sc3 p br.pc_only {
    display: none;
  }
  #video .sc3 .thumb-item {
    padding: 1rem 1rem 0.5rem;
  }
  #video .sc3 .thumb-item a:after {
    width: 40px;
    height: 40px;
  }
  #video .sc3 .thumb-item img {
    max-width: 98%;
  }
  #video .sc3 .thumb-item-nav {
    margin-top: 1rem;
    padding: 0.5rem;
    border-radius: 5px;
    justify-content: left;
  }
  #video .sc3 .thumb-item-nav li {
    margin: 0;
    width: 33%;
    padding: 5px 3px;
  }
  #video .sc3 .thumb-item-nav img {
    border: 2px solid #fff;
  }
  #video .sc3 .thumb-item-nav.column4 {
    padding: 0.5rem;
  }
  #video .sc3 .thumb-item-nav.column4 li {
    width: 33%;
  }
}
.campus-movie {
  margin-bottom: 50px;
}

.p-video__contents-list {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
}
@media (max-width: 768px) {
  .p-video__contents-list {
    gap: 18px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-video__contents-item {
  text-align: center;
}
.p-video__contents-item--ffs {
  --course-movie: linear-gradient(45deg, #004098 0%, #006ace 50%, #004098 100%);
  --coming-movie: #004098;
}
.p-video__contents-item--feaba {
  --course-movie: linear-gradient(45deg, #ee7800 0%, #ee9900 50%, #ee7800 100%);
  --coming-movie: #ee7800;
}
.p-video__contents-item--fh {
  --course-movie: linear-gradient(45deg, #e9528e 0%, #e974af 50%, #e9528e 100%);
  --coming-movie: #e9528e;
}
.p-video__contents-item--fl {
  --course-movie: linear-gradient(45deg, #0097e0 0%, #00b1ed 50%, #0097e0 100%);
  --coming-movie: #0097e0;
}
.p-video__contents-item--srd {
  --course-movie: linear-gradient(45deg, #5cb531 0%, #76d031 50%, #5cb531 100%);
  --coming-movie: #5cb531;
}
.p-video__contents-item--fee {
  --course-movie: linear-gradient(45deg, #009a5e 0%, #00bb81 50%, #009a5e 100%);
  --coming-movie: #009a5e;
}
.p-video__contents-item a {
  width: 100%;
  height: 100%;
  padding: 10px;
  display: inline-block;
  background: var(--course-movie);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.p-video__contents-item a dl {
  box-sizing: border-box;
  border: solid 1px #fff;
  line-height: 1;
  width: 100%;
  height: 100%;
  font-size: clamp(10px, 1.4vw, 18px);
}
@media (max-width: 768px) {
  .p-video__contents-item a dl {
    font-size: clamp(8px, 2.8vw, 20px);
  }
}
.p-video__contents-item a dl .p-video__contents-main-title {
  font-size: 1.6em;
  min-height: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
@media (max-width: 768px) {
  .p-video__contents-item a dl .p-video__contents-main-title {
    min-height: 3em;
    font-size: 1em;
  }
}
.p-video__contents-item a dl .p-video__contents-part-title {
  font-size: 1.3em;
  margin: 0 16px 0;
  padding: 12px 0 8px;
  border-bottom: solid 1px #fff;
}
@media (max-width: 768px) {
  .p-video__contents-item a dl .p-video__contents-part-title {
    font-size: 0.8em;
  }
}
.p-video__contents-item a dl .p-video__contents-coming {
  font-family: "Oswald", serif;
  font-size: 1rem;
  background: #fff;
  color: var(--coming-movie);
  width: fit-content;
  line-height: 1;
  padding: 1px 12px 3px;
  border-radius: 7px;
}
@media (max-width: 768px) {
  .p-video__contents-item a dl .p-video__contents-coming {
    font-size: 0.7rem;
  }
}/*# sourceMappingURL=video.css.map */