:root {
  --bordercolor: #dbd8d7;
}

.title {
  line-height: 1;
  text-align: center;
}
.title .en {
  font-family: var(--ff-cg);
}
@media (max-width: 767px) {
  .title .en {
    font-size: 1.2rem;
  }
}
.title .jp {
  font-size: 3.6rem;
  font-family: var(--ff-shippri);
  margin-top: 15px;
}
@media (max-width: 767px) {
  .title .jp {
    font-size: 2.6rem;
    margin-top: 4vw;
  }
}

.movie {
  aspect-ratio: 560/315;
  width: 56rem;
  margin: 60px auto;
}
.movie iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .movie {
    margin: 8vw auto;
    width: calc(100% - 4rem);
  }
}

.tables {
  display: grid;
  grid-template-columns: 300px auto;
  border-top: 1px solid var(--bordercolor);
}
@media (max-width: 767px) {
  .tables {
    grid-template-columns: 1fr;
  }
}
* + .tables {
  margin-top: 60px;
}
@media (max-width: 767px) {
  * + .tables {
    margin-top: 8vw;
  }
}
.tables dt,
.tables dd {
  border-bottom: 1px solid var(--bordercolor);
  padding: 25px 40px;
}
@media (max-width: 767px) {
  .tables dt,
  .tables dd {
    padding: 3.3333333333vw 5.3333333333vw;
    font-size: 1.4rem;
  }
}
.tables dt {
  background-color: #f5f5f5;
}
.companyprifile {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .companyprifile {
    width: 92vw;
  }
}