@charset "UTF-8";
/* font-family: "Roboto", sans-serif; */

body.is-logo-black .logo--black {
  opacity: 1;
}
body.is-logo-black .logo--white {
  opacity: 0;
}

main {
  background-color: #000;
  color: #fff;
}

.inner {
  width: calc(100% - 40px);
  margin-inline: auto;
}

[id] {
  scroll-margin-top: 110px;
}
@media only screen and (max-width: 768px) {
  [id] {
    scroll-margin-top: 90px;
  }
}

/* hero
====================================== */
.hero {
  width: 100%;
  padding: 100px 0 30px;
  position: relative;
  background: #384f64;
}
.hero h2 {
  position: relative;
  text-align: center;
  font-size: 60px;
  letter-spacing: 0.2em;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  color: #fff;
  z-index: 2;
}
.mv_lines {
  position: absolute;
  left: 100px;
  top: 0;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  display: flex;
  gap: 100px;
  padding-left: 0;
}
.mv_lines > span {
  display: block;
  width: 100px;
  height: 100%;
  background: #435a6e;
  transform-origin: 50% 100%;
  will-change: transform;
}

@media (max-width: 768px) {
  .hero {
    padding: 90px 0 20px;
  }
  .hero h2 {
    font-size: 26px;
  }
  .mv_lines {
    left: 20px;
    gap: 20px;
  }
  .mv_lines > span {
    width: 20px;
  }
}

/* mv
=================================== */
.mv {
  position: relative;
  background-color: #000;
  aspect-ratio: 1920 / 1000;
  overflow: hidden;
}
.mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.mv_title {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: rotate(-5deg) translate(-50%, -50%);
  width: 70%;
}
.mv_wrap {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.mv_img {
  overflow: hidden;
}
.mv_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media only screen and (max-width: 768px) {
  .mv {
    aspect-ratio: 750 / 610;
  }
  .mv_title {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: rotate(-5deg) translate(-50%, -50%);
    width: 90%;
  }
  .mv_wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}

/* line_area01
===================================== */
.line_area01 {
  position: relative;
  overflow: hidden;
  padding-bottom: 120px;
}

/* top_area
========================================== */
.top_area {
  position: relative;
  padding-top: 150px;
  padding-bottom: 100px;
}
.top_area .inner {
  max-width: 1300px;
}
.top_title {
  font-size: 50px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 50px;
}
.top_area .main_text {
  text-align: left;
}
.top_area_wrap {
  margin-top: 94px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
}
.top_area_box {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 2;
  border: 1px solid #808080;
  padding-block: 33px;
}

@media only screen and (max-width: 768px) {
  .top_area {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .top_title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .top_area_wrap {
    margin-top: 28px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
  }
  .top_area_box {
    font-size: 16px;
    line-height: 1.75;
    padding-block: 14px;
  }
}

/* main_img
=================================== */
.main_img {
  position: relative;
}
.link_prot {
  position: absolute;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  background-color: #5a836e;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.link_prot {
  animation: 1s ease-in-out 0s infinite alternate none running pointAnimation;
}
@keyframes pointAnimation {
  0% {
    transform: translateY(-8%);
  }
  to {
    transform: translateY(0%);
  }
}
.prot01 {
  top: 46.5%;
  left: 48%;
}
.prot02 {
  top: 65.2%;
  left: 27.2%;
}
.prot03 {
  top: 62.1%;
  left: 35.3%;
}
.prot04 {
  top: 39.5%;
  left: 59.7%;
}
.prot05 {
  top: 33%;
  left: 70%;
}
.prot06 {
  top: 37.7%;
  left: 65.7%;
}
.prot07 {
  top: 52.6%;
  left: 58%;
}
.prot08-1 {
  top: 72.2%;
  left: 10%;
}
.prot08-2 {
  top: 15.3%;
  left: 52.4%;
}
.prot08-3 {
  top: 22.8%;
  left: 87.4%;
}
.prot09 {
  top: 53.9%;
  left: 21.1%;
}
.prot10-1 {
  top: 31.9%;
  left: 13.3%;
}
.prot10-2 {
  top: 18.8%;
  left: 21.8%;
}
.prot11 {
  top: 50.7%;
  left: 41.9%;
}

@media (max-width: 768px) {
  .js-scrollable {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .js-scrollable .main_img {
    width: 1000px;
    position: relative;
  }
  .js-scrollable figure,
  .js-scrollable img {
    display: block;
    width: 100%;
    height: auto;
  }
  .link_prot {
    width: 28px;
    height: 28px;
    font-size: 20px;
  }
}

/* contents_area
========================================== */
.contents_area {
  position: relative;
  /* padding-top: 150px; */
  margin-top: 150px;
}
.main_text {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.6;
  color: #fff;
}
.contents_area .inner {
  max-width: 1500px;
}
.contents_main_title {
  text-align: center;
  font-size: 44px;
  letter-spacing: 0.1em;
  margin-bottom: 100px;
}
.contents_title {
  position: relative;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #fff;
}
.contents_title .jp {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.contents_title .label {
  position: absolute;
  top: 2px;
  left: calc(50% - 310px);
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 100;
  border: 1px solid #808080;
  padding: 10px 10px;
  vertical-align: middle;
}
.contents_num_title {
  position: relative;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #fff;
  margin-bottom: 52px;
}
.contents_num_title .jp {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.contents_num_en {
  position: relative;
}
.contents_num_en::before {
  content: attr(data-num);
  position: absolute;
  top: 50%;
  left: -100px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #5a836e;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.contents_num_en.no_num::before {
  content: none;
}
.contents_img {
  position: relative;
  margin-top: 40px;
}
.contents_img::before {
  content: attr(data-num);
  position: absolute;
  bottom: 14px;
  left: 14px;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  background-color: #5a836e;
  font-family: "Roboto", sans-serif;
}
.contents_img.no_num::before {
  content: none;
}
.contents_info {
  margin-top: 76px;
}
.contents_info_wrap {
  padding-top: 104px;
  display: flex;
  flex-direction: column;
}
.contents_info_wrap .contents_info {
  margin-top: 0;
  padding-top: 90px;
}
.info_title {
  width: 100%;
  margin-inline: auto;
  margin-bottom: 70px;
}

@media only screen and (max-width: 768px) {
  .contents_area {
    margin-top: 60px;
  }
  .main_text {
    font-size: 12px;
    letter-spacing: -0.01em;
    line-height: 2.5;
  }
  .contents_main_title {
    font-size: 24px;
    line-height: 1.9;
    margin-bottom: 45px;
  }
  .contents_title {
    font-size: 26px;
    line-height: 1.4;
  }
  .contents_title .jp {
    margin-top: 10px;
    font-size: 14px;
  }
  .contents_title .label {
    top: 2px;
    left: calc(50% - 160px);
    font-size: 11px;
    letter-spacing: 0.1em;
    padding: 6px 6px;
  }
  .contents_num_title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .contents_num_title .jp {
    margin-top: 10px;
    font-size: 14px;
  }
  .contents_num_en::before {
    top: 50%;
    left: -40px;
    width: 28px;
    height: 28px;
    font-size: 18px;
  }
  .contents_num_en.no_num::before {
    content: none;
  }
  .contents_img {
    margin-top: 20px;
  }
  .contents_img::before {
    bottom: 5px;
    left: 5px;
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
  .contents_info {
    margin-top: 28px;
  }
  .contents_info_wrap {
    padding-top: 0px;
  }
  .contents_info_wrap .contents_info {
    padding-top: 58px;
  }
  .info_title {
    margin-bottom: 20px;
  }
}

/* lounge_area
===================================== */
.lounge_area {
  margin-top: 200px;
}
.lounge_area .info_title {
  max-width: 700px;
}

@media only screen and (max-width: 768px) {
  .lounge_area {
    margin-top: 70px;
  }
  .lounge_area .info_title {
    width: 88%;
    max-width: 500px;
  }
}

/* library_area
===================================== */
.library_area .info_title {
  max-width: 467px;
}

@media only screen and (max-width: 768px) {
  .library_area .info_title {
    width: 72%;
    max-width: 400px;
  }
}

/* study_area
===================================== */
.study_area .info_title {
  max-width: 470px;
}
@media only screen and (max-width: 768px) {
  .study_area .info_title {
    width: 68%;
    max-width: 400px;
  }
}

/* fitness_area
===================================== */
.fitness_area .info_title {
  max-width: 898px;
}
@media only screen and (max-width: 768px) {
  .fitness_area .info_title {
    width: 90%;
    max-width: 500px;
  }
}

/* kids_area
===================================== */
.kids_area .info_title {
  max-width: 260px;
}
@media only screen and (max-width: 768px) {
  .kids_area .info_title {
    width: 36%;
  }
}

/* cap_area
========================================= */
.cap_area {
  margin-top: 150px;
  width: calc(100% - 40px);
  max-width: 1500px;
  margin-inline: auto;
}
.cap {
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .cap_area {
    margin-top: 80px;
  }
}
