.l-campus-kv,
.l-campus-bdl,
.l-campus-commitment,
.l-campus-floor,
.l-campus-gallery,
.l-campus-access {
  padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .l-campus-kv,
  .l-campus-bdl,
  .l-campus-commitment,
  .l-campus-floor,
  .l-campus-gallery,
  .l-campus-access {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 1024px) {
}
.floor__tag {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  white-space: nowrap;
}
.floor__tag__body {
  position: absolute;
  -webkit-transform: rotate(90deg) translate(0, 0);
  transform: rotate(90deg) translate(0, 0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  color: #800000;
  font-family: 'Inter', sans-serif;
  font-weight: 'bold';
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.2em;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .floor__tag__body {
    -webkit-transform: rotate(-90deg) translate(-100%, 0) scale(0.9);
    transform: rotate(-90deg) translate(-100%, 0) scale(0.9);
  }
}
.floor__tag__body::before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #800000;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .floor__tag__body::before {
    background-color: #fff;
  }
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 1024px) {
}
.campus-kv__body {
  position: relative;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 1345.827232796486px) {
  .campus-kv__body {
    width: 87.84773060029282%;
  }
}
@media screen and (max-width: 1024px) {
  .campus-kv__body {
    width: 92vw;
  }
}
@media screen and (max-width: 1024px) {
  .campus-kv__body {
    width: 100%;
  }
}
.campus-kv__heading {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background-color: #800000;
  z-index: 2;
  padding: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  min-width: 270px;
}
@media screen and (max-width: 1024px) {
  .campus-kv__heading {
    padding: 20px 4vw;
  }
}
.campus-kv__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 'light';
  font-weight: 300;
  font-size: 2.8rem;
  color: #fff;
  padding-bottom: 15px;
  margin-left: -0.15em;
}
@media screen and (max-width: 1024px) {
  .campus-kv__title {
    font-size: 2rem;
    padding-bottom: 10px;
  }
}
.campus-kv__subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 'bold';
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1024px) {
  .l-campus-kv {
    padding-bottom: 85px;
  }
}
.campus-kv {
  position: relative;
  width: 100%;
  padding-bottom: 0px;
}
@media screen and (max-width: 1024px) {
  .campus-kv {
    padding-bottom: 0;
    margin-top: 60px;
  }
}
.campus-kv__movie {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.campus-kv__movie::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: url("https://www.andrew.ac.jp/businessdesign/assets/images/campus/kv_dot.png") repeat 0 0;
  background-size: 4px 4px;
}
.campus-kv__movie__yt {
  width: 125%;
  height: 125%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.campus-kv__movie__button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  padding-top: 80px;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  color: #fff;
  -webkit-filter: drop-shadow(0 0 6px rgba(0,0,0,0.4));
  filter: drop-shadow(0 0 6px rgba(0,0,0,0.4));
}
@media screen and (max-width: 1024px) {
  .campus-kv__movie__button {
    font-size: 1.2rem;
    -webkit-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
  }
}
.campus-kv__movie__arrow {
  display: block;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.campus-kv__movie__arrow::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
}
.content-heading__title [data-ruby] {
  position: relative;
}
.content-heading__title [data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -5px;
  left: -1em;
  right: 0;
  margin: auto;
  font-size: 1rem;
  white-space: nowrap;
  letter-spacing: 0.01em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 'medium';
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .content-heading__title [data-ruby]::before {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    left: -2em;
    top: -6px;
  }
}
.bdl__content {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 897.2181551976574px) {
  .bdl__content {
    width: 87.84773060029282%;
  }
}
@media screen and (max-width: 1024px) {
  .bdl__content {
    width: 92vw;
  }
}
.bdl__title {
  font-size: 2.2rem;
  color: #800000;
  padding-bottom: 30px;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .bdl__title {
    font-size: 1.6rem;
    padding-bottom: 20px;
  }
}
.bdl__text p {
  font-size: 1.3rem;
  line-height: 2;
}
.bdl__text p + p {
  padding-top: 15px;
}
.bdl__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .bdl__wrap {
    display: block;
    margin-top: 25px;
  }
}
.bdl__copy {
  color: #800000;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .bdl__copy {
    font-size: 1.5rem;
  }
}
.bdl__figure {
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .bdl__figure {
    width: 100%;
    margin-top: 20px;
  }
}
.bdl__figure > img {
  width: 100%;
  height: auto;
}
.commitment__list {
  width: 100%;
  position: relative;
}
.commitment__item {
  position: relative;
  padding: 0 2vw;
}
@media screen and (max-width: 1024px) {
  .commitment__item {
    padding: 0 2.5vw;
  }
}
.commitment__figure,
.commitment__num,
.commitment__text {
  width: 100%;
}
.commitment__figure {
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .commitment__figure {
    margin-bottom: 20px;
  }
}
.commitment__figure > img {
  width: 100%;
  height: auto;
}
.commitment__num {
  color: #800000;
  font-family: 'Inter', sans-serif;
  font-weight: 'bold';
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  padding-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .commitment__num {
    font-size: 1.1rem;
    padding-bottom: 10px;
  }
}
.commitment__text {
  font-size: 1.3rem;
  line-height: 1.7;
}
.commitment__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding-top: 40px;
}
@media screen and (max-width: 1024px) {
  .commitment__dots {
    padding-top: 20px;
  }
}
.commitment__dots > li {
  margin: 0 10px;
  outline: none;
}
.commitment__dots > li > button {
  width: 6px;
  height: 6px;
  padding: 0;
  background-color: #800000;
  border: 2px solid #fff;
  border-radius: 5px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-indent: -99px;
  overflow: hidden;
  outline: none;
}
.commitment__dots > li.slick-active > button {
  background-color: #fff;
  border: 2px solid #800000;
}
@media screen and (max-width: 1024px) {
  .commitment__dots > li {
    margin: 0 4px;
  }
}
.floor {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 1345.827232796486px) {
  .floor {
    width: 87.84773060029282%;
  }
}
@media screen and (max-width: 1024px) {
  .floor {
    width: 92vw;
  }
}
@media screen and (max-width: 1024px) {
  .floor {
    padding: 40px 0;
  }
}
.floor::before {
  content: '';
  width: 100vw;
  height: 100%;
  background-color: #fafafa;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.floor__tag {
  top: 30px;
  right: 30px;
}
@media screen and (max-width: 1024px) {
  .floor__tag {
    display: none;
  }
}
.floor__inner {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 1009.3704245973646px) {
  .floor__inner {
    width: 87.84773060029282%;
  }
}
@media screen and (max-width: 1024px) {
  .floor__inner {
    width: 92vw;
  }
}
@media screen and (max-width: 1024px) {
  .floor__inner {
    padding-right: 4vw;
  }
}
.floor__title {
  color: #800000;
  font-size: 2rem;
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .floor__title {
    font-size: 1.6rem;
    padding-bottom: 30px;
  }
}
.floor__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .floor__wrap {
    display: block;
  }
}
.floor__figure {
  margin-right: 60px;
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .floor__figure {
    margin: 0 auto 20px;
    width: 70%;
  }
}
.floor__figure > img {
  width: 100%;
  height: auto;
}
.floor__list__item:nth-of-type(n+2) {
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  .floor__list__item:nth-of-type(n+2) {
    padding-top: 20px;
  }
}
.floor__list__link {
  display: inline-block;
  font-size: 1.8rem;
  color: #800000;
  margin-bottom: 12px;
  position: relative;
  padding-right: 24px;
  background: url("https://www.andrew.ac.jp/businessdesign/assets/images/campus/ico_arrow_down.svg") 100% 50% no-repeat;
  background-size: 16px 16px;
  display: inline-block;
  line-height: 19px;
}
@media screen and (max-width: 1024px) {
  .floor__list__link {
    font-size: 1.6rem;
    padding-right: 20px;
    margin-bottom: 10px;
    background-size: 14px 14px;
  }
}
.floor__list__text {
  font-size: 1.3rem;
  line-height: 1.7;
}
.gallery__set {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1345.827232796486px) {
  .gallery__set {
    width: 87.84773060029282%;
  }
}
@media screen and (max-width: 1024px) {
  .gallery__set {
    width: 92vw;
  }
}
.gallery__set:nth-of-type(n+2) {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .gallery__set:nth-of-type(n+2) {
    margin-top: 40px;
  }
}
.gallery__title {
  color: #800000;
  font-size: 2.8rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 'light';
  font-weight: 300;
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .gallery__title {
    font-size: 2.2rem;
    padding-bottom: 30px;
  }
}
.gallery__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery__list__item {
  width: 31%;
  margin-right: 3.5%;
}
.gallery__list__item:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .gallery__list__item {
    width: 100%;
    margin-right: 0;
  }
  .gallery__list__item:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
.gallery__list__figure {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .gallery__list__figure {
    margin-bottom: 5px;
  }
}
.gallery__list__figure > img {
  width: 100%;
  height: auto;
}
.gallery__list__text {
  font-size: 1.3rem;
  line-height: 1.6;
}
.access__inner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1121.5226939970717px) {
  .access__inner {
    width: 87.84773060029282%;
  }
}
@media screen and (max-width: 1024px) {
  .access__inner {
    width: 92vw;
  }
}
@media screen and (max-width: 1024px) {
  .access__inner {
    display: block;
  }
}
.access__map {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .access__map {
    width: 100%;
  }
}
.access__map > img {
  width: 100%;
  height: auto;
}
.access__detail {
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .access__detail {
    width: 100%;
    margin-top: 20px;
  }
}
.access__detail__set:nth-of-type(n+2) {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .access__detail__set:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
.access__detail__title {
  font-size: 1.5rem;
  margin-bottom: 15px;
  padding-left: 25px;
  line-height: 20px;
  position: relative;
}
.access__detail__title::before {
  content: '';
  width: 15px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.access__detail__title--add::before {
  background: url("https://www.andrew.ac.jp/businessdesign/assets/images/campus/ico_address.svg") 50% 50% no-repeat;
  background-size: contain;
}
.access__detail__title--train::before {
  background: url("https://www.andrew.ac.jp/businessdesign/assets/images/campus/ico_train.svg") 50% 50% no-repeat;
  background-size: contain;
}
.access__detail__title--tel::before {
  background: url("https://www.andrew.ac.jp/businessdesign/assets/images/campus/ico_tel.svg") 50% 50% no-repeat;
  background-size: contain;
}
.access__detail__text {
  font-size: 1.3rem;
  line-height: 2;
}
.access__detail__text > span {
  display: block;
  font-size: 1rem;
  padding-left: 1em;
  text-indent: -1em;
}
.access__detail__link {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 2;
  color: #800000;
  background: url("https://www.andrew.ac.jp/businessdesign/assets/images/common/icon_ex_b.svg") 100% 50% no-repeat;
  background-size: 11px 11px;
  padding-right: 16px;
}
@media screen and (min-width: 1025px) {
  .access__detail__link {
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .access__detail__link:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1025px) {
  .campus-kv__movie__arrow {
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .campus-kv__movie__button:hover .campus-kv__movie__arrow {
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #fff;
  }
  .campus-kv__movie__button:hover .campus-kv__movie__arrow::before {
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-color: transparent transparent transparent #800000;
    -webkit-animation: movie-arrow 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation: movie-arrow 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  }
@-webkit-keyframes movie-arrow {
    0% {
      -webkit-transform: translate(-80%, -50%);
      transform: translate(-80%, -50%);
    }
    100% {
      -webkit-transform: translate(-40%, -50%);
      transform: translate(-40%, -50%);
    }
}
@keyframes movie-arrow {
    0% {
      -webkit-transform: translate(-80%, -50%);
      transform: translate(-80%, -50%);
    }
    100% {
      -webkit-transform: translate(-40%, -50%);
      transform: translate(-40%, -50%);
    }
}
  .floor__list__link {
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .floor__list__link:hover {
    opacity: 0.7;
  }
}




.campus-kv__figure {
  width: 100%;
  height: 400px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .campus-kv__figure {
    height: 345px;
  }
}
.campus-kv__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0;
  object-position: 50% 0;
}
@media screen and (max-width: 1024px) {
  .campus-kv__image {
    -o-object-position: 90% 50%;
    object-position: 90% 50%;
  }
}