@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-feature-settings: "palt";
}

:focus {
  outline: 0;
}

body, html {
  font-size: 62.5%;
  line-height: 1.6;
  color: #000;
  font-family: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}

main {
  display: block;
}

address, blockquote, caption, cite, code, dd, dt, em, h1, h2, h3, h4, h5, h6, input, li, p, pre, select, small, strong, td, textarea, th {
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
}

li, ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

a:hover {
  text-decoration: none;
}

br {
  letter-spacing: 0;
}

button {
  border: none;
  background: initial;
  box-sizing: border-box;
}

/*----------  FACILITY  ----------*/
#facility .fv-area .fv-img::before {
  display: none;
}
#facility .fv-container {
  position: relative;
}
#facility .balloon-container {
  width: 100%;
  height: 590px;
  max-width: 880px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#facility .balloon-container .balloon-item {
  position: absolute;
  display: block;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  background: #fff;
  border: 2px solid var(--gold);
  cursor: pointer;
  transform: scale(1);
  transition: ease 300ms all;
  z-index: 10;
}
#facility .balloon-container .balloon-item a {
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  display: block;
}
#facility .balloon-container .balloon-item.-topRight::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  right: -2px;
  top: -16px;
  border-color: transparent transparent var(--gold);
}
#facility .balloon-container .balloon-item.-bottomLeft::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  left: -2px;
  bottom: -16px;
  border-color: var(--gold) transparent transparent transparent;
}
#facility .balloon-container .balloon-item:nth-of-type(1) {
  top: 34%;
  left: 22%;
}
#facility .balloon-container .balloon-item:nth-of-type(2) {
  top: 0;
  left: 42%;
}
#facility .balloon-container .balloon-item:nth-of-type(3) {
  top: 10%;
  left: 67%;
}
#facility .balloon-container .balloon-item:nth-of-type(4) {
  top: 48%;
  left: 88%;
}
#facility .balloon-container .balloon-item:hover {
  background: var(--gold);
  color: #fff;
  transform: scale(1.1);
  border-radius: 10px 10px 10px 0;
}
#facility .balloon-container .balloon-item:hover:nth-of-type(1) {
  border-radius: 10px 0 10px 10px;
}
#facility .balloon-container .balloon-item:hover a {
  transition: initial;
}
#facility .anker-link {
  width: 90%;
  margin: 0 auto 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#facility .anker-link .link-item {
  width: 49.2%;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 2px solid var(--gold);
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 5px;
  position: relative;
}
#facility .anker-link .link-item::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-bottom: 2px solid var(--gold);
  border-right: 2px solid var(--gold);
}
#facility .fv-img {
  background: url(/assets/img/school/facility/fv_facility.svg) no-repeat;
  background-position: 50% 50%;
  width: 880px;
  top: 45%;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  #facility .fv-img {
    width: 100%;
    margin-bottom: 10px;
  }
}
#facility .box-white {
  padding: 100px 4.984% 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #facility .box-white {
    padding-top: 0;
  }
}
#facility .box-white:last-of-type {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #facility .box-white:last-of-type {
    margin-bottom: 50px;
  }
}
#facility .box-white .heading-group {
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  #facility .box-white .heading-group {
    margin-top: 0;
    padding-top: 30px;
  }
}
#facility .box-white .heading-group .cap {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#facility .box-white .heading-group .head {
  line-height: 1;
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  #facility .box-white .heading-group .head {
    margin-bottom: 30px;
  }
}
#facility .box-white .vr-content {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #facility .box-white .vr-content {
    margin-bottom: 60px;
  }
}
#facility .box-white .vr-content .img-container {
  margin-bottom: 43px;
  transition: ease 300ms all;
}
@media screen and (max-width: 768px) {
  #facility .box-white .vr-content .img-container {
    margin-bottom: 30px;
  }
}
#facility .box-white .vr-content .img-container a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
#facility .box-white .vr-content .img-container a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/assets/img/school/facility/facility_360_over.png) no-repeat;
  width: 118px;
  height: 119px;
}
#facility .box-white .vr-content .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  #facility .box-white .vr-content .img-container:hover {
    opacity: 0.7;
  }
}
#facility .box-white .vr-content .link {
  width: 100%;
  height: 100%;
  max-width: 200px;
  display: flex;
  align-items: center;
  background: var(--gold);
  position: relative;
  margin: 0 auto;
  transition: ease 300ms all;
}
#facility .box-white .vr-content .link::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 50%;
  right: 15px;
  transition: ease 300ms all;
  transform: translateY(-50%) rotate(-45deg);
}
#facility .box-white .vr-content .link a {
  width: 100%;
  height: 100%;
}
#facility .box-white .vr-content .link span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 16px 25px 13px 20px;
}
@media screen and (min-width: 769px) {
  #facility .box-white .vr-content .link:hover {
    opacity: 0.7;
  }
}
#facility .box-white .detail-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 55px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #facility .box-white .detail-content {
    padding-bottom: 0;
  }
}
#facility .box-white .detail-content::after {
  content: "";
  display: block;
  width: calc((100% - 80px) / 3);
  height: 0;
}
@media screen and (max-width: 768px) {
  #facility .box-white .detail-content::after {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 480px) {
  #facility .box-white .detail-content::after {
    display: none;
  }
}
#facility .box-white .detail-item {
  width: calc((100% - 80px) / 3);
  height: 100%;
  margin-bottom: 30px;
  transition: ease 300ms all;
}
@media screen and (max-width: 768px) {
  #facility .box-white .detail-item {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 480px) {
  #facility .box-white .detail-item {
    width: 100%;
  }
}
#facility .box-white .detail-item .img-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: var(--lightgray);
  margin-bottom: 20px;
}
#facility .box-white .detail-item .img-container img {
  width: 100%;
  height: 100%;
  min-height: 160px;
  object-fit: cover;
}
#facility .box-white .detail-item .title {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}
#facility .link-container.single {
  margin-bottom: 80px;
}
#facility .link-container.double {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #facility .link-container.double {
    margin-bottom: 50px;
  }
}