.exia_1 {
  margin-top: 50px;
  padding-bottom: 100px;
}
.exia_1_text {
  padding: 30px;
}
.exia_1_g {
  font-family: "Raleway", sans-serif;
  font-size: 10px;
  color: #596395;
  letter-spacing: inherit;
  font-weight: 500;
}
.exia_1_p1 {
  font-size: 24px;
  color: #FFF;
}
.exia_1_p2 {
  font-size: 13px;
  color: #FFF;
  line-height: 2;
}
.exia_1_p2 p {
  margin-top: 18px;
}
.exia_1_p2 .M {
  font-size: 120%;
}
.exia_1_ul {
  padding: 0 20px;
}
.exia_1_icon {
  width: 86px;
  margin: -60px auto 0;
}
.exia_1_li {
  border: 1px solid #FFF;
  color: #FFF;
  padding: 20px;
  margin: 60px auto 0;
}
.exia_1_li_p1 {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  color: inherit;
  letter-spacing: inherit;
  font-weight: 500;
  text-align: center;
}
.exia_1_li_p2 {
  font-size: 16px;
  text-align: center;
}
.exia_1_li_p3 {
  margin-top: 20px;
}
@media screen and (min-width: 481px) {
  .exia_1 {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 860px) {
  .exia_1 {
    max-width: 1200px;
  }
  .exia_1_img {
    width: 50%;
    position: absolute;
    top: 30px;
    left: -50px;
  }
  .exia_1_text {
    width: 40%;
    margin-left: auto;
  }
  .exia_1_ul {
    max-width: 900px;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
  }
  .exia_1_li {
    width: calc(33.3333% - 10px);
    background: #000;
  }
}

.project {
  padding-bottom: 100px;
}
.project_a {
  display: block;
  width: calc(100% - 40px);
  max-width: 999px;
  margin: 0 auto;
}

.achieve {
  padding-bottom: 100px;
}
.achieve_ol {
  padding: 0 20px;
  color: #FFF;
}
.achieve_li {
  margin-top: 30px;
}
.achieve_img {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.achieve_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.achieve_text_num {
  width: 60px;
  height: 44px;
  line-height: 42px;
  border: 1px solid #706a42;
  text-align: center;
  font-size: 11px;
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  color: #706a42;
  letter-spacing: inherit;
  font-weight: 500;
}
.achieve_text_num::after {
  content: "";
  width: 60px;
  height: 44px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 1px solid #706a42;
}
.achieve_text_num .L {
  font-size: 180%;
}
.achieve_text_p {
  width: calc(100% - 80px);
}
.achieve_text_p .M {
  font-size: 18px;
  line-height: 1.2;
  display: inline-block;
}
.achieve_text_p .S {
  font-size: 12px;
  display: inline-block;
}
.achieve_text_p .ib {
  display: block;
}
.achieve_banner {
  display: block;
  width: calc(100% - 40px);
  max-width: 999px;
  margin: 50px auto 0;
}
@media screen and (min-width: 481px) {
  .achieve_ol {
    max-width: 1030px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .achieve_li {
    width: calc(50% - 15px);
  }
}

.movie_btn {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
}

.modal_movie {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.modal_movie.show {
  visibility: visible;
  opacity: 1;
}
.modal_movie_in {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 1280px;
}
.modal_movie_vid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal_movie_close {
  display: block;
  outline: none;
  border: none;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -50px;
  right: 0;
}
.modal_movie_close::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(45deg);
}
.modal_movie_close::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(-45deg);
}
@media (min-width: 800px) {
  .modal_movie {
    padding: 0 50px;
  }
}