@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 700 400;
  src: url(../font/Lora-Font/Lora-Regular.ttf) format("truetype");
  src: url(../font/Lora-Font/Lora-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 700 500;
  src: url(../font/Gotham-Font/Gotham-Bold.otf) format("opentype");
  src: url(../font/Gotham-Font/GothamBold.ttf) format("truetype");
  src: url(../font/Gotham-Font/GothamMedium.ttf) format("truetype");
}
@font-face {
  font-family: "lao-mn", sans-serif;
  font-style: normal;
  src: url(../font/lao-mn.ttf);
}
@font-face {
  font-family: "Satoshi", sans-serif;
  font-style: normal;
  src: url(../font/Satoshi-Medium.otf);
}
.about .about_top {
  position: relative;
  z-index: 1;
}
.about .about_top .about_top_image_area {
  position: relative;
  width: 100%;
}
.about .about_top .about_top_image_area::before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .about .about_top .about_top_image_area {
    width: 100%;
  }
}
.about .about_top .about_top_image_area .swiper {
  height: 100%;
  position: relative;
  width: 100%;
}
.about .about_top .about_top_image_area .swiper-slide {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .about .about_top .about_top_image_area .swiper-slide {
    width: 100%;
  }
}
.about .about_top .about_top_image_area .swiper-slide img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.about .about_top .about_top_image_area .swiper-pagination {
  bottom: 50px !important;
  display: flex;
  gap: 5px;
  justify-content: flex-end;
  position: absolute;
  right: 5%;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .about .about_top .about_top_image_area .swiper-pagination {
    bottom: 20px !important;
    right: 10px;
  }
}
.about .about_top .about_top_image_area .swiper-pagination .swiper-pagination-bullet {
  background: #ccc;
  height: 1px;
  opacity: 1;
  transition: all 0.3s ease;
  width: 28px;
}
.about .about_top .about_top_image_area .swiper-pagination .swiper-pagination-bullet-active {
  background: #222222;
}
.about .about_top .title_area {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  left: 5%;
  margin: 0 auto;
  mix-blend-mode: difference;
  position: absolute;
  text-align: left;
  top: 35%;
  transform: translate(0, -50%);
  width: 90%;
  z-index: 5;
}
@media screen and (max-width: 959px) {
  .about .about_top .title_area {
    margin: 0 auto;
    width: 90%;
  }
}
.about .about_top .title_area h1 {
  font-size: 120px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .about .about_top .title_area h1 {
    font-size: 64px;
  }
}
.about .about_top .title_area .sub_copy {
  color: #fff;
  display: block;
  font-size: 16px;
  margin-top: 20px;
  mix-blend-mode: difference;
}
.about .about_top .title_area .sub_copy::before {
  background-color: #fff;
  bottom: 5px;
  mix-blend-mode: difference;
}
.about .about_top .about_text_area {
  bottom: 50px;
  color: #fff;
  left: 5%;
  mix-blend-mode: difference;
  position: absolute;
  width: 90%;
  z-index: 5;
}
.about .about_top .about_text_area .about_text {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
.about .about_top .about_text_area .about_text::before {
  background-color: #fff;
  content: "";
  height: 1px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: -34px;
  width: 100%;
  z-index: 5;
}
@media screen and (max-width: 959px) {
  .about .about_top .about_text_area .about_text {
    font-size: 12px;
  }
}
.about .section02 {
  padding: 150px 0 127px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .about .section02 {
    padding: 60px 0;
  }
}
.about .section02 .section02_inner {
  border-top: 1px solid #222222;
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
  width: 90%;
}
.about .section02 .section02_inner .section_top_text {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: space-between;
  margin-bottom: 50px;
  margin-top: 13px;
}
@media screen and (max-width: 959px) {
  .about .section02 .section02_inner .section_top_text {
    margin-bottom: 30px;
  }
}
.about .section02 .section02_inner .section_top_text .sec_title {
  font-weight: 400;
}
.about .section02 .section02_inner .sec_flex {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 959px) {
  .about .section02 .section02_inner .sec_flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 959px) {
  .about .section02 .section02_inner .sec_flex .sec_title_area {
    position: relative;
    top: 0;
  }
}
.about .section02 .section02_inner .sec_flex .sec_title_area h2 {
  font-size: clamp(52.5px, 5.46875vw, 105px);
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .about .section02 .section02_inner .sec_flex .sec_title_area h2 {
    font-size: calc(14vw);
  }
}
@media screen and (max-width: 959px) {
  .about .section02 .section02_inner .sec_flex .sec_title_area h2 {
    font-size: 52px;
  }
}
.about .section02 .section02_inner .sec_flex .sec_title_area .sub_copy {
  display: block;
  font-size: 18px;
  margin-top: 20px;
}
.about .section02 .section02_inner .sec_flex .sec_title_area .sub_copy::before {
  bottom: 6px;
}
@media screen and (max-width: 959px) {
  .about .section02 .section02_inner .sec_flex .sec_title_area .sub_copy {
    font-size: 14px;
  }
}
.about .section02 .section02_inner .sec_flex .sec_text_area {
  margin: 54px 0 0;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .about .section02 .section02_inner .sec_flex .sec_text_area {
    margin: 40px auto 0;
    width: 100%;
  }
}
.about .section02 .section02_inner .sec_flex .sec_text_area .top_text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-bottom: 70px;
}
@media screen and (max-width: 959px) {
  .about .section02 .section02_inner .sec_flex .sec_text_area .top_text {
    font-size: 12px;
    margin-bottom: 60px;
  }
}
.about .section02 .section02_inner .sec_flex .sec_text_area .main_text_title h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .about .section02 .section02_inner .sec_flex .sec_text_area .main_text_title h3 {
    font-size: 26px;
  }
}
.about .section02 .section02_inner .sec_flex .sec_text_area .main_text_title .main_text_title_sub {
  color: #d1d1d1;
  font-size: 20px;
  margin-top: 8px;
}
@media screen and (max-width: 959px) {
  .about .section02 .section02_inner .sec_flex .sec_text_area .main_text_title .main_text_title_sub {
    font-size: 16px;
  }
}
.about .section02 .section02_inner .sec_flex .sec_text_area .main_text {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 2.2;
  margin-top: 52px;
}
@media screen and (max-width: 959px) {
  .about .section02 .section02_inner .sec_flex .sec_text_area .main_text {
    margin-top: 32px;
  }
}
.about .section02 .section02_inner .sec_flex .sec_text_area .main_text p {
  margin-bottom: 35px;
}
@media screen and (max-width: 959px) {
  .about .section02 .section02_inner .sec_flex .sec_text_area .main_text p {
    letter-spacing: 0.02em;
    line-height: 1.9;
    margin-bottom: 30px;
  }
}
.about .section02 .section02_inner .sec_flex .sec_text_area .main_text span {
  font-weight: bold;
}
.about .section02 .section02_inner .sec_flex .sec_text_area .main_text_en {
  color: #d1d1d1;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-top: 52px;
}
.about .section02 .section02_inner .sec_flex .sec_text_area .main_text_en p {
  margin-bottom: 20px;
}
.about .section02 .sec_movie {
  aspect-ratio: 1070/602;
  margin: 100px auto 0;
  max-width: 1140px;
  width: 90%;
}
@media screen and (max-width: 959px) {
  .about .section02 .sec_movie {
    margin: 50px auto 0;
    width: 95%;
  }
}
@media screen and (max-width: 560px) {
  .about .section02 .sec_movie {
    margin: 50px auto 0;
    width: 95%;
  }
}
.about .section02 .sec_movie iframe {
  height: auto;
  width: 100%;
}
.about .section02 .sec_movie_text {
  font-size: 12px;
  margin: 20px auto 0;
  max-width: 1140px;
  width: 90%;
}
@media screen and (max-width: 959px) {
  .about .section02 .sec_movie_text {
    margin-top: 10px;
    width: 95%;
  }
}
.about .section03 {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 132px 0 142px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .about .section03 {
    padding: 48px 0 62px;
  }
}
.about .section03 .section03_inner {
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 1;
}
.about .section03 .section03_inner .sec_flex {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 85px;
  max-width: 1140px;
  position: relative;
  width: 90%;
}
@media screen and (max-width: 959px) {
  .about .section03 .section03_inner .sec_flex {
    margin: 0 auto 35px;
  }
}
.about .section03 .section03_inner .sec_flex .sec_title_area {
  color: #fff;
  position: sticky;
  top: 100px;
}
.about .section03 .section03_inner .sec_flex .sec_title_area h2 {
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .about .section03 .section03_inner .sec_flex .sec_title_area h2 {
    font-size: 52px;
  }
}
.about .section03 .section03_inner .sec_flex .sec_title_area .sub_copy {
  display: block;
  font-size: 16px;
  margin-top: 10px;
}
.about .section03 .section03_inner .sec_flex .sec_title_area .sub_copy::before {
  background-color: #fff;
  bottom: 6px;
}
@media screen and (max-width: 959px) {
  .about .section03 .section03_inner .sec_flex .sec_title_area .sub_copy {
    font-size: 14px;
  }
}
.about .section03 .section03_inner .member_list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1140px;
  width: 90%;
}
.about .section03 .section03_inner .member_list::after {
  content: "";
  display: block;
  width: 30%;
}
@media screen and (max-width: 959px) {
  .about .section03 .section03_inner .member_list {
    flex-direction: row;
  }
}
@media screen and (max-width: 560px) {
  .about .section03 .section03_inner .member_list {
    flex-direction: column;
  }
}
.about .section03 .section03_inner .member_list .member_list_item {
  align-items: flex-start;
  border-top: 1px solid #fff;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  padding: 35px 0;
  width: 30%;
}
@media screen and (max-width: 959px) {
  .about .section03 .section03_inner .member_list .member_list_item {
    padding: 20px 0;
    width: 48%;
  }
  .about .section03 .section03_inner .member_list .member_list_item:last-child, .about .section03 .section03_inner .member_list .member_list_item:nth-last-child(2) {
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 560px) {
  .about .section03 .section03_inner .member_list .member_list_item {
    padding: 20px 0;
    width: 100%;
  }
  .about .section03 .section03_inner .member_list .member_list_item:last-child {
    border-bottom: 1px solid #fff;
  }
}
.about .section03 .section03_inner .member_list .member_list_item .member_text_area {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 130px;
  justify-content: flex-end;
  margin-left: 20px;
}
@media screen and (max-width: 959px) {
  .about .section03 .section03_inner .member_list .member_list_item .member_text_area {
    height: 100px;
  }
}
.about .section03 .section03_inner .member_list .member_list_item .member_text_area .num {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 22px;
}
@media screen and (max-width: 959px) {
  .about .section03 .section03_inner .member_list .member_list_item .member_text_area .num {
    margin-bottom: 8px;
  }
}
.about .section03 .section03_inner .member_list .member_list_item .member_text_area .name {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 6px;
}
@media screen and (max-width: 959px) {
  .about .section03 .section03_inner .member_list .member_list_item .member_text_area .name {
    font-size: 18px;
  }
}
.about .section03 .section03_inner .member_list .member_list_item .member_text_area .position {
  color: #c3c3c3;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 959px) {
  .about .section03 .section03_inner .member_list .member_list_item .member_text_area .position {
    font-size: 11px;
  }
}
.about .section03 .section03_inner .member_list .member_list_item .member_image {
  flex-shrink: 0;
  height: 130px;
  width: 130px;
}
@media screen and (max-width: 959px) {
  .about .section03 .section03_inner .member_list .member_list_item .member_image {
    height: 100px;
    width: 100px;
  }
}
.about .section03 .section03_inner .member_list .member_list_item .member_image img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.about .section04 {
  padding: 132px 0 142px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .about .section04 {
    padding: 48px 0 62px;
  }
}
.about .section04 .section04_inner {
  margin: 0 auto;
  max-width: 1140px;
  width: 90%;
}
.about .section04 .section04_inner .section_top_text {
  align-items: center;
  border-top: 1px solid #222222;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-end;
  margin: 13px auto 50px;
  max-width: 1140px;
  width: 90%;
}
@media screen and (max-width: 959px) {
  .about .section04 .section04_inner .section_top_text {
    width: 100%;
  }
}
.about .section04 .section04_inner .section_top_text .sec_title {
  font-weight: 400;
}
.about .section04 .section04_inner .sec_flex {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 85px;
  max-width: 1140px;
  position: relative;
  width: 90%;
}
@media screen and (max-width: 959px) {
  .about .section04 .section04_inner .sec_flex {
    margin: 0 auto 35px;
    width: 100%;
  }
}
.about .section04 .section04_inner .sec_flex .sec_title_area {
  position: relative;
  top: auto;
}
.about .section04 .section04_inner .sec_flex .sec_title_area h2 {
  display: block;
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .about .section04 .section04_inner .sec_flex .sec_title_area h2 {
    font-size: 52px;
  }
}
.about .section04 .section04_inner .sec_flex .sec_title_area .sub_copy {
  display: block;
  font-size: 16px;
  margin-top: 10px;
}
.about .section04 .section04_inner .sec_flex .sec_title_area .sub_copy::before {
  bottom: 6px;
}
@media screen and (max-width: 959px) {
  .about .section04 .section04_inner .sec_flex .sec_title_area .sub_copy {
    font-size: 14px;
  }
}
.about .section04 .company_information {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1140px;
  width: 90%;
}
@media screen and (max-width: 959px) {
  .about .section04 .company_information {
    flex-direction: column;
    width: 100%;
  }
}
.about .section04 .company_information .company_information_list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .about .section04 .company_information .company_information_list {
    flex-direction: column;
  }
}
.about .section04 .company_information .company_information_item {
  align-items: center;
  border-top: 1px solid #ccc;
  display: flex;
  height: 110px;
  justify-content: flex-start;
  width: 48%;
}
@media screen and (max-width: 959px) {
  .about .section04 .company_information .company_information_item {
    align-items: flex-start;
    border-bottom: none;
    height: auto;
    padding: 36px 0;
    width: 100%;
  }
}
.about .section04 .company_information .company_information_item:nth-last-child(2) {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 959px) {
  .about .section04 .company_information .company_information_item:nth-last-child(2) {
    border-bottom: none;
  }
}
.about .section04 .company_information .company_information_item:last-child {
  border-bottom: 1px solid #ccc;
}
.about .section04 .company_information .company_information_item .company_information_item_title {
  font-size: 14px;
  font-weight: 400;
  width: 140px;
}
@media screen and (max-width: 959px) {
  .about .section04 .company_information .company_information_item .company_information_item_title {
    width: 100px;
  }
}
.about .section04 .company_information .company_information_item .company_information_item_text {
  font-size: 14px;
  font-weight: 400;
}
/*# sourceMappingURL=sourcemaps/about.css.map */