.l-engross-sec {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .l-engross-sec {
    padding: 50px 0;
  }
}

.c-engross-subTitle {
  font-size: clamp(12px, 4vw, 24px);
  font-weight: 500;
  font-family: "Manrope", sans-serif;
}

.c-engross-title {
  font-size: clamp(24px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.6;
}

.c-engross-text {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .c-engross-text {
    font-size: 14px;
  }
}

.c-engross-subTitle2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #808080;
}
@media screen and (max-width: 768px) {
  .c-engross-subTitle2 {
    font-size: 12px;
  }
}

.c-engross-title2 {
  font-size: 64px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .c-engross-title2 {
    font-size: 48px;
  }
}
.c-engross-title2.--black {
  color: #000000;
}

.c-engross-title2_textWrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .c-engross-title2_textWrap {
    width: 100%;
  }
}

.c-engross-titleText2 {
  font-size: 40px;
  font-size: clamp(20px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-engross-titleText2 {
    font-size: 34px;
    line-height: 1.4;
    padding-top: 20px;
  }
}

.c-engross-Text2 {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  color: #fff;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .engross-cvBanner {
    text-align: center;
  }
}
.engross-cvBanner a {
  background: url(../img/engross/engross-cvBanner-bg.jpg) no-repeat center center/cover;
  position: relative;
  background-position: 7% 31%;
  border-radius: 20px;
  overflow: hidden;
  min-height: 300px;
}
@media screen and (max-width: 768px) {
  .engross-cvBanner a {
    background-position: 83% 31%;
  }
}
.engross-cvBanner a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(27, 27, 27, .8);
}

.engross-cvBannerMsg {
  position: relative;
  z-index: 50;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .engross-cvBannerMsg {
    margin-top: 20px;
  }
}

.engross-sec1 {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .engross-sec1 {
    padding: 50px 0;
  }
}

.engross-sec1_left {
  width: 44.4444444444%;
}
@media screen and (max-width: 768px) {
  .engross-sec1_left {
    width: 100%;
  }
}

.engross-sec1_contents {
  gap: 5.5555555556%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.engross-sec1_right {
  width: 44.4444444444%;
}
.engross-sec1_right p {
  letter-spacing: 3px;
}
.engross-sec1_right p:last-child {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .engross-sec1_right {
    width: 100%;
  }
}

.engross-sec1__movie {
  text-align: center;
  width: 100%;
  position: relative;
  aspect-ratio: 750/416;
  max-width: 750px;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .engross-sec1__movie {
    margin: 50px auto;
  }
}
.engross-sec1__movie iframe {
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, .25);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, .25);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.yt-icon-shape {
  width: 68px;
  height: 48px;
  background: url(../img/engross/yt-play-button.svg) no-repeat center;
  background-size: contain;
}

.engross-sec2 {
  position: relative;
  background: url(../img/engross/engross-sec2-bg.jpg) no-repeat center center/cover;
  background-position: 38% 19%;
}
@media screen and (max-width: 768px) {
  .engross-sec2 {
    background-position: 38% 20%;
  }
}
.engross-sec2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(27, 27, 27, .8);
}

.engross-sec2_contents {
  position: relative;
  z-index: 100;
}

.engross-sec2-text p:last-child {
  margin-top: 25px;
}

.engross-sec4 {
  background: #1B1B1B;
}

.engross-sec4-title {
  font-size: 48px;
  font-size: clamp(24px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .engross-sec4-title {
    font-size: 34px;
    margin-top: 20px;
  }
}

.engross-sec4-subTitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}

.engross-sec4-text p {
  letter-spacing: 5px;
}
.engross-sec4-text p:last-child {
  margin-top: 25px;
}

.engross-sec5Title {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .engross-sec5Title {
    padding-bottom: 20px;
  }
}

.engross-sec5Contents {
  padding-top: 60px;
  gap: 2.2222222222%;
}
@media screen and (max-width: 768px) {
  .engross-sec5Contents {
    padding-top: 30px;
  }
}

.engross-sec5_item {
  width: 31.8518518519%;
}
@media screen and (max-width: 768px) {
  .engross-sec5_item {
    width: 100%;
  }
  .engross-sec5_item:not(:first-child) {
    margin-top: 30px;
  }
}
.engross-sec5_item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 344/600;
}
.engross-sec5_item img.img1 {
  -o-object-position: 65% 50%;
     object-position: 65% 50%;
}
.engross-sec5_item img.img2 {
  -o-object-position: 47% 50%;
     object-position: 47% 50%;
}
.engross-sec5_item img.img3 {
  -o-object-position: 109% 50%;
     object-position: 109% 50%;
}

.engross-mv {
  position: relative;
}

.engross-mvLogo {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .engross-mvLogo {
    top: 15%;
    -webkit-transform: unset;
            transform: unset;
  }
}

.engross-mvImg {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/engross/engross-mv-bg.jpg);
  height: 620px;
  background-position: 25% 75%;
}
@media screen and (max-width: 768px) {
  .engross-mvImg {
    background-position: 65% 75%;
  }
}

.engross-sec3_item {
  padding: 50px 0;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .engross-sec3_item {
    padding: 20px 0;
    gap: unset;
  }
}

.c-engross-borderBottom {
  border-bottom: solid 1px #000;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.engross-sec3_itemTxt h3 {
  font-size: 48px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .engross-sec3_itemTxt h3 {
    font-size: 22px;
  }
}
.engross-sec3_itemTxt p {
  margin-top: 20px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .engross-sec3_itemTxt p {
    margin-top: 5px;
  }
}

.engross-sec3_itemImg {
  width: 480px;
}
.engross-sec3_itemImg img {
  width: 100%;
  height: auto;
  aspect-ratio: 480/300;
}
@media screen and (max-width: 768px) {
  .engross-sec3_itemImg {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .--fontSp18 {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .--fontSp12 {
    font-size: 12px;
  }
}
/*# sourceMappingURL=styles.css.map */
