body {
    font-family: Arial, sans-serif;
    margin: 0 auto;
    max-width: 1024px;
    padding: 0;
    background-color: black;
}
html {
    scroll-padding-top: 60px;
  }
p{
    font-family: "Kosugi Maru", "Hiragino Sans", "Meiryo", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.6;
    text-align: center;
    color: white;
}
h2{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin: 10px auto 0 auto;
}
h3{
    margin-bottom: 5px;
    text-align: center;
    color: black;
}
h4{
    text-align: center;
    color: white;
}
a {
    color: white;
    text-decoration: none;
}
a:visited {
    color: white;
}
button {
    border: none;
    cursor: pointer;
    padding: 10px;
}
li {
    color: white;
    font-family: "Kosugi Maru", "Hiragino Sans", "Meiryo", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.7;
}

.header {
    background-color: #111;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;                
    height: 60px;
    align-items: center;        
    z-index: 1000;              
}
.logo {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    color: white;
    padding-left: 20px;
}
.instagram {
    height: 40px;
    width: 40px;
    margin: auto;
    margin-right: 0;
}
.instagram img{
    height: 100%;
    width: 100%;
}
.menu {
    background: #1944a1;
    position: fixed;
    top: 0px;
    right: -250px;
    width: 250px;
    height: 100%;
    z-index: 4;
    color: white;
    transition: 0.3s;
    padding-top: 20px;
    z-index: 3;
}
.menu-label {
  display: block;
  text-align: center;
  font-size: 0.9em;
  margin-top: 4px;
  color: white;
}

.menu a {
    display: flex;
    align-items: center;
    padding: 12px 16px;    
    margin-bottom: 13px;     
    font-size: 16px;
    min-height: 48px;       
    color: white;
    text-decoration: none;     
    user-select: none;     
}

.menu a:hover {
    background: rgb(100, 100, 194);
}
.header-btn {
    background-color: transparent;
    color: white;
    font-size: 2rem;
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1;
}
.admission {
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: rgb(232, 0, 0);
}
.admission img{
    width: 30px;
    height: 30px;
    margin-top: 5px;
}
.admission p{
    margin-top: -5px;
    font-size: 0.7rem;
}
.company-info{
    width: 100%;
    max-width:800px;
    margin:60px auto 0 auto;
}
.company-info h1{
    color: white;
}
.company-info p{
    text-align: left;
}
.company-info h2{
    text-align: left;
    color: white;
}
.line{
    border-top: 2px solid white; 
    width: 100%;             
    margin: 20px auto;
}
.INFORMATION {
  width: 100%;
  max-width: 1920px;
  margin: 20px auto 0 auto;
  color: white;
  min-height: 800px; 
  background-color: #111;
}

.INFORMATION h2,
.INFORMATION h3 {
    color: white;
    padding: 0 20px;
}

.INFORMATION p {
  font-size: 0.8rem;
  line-height: 1.5;
  padding-top: 10px;
  color: white;
}

.INFORMATION iframe {
  width: 100%;
  height: 400px; 
  max-width: 1920px;
  margin: 0 auto;
  display: block;
  background-color: #ccc; 
}

.footer {    
    width: 100%;
    height: 230px;
    color: white;
    display: flex;
    justify-content: space-between;
    background-color: #111;
    margin-top: -20px;
}
.footer ul{
    list-style: none;
}
.footer li{
    min-width: 80px;
    font-size: 0.7rem;
    min-height: 36px;
    margin-bottom: 8px;
}
