@charset "UTF-8";
.low {
  padding-top: clamp(170px, 20vw, 288px);
}

.blk {
  padding: clamp(60px, 15vw, 147px) 0;
  position: relative;
}

.low .mvimg {
  height: 40vw;
  max-height: 450px;
  min-height: 250px;
  border-radius: 20px;
  margin-bottom: 70px;
  overflow: clip;
  position: relative;
}
.low .mvimg img {
  position: absolute;
}
.low .mvimg .pagettl {
  position: absolute;
  top: 50%;
  left: 8.7%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.low .mvimg .pagettl.secttl {
  text-align: left;
  margin-bottom: 0;
}
.low .mvimg .pagettl.secttl .ja {
  margin-bottom: 0;
}
.pkframe {
  background: #fffcfc;
}

.secttl .en {
  font-size: clamp(15px, 1.87vw, 20px);
}

@media screen and (max-width: 980px) {
}
@media screen and (max-width: 320px) {
}

@media screen and (min-width: 881px) {
}
