@charset "utf-8";

.header {
  position: absolute;
  align-items: center;
  justify-content: space-between;
  height: 110px;
  top: 32px;
  left: 50px;
  z-index: 3;
}


.logo_header {
  width: 200px;
  height: auto;
}

#firstview {
  backface-visibility: hidden;
  will-change: opacity;

}

.firstview {
  will-change: opacity;
}

.groval-nav {
  font-size: 0.8125rem;
  display: flex;
  font-weight: 200;
  line-height: 1;
  padding-right: 1.25rem;
}

.firstview_slide::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  background: rgba(81, 81, 81, 0.4);

}

.groval-nav li:last-child {
  padding-left: 50px;
}

.swiper {
  outline: none;
  object-fit: cover;
  z-index: 1;
}


.firstview {
  text-align: right;
  overflow: hidden;

}

.firstview_tittle {
  position: absolute;
  bottom: 3.3125rem;
  text-align: left;
  left: 3.75rem;
  z-index: 3;
}

.firstview_tittle1 {
  font-size: 1.5625rem;
  font-weight: 700;
  transform: rotate(-11.63deg);
  padding-bottom: 1.2rem;
  margin-bottom: 1.6rem;

}

.firstview_tittle2 {
  margin-left: 1.5rem;
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  text-align: right;
}

.firstview_tittle h1 {
  font-family: Jost;
  font-weight: 700;
  font-size: 8rem;
  margin-left: 1rem;
  color: #fff;
  line-height: 1;
}

.comeon {
  width: 18rem;
  position: absolute;
  top: -115px;
  opacity: 0;
}

.comeon2 {
  display: none;
  opacity: 0
}

.firstview_catchcopy {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 100%;
  color: #fff;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  z-index: 2;
}

.firstview_catchcopy1 {
  position: absolute;
  top: 5.1875rem;
  right: 4.625rem;
  margin-left: 0.5625rem;
  background-color: #000000;
  padding: 0.5625rem 0.9625rem 0.5625rem 0.5625rem;
  line-height: 1.6875rem;
  z-index: 2;
}

.firstview_catchcopy2 {
  position: absolute;
  top: 9.125rem;
  right: 9rem;
  background-color: #000000;
  padding: 0.5625rem 0.9625rem 0.5625rem 0.5625rem;
  line-height: 1.6875rem;
  z-index: 2;
}

.firstview_catchcopy3 {
  position: absolute;
  top: 12.3125rem;
  right: 13.3125rem;
  background-color: #000000;
  padding: 0.5625rem 0.9625rem 0.5625rem 0.5625rem;
  z-index: 2;
}


.firstview_img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.firstview_slide {
  height: 100vh;
  width: 100vw;
  backface-visibility: hidden;
}

.firstview_slide img {
  height: 100%;
  width: 100%;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.15);

  }
}

#firstview {
  animation: zoom 20s linear 0s normal both;
}

#firstview2 {
  animation: zoom 20s linear 0s normal both;
}

#firstview3 {
  animation: zoom 20s linear 0s normal both;
}

#firstview4 {
  animation: zoom 20s linear 0s normal both;
}

#firstview5 {
  animation: zoom 20s linear 0s normal both;
}



.scrolldown1 {
  position: absolute;
  left: 15px;
  bottom: 10px;
  height: 50px;
  z-index: 3;
}

.scrolldown1 span {

  position: absolute;
  left: 0px;
  top: -38px;
  color: #eee;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
}

.scrolldown1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 7px;
  width: 1px;
  height: 30px;
  background: #eee;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }

  30% {
    height: 30px;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

.tab-areas {
  overflow: hidden;
  position: fixed;
  top: 20px;
  right: 0px;
  z-index: 10;
}

.tab-areas_sub {
  display: none;
}

.tab {
  text-align: right;

  z-index: 100;
  transform: translateX(100%);
  transition: all 0.3s ease-in;
  margin-top: 1vw;

}

.widget {
  writing-mode: vertical-rl;
  border-radius: 10px 0 0 10px;
  display: inline-block;
  text-align: initial;
  background-color: #004ea3;
  opacity: 1;
  transition: all 0.1s ease-in;

}

.widget p {
  color: #fff;
  padding: 1.8rem 1rem 1.8rem 0.8rem;
  text-align: center;
  width: 100%;
  letter-spacing: 4px;
}

.run {
  transform: translateX(0%);
  transition: all 0.3s ease-in;
}

.widget:hover {
  opacity: 0.7;
  transition: all 0.1s ease-in;
}

.STUDENTS-VOICE {
  padding: 0rem 8.875rem 8.875rem 8.875rem;
  position: relative;
  max-width: 1440px;
  margin: 0 auto 0;
  margin-top: 12rem;
}

.triangle {
  width: 120px;
}

.students_voice_tittle {
  position: absolute;
  top: 0px;
  padding: 26px 0 0 20px;

}

.STUDENTS-VOICE h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  color: #004ea3;
}

.STUDENTS-VOICE p {
  margin-top: 3.75rem;

  line-height: 2rem;
  font-size: 0.875rem;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
}

.STUDENTS-VOICE_area {
  display: flex;
  flex-wrap: wrap;
  gap: 43px 11px;
  padding-top: 60px;

}

.STUDENTS-VOICE_area_contents {
  max-width: 275px;
  position: relative;
}

.js-open-modal {
  overflow: hidden;
}

.student_imgarea {
  transform: scale(1);
  transition: all 0.3s 0s ease-in-out;
  opacity: 1;
}



.STUDENTS-VOICE_area_contents {
  cursor: pointer;
}

.student_imgarea:hover {
  transform: scale(1.1);
  transition: all 0.3s 0s ease-in-out;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.STUDENT_hometown {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  bottom: -30px;
  right: 10px;
}

.STUDENT_hometown_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
}

.STUDENT_hometown_text_1 {
  font-size: 0.75rem;
  color: #fff;
  font-weight: 400;
  padding-bottom: 6px;
  font-family: 'Noto Sans JP';
}

.STUDENT_hometown_text_2 {
  font-size: 1.1875rem;
  color: #fff;
  font-weight: 600;
}

.about {
  padding: 8.875rem;
  background-color: #f2f2f2;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.about_tittle {
  position: absolute;
  top: 8.875rem;
  padding: 26px 0 0 20px;

}

.about h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  color: #004ea3;
}

.about p {
  line-height: 2rem;
  font-size: 0.875rem;
  padding-left: 20px;
  padding-top: 1vw;
}

.about_campus {
  display: flex;
}

.about_contents {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.about_description {
  margin-top: 2.5rem;
}

.about_campus-name {
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 7px;
  margin-left: 5px;
}

.about_imagearea {
  width: 182vw;
  max-width: 700px;
  margin-top: 20px;
}

.about_text {
  flex-direction: column;
  padding-left: 0px;
  padding-right: 54px;
}

.map {
  width: 100%;
  height: 100%;

  object-fit: cover;
}

.GALLERY {
  padding: 8.875rem 0rem 8.875rem 0rem;
}

.GALLERY h2 {
  font-size: min(8vw, 5.875rem);
  font-weight: 700;
  line-height: 0.82;
  letter-spacing: 7px;
}

.gallery-image-area {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-right: 10px;
}

.gallery-image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-tittle2 {
  margin-top: 8vw;
  text-align: right;
}


.INFORMATION {
  padding: 0rem 8.875rem 8.875rem 8.875rem;
  margin-top: 8.875rem;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;

}


.INFORMATION h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  color: #004ea3;
  position: absolute;
  top: 0px;
  padding: 26px 0 0 20px;

}

.banner-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  margin-top: 64px;
  gap: 10px;
}

.item_imgarea {
  border: solid 1px #333;

}

.item_imgarea img {
  width: 100%;
  height: 100%;

}

.item1 {
  transform: scale(1);
  transition: all 0.5s ease;
}

.item2 {
  transform: scale(1);
  transition: all 0.5s ease;
}

.item3 {
  transform: scale(1);
  transition: all 0.5s ease;
}

.item4 {
  transform: scale(1);
  transition: all 0.5s ease;
}

.item1:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transform: scale(0.965);
  transition: all 0.5s ease;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.item2:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transform: scale(0.965);
  transition: all 0.5s ease;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.item3:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transform: scale(0.965);
  transition: all 0.5s ease;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.item4:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transform: scale(0.965);
  transition: all 0.5s ease;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.access-guide {
  padding: 0rem 8.875rem 8.875rem 8.875rem;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.access-guide_button {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  background: transparent;
  padding: 18px 30px;
  border: 3px solid #333;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  transition: .3s;
  border-radius: 20px;
}

.access-guide_button::after {
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: center;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
  border-radius: 20px;
}

.access-guide_button:hover {
  color: #fff;
}

.access-guide_button:hover::after {
  transform: scale(1, 1);
}

.access-guide_tittle {
  position: absolute;
  top: 0px;
  padding: 26px 0 0 20px;
}

.access-guide h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  color: #004ea3;
}

.access-guide_1 {
  display: flex;
  justify-content: center;
  max-width: 1407px;
  justify-content: space-between;
  align-items: flex-end;
  align-items: center;
}

.access-guide_1_description {
  margin-top: 60px;
  padding-left: 20px;
  width: 44vw;
}

.access-guide_1_description h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #004ea3;
  margin-bottom: 17px;
}

.access-guide_1_description_Department {
  list-style: inside;
  margin-bottom: 22px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 27px;
  grid-row-gap: 0px;
  line-height: 1.6875rem;
}

.access-guide_button {
  border: solid 1px #333;
  border-radius: 20px;
  padding: 9px 35px 6px 35px;
  font-weight: 400;
  font-size: 0.9rem;
}

.access-guide_1_description_info {
  margin-bottom: 2vw;
  font-size: 0.8125rem;
  font-weight: 400;
  margin-top: 15px;
  font-family: 'Noto Sans JP';
  line-height: 1.5;
}

.access-guide_1_description_Department1 li {
  line-height: 1;
}

.access-guide_1_description_Department1 li span {
  font-size: 0.6875rem;
  font-weight: 300;
}

.access-guide_1_description_Department2 {
  margin-left: 27px;
}

.access-guide_1_description_Department1 li {
  line-height: 1;
  margin-bottom: 10px;
}

.access-guide_1_description_Department2 li {
  line-height: 1;
  margin-bottom: 10px;
}

.access-guide_1_description_Department2 li span {
  font-size: 0.6875rem;
  font-weight: 400;
}

.access-guide_Department {
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 600;
}

.asccess-guide_1_description_Department {
  display: flex;
}

.map_area {
  max-width: 800px;
  max-height: 350px;
  width: 80vw;
  height: 80vh;
  margin-top: 60px;
  padding-left: 30px;
}

.shinjuku-map {
  width: 100%;
  height: 100%;
}

.access-guide_1_description ul li span {
  font-size: 0.6875rem;
  font-weight: 400;
}

.saitama-iwatsuki-map {
  width: 100%;
  height: 100%;
}

.footer {
  height: 100%;
  background-color: #004ea3;
  font-family: 'Noto Sans JP';
  position: relative;
}

.fotter_logo {
  width: 15px;
  height: 15px;

}



.footer_logocontents {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fotter_area {
  padding: 3vw
}

.fotter_contents {
  display: flex;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
}

.footer_info {
  margin-left: 10px;
}

.footer_info li {
  margin-bottom: 10px;
}

.footer_logo {
  width: 225px;
}

.footer_subinfo {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: right;

}

.footer_subinfo_1 {
  padding-right: 20px;
  border-right: solid 1px;
}

.footer_subinfo_2 {
  margin-left: 20px;
}

small {
  color: #fff;
  font-weight: 330;
  text-align: right;
  display: block;
  margin-right: 3vw;
  margin-top: 1vw;
  padding-bottom: 20px;

}

.fotter_logo_container {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
}

.footer_description {
  display: flex;
  justify-content: space-between;
  margin-top: 2vw;
  align-items: flex-end;
}

.logo_wrapper {
  position: relative;
  margin-left: 25px;
}

.white_circle {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: relative;
}

.logo_inner {
  position: absolute;
  top: 4px;
  right: 7px;
}



.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;

}


.downAnime {
  opacity: 0;
}

.bgappearTrigger4 {
  opacity: 0;
}

.bgappearTrigger3 {
  opacity: 0;
}

.bgappearTrigger2 {
  opacity: 0;
}

.bgappearTrigger {
  opacity: 0;
}

.slideAnimeDownUp {
  animation-name: slideTextY100;
  animation-duration: 0.8s;
  animation-delay: 0.85s;
  animation-fill-mode: forwards;
  opacity: 0;
  display: flex;
  flex-direction: column;
}

@keyframes slideTextY100 {
  from {
    transform: translateY(10%);

    opacity: 0;
  }

  to {
    transform: translateY(0);

    opacity: 1;
  }
}

.slideAnimeUpDown {
  animation-name: slideTextY-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 1;
}

@keyframes slideTextY-100 {
  from {
    transform: translateY(-50%);

    opacity: 0;
  }

  to {
    transform: translateY(0);

    opacity: 1;
  }
}


.is-shown {
  animation-name: zoomInAnime;
  animation-duration: 0.3s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0);
    opacity: 0;

  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}


.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
  position: relative;
  opacity: 0;
  position: absolute;
  top: 0px;
  z-index: 3;
  top: 12.3125rem;
  right: 13.3125rem;
  padding: 0.5625rem 1.3rem 0.5625rem 0.5625rem;
  width: max-content;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
  width: 100%;
  z-index: 4;
  position: relative;
  display: inline-block;
  text-align: initial;
  opacity: 0;


}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.bgRLextend::before {
  animation-name: bgRLextendAnime;
  animation-duration: 1s;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0px, 100% 0, 100% calc(100% - 18px), 0 100%);
  background-color: #000000;
  position: absolute;
  top: 0px;
  z-index: 3;
  top: 0rem;
  right: 0rem;
  opacity: 0;




}


@keyframes bgRLextendAnime {
  0% {
    transform-origin: top;
    transform: scaleY(0);
    opacity: 0;
  }

  50% {
    transform-origin: top;
    transform: scaleY(1);
  }

  50.001% {
    transform-origin: bottom;
  }

  100% {
    transform-origin: bottom;
    transform: scaleY(1);
    opacity: 1;
  }
}


.bgextend2 {
  animation-name: bgextendAnimeBase2;
  animation-duration: 1s;
  animation-delay: 2.25s;
  animation-fill-mode: forwards;
  position: relative;
  opacity: 0;
  position: absolute;
  top: 0px;
  z-index: 3;
  top: 9.125rem;
  right: 9rem;
  padding: 0.5625rem 1.3rem 0.5625rem 0.5625rem;
}

@keyframes bgextendAnimeBase2 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


.bgappear2 {
  animation-name: bgextendAnimeSecond2;
  animation-duration: 1s;
  animation-delay: 2.25s;
  animation-fill-mode: forwards;
  opacity: 0;
  z-index: 4;
  position: relative;
  display: inline-block;
  text-align: initial;

}

@keyframes bgextendAnimeSecond2 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.bgRLextend2::before {
  animation-name: bgRLextendAnime2;
  animation-duration: 1s;
  animation-delay: 2.25s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  background-color: #000000;
  position: absolute;
  top: 0px;
  height: 102%;
  clip-path: polygon(0 0px, 100% 0, 100% calc(100% - 18px), 0 100%);
  top: 0rem;
  right: 0rem;
  z-index: 3;
  opacity: 0;




}


@keyframes bgRLextendAnime2 {
  0% {
    transform-origin: top;
    transform: scaleY(0);
    opacity: 0;
  }

  50% {
    transform-origin: top;
    transform: scaleY(1);
  }

  50.001% {
    transform-origin: bottom;
  }

  100% {
    transform-origin: bottom;
    transform: scaleY(1);
    opacity: 1;
  }
}



.bgextend3 {
  animation-name: bgextendAnimeBase3;
  animation-duration: 1s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  position: relative;
  opacity: 0;
  position: absolute;
  z-index: 3;
  top: 5.1875rem;
  right: 4.625rem;
  padding: 0.5625rem 1.3rem 0.5625rem 0.5625rem;
}

@keyframes bgextendAnimeBase3 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


.bgappear3 {
  animation-name: bgextendAnimeSecond3;
  animation-duration: 1s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
  z-index: 4;
  position: relative;
  display: inline-block;
  text-align: initial;

}

@keyframes bgextendAnimeSecond3 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.bgRLextend3::before {
  animation-name: bgRLextendAnime3;
  animation-duration: 1s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 102%;
  clip-path: polygon(0 0px, 100% 0, 100% calc(100% - 18px), 0 100%);
  background-color: rgba(0, 0, 0, 1);
  position: absolute;
  top: 0px;
  z-index: 3;
  top: 0rem;
  right: 0rem;
  opacity: 0;




}


@keyframes bgRLextendAnime3 {
  0% {
    opacity: 0;
    transform-origin: top;
    transform: scaleY(0);
  }

  50% {
    transform-origin: top;
    transform: scaleY(1);
  }

  50.001% {
    transform-origin: bottom;
  }

  100% {
    opacity: 1;
    transform-origin: bottom;
    transform: scaleY(1);
  }
}

.modal__content {

  background-color: #fff;
  border-radius: 10px;
}


#gallery-item {
  transition-timing-function: linear;
}

#gallery-item2 {
  transition-timing-function: linear;
}

.swipe-area {
  width: 100%;

}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.hide-area {
  display: none;
}


.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}


.modal_imagearea {
  width: 100%;
  padding: 0px;
}

.modaal-content-container {
  padding: 50px;
}

.modal_department {
  font-size: 1.5rem;
  color: #004ea3;
  font-weight: 700;
  padding-top: 15px;
  font-feature-settings: "palt";

}

.modal_description {
  display: flex;
  padding-top: 10px;
  align-items: center;
  flex-direction: row;
}

.modaal-container {
  width: 600px;
  height: 700px;
  border-radius: 10px;



}


.modal_grade {
  padding-right: 5px;
  padding-right: 5px;
}

.modal_name {
  font-size: 1rem;
  padding-right: 10px;
}

.modal_birthplace {
  font-size: 0.75rem;
  font-weight: 400;
}

.modal_contents {
  background-color: #EAEAEA;
  margin-bottom: 15px;
  padding: 26px 26px;
  margin-top: 10px;
  position: relative;
  margin-left: 23px;
  margin-right: 23px;
  display: flex;
  border-radius: 10px;
  align-items: center;
}

.modal_contents p {
  font-size: 0.875rem;
  line-height: 1.5;
}

.modal_contents_a p {
  font-size: 0.875rem;
  color: #EAEAEA;
  line-height: 1.5;
}

.fukudashi {
  left: -4%;
  top: 62%;
  position: absolute;
  width: 20px;
  height: 20px;
}

.modal_contents_a {
  background-color: #3b3b3b;
  margin-bottom: 15px;
  padding: 26px 26px;
  margin-top: 10px;
  position: relative;
  margin-left: 23px;
  margin-right: 23px;
  display: flex;
  border-radius: 10px;
  align-items: center;
}

.fukudashi2 {
  right: -4%;
  top: 62%;
  position: absolute;
  width: 20px;
  height: 20px;
}

.modal_contents span {
  font-family: jost;
  font-size: 1.5rem;
  margin-right: 26px;
}

.modal_contents_a span {
  font-family: jost;
  font-size: 1.5rem;
  margin-right: 26px;
  color: #EAEAEA;
}

.modal_scroller {
  width: 100%;
  height: 230px;
  margin-top: 2vh;

}

.modal_slide_contents {
  display: flex;
  align-items: flex-end;
  padding-top: 1vh;
}

.modal_slide_contents span {
  padding-left: 10px;
  font-size: 0.9rem;
}

.modal_imgarea {
  width: 100%;
  height: 100%;
  max-height: 300px;
}

.modal_imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal__content {
  height: 80%;
  max-height: 800px;
  width: 60%;
  max-width: 600px;
}

.test-area {
  position: relative;
  width: min(70%, 500px);
  margin-inline: auto;
  position: relative;
  max-width: 900px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 30px 10px;
  background-color: #fff;

}

.swiper4 {

  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.swiper4 .swiper-slide {
  overflow-y: scroll;
  overflow-x: hidden;
  overscroll-behavior-y: contain;
}

.circle {
  border: solid 1px #fff;
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;

  position: relative;

}

.arrow_left {
  position: absolute;
  top: 50%;
  left: -95px;

}

.circle2 {
  border: solid 1px #fff;
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;

  position: relative;

}

.arrow_right {
  position: absolute;
  top: 50%;
  right: -95px;

}


.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;


}

.modal {
  z-index: -1000;
}

.modal.is-active {
  z-index: 100;
}


.modal.is-active {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 1s;
}

.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(255, 218, 43, 0.85);
}

.swiper4 .swiper-wrapper .swiper-slide-active {
  opacity: 1;
  transition: opacity 0.5s 0.15s ease-out;
}

.swiper4 .swiper-wrapper .swiper-slide-next {
  opacity: 0;

}

.swiper4 .swiper-wrapper .swiper-slide-prev {
  opacity: 0;
}



.modal__close-btn {
  position: absolute;
  right: -40px;
  top: -40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
  font-size: 5rem;
}

.batsu {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
}

.batsu::before,
.batsu::after {

  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5px;

  height: 30px;

  background: #FFF;
}

.batsu:hover {
  color: #333;
}

.batsu:hover:before,
.batsu:hover:after {
  background: #333;
}

.batsu::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.batsu::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1.3rem;
  position: absolute;
}

.swiper-button-disabled {
  display: none;
}

.swiper-button-next {
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  border: solid 1px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  padding: 25px 30px;
  color: #FFF;
  position: absolute;
  right: -100px;
}

.swiper-button-prev {
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  border: solid 1px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  padding: 25px 30px;
  color: #FFF;
  position: absolute;
  left: -100px;
}

.swiper-button-next:hover {
  background-color: #333;
  color: #fff;
  transition: all 0.3s 0s ease;
}

.swiper-button-prev:hover {
  background-color: #333;
  color: #fff;
  transition: all 0.3s 0s ease;

}

.modal_item1 {
  display: flex;
}


@media (max-width: 768px) {

  .modal .swiper-button-next {
    top: 105%;
    right: 35%;
  }

  .modal_item1 {
    display: flex;
  }

  .modal_description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 5px 0px;
    color: #FFF;
    position: absolute;
    right: -100px;
  }

  .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 5px 0px;
    color: #FFF;
    position: absolute;
    right: -100px;
  }

  .modal .swiper-button-prev {
    top: 105%;
    left: 35%;
  }

  .banner-area li {
    width: 60vw;
  }

  .triangle {
    width: 80px;
  }

  .STUDENTS-VOICE_area_contents {
    max-width: 150px;
    position: relative;
  }



  .swiper-button-prev {
    left: -100px;
  }

  .swiper-button-next {
    right: -44px;
  }




  .STUDENT_hometown img {
    width: 70px;
  }

  .STUDENT_hometown_text_2 {
    font-size: 0.9rem;
    color: #fff;
    font-weight: 600;
  }

  .INFORMATION h2 {
    font-size: 2rem;
    top: 80px;
    padding: 0px 0 0 20px;
  }

  .access-guide_tittle {
    position: absolute;
    top: 40px;
    padding: 0px 0 0 20px;
  }

  .shinjuku-map {
    width: 100%;
    margin-top: 30px;
    max-width: 803px;
    padding-left: 0px;
    height: 351px;
  }

  .saitama-iwatsuki-map {
    width: 100%;
    margin-top: 30px;
    max-width: 803px;
    padding-left: 0px;
    height: 351px;
  }

  .access-guide_1_description_info {
    margin-bottom: 30px;
    font-size: 0.8125rem;
    font-weight: 300;
    margin-top: 15px;
  }

  .access-guide_1_description {
    margin-top: 1rem;
    padding-left: 20px;
  }

  .footer_logocontents {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }

  .footer_description {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    align-items: center;
  }

  .footer_logo {
    width: 120px;
    margin-left: 0px;
    margin: 30px 0px
  }

  .footer {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .fotter_logo {
    width: 20px;
    height: 20px;
  }

  small {
    color: #fff;
    font-weight: 330;
    text-align: right;
    display: block;
    margin-right: 0px;
    margin-top: 10vw;
    text-align: center;
    position: relative;
  }
}


@media(max-width:768px) {
  .firstview_catchcopy {
    -ms-writing-mode: tb-rl;
    writing-mode: unset;
    width: 100%;
    height: 100;
    font-size: 0.8rem;
  }

  .tab-contents_sub {
    opacity: 0;
    z-index: 99;
    position: relative;

  }

  .is_shown {
    animation-name: fadeIn;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    z-index: 99;
    position: relative;
    display: block;
  }

  .not_shown {
    animation-name: not-shown;
    animation-duration: 1s;
    transition: all ease;
  }

  .none_display {
    display: none;
  }

  @keyframes not-shown {
    0% {
      opacity: 1;

    }

    100% {
      opacity: 0;
    }
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  @keyframes fadeOut {
    0% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  .swiper4 {
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .logo_inner {
    position: absolute;
    top: 5px;
    right: 5px;
  }

  .GALLERY h2 {

    letter-spacing: 2px;
  }

  .slideAnimeDownUp {
    flex-direction: column;
    align-items: flex-end;
    display: inline-flex;
    margin-top: 25px;
  }

  .firstview_tittle h1 {
    font-size: 4rem;
    margin-left: 1rem;
    color: #000000;
  }

  .firstview_tittle2 {
    margin-left: 1.5rem;
    font-size: 1rem;
    font-weight: 700;
    color: #000000;
  }

  .firstview {
    height: auto;
  }

  .firstview_slide {
    height: 50vh;
    width: 100vw;
  }

  .firstview::after {
    height: 100%;
  }

  .firstview_tittle {
    bottom: 10rem;
    left: 1rem;
  }

  .firstview_tittle {
    bottom: 21%;
    position: relative;
    margin: 0 auto;
    display: table;
    left: 0rem;

  }


  .mask {
    height: 80vh;
  }

  .logo_header {
    width: 120px;
  }

  .header {
    position: absolute;
    align-items: center;
    justify-content: space-between;
    height: auto;
    top: 20px;
    left: 20px;
    z-index: 10;
  }

  .bgextend3 {
    top: 3rem;
    right: 1rem;
    padding: 0.5625rem 0.9625rem 0.5625rem 0.5625rem;
  }

  .bgextend2 {
    top: 14.2rem;
    right: 1rem;
    padding: 0.5625rem 0.9625rem 0.5625rem 0.5625rem;
  }

  .bgextend {
    top: 0rem;
    left: 0rem;
    padding: 0.5625rem 0.9625rem 0.5625rem 0.5625rem;
    position: relative;
    margin: 0 auto;
    margin-top: 0.5rem;
  }

  .comeon {
    width: 10rem;
    position: absolute;
    top: -4.5rem;
    display: none;
  }

  .comeon2 {
    width: 10rem;
    position: absolute;
    top: -3rem;
    display: block;
  }

  .STUDENTS-VOICE {
    padding: 0rem 1.25rem 3.75rem 1.25rem;
    margin-top: 3.75rem;
    position: relative;
  }

  .STUDENTS-VOICE h2 {
    font-size: 2rem;

  }

  .students_voice_tittle span {
    font-size: 0.8rem;
  }

  .about_tittle span {
    font-size: 0.8rem;
  }

  .access-guide_tittle span {
    font-size: 0.8rem;

  }

  .STUDENTS-VOICE p {
    margin-top: 1rem;
    line-height: 2rem;
    font-size: 0.875rem;
    padding-left: 20px;
  }

  .STUDENTS-VOICE p br {
    display: none;
  }

  .STUDENTS-VOICE_area {
    display: flex;
    flex-wrap: wrap;
    gap: 43px 11px;
    padding-top: 1rem;
    justify-content: center;
  }

  .about {
    padding: 3.125rem 1.25rem;
    background-color: #f2f2f2;
    position: relative;
  }

  .about_tittle {
    position: absolute;
    top: 1.25rem;
    padding: 50px 0 0 20px;
  }

  .about h2 {
    font-size: 2rem;

  }

  .about_text {
    margin-top: 1rem;
    padding-right: 0px;
  }

  .about_imagearea {
    margin-top: 1rem;
    max-width: 80vw;
  }

  .GALLERY h2 {
    font-size: 1.8rem;
    padding: 0px 5px;
  }

  .INFORMATION {
    padding: 3.75rem 1.25rem
  }

  .GALLERY {
    padding: 3.75rem 0rem;
  }

  .INFORMATION h2 {
    font-size: 2rem;
    top: 80px;
  }

  .access-guide_tittle {
    position: absolute;
    top: 20px;
    padding: 26px 0 0 20px;
  }

  .access-guide_1_description {
    margin-top: 2vw;
    display: flex;
    padding-left: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
  }

  .banner-area {
    margin-top: 1rem;
  }


  .banner-area {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    flex-wrap: wrap;
  }

  .banner-area li {
    width: 80vw;
  }

  .access-guide {
    padding: 1.25rem;
  }

  .access-guide h2 {
    font-size: 2rem;
  }

  .access-guide_1 {
    flex-direction: column;
    margin-top: 1rem;
  }

  .about_contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .saitama-iwatsuki-map {
    width: 100%;
    margin-top: 30px;
    max-width: 803px;
    padding-left: 0px;
    height: 351px;
  }


  .guide_contents {
    display: flex;
    flex-direction: column;
  }

  .map_contents {
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    padding-left: 20px;
  }

  .map_area {
    max-width: 1000px;
    max-height: 350px;
    width: 100%;
    height: 80vh;
    margin-top: 2vw;
    margin-bottom: 12vw;
    padding: 0 20px;
  }

  .asccess-guide_1_description_Department {
    padding-left: 0px;
  }


  .modal_department {
    font-size: 1rem;
  }

  .modal_imgarea {
    width: 100%;
    height: 100%;
  }

  .modal_name {
    font-size: 0.8rem;
    margin-bottom: 5px;
  }

  .modal_birthplace {
    font-size: 0.6rem;
  }

  .modal_grade {
    font-size: 0.8rem;
    margin-bottom: 5px;
  }

  .modal_description {
    flex-wrap: wrap;

  }

  .modal_contents {
    background-color: #EAEAEA;
    margin-bottom: 15px;
    padding: 16px 15px;
    margin-top: 10px;
    position: relative;
    margin-left: 23px;
    margin-right: 23px;
    display: flex;
    border-radius: 10px;
  }

  .modal_contents p {
    font-size: 0.7rem;
    line-height: 1.6;
  }

  .modal_contents_a {
    margin-bottom: 15px;
    padding: 16px 15px;
    margin-top: 10px;
    position: relative;
    margin-left: 23px;
    margin-right: 23px;
    display: flex;
    border-radius: 10px;
  }

  .modal_contents_a p {
    font-size: 0.7rem;
    line-height: 1.6;
  }

  .modal__close-btn {
    position: absolute;
    right: -12px;
    top: -45px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
    font-size: 5rem;
  }

  .modal_scroller {
    height: 200px;
  }




  .bgRLextend3::before {
    clip-path: none;

  }

  .bgextend3 {
    animation-name: bgextendAnimeBase3;
    animation-duration: 1s;
    animation-delay: 2s;

  }



  .bgappear3 {
    animation-name: bgextendAnimeSecond3;
    animation-duration: 1s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    opacity: 0;

  }



  .bgRLextend3::before {
    animation-name: bgRLextendAnime3;
    animation-duration: 1s;
    animation-delay: 2.25s;
  }

  .STUDENTS-VOICE_area_contents {
    max-width: 40vw;
    position: relative;
  }

  .fotter_contents {
    display: flex;
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 300;
    margin-left: 0px;
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
  }

  .footer_subinfo {
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 300;
    text-align: center;
    margin-right: 0px;
    margin-top: 30px;
  }

  .footer_info {
    margin-left: 0px;
    margin-top: 10px;
    text-align: center;
  }


  .modal_contents_a:before {
    top: 60%;
    right: -5%;
  }

  .modal_contents_a:after {
    top: 33%;
    right: -9%;
  }
}

@media (min-width: 768px) and (max-width: 1439px) {

  .STUDENTS-VOICE_area_contents {
    max-width: 26vw;
    position: relative;
  }

  .about_tittle {
    position: absolute;
    top: 4rem
  }

  .triangle {
    padding-top: 20px;
  }

  .STUDENTS-VOICE {
    padding: 0rem 4rem 4rem 4em;
    margin-top: 8vw;
    position: relative;
    max-width: 1440px;
    margin: 7rem auto 0;
  }

  .about {
    padding: 3rem 4rem 4rem 4em;
  }

  .INFORMATION {
    padding: 0rem 4rem 4rem 4em;
  }

  .access-guide {
    padding: 0rem 4rem 4rem 4em;
  }

  .comeon {
    width: 15rem;
    position: absolute;
    top: -6rem;
  }

  .firstview_tittle h1 {
    font-size: 8rem;
    margin-left: 1rem;
  }

  .firstview_tittle2 {
    margin-left: 1.5rem;
    font-size: 2rem;
    font-weight: 700;
  }

  .students_voice_tittle {
    padding: 40px 0 0 20px;
  }

  .INFORMATION h2 {

    padding: 40px 0 0 20px;
  }

  .access-guide_tittle {
    padding: 40px 0 0 20px;
  }

  .STUDENTS-VOICE_area {
    justify-content: center;
  }

  .modal_description {
    padding-top: 10px;
  }

  .modal_scroller {
    height: 230px;
  }

  .modal_slide_contents {
    display: flex;
    align-items: flex-end;
    padding-top: 1vh;
  }

  .modal_scroller {

    width: 100%;
    height: 26vh;
    margin-top: 2vh
  }


  .modal_imgarea img {
    object-fit: cover;
  }



  .modal_imgarea {
    width: 100%;
    height: 100%;
  }



  .fukudashi {
    left: -2%;
    top: 62%;
    position: absolute;
    width: 20px;
    height: 20px;
  }

  .fukudashi2 {
    right: -2%;
    top: 62%;
    position: absolute;
    width: 20px;
    height: 20px;
  }

}

.firstview_catchcopy_s {
  display: none;
}


@media(max-width:768px) {
  .modal_imgarea img {
    object-fit: cover;
  }

  .modal_department {
    font-size: 0.74rem;
    padding-top: 1vh;
  }

  .tab-contents {
    display: none;
  }

  .bgextend3 {
    display: none;
  }

  .bgextend2 {
    display: none;
  }

  .bgextend4 {
    animation-name: bgextendAnimeBase4;
    animation-duration: 1s;
    animation-delay: 2.5s;
    animation-fill-mode: forwards;
    position: relative;
    opacity: 0;
    position: relative;
    top: 0px;
    z-index: 3;
    top: 0vw;
    width: max-content;
    left: 0rem;
    padding: 0.5625rem 0.9625rem 0.5625rem 0.5625rem;
    margin: 0.5rem auto 0;
  }

  @keyframes bgextendAnimeBase4 {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }


  .bgappear4 {
    animation-name: bgextendAnimeSecond4;
    animation-duration: 1s;
    animation-delay: 1.8s;
    animation-fill-mode: forwards;
    opacity: 0;
    z-index: 4;
    position: relative;
    display: inline-block;
    text-align: initial;

  }

  @keyframes bgextendAnimeSecond4 {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }


  .bgRLextend4::before {
    animation-name: bgRLextendAnime4;
    animation-duration: 1s;
    animation-delay: 1.8s;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 102%;
    clip-path: polygon(0 0, 96% 0, 100% 100%, 0% 100%);
    background-color: rgba(0, 0, 0, 1);
    position: absolute;
    top: 0px;
    z-index: 3;
    top: 0rem;
    right: 0rem;
    opacity: 0;




  }


  @keyframes bgRLextendAnime4 {
    0% {
      opacity: 0;
      transform-origin: top;
      transform: scaleY(0);
    }

    50% {
      transform-origin: top;
      transform: scaleY(1);
    }

    50.001% {
      transform-origin: bottom;
    }

    100% {
      opacity: 1;
      transform-origin: bottom;
      transform: scaleY(1);
    }
  }

  .firstview_catchcopy_s {
    display: block;
    width: 100%;
    height: 100;
    font-size: 0.8rem;
    writing-mode: unset;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.1rem;
  }

  .firstview_catchcopy {
    letter-spacing: 0.1rem;
  }

  .scrolldown1 {
    display: none;
  }

  .fotter_logo_container li:first-child {
    margin-left: 0px;
  }

  .bgRLextend3::before {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .bgRLextend2::before {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .bgRLextend::before {
    background-color: rgba(0, 0, 0, 1);
    clip-path: polygon(0 0, 96% 0, 100% 100%, 0% 100%);
  }

  .modal_slide_contents span {
    padding-left: 10px;
    font-size: 0.6rem;
  }

  .modal_description {
    padding-top: 1vh;
  }

  .modal_scroller {
    height: 230px;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 1rem;
  }

  .modal_slide_contents {
    display: flex;
    align-items: flex-end;
    padding-top: 1vh;
  }

  .modal_scroller {
    width: 100%;
    height: 35vh;
    margin-top: 2vh;
  }



  .fukudashi {
    left: -3%;
    top: 50%;
    position: absolute;
    width: 20px;
    height: 20px;
  }

  .fukudashi2 {
    right: -3%;
    top: 50%;
    position: absolute;
    width: 20px;
    height: 20px;
  }



  .widget {
    writing-mode: lr-tb;
    position: sticky;
    bottom: 0px;
    margin-top: 0px;
    z-index: 10;
    border-radius: 0%;
    background-color: #006ee4;
    opacity: 0.9;
  }

  .tab-areas {
    position: fixed;
    bottom: 0px;
    top: auto;
    right: 0px;
    z-index: 10;
    display: none;
  }

  .tab-areas_sub {
    display: block;
    position: fixed;
    bottom: 0px;
    top: auto;
    right: 0px;
    z-index: 10;
  }

  .tab-areas_sub {
    text-align: right;
    z-index: 100;
    width: 100vw;
    transform: translateX(0%);
    transition: all 0.8s ease-in;
    margin-top: 1vw;
  }

  .widget_sub {
    writing-mode: lr-tb;
    position: sticky;
    bottom: 0px;
    margin-top: 0px;
    z-index: 10;
    border-radius: 0%;
    background-color: #006ee4;
    opacity: 0.9;
  }

  .tab-contents_sub {
    opacity: 0;

  }

  .is_shown {
    opacity: 1;
    transition: all 0.8s ease-in;
  }

  .widget_sub span {
    font-size: 1rem;
    color: #fff;
    padding: 35px 2vw 35px 1vw;
    background-color: #004ea3;
    position: absolute;
    right: 20px;
    border-radius: 10px 0px 0 10px;
    letter-spacing: 5px;
    position: sticky;
  }

  .widget_sub p {
    color: #fff;
    padding: 1.8rem 0.5rem 1.8rem 0.5rem;
    text-align: center;
    width: 100vw;
    font-size: 1.5rem;
    letter-spacing: 4px;
  }

  .tab {
    text-align: right;
    z-index: 100;
    width: 100vw;
    transform: translateX(0%);
    transition: all 0.8s ease-in;
    margin-top: 1vw;
  }

  .widget span {
    font-size: 1rem;
    color: #fff;
    padding: 35px 2vw 35px 1vw;
    background-color: #004ea3;
    position: absolute;
    right: 20px;
    border-radius: 10px 0px 0 10px;
    letter-spacing: 5px;
    position: sticky;
  }

  .widget p {
    color: #fff;
    padding: 1.8rem 0.5rem 1.8rem 0.5rem;
    text-align: center;
    width: 100vw;
    font-size: 1.5rem;
    letter-spacing: 4px;
  }

  .test-area {
    padding: 1.5rem;
    border-radius: 10px;
    padding: 20px 10px;
    height: 100%;
    width: 100%;
    max-width: 600px;
  }

  .modal__content {
    height: 75%;
    width: 100%;
    max-height: 800px;
    max-width: 600px;
    margin-bottom: 21%;

  }

  .modal_imgarea {
    width: 100%;
    height: 100%;
    max-height: 300px
  }

  small {

    padding-bottom: 100px;

  }

}

@media (min-width: 768px) and (max-width: 1024px) {
  .test-area {
    margin-inline: auto;
    padding: 1.5rem;
    border-radius: 10px;
    padding: 30px 10px;
    height: 100%;
  }

  .modal .swiper-button-next {
    top: 105%;
    right: 35%;
  }

  .modal .swiper-button-prev {
    top: 105%;
    left: 35%;
  }

  .modal__content {
    height: 80%;
    max-height: 800px;
    width: 100%;
    max-width: 600px;
  }

  .modal_imgarea {
    width: 100%;
    height: 80%;
    max-height: 300px;
  }

  .swiper4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .modal__content {
    height: 80%;
    max-height: 800px;

  }

  .modal_imgarea {
    width: 100%;
    height: 100%;
    max-height: 300px;
  }

  .test-area {
    margin-inline: auto;
    padding: 1.5rem;
    border-radius: 10px;
    padding: 30px 10px;
    height: 100%;
  }

  .modal_scroller {
    width: 100%;
    margin-top: 2vh;
  }

  .swiper4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 374px) {
  .modal_slide_contents {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

  }

  .modal_slide_contents span {
    padding-left: 0px;
    font-size: 0.6rem;
    margin-top: 5px;
  }
}