:root, :host {
  --color-main: #2A4973;
  --color-link: #287bf0;
  --color-black: black;
  --color-white: white;
  --fontfamily-noto: "Noto Sans", sans-serif;
}

/*  reset  */
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6, ul, li {
  overflow-wrap: break-word;
  padding: 0;
  margin: 0;
}

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

article, aside, footer, header, main, section {
  display: block;
}

/*  common  */
body {
  color: var(--color-black);
  background-color: var(--color-white);
  -webkit-font-smoothing: antialiased;
  font-family: var(--fontfamily-noto);
  font-weight: 700;
  position: relative;
}
body a {
  color: var(--color-link);
}
body .cardVisual {
  overflow: hidden;
  pointer-events: none;
}
body .cardVisual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main {
  width: 100%;
  overflow-x: hidden;
  padding-bottom: 80px;
}
main section {
  position: relative;
}
main h2 {
  width: 160px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../img/h2.svg);
  color: var(--color-white);
  font-size: 22px;
  font-weight: 900;
  margin: 0 auto;
}
main p span {
  display: inline-block;
}
main .silhouette img {
  width: 20vw;
  max-width: 339px;
}
@media screen and (min-width: 768px) {
  main .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  main .pc {
    display: none;
  }
  main .silhouette img {
    width: auto;
    height: 18vh;
  }
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-black);
  color: var(--color-white);
  width: 100%;
  height: 100px;
}

#intro {
  width: 100%;
  height: 100vh;
  position: relative;
}
#intro h1 {
  position: absolute;
  right: 5vw;
  top: 30px;
  z-index: 2;
}
#intro h1 img {
  width: 20vw;
  max-width: 339px;
  min-width: 201px;
}
#intro .introCover {
  position: absolute;
  left: 4vw;
  bottom: 16px;
}
#intro .introCover img {
  width: 35vw;
  max-width: 593px;
  min-width: 352px;
}
#intro .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#intro .inner h2 {
  background: none;
}
#intro .inner h2 img {
  width: 25vw;
  max-width: 424px;
  min-width: 350px;
}
#intro .inner .silhouette1 {
  position: absolute;
  left: 7vw;
  top: 5vh;
}
#intro .inner .silhouette2 {
  position: absolute;
  right: 7vw;
  bottom: 5vh;
}
#intro .inner::after {
  content: "";
  width: 150vw;
  height: 4px;
  position: absolute;
  top: 20vh;
  left: -25vw;
  background-color: var(--color-black);
  transform-origin: center center;
  transform: rotate(30deg);
}
#intro .inner::before {
  content: "";
  width: 120px;
  height: 50px;
  position: absolute;
  top: -19px;
  right: -20px;
  background-color: var(--color-black);
  transform-origin: center center;
  transform: rotate(30deg);
}
#intro::before {
  content: "";
  width: 150vw;
  height: 4px;
  position: absolute;
  top: 80vh;
  left: -25vw;
  background-color: var(--color-black);
  transform-origin: center center;
  transform: rotate(30deg);
  z-index: 2;
}
#intro::after {
  content: "";
  width: 150vw;
  height: 50px;
  position: absolute;
  bottom: 27px;
  left: -40px;
  background-color: var(--color-black);
  transform-origin: left center;
  transform: rotate(30deg);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #intro h1 {
    top: 46px;
  }
  #intro h1 img {
    width: auto;
    height: 23vh;
    max-width: 201px;
    min-width: auto;
  }
  #intro .introCover {
    bottom: 26px;
  }
  #intro .introCover img {
    width: auto;
    height: 28vh;
    max-width: 352px;
    min-width: auto;
  }
  #intro .inner h2 img {
    width: auto;
    height: 27vh;
    max-width: 290px;
    min-width: auto;
  }
  #intro .inner .silhouette1 {
    top: 15vh;
  }
  #intro .inner .silhouette2 {
    bottom: 15vh;
  }
  #intro .inner::after {
    top: 30vh;
  }
  #intro::before {
    top: 70vh;
  }
}

@media screen and (min-width: 1120px) {
  #facility {
    height: 40vw;
  }
  #facility p span {
    display: inline-block;
  }
  #facility .facility1 {
    margin-top: 4vw;
    margin-left: 50vw;
    max-width: 552px;
    width: 45vw;
  }
  #facility .facility2 {
    margin-top: 2vw;
    margin-left: calc(50vw + 120px);
    max-width: 480px;
    width: 35vw;
  }
  #facility .complex {
    margin: 6vw auto 0;
    width: 90vw;
    max-width: 1320px;
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 3;
  }
  #facility .complex img {
    width: 400px;
  }
}
@media screen and (max-width: 1119px) {
  #facility {
    padding-top: 40vw;
    padding-bottom: 80px;
  }
  #facility p {
    margin: 24px 5vw;
  }
  #facility .complex {
    position: absolute;
    right: 5vw;
    top: 2vw;
    z-index: 3;
  }
  #facility .complex img {
    max-width: 500px;
    width: 78vw;
  }
}

#floor .floorMap {
  margin: 0 auto;
  width: 90vw;
  display: flex;
  align-items: flex-end;
  gap: 20px;
  position: relative;
}
#floor ul {
  position: relative;
}
#floor ul li {
  display: flex;
  gap: 20px;
}
#floor ul li img {
  width: 120px;
}
#floor .silhouette {
  position: absolute;
}
@media screen and (min-width: 1120px) {
  #floor .floorMap {
    transform: translateY(-10vw);
  }
  #floor .floorMap img {
    width: 60vw;
  }
  #floor .floorMap p {
    margin-bottom: 5vw;
  }
  #floor .floorMap::after {
    content: "";
    width: 150vw;
    height: 4px;
    position: absolute;
    left: -6vw;
    background-color: var(--color-black);
    transform-origin: left center;
    transform: rotate(30deg);
    z-index: -1;
    bottom: 27px;
  }
  #floor ul {
    height: 36vw;
    z-index: 3;
  }
  #floor ul li {
    position: absolute;
    align-items: flex-start;
  }
  #floor ul li p {
    align-items: center;
    min-height: 120px;
    display: flex;
  }
  #floor ul li:nth-child(1) {
    left: 5vw;
    top: -9vw;
    width: 90vw;
  }
  #floor ul li:nth-child(2) {
    left: 25vw;
    top: 2vw;
    width: 70vw;
  }
  #floor ul li:nth-child(3) {
    left: 45vw;
    top: 13vw;
    width: 50vw;
  }
  #floor .silhouette {
    bottom: -10vw;
    left: 5vw;
  }
}
@media screen and (max-width: 1119px) {
  #floor {
    margin-bottom: 50vw;
  }
  #floor .floorMap {
    flex-direction: column;
    align-items: center;
  }
  #floor .floorMap img {
    width: 100%;
  }
  #floor ul {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  #floor ul li {
    flex-direction: column;
    align-items: center;
  }
  #floor ul li p {
    padding: 0 5vw;
  }
  #floor .silhouette {
    bottom: -40vw;
    right: 5vw;
  }
  #floor::after {
    content: "";
    width: 150vw;
    height: 4px;
    position: absolute;
    left: -6vw;
    background-color: var(--color-black);
    transform-origin: left center;
    transform: rotate(30deg);
    z-index: -1;
    bottom: -27px;
  }
}

#guide p {
  margin: 40px auto;
  width: 90vw;
  max-width: 640px;
}
#guide dl {
  margin: 12px auto;
  padding-top: 12px;
  width: 90vw;
  max-width: 640px;
  display: flex;
  gap: 14px;
  border-top: 1px solid var(--color-black);
}
#guide dl dt {
  padding-top: 4px;
  width: 136px;
}
#guide dl dd {
  width: calc(100% - 150px);
  font-size: 20px;
  color: var(--color-main);
}
#guide dl dd table, #guide dl dd h4 {
  font-size: 24px;
  font-weight: bold;
}
#guide dl dd th {
  text-align: left;
}
#guide dl dd .small {
  font-size: 12px;
}
#guide dl .mail, #guide dl .tel {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
  align-items: center;
  font-size: 24px;
}
#guide dl .mail::before, #guide dl .tel::before {
  content: "";
  width: 24px;
  height: 24px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#guide dl .mail::before {
  background-image: url(../img/icon_mail.svg);
}
#guide dl .tel::before {
  background-image: url(../img/icon_tel.svg);
}
@media screen and (max-width: 767px) {
  #guide dl {
    flex-direction: column;
  }
  #guide dl dt, #guide dl dd {
    width: 100%;
  }
}/*# sourceMappingURL=common.css.map */