html {
  /*scroll-behavior: smooth;*/
  /* jsで制御されている。aタグにclass"is-pagelink"を付与 */
}

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

* {
  box-sizing: border-box;
}

.l-header {
  height: auto;
  position: relative;
}
#hdInner {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 10px 0 0;
  text-align: left;
}
#hdLogo {
  margin: 0 0 8px;
  width: 313px;
}
@media screen and (max-width: 767px) {
  #hdInner {
    width: 100%;
    padding: 0;
    width: auto;
  }
  #hdLogo {
    margin: 1.6vw;
    width: 50vw;
  }
}

.header-layout {
  max-width: 750px;
  margin: 0 auto;
  background-color: #005e92;
}

.header-layout__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  max-width: 750px;
  padding: 3.125% 5.3333333333%;
  margin: 0 auto;
}

.header-home {
  width: calc(106 / 750 * 100%);
}

.header-contact {
  width: calc(250 / 750 * 100%);
}

#contents,
#wrapper {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

#contents:after,
#wrapper:after {
  display: none;
}

.relative {
  position: relative;
}

.embed-video {
  position: absolute;
  top: 28%;
  left: calc(50%);
  transform: translateX(-50%);
  max-width: 560px;
  width: calc(560 / 750 * 100%);
  height: auto;
  aspect-ratio: 560 / 315;
}

.guide-link {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 500px;
  width: calc(500 / 750 * 100%);
}

.application-link {
  position: absolute;
  left: 50%;
  bottom: 25%;
  transform: translateX(-50%);
  max-width: 450px;
  width: calc(450 / 750 * 100%);
}

.schedule-button-layout {
  position: relative;
}

.schedule-button-layout__button {
  position: absolute;
  top: 4.5819014891%;
  width: 100%;
  padding: 0 20px;
  text-align: center;
}

.bottom-layout {
  position: relative;
}

.bottom-layout__button {
  position: absolute;
  right: 5.3333333333%;
  bottom: 16.318537859%;
  width: 60%;
}
