body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #FCFAED;
}

.lp {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.cta1 {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}

.cta1 img {
  width: 25vw;
  height: auto;
}

@media screen and (max-width: 768px) and (pointer: coarse){
    .cta1 {
        display: none !important;
    }
}

.fv {
  position: relative;
  width: 100%;
}

.fv img {
  margin: 0 auto;
}

.overview {
  width: 80%;
}

.overview img {
  margin: 0 auto;
}

.location {
  width: 80%;
}

.location img {
  margin: 0 auto;
}

.cta2 {
  width: 60%;
}

.cta2 img {
  margin: 0 auto;
}

.program {
  width: 80%;
}

.program img {
  margin: 0 auto;
}

.footer {
  width: 90%;
}

.footer img {
  margin: 0 auto;
}

.contact {
  position: relative;
  display: inline-block;
}

.hover-message {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.overlay {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 128, 0, 0.8);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}


img {
  max-width: 100%;
  height: auto;
  display: block;
}

section {
  width: 100%;
  padding: 40px 0px;
  box-sizing: border-box;
  margin: 0 auto;
}

