@charset "UTF-8";
.eyecatch{
  width: 100%;
  margin-bottom: 80px;
}
.eyecatch img{
  width: 100%;
  max-width: auto;
  max-height: 480px;
  object-fit: cover;
}
section{
  width: min(1120px,100%);
  margin-inline: auto;
  padding: 0 16px;
  margin-bottom: 120px;
}
.h2-wrap{
  display: block;
  margin-bottom: 56px;
}
h2{
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}
.h2-ENG{
  font-size: 16px;
  color: #297CC3;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
section#sec-access{
  address{
    margin-bottom: 16px;
  }
  iframe{
    width: 100%;
    max-height: 400px;
    aspect-ratio: 14/5;
  }
}

@media (min-width : 1200px){

}
@media (max-width : 1200px){

}
@media (max-width : 599px){

}