@import url('/common/css2/style.css');
@import url('/common/css2/swiper.min.css');


@media screen and (max-width: 48em) {
  .base-page--top {
    padding: 21.5% 0 0;
  }
}

.mod-timeschedule__timeschedule {
  position: relative;
}

.mod-timeschedule__indicator {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 0;
  right: 0;
  top: 50px;
  margin: auto;
  opacity: 0;
  transition: opacity .3s ease-out, top .3s ease-out;
  -webkit-transform-origin: 50% 75%;
          transform-origin: 50% 75%;
}

.mod-timeschedule__indicator.is-visible {
  opacity: 1;
  -webkit-animation: indicator-showup .75s ease;
          animation: indicator-showup .75s ease;
}

@-webkit-keyframes indicator-showup {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  33% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  66% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }

  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes indicator-showup {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  33% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  66% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }

  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.wgt-home-hero {
  position: relative;
  width: 100%;
  height: 1000px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 275px 0 0;
}

@media screen and (max-width: 48em) {
  .wgt-home-hero {
    height: auto;
    display: block;
    padding: 60px 15px 22px;
  }
}


.mod-primary-deps {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 48em) {
  .mod-primary-deps {
    margin: 0 0 40px;
    display: block;
    -webkit-font-smoothing: subpixel-antialiased;
  }

  .mod-primary-deps.is-hidden {
    opacity: 1;
    visibility: visible;
  }
}

.mod-primary-dep {
  width: 460px;
  color: #FFF;
  text-align: center;
  box-sizing: border-box;
  padding: 80px 0;
}

@media screen and (max-width: 48em) {
  .mod-primary-dep {
    width: 100%;
    padding: 0 15px 25px;
    margin: 0 0 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
  }

  .mod-primary-dep:last-child {
    border-bottom: none;
  }
}

.mod-primary-dep__name {
  font-size: 6rem;
  font-family: 'Noto Serif JP', serif;
  margin: 0 0 12px;
  letter-spacing: .05em;
  line-height: 1;
}

@media screen and (max-width: 48em) {
  .mod-primary-dep__name {
    font-size: 3.5rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, .2);
    margin: 0 0 10px;
  }
}

.mod-primary-dep__since {
  font-size: 2.4rem;
  font-weight: bold;
  font-style: italic;
  letter-spacing: .05em;
  margin: 0 0 16px;
}

@media screen and (max-width: 48em) {
  .mod-primary-dep__since {
    font-size: 1.3rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, .2);
    margin: 0 0 12px;
  }
}

.mod-primary-dep__desc {
  font-size: 2rem;
  line-height: 1.75;
  margin: 0 0 25px;
}

@media screen and (max-width: 48em) {
  .mod-primary-dep__desc {
    margin: 0 0 15px;
    font-size: 1.3rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, .2);
  }
}

.mod-primary-dep__desc p {
  margin: 0;
}

.mod-primary-dep__detail {
  display: inline-block;
  width: 140px;
  padding: 4px 0 2px;
  font-size: 1.3rem;
  color: #444;
  text-decoration: none;
  border-radius: 13px;
  background: #FFF url('/common/img/base/icon-btn-arrow.png') right 13px top 50% no-repeat;
  cursor: pointer;
}

.mod-univ-hospital {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
}

@media screen and (max-width: 48em) {
  .mod-univ-hospital {
    position: static;
  }
}

.mod-univ-hospital__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 12px;
}

@media screen and (max-width: 48em) {
  .mod-univ-hospital__header {
    display: block;
  }
}

.mod-univ-hospital__title {
  color: #FFF;
  font-size: 2.4rem;
  margin: 0 30px 0 0;
  letter-spacing: .16em;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 48em) {
  .mod-univ-hospital__title {
    text-align: center;
    margin: 0 0 10px;
  }
}

.mod-univ-hospital__lead {
  color: #FFF;
  font-size: 1.3rem;
  letter-spacing: .05em;
}

.mod-univ-hospital__lead p {
  margin: 0;
}

@media screen and (max-width: 48em) {
  .mod-univ-hospital__lead {
    line-height: 1.5;
  }
}



.mod-univ-hospital__banner__items {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 48em) {
  .mod-univ-hospital__banner__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.mod-univ-hospital__banner__item {
  width: 210px;
  margin: 0 10px;
}

@media screen and (max-width: 48em) {
  .mod-univ-hospital__banner__item {
    line-height: 1.5;
    width: 50%;
    margin: 0 0 6px;
    box-sizing: border-box;
  }

  .mod-univ-hospital__banner__item:nth-child(odd) {
    padding: 0 3px 0 0;
  }

  .mod-univ-hospital__banner__item:nth-child(even) {
    padding: 0 0 0 3px;
  }
}

.mod-univ-hospital__banner__link {
  display: block;
  color: #FFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-decoration: none;
}

.mod-univ-hospital__banner__link::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(229, 229, 229, .3);
  box-sizing: border-box;
}

.mod-univ-hospital__banner__thumb {
  width: 70px;
  height: 70px;
}

@media screen and (max-width: 48em) {
  .mod-univ-hospital__banner__thumb {
    width: 40px;
    height: 40px;
  }
}

.mod-univ-hospital__banner__text {
  padding: 0;
  -ms-flex: 1;
      flex: 1;
  text-align: center;
  font-size: 1.3rem;
}

@media screen and (max-width: 48em) {
  .mod-univ-hospital__banner__text {
    line-height: 1.1;
  }
}

.mod-univ-hospital__banner__item--new {
  width: 280px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}

@media screen and (max-width: 48em) {
  .mod-univ-hospital__banner__item--new {
    width: 50%;
  }
}

.mod-univ-hospital__banner__item--new .mod-univ-hospital__banner__link {
  background-color: rgba(255, 255, 255, .7);
  color: #1A1A1A;
}

.mod-univ-hospital__banner__item--new .mod-univ-hospital__banner__thumb {
  width: 90px;
}

@media screen and (max-width: 48em) {
  .mod-univ-hospital__banner__item--new .mod-univ-hospital__banner__thumb {
    width: 40px;
    position: relative;
    overflow: hidden;
  }

  .mod-univ-hospital__banner__item--new .mod-univ-hospital__banner__thumb img {
    height: 40px;
    width: 51px;
    position: absolute;
    max-width: none;
    left: -5px;
  }
}

.mod-univ-hospital__banner__item--new .mod-univ-hospital__banner__text {
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 48em) {
  .mod-univ-hospital__banner__item--new .mod-univ-hospital__banner__text {
    font-size: 1rem;
    line-height: 1.3;
  }
}

.mod-univ-hospital__banner__item--new .mod-univ-hospital__banner__text span {
  font-weight: bold;
  font-size: 2rem;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 48em) {
  .mod-univ-hospital__banner__item--new .mod-univ-hospital__banner__text span {
    font-size: 1.3rem;
  }
}


.mod-univ-hospital__banner__item--new .mod-univ-hospital__banner__text strong {
  letter-spacing: .05em;
  font-size: 1.6rem;
}

@media screen and (max-width: 48em) {
  .mod-univ-hospital__banner__item--new .mod-univ-hospital__banner__text strong {
    font-size: 1.3rem;
  }
}



.mod-dep-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: visibility .25s ease-out, opacity .25s ease-out;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

.mod-dep-overlay.is-shown {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  -webkit-font-smoothing: subpixel-antialiased;
}


@media screen and (max-width: 48em) {
  .mod-dep-overlay {
    position: fixed;
    padding: 0 15px;
    z-index: 99;
    -ms-flex-align: center;
    align-items: center;
  }
}

.mod-dep-nav {
  background-color: rgba(0, 0, 0, .5);
  width: 460px;
  color: #FFF;
  padding: 80px 0 40px;
  position: relative;
}

.mod-dep-overlay--medical .mod-dep-nav {
  margin-left: -460px;
  margin-top: 275px;
}
.mod-dep-overlay--nursing .mod-dep-nav {
  margin-right: -460px;
  margin-top: 275px;
  padding: 80px 0 30px;
}

.mod-dep-nav__header {
  text-align: center;
}

@media screen and (max-width: 48em) {
  .mod-dep-nav {
    width: 100%;
    padding: 4px;
    background-color: #FFF;
    margin: 0;
  }

  .mod-dep-overlay--medical .mod-dep-nav {
    margin-left: 0;
    margin-top: 0;
  }
  .mod-dep-overlay--nursing .mod-dep-nav {
    margin-right: 0;
    margin-top: 0;
    padding: 4px;
  }

  .mod-dep-nav__header {
    height: 250px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 0 20px;
  }
}



.mod-dep-nav__title {
  font-size: 6rem;
  font-family: 'Noto Serif JP', serif;
  margin: 0 0 12px;
  letter-spacing: .05em;
  line-height: 1;
  font-weight: normal;
}

@media screen and (max-width: 48em) {
  .mod-dep-nav__title {
    font-size: 3.5rem;
    margin: 0 0 10px;
  }
}

.mod-dep-nav__since {
  font-size: 2.4rem;
  font-weight: bold;
  font-style: italic;
  letter-spacing: .05em;
  margin: 0 0 16px;
}

@media screen and (max-width: 48em) {
  .mod-dep-nav__since {
    display: none;
  }
}

.mod-dep-nav__desc {
  font-size: 2rem;
  line-height: 1.75;
  margin: 0 0 38px;
}

.mod-dep-overlay--nursing .mod-dep-nav__desc {
  margin: 0 0 28px;
}

@media screen and (max-width: 48em) {
  .mod-dep-nav__desc {
    font-size: 1.4rem;
    margin: 0 0 20px;
  }

  .mod-dep-overlay--nursing .mod-dep-nav__desc {
    margin: 0 0 20px;
  }
}

.mod-dep-nav__desc p {
  margin: 0;
}

.mod-dep-nav__close {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background: #FFF url('/common/img/base/icon_close.png') 50% 50% no-repeat;
  background-size: 12px 12px;
  display: none;
}

.mod-dep-nav__close:focus {
  outline: none;
}

@media screen and (max-width: 48em) {
  .mod-dep-nav__close {
    display: block;
  }
}

.mod-dep-nav__body {
  padding: 0 40px;
}

@media screen and (max-width: 48em) {
  .mod-dep-nav__body {
    padding: 0 17px 15px;
  }
}

.mod-dep-nav__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-dep-nav__item {
  margin: 0 0 1px;
}

.mod-dep-nav__item a {
  display: block;
  color: #FFF;
  text-decoration: none;
  background: rgba(255, 255, 255, .2) url('/common/img/base/icon-arrow-right-white.png') right 30px top 50% no-repeat;
  padding: 13px 30px 12px;
}

.mod-dep-nav__item a:hover {
  background-color: #9A001B;
  opacity: 1;
}

@media screen and (max-width: 48em) {
  .mod-dep-nav__item {
    margin: 0 0 5px;
    border: 1px solid #C4C4C4;
  }

  .mod-dep-nav__item a {
    padding: 16px 30px 14px 15px;
    color: #080707;
    font-size: 13px;
    background: url('/common/img/base/icon-arrow-black-right.png') right 15px top 50% no-repeat;
  }

  .mod-dep-nav__item a:hover {
    background-color: #FFF;
    opacity: 1;
  }
}

/*
  ¥¢¥¯¥»¥¹¥Þ¥Ã¥×
 */
.wgt-accessmap {
  width: 100%;
}

.wgt-accessmap__map {
  width: 100%;
  height: 600px;
  background-color: #C0C0C0;
  margin: 0 0 30px;
}

@media screen and (max-width: 48em) {
  .wgt-accessmap__map {
    height: 320px;
  }
}

.wgt-accessmap__button {
  padding: 0 15px;
}

.wgt-accessmap__button__items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 48em) {
  .wgt-accessmap__button__items {
    display: block;
  }
}

.wgt-accessmap__button__item {
  margin: 0 6px;
}

@media screen and (max-width: 48em) {
  .wgt-accessmap__button__item {
    margin: 0 0 10px;
  }

  .wgt-accessmap__button__item a {
    width: 100%;
  }
}

.wgt-accessmap__button__item .wgt-button {
  margin: 0;
}


/*
  TOP¥Ú©`¥¸¥Ô¥Ã¥¯¥¢¥Ã¥×¥¨¥ê¥¢
 */
.wgt-home-pickup {
  background-color: #F6F7F7;
  padding: 80px 0 40px;
}

@media screen and (max-width: 48em) {
  .wgt-home-pickup {
    padding: 30px 0 25px;
  }
}

.wgt-home-pickup a {
  color: #080707;
  font-weight: normal;
}

.wgt-home-pickup__header {
  margin: 0 0 50px;
}

@media screen and (max-width: 48em) {
  .wgt-home-pickup__header {
    margin: 0 0 25px;
  }
}

.wgt-home-pickup__title {
  font-size: 3.4rem;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-weight: 600;
  margin: 0;
}

@media screen and (max-width: 48em) {
  .wgt-home-pickup__title {
    font-size: 2rem;
  }
}




.wgt-campuslife {
  background-color: #F6F7F7;
  padding: 80px 0 40px;
  margin: 0 0 60px;
}

@media screen and (max-width: 48em) {
  .wgt-campuslife {
    padding: 30px 0 25px;
    margin: 0 0 50px;
  }
}

.wgt-campuslife a {
  color: #080707;
  font-weight: normal;
}

.wgt-campuslife__header {
  margin: 0 0 50px;
}

@media screen and (max-width: 48em) {
  .wgt-campuslife__header {
    margin: 0 0 25px;
  }
}
.wgt-campuslife__title {
  font-size: 3.4rem;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 48em) {
  .wgt-campuslife__title {
    font-size: 2rem;
  }
}

/*
  ¥¹¥é¥¤¥À©`±¾Ìå
 */


.mod-entry-slider__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.mod-entry-slider.is-slider-active .mod-entry-slider__items {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mod-entry-slider__item {
  width: 510px;
  height: auto;
  padding: 0 10px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 48em) {
  .mod-entry-slider__item {
    width: 260px;
    padding: 0 7px;
  }
}

.mod-entry-slider__link {
  display: block;
  text-decoration: none;
  color: #080707;
  background-color: #FFF;
}



.mod-entry-slider__text {
  position: relative;
}

.mod-entry-slider__badge {
  color: #FFF;
  font-size: 1.6rem;
  display: inline-block;
  padding: 8px 55px 8px 30px;
  letter-spacing: .1em;
  margin: 0;
  position: absolute;
  top: -30px;
  left: 0;
  background: #9A001B url('/common/img/base/icon-arrow-white-right.png') right 25px top 50% no-repeat;
}

@media screen and (max-width: 48em) {
  .mod-entry-slider__badge {
    font-size: 1rem;
    padding: 8px 30px 7px 15px;
    top: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    background-position: right 15px top 50%;
  }
}

.mod-entry-slider__excerpt {
  font-size: 1.4rem;
  line-height: 2.15;
  padding: 30px 20px 45px 30px;
}

@media screen and (max-width: 48em) {
  .mod-entry-slider__excerpt {
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 18px 15px;
  }
}

.mod-entry-slider__excerpt p {
  margin: 0;
}

.mod-entry-slider__pager {
  margin: 35px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

.is-slider-active .mod-entry-slider__pager {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 48em) {
  .mod-entry-slider__pager {
    margin: 15px 0 0;
  }
}

.mod-entry-slider__prev {
  margin: 0 40px 0 0;
  display: inline-block;
  background: url('/common/img/base/icon-arrow-black-left.png') 50% 50% no-repeat;
  width: 5px;
  height: 8px;
  padding: 15px;
}

.mod-entry-slider__next {
  margin: 0 0 0 40px;
  display: inline-block;
  background: url('/common/img/base/icon-arrow-black-right.png') 50% 50% no-repeat;
  width: 5px;
  height: 8px;
  cursor: pointer;
  padding: 15px;
}

.mod-entry-slider__page {
  font-size: 1.6rem;
  font-weight: bold;
}

/*
  ¥·¥ß¥å¥ì©`¥·¥ç¥ó¥»¥ó¥¿©`: Ñ§Éú¤«¤é¤ÎÉù
 */
.wgt-student-voice {
  margin: 0 0 60px;
}

.wgt-student-voice a {
  color: #080707;
  font-weight: normal;
}

.wgt-student-voice__header {
  margin: 0 0 50px;
  padding: 0 30px;
}

@media screen and (max-width: 48em) {
  .wgt-student-voice__header {
    margin: 0 0 25px;
  }
}

.wgt-student-voice__title {
  font-size: 3.4rem;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-weight: 600;
  margin: 0;
}

@media screen and (max-width: 48em) {
  .wgt-student-voice__title {
    font-size: 2rem;
  }
}



/*
  ¥·¥ß¥å¥ì©`¥·¥ç¥ó¥»¥ó¥¿©`: Ñ§Éú¤«¤é¤ÎÉù¥¹¥é¥¤¥À©`
 */



.mod-voice-slider__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}


.mod-voice-slider.is-slider-active .mod-voice-slider__items {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mod-voice-slider__item {
  width: 540px;
  padding: 0 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 48em) {
  .mod-voice-slider__item {
    width: 274px;
    padding: 0 7px;
  }
}

.mod-voice-slider__comment {
  background-color: #F6F7F7;
  border-radius: 16px;
  padding: 10px 25px;
  margin: 0 0 30px;
  line-height: 1.875;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  font-size: 1.6rem;
}

@media screen and (max-width: 48em) {
  .mod-voice-slider__comment {
    border-radius: 8px;
    padding: 7px 16px;
    font-size: 1.3rem;
    line-height: 1.75;
    margin: 0 0 20px;
  }
}

.mod-voice-slider__comment:after {
  position: absolute;
  left: 94px;
  bottom: -11px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #F6F7F7 transparent transparent transparent;
}

@media screen and (max-width: 48em) {
  .mod-voice-slider__comment:after {
    left: 36px;
    bottom: -6px;
    border-width: 8px 5px 0 5px;
  }
}

.mod-voice-slider__student {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 48em) {
  .mod-voice-slider__student {
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.mod-voice-slider__avator {
  width: 160px;
  height: 160px;
}

@media screen and (max-width: 48em) {
  .mod-voice-slider__avator {
    width: 80px;
    height: 80px;
  }
}

.mod-voice-slider__avator img {
  width: 160px;
  height: 160px;
}

@media screen and (max-width: 48em) {
  .mod-voice-slider__avator img {
    width: 80px;
    height: 80px;
  }
}

.mod-voice-slider__who {
  -ms-flex: 1;
      flex: 1;
  margin: 0 0 0 35px;
}

@media screen and (max-width: 48em) {
  .mod-voice-slider__who {
    margin: 0 0 0 17px;
    padding: 5px 0 0;
  }
}

.mod-voice-slider__name {
  margin: 0 0 10px;
  font-size: 2rem;
  font-family: 'Noto Serif JP', serif;
  color: #1A1A1A;
}

@media screen and (max-width: 48em) {
  .mod-voice-slider__name {
    font-size: 1.5rem;
    margin: 0 0 3px;
  }
}

.mod-voice-slider__name span {
  font-size: 3.4rem;
  font-weight: 600;
  margin: 0 10px 0 0;
}

@media screen and (max-width: 48em) {
  .mod-voice-slider__name span {
    font-size: 2.2rem;
  }
}

.mod-voice-slider__faculty {
  margin: 0 0 7px;
  font-size: 1.3rem;
}

@media screen and (max-width: 48em) {
  .mod-voice-slider__faculty {
    margin: 0 0 2px;
  }
}

.mod-voice-slider__faculty span {
  color: #1A1A1A;
  font-weight: bold;
  font-size: 1.8rem;
}

@media screen and (max-width: 48em) {
  .mod-voice-slider__faculty span {
    font-size: 1.5rem;
    display: block;
  }
}

.mod-voice-slider__course {
  margin: 0;
  font-size: 1.4rem;
}


.mod-voice-slider__pager {
  margin: 75px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

.is-slider-active .mod-voice-slider__pager {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 48em) {
  .mod-voice-slider__pager {
    margin: 35px 0 0;
  }
}

.mod-voice-slider__prev {
  margin: 0 40px 0 0;
  display: inline-block;
  background: url('/common/img/base/icon-arrow-black-left.png') 50% 50% no-repeat;
  width: 5px;
  height: 8px;
  padding: 15px;
}

.mod-voice-slider__next {
  margin: 0 0 0 40px;
  display: inline-block;
  background: url('/common/img/base/icon-arrow-black-right.png') 50% 50% no-repeat;
  width: 5px;
  height: 8px;
  cursor: pointer;
  padding: 15px;
}

.mod-voice-slider__page {
  font-size: 1.6rem;
  font-weight: bold;
}

/*
  ¥·¥ß¥å¥ì©`¥·¥ç¥ó¥»¥ó¥¿©`: ŒgÁ•ïL¾°
 */
.wgt-simulation-scene {
  background-color: #F6F7F7;
  padding: 80px 0 40px;
}

@media screen and (max-width: 48em) {
  .wgt-simulation-scene {
    padding: 30px 0 25px;
  }
}

.wgt-simulation-scene a {
  color: #080707;
  font-weight: normal;
}

.wgt-simulation-scene__header {
  margin: 0 0 50px;
}

@media screen and (max-width: 48em) {
  .wgt-simulation-scene__header {
    margin: 0 0 25px;
  }
}

.wgt-simulation-scene__title {
  font-size: 3.4rem;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-weight: 600;
  margin: 0;
}

@media screen and (max-width: 48em) {
  .wgt-simulation-scene__title {
    font-size: 2rem;
  }
}





/*
  ¥¹¥é¥¤¥À©`£¨¥·¥ß¥å¥ì©`¥·¥ç¥ó¥»¥ó¥¿©`ŒgÁ•ïL¾°£©±¾Ìå
 */


.mod-scene-slider__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.mod-scene-slider.is-slider-active .mod-scene-slider__items {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mod-scene-slider__item {
  width: 350px;
  height: auto;
  padding: 0 10px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 48em) {
  .mod-scene-slider__item {
    width: 260px;
    padding: 0 7px;
  }
}

.mod-scene-slider__link, .mod-scene-slider__holder {
  display: block;
  text-decoration: none;
  color: #080707;
  background-color: #FFF;
}



.mod-scene-slider__text {
  position: relative;
}

.mod-scene-slider__badge {
  color: #FFF;
  font-size: 1.6rem;
  display: inline-block;
  padding: 8px 55px 8px 30px;
  letter-spacing: .1em;
  margin: 0;
  position: absolute;
  top: -30px;
  left: 0;
  background: #9A001B url('/common/img/base/icon-arrow-white-right.png') right 25px top 50% no-repeat;
}

@media screen and (max-width: 48em) {
  .mod-scene-slider__badge {
    font-size: 1rem;
    padding: 8px 30px 7px 15px;
    top: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    background-position: right 15px top 50%;
  }
}

.mod-scene-slider__excerpt {
  font-size: 1.4rem;
  line-height: 2.15;
  padding: 30px 30px 25px;
}

@media screen and (max-width: 48em) {
  .mod-scene-slider__excerpt {
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 18px 15px;
  }
}

.mod-scene-slider__excerpt p {
  margin: 0;
}

.mod-scene-slider__pager {
  margin: 35px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

.is-slider-active .mod-scene-slider__pager {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 48em) {
  .mod-scene-slider__pager {
    margin: 15px 0 0;
  }
}

.mod-scene-slider__prev {
  margin: 0 55px 0 0;
  display: inline-block;
  background: url('/common/img/base/icon-arrow-black-left.png') 50% 50% no-repeat;
  width: 5px;
  height: 8px;
  padding: 15px;
}

.mod-scene-slider__next {
  margin: 0 0 0 55px;
  display: inline-block;
  background: url('/common/img/base/icon-arrow-black-right.png') 50% 50% no-repeat;
  width: 5px;
  height: 8px;
  cursor: pointer;
  padding: 15px;
}

.mod-scene-slider__page {
  font-size: 1.6rem;
  font-weight: bold;
}
