section {
  position: relative;
  width: 100%;
}
section.theme_area > .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.theme_area > .inner p.txt {
  font-size: var(--fz_md);
  line-height: 1.875;
  text-align: center;
}
section .special_head {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 38px;
  font-weight: bold;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  position: relative;
  letter-spacing: 0.04em;
  margin-top: 93px;
  padding-bottom: 17px;
}
section .special_head ::before {
  content: "";
  width: 120px;
  height: 2px;
  background: #003C82;
  position: absolute;
  bottom: -2px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  section .special_head {
    margin: 93px 5% 0;
  }
}
@media screen and (max-width: 600px) {
  section .special_head {
    font-size: 28px;
  }
}
section.video_area {
  background: linear-gradient(to bottom, #fff 150px, transparent 300px), url(../media/images/project/special/BG-gra-alphabet.jpg) center bottom/100% no-repeat #fff;
}
@media screen and (max-width: 1024px) {
  section.video_area {
    padding: 0 5% 120px;
  }
}
@media screen and (max-width: 600px) {
  section.video_area {
    background-size: 250%;
  }
}
section.video_area .inner {
  max-width: 1000px;
  margin: auto;
  padding: 40px 0 170px;
}
@media screen and (max-width: 1024px) {
  section.video_area .inner {
    padding-bottom: 0;
  }
}
section.video_area .inner ul {
  display: flex;
}
@media screen and (max-width: 1024px) {
  section.video_area .inner ul {
    display: block;
  }
}
section.video_area .inner ul li {
  padding: 30px;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  section.video_area .inner ul li {
    width: 100%;
  }
}
section.video_area .inner ul li a :hover {
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  section.video_area .inner ul li a figure {
    display: flex;
    justify-content: center;
  }
}
section.video_area .inner ul li a figure .video-thumb {
  pointer-events: none;
  width: 100%;
  aspect-ratio: 16/9;
}
section.video_area .inner ul li a figure .video-thumb iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.video_area .inner ul li a .linktxt {
  font-size: 22px;
  font-weight: 600;
  border-bottom: 1px solid #6dc2ae;
  padding: 20px 0;
  line-height: 32px;
}
@media screen and (max-width: 1024px) {
  section.video_area .inner ul li a .linktxt {
    padding: 20px 0;
    line-height: 1.8em;
  }
}
section.video_area .inner ul li .text_box .text_box_inner {
  padding-top: 30px;
}
section.video_area .inner ul li .text_box .text_box_inner h3 {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 4px;
}
section.video_area .inner ul li .text_box .text_box_inner p {
  font-size: 16px;
  line-height: 2em;
}
section.video_area .inner ul li:nth-child(odd) {
  background-color: #fff;
}
section.video_area .inner ul li:nth-child(even) {
  background-color: #f9f9f9;
}

/*--------------------------------------*/
.modal .modal-overlay {
  background-color: rgba(246, 227, 170, 0.7);
  /*background-color: rgba(255,247,223,0.5);*/
}
.modal .modal-wrap {
  max-width: 800px;
  width: 100%;
  background-color: rgb(255, 247, 223);
  border-radius: 20px;
}
.modal .modal-wrap .movie_pop {
  /*background-color: #232323;*/
}
.modal .modal-wrap .movie_pop .mv_area {
  margin: 0 auto;
  position: relative;
  padding-top: 50.4%;
}
.modal .modal-wrap .movie_pop .mv_area iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modal input:checked ~ .modal-wrap .movie_pop .mv_area iframe {
  display: none;
  visibility: hidden;
}/*# sourceMappingURL=layout.css.map */