section{
  padding-top: 8rem;
  padding-bottom: 10rem;
}
.hero-section {
  position: relative;
}
.hero-section video{
  width: 100vw;
  height: auto;
}
.hero-section .hero-wrapper {
  display: flex;
  flex-wrap: wrap;
  background-color: black;
  width: 100vw;
}
.hero-section .hero-wrapper form:nth-of-type(1),
.hero-section .hero-wrapper form:nth-of-type(2),
.hero-section .hero-wrapper form:nth-of-type(3),
.hero-section .hero-wrapper form:nth-of-type(4),
.hero-section .hero-wrapper form:nth-of-type(5) {
  width: 20vw;
  height: 30vw;
  -webkit-clip-path: polygon(8.572% 0, 91.428% 0, 91.428% 100%, 8.572% 100%);
  clip-path: polygon(8.572% 0, 91.428% 0, 91.428% 100%, 8.572% 100%);
}
.hero-section .hero-wrapper form:nth-of-type(6),
.hero-section .hero-wrapper form:nth-of-type(7),
.hero-section .hero-wrapper form:nth-of-type(8),
.hero-section .hero-wrapper form:nth-of-type(9),
.hero-section .hero-wrapper form:nth-of-type(10),
.hero-section .hero-wrapper form:nth-of-type(11) {
  width: 16.6666666667vw;
  height: 25vw;
  -webkit-clip-path: polygon(8.572% 0, 91.428% 0, 91.428% 100%, 8.572% 100%);
  clip-path: polygon(8.572% 0, 91.428% 0, 91.428% 100%, 8.572% 100%);
}
.hero-section .hero-wrapper form button {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  cursor: pointer;
  background: transparent;
}
.hero-section .hero-wrapper form button img {
  width: 100%;
  vertical-align: bottom;
}

.section-title {
  font-size: 5rem;
  text-align: center;
  margin-bottom: 8rem;
}
.section-title img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.inner{
  padding-top: 0;
}
.message-section {
  padding: 6rem 4rem;
  line-height: 3;
  text-align: center;
}
.message-section p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
}

.news-section {
  width: 100%;
  background-color: crimson;
  padding-bottom: 10rem;
}
.news-section .news-wrapper {
  padding: 0 16rem;
}
.news-section h2 {
  width: 100%;
  display: inline-block;
  text-align: center;
  line-height: 1;
  color: white;
}
.news-section .news-list {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1.5rem;
  background: white;
  padding: 1rem;
}
.news-section .news-list li {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  color: black;
  width: 100%;
}
.news-section .news-list li time {
  margin-right: 1rem;
  font-weight: bold;
  color: black;
}
.news-section .news-list li p {
  margin-right: 1rem;
  font-weight: bold;
  color: black;
  width: max-content;
}
.news-section .news-list li .news-button {
  cursor: pointer;
  border-radius: 100rem;
  color: white;
  background: darkred;
  width: 9rem;
  height: 4rem;
  font-size: 2rem;
  text-align: center;
  margin-left: auto;
  line-height: 4rem;
  font-weight: 600;
}
.news-section .news-detail-area{
  display: none;
  padding: 0 5rem;
}
.news-section .news-detail{
  color: black;
}

.movie-section{
  background-color: darkslategray;
}
.movie-section .movie-container .movie-wrapper {
  width: 66rem;
  max-width: 100%;
  margin: 0 auto;
}
.movie-section .movie-container .movie-wrapper h2{
  text-align: center;
}
.movie-section .movie-container .movie-wrapper > div {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 4rem;
}
.movie-section .movie-container .movie-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.work-ex-section .more-btn {
  background-color: darkred;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50rem;
  max-width: 100%;
  height: 7.3rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 3.65rem;
  margin: 0 auto;
}

.work-ex-section .works{
  display: inline-flex;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #222;
}
.work-ex-section .works img{
  width: 25%;
  height: fit-content;
}


@media screen and (max-width: 767px) {
  section{
    padding-top: 8rem;
    padding-bottom: 20rem;
  }
  .hero-section {
    padding-bottom: 0;
  }
  .section-title {
    font-size: 7rem;
    text-align: center;
    margin-top: 10rem;
    margin-bottom: 18rem;
  }
  .message-section {
    padding: 20rem 4rem;
  }
  .news-section .news-list li .news-button {
    width: 18rem;
    height: 7rem;
    font-size: 3.3333rem;
    line-height: 7rem;
  }
  .news-section .news-list .news-detail-area {
    color: black;
    font-weight: 400;
  }
  .news-section .news-wrapper {
    padding: 0 4rem;
  }
  .movie-section .movie-container .movie-wrapper {
    width: 100rem;
  }
  .work-ex-section .more-btn {
    width: 77rem;
    max-width: 100%;
    height: 11rem;
    border-radius: 11rem;
    margin-top: 4rem;
  }
  .work-ex-section .works{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 90rem;
    gap: 2rem;
    margin: auto;
    background-color: transparent;
  }
  .work-ex-section .works img{
    width: 90rem;
  }
}