@charset "utf-8";

.content {
  padding: 0;
}
.content .inner {
  width: 1170px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .content .inner {
    width: 100%;
  }
}

/* index
---------------------------------------------*/
.main {
  position: relative;
  margin-bottom: 0;
}
.main h1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 31%;
  height: 150px;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  background: none;
}
.main h1 .logo {

}
.main h1 .logo img {
  width: 75%;
  margin-top: 20px;
}
.scroll {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 34px;
  margin: auto;
}
.scroll a {
  display: inline-block;
  z-index: 2;
  padding: 10px 10px 75px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
.scroll a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 66px;
  background: rgba(255, 255, 255, .4);
}
.scroll a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 26px;
  background: #fff;
  animation: sdl 1.5s ease infinite;
}
@keyframes sdl {
  0% {
    transform: translateY(-40px);
  }
  50%, 100% {
    transform: translateY(30px);
  }
}

main h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.7;
}

.content section {
  padding: 90px 0;
  color: #333;
}
.content section:nth-child(2n) {
  background: #efefef;
}

#movie {
  margin: 80px auto 0 auto;
}
#movie .movie-area {
  text-align: center;
}
#movie .movie-area video {
  width: 65%;
}
.content .copy {
  margin-bottom: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.0rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 5px;
}
.content .cont-txt {
  width: 770px;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  line-height: 3;
  text-align: center;
}

.content .cont-txt a.text-link {
  text-decoration: underline;
}
.content .cont-txt a.text-link:hover {
  text-decoration: none;
}

.map-area {
  background: url(../../images/ksg_lab/bg_map.jpg) no-repeat center top;
  background-size: cover;
  text-align: center;
}

.figure-wrap {
  position: relative;
  width: 1170px;
  margin: auto;
}
.figure-wrap figure {
  position: relative;
}
.figure-wrap figure img {
  width: 65%;
}
.figure-wrap figcaption {
  margin-bottom: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  text-align: left;
}
.figure-wrap ul {
  position: absolute;
  top: 0;
}
.figure-wrap li {
  position: absolute;
  display: block;
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 2px;
  white-space: nowrap;
  box-shadow: 0 0 24px rgba(0,0,0,0.7);
}
.figure-wrap li:hover,
.figure-wrap li.current,
.figure-wrap li.active {
  opacity: 0.7;
}
.figure-wrap a {
  display: flex;
  align-items: center;
  padding: 12px;
}
.figure-wrap .en {
  display: block;
  margin-right: 5px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 2.0rem;
  color: #0a4774;
}

.map-area .figA { top: 248px; left: 424px; }
.map-area .figB { top: 80px; left: 315px; }
.map-area .figC { top: 303px; left: 210px; }
.map-area .figD { top: 386px; left: 300px; }
.map-area .figE { top: 295px; left: 777px; }
.map-area .figF { top: 510px; left: 505px; }
.map-area .figG { top: 97px; left: 597px; }
.map-area .figH { top: 141px; left: 249px; }
.map-area .figI { top: 105px; left: 447px; }

.iziModals {
  border-radius: 0 !important;
  max-height: 94% !important;
}
.iziModal::after {
  opacity: 0 !important;;
}

.iziModal-content figure img {
  width: 100%;
  height: auto;
}
.iziModal-content .modal-txt-area {
  padding: 50px 60px;
}
.iziModal-content .modal-title {
  margin-bottom: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4.0rem;
  line-height: 1;
  text-align: center;
}
.iziModal-content .modal-title .en {
  display: block;
  margin-top: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  color: #0a4774;
}
.iziModal-content .modal-txt {
  font-size: 1.4rem;
  line-height: 2;
}
.iziModal .modal-close {
  background-color: #e7ecf2;
  padding: 20px;
  text-align: center;
}
.iziModal .modal-close button {
  border-radius: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-family: 'Saira', sans-serif;
  font-size: 2.0rem;
  color: #0a4774;
}
button:focus {
  outline: none;
}
@media (max-width: 767px) {
  .main h1 {
    padding: 0;
    width: 90%;
    height: 100px;
    font-size: 2.0rem;
    line-height: 1.25;
    letter-spacing: 3px;
  }
  .main h1 .en {
    font-size: 5.6rem;
  }
  .scroll {
    display: none;
  }
  .content section {
    padding: 75px 0;
  }
  main h2 {
    font-size: 3.2rem;
    line-height: 1.5;
  }
  #movie {
    width: 100%;
    margin: 70px auto 0 auto;
  }
  .content .copy {
    font-size: 2.4rem;
    line-height: 1.8;
    letter-spacing: 1px;
  }
  .content .cont-txt {
    width: 100%;
    text-align: left;
  }
  .map-area {
    background: #537e9d;
    padding-top: 60px !important;
  }
  .figure-wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .figure-wrap figcaption {
    margin: 15px 0 0 0;
  }
  .figure-wrap figure img {
    width: 100%;
    height: auto;
  }
  .figure-wrap ul {
    position: static;
  }
  .figure-wrap li {
    position: static;
    white-space: normal;
    margin-top: 25px;
  }
  .iziModals {
    border-radius: 0 !important;
    width: 95% !important;
  }
  #movie .movie-area video {
    width: 100%;
  }
}



