@charset "UTF-8";

/* lead */
.about__lead {
  width: 100vw;
  padding: 102px 0 166px;
  background: url(/assets/images/pc/about/about__bg-1-pc.webp) center / cover
    no-repeat;
  position: relative;
  z-index: -2;
}
.about__lead-bgimg-1 {
  position: absolute;
  z-index: -1;
  right: 0;
  top: min(100px, 7vw);
  width: 24vw;
  max-height: 388px;
  aspect-ratio: 342 / 388;
  height: auto;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
.about__lead-bgimg-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__lead-bgimg-2 {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 11vw;
  max-height: 392px;
  aspect-ratio: 164 / 392;
  height: auto;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
.about__lead-bgimg-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__lead-bgimg-3 {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: min(68px, 4vw);
  width: 14vw;
  max-height: 219px;
  aspect-ratio: 200 / 219;
  height: auto;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
.about__lead-bgimg-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__lead-inner {
  width: min(1000px, 71vw);
  margin-inline: auto;
}
.about__lead-inner h2 {
  font-size: clamp(2.5rem, 2.5vw, 3.5rem);
  line-height: 1.6;
  letter-spacing: -0.02em;
  margin-bottom: min(88px, 6vw);
  text-shadow:
    0 0 4px rgba(255, 255, 255, 0.99),
    0 0 8px rgba(255, 255, 255, 0.75),
    0 0 12px rgba(255, 255, 255, 0.55);
}
.about__lead-inner p {
  font-size: clamp(1.5rem, 1.6vw, 2.27rem);
  line-height: 2;
}
.about__lead-inner p span {
  display: block;
  margin-bottom: min(68px, 4vw);
}
@media (max-width: 767px) {
  .about__lead {
    padding: 25px 0 60px;
    background: url(/assets/images/sp/about/about__bg-1-sp.webp) center / cover
      no-repeat;
  }
  .about__lead-bgimg-1 {
    display: none;
  }
  .about__lead-bgimg-2 {
    display: none;
  }
  .about__lead-bgimg-3 {
    display: none;
  }
  .about__lead-inner {
    width: 85vw;
  }
  .about__lead-inner p {
    line-height: 1.6;
  }
  .about__lead-inner p span {
    display: block;
    margin-bottom: 32px;
  }
}
/* アサミエンジニアリングの強み */
.about__strength {
  width: 100vw;
  padding: 180px 0 26px;
  background: url(/assets/images/pc/about/about__bg-2-pc.webp) center / cover
    no-repeat;
  color: #fff;
}
.about__strength h2 {
  width: min(1000px, 71vw);
  margin-inline: auto;
  text-align: center;
  line-height: 1.4;
}
.about__strength-h2-jp {
  font-size: clamp(3.2rem, 3.5vw, 4.9rem);
  letter-spacing: 0.1em;
}
.about__strength-h2-en {
  font-size: clamp(1.6rem, 1.8vw, 2.6rem);
  letter-spacing: 0.05em;
}
.about__strength-ul {
  width: min(1000px, 71vw);
  margin-inline: auto;
  margin-top: 96px;
}
.about__strength-li {
  margin-bottom: 154px;
}
.about__strength-li-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 92px auto;
}
.about__strength-li-inner-h3 {
  grid-column: 1;
  grid-row: 1;
  font-size: clamp(2.5rem, 3vw, 4.6rem);
  line-height: 1.6;
}
.about__strength-li-inner-p-1 {
  grid-column: 1;
  grid-row: 2;
  font-size: clamp(1.7rem, 1.8vw, 2.6rem);
  letter-spacing: 0.02em;
  display: flex;
  position: relative;
}
.about__strength-li-inner-p-1::before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 110%;
  height: 1px;
  background-color: #fff;
  top: 0;
  left: 0;
}
.about__strength-li-inner-p-1-line {
  position: relative;
  height: 92px;
  display: flex;
  align-items: center;
  gap: 13px;
  letter-spacing: 0.05em;
}
.about__strength-li-inner-p-1-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #fff;
}
.about__strength-li-inner-p-1-no {
  font-size: clamp(2.9rem, 4.2vw, 5.9rem);
}
.about__strength-li-inner-img {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: end;
  width: 97%;
  max-height: 349px;
  aspect-ratio: 488 / 349;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.about__strength-li-inner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__strength-li-inner-p-2 {
  grid-row: 3;
  grid-column: 1 / -1;
  text-align: justify;
  font-size: clamp(1.3rem, 1.5vw, 2.1rem);
  line-height: 2;
  margin-top: 34px;
  letter-spacing: 0.03em;
}
.about__strength-li-1 {
  position: relative;
}
.about__strength-li-1::before {
  position: absolute;
  content: "";
  width: min(331px, 23vw);
  aspect-ratio: 331 / 386;
  background: url(/assets/images/common/about__no-1.webp) center / contain
    no-repeat;
  top: 50%;
  left: -26%;
  transform: translateY(-50%);
}
.about__strength-li-2 {
  position: relative;
}
.about__strength-li-2::before {
  position: absolute;
  content: "";
  width: min(377px, 27vw);
  aspect-ratio: 377 / 385;
  background: url(/assets/images/common/about__no-2.webp) center / contain
    no-repeat;
  top: -27%;
  right: -26%;
}
.about__strength-li-3 {
  position: relative;
}
.about__strength-li-3::before {
  position: absolute;
  content: "";
  width: min(380px, 27vw);
  aspect-ratio: 380 / 385;
  background: url(/assets/images/common/about__no-3.webp) center / contain
    no-repeat;
  top: 50%;
  left: -26%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .about__strength {
    padding: 104px 0 80px;
    background: url(/assets/images/sp/about/about__bg-2-sp.webp) center / cover
      no-repeat;
  }
  .about__strength h2 {
    width: 85vw;
  }
  .about__strength-h2-jp {
    letter-spacing: 0;
  }
  .about__strength-h2-en {
    display: inline-block;
    margin-top: 15px;
    line-height: 1.25;
  }
  .about__strength-li-inner-h3 {
    margin-bottom: 30px;
  }
  .about__strength-ul {
    width: 85vw;
    margin-top: 75px;
  }
  .about__strength-li-inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto 63px auto auto;
  }
  .about__strength-li-inner-img {
    grid-column: 1;
    grid-row: 3;
    justify-self: end;
    width: 100%;
    max-height: fit-content;
  }
  .about__strength-li-inner-p-1-line {
    height: 63px;
    gap: 13px;
  }
  .about__strength-li-inner-p-1::before {
    width: 100%;
  }
  .about__strength-li-inner-p-2 {
    grid-row: 4;
    grid-column: 1;
    margin-top: 27px;
    letter-spacing: 0;
  }
  .about__strength-li-1 {
    z-index: 1;
  }
  .about__strength-li-1::before {
    width: 225px;
    top: 0;
    right: 0;
    left: auto;
    transform: translate(25%, -27%);
    z-index: -1;
  }
  .about__strength-li-2 {
    z-index: 1;
  }
  .about__strength-li-2::before {
    width: 245px;
    top: 0;
    right: 0;
    left: auto;
    transform: translate(25%, -25%);
    z-index: -1;
  }
  .about__strength-li-3 {
    z-index: 1;
  }
  .about__strength-li-3::before {
    width: 245px;
    top: 0;
    right: 0;
    left: auto;
    transform: translate(25%, -25%);
    z-index: -1;
  }
  .about__strength-li {
    margin-bottom: 106px;
  }
  .about__strength-li:last-child {
    margin-bottom: 0;
  }
}
/* service */
.about__service {
  width: 100vw;
  padding: 0 0 80px;
  background: url(/assets/images/pc/about/about__bg-3-pc.webp) bottom / contain
    no-repeat;
}

.about__service-wrap {
  width: min(1000px, 71vw);
  margin-inline: auto;
  margin-top: -65px;
  position: relative;
  z-index: 1;
}
.about__service-wrap h2 {
  text-align: left;
  margin-bottom: 57px;
  line-height: 1.2;
}
.about__service-wrap-h2-jp {
  font-size: clamp(3.2rem, 3.5vw, 4.9rem);
  letter-spacing: 0.1em;
}
.about__service-wrap-h2-en {
  font-size: clamp(1.6rem, 1.8vw, 2.6rem);
  letter-spacing: 0.05em;
}
.about__service-ul {
  padding-bottom: 42px;
}
.about__service-li {
  display: grid;
  grid-template-columns: 43% 1fr;
  grid-template-rows: 1fr;
  gap: min(64px, 4.5vw);
  margin-bottom: 68px;
}
.about__service-ul-img-wrapper {
  overflow: hidden;
  aspect-ratio: 436 / 392;
}
.about__service-li-text {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
}
.about__service-li-text h3 {
  font-size: clamp(2.5rem, 2.8vw, 4rem);
  letter-spacing: 0.05em;
}
.about__service-li-text p {
  font-size: clamp(1.3rem, 1.5vw, 2.1rem);
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .about__service {
    padding: 0 0 45px;
    background: url(/assets/images/sp/about/about__bg-3-sp.webp) bottom /
      contain no-repeat;
  }
  .about__service-wrap {
    width: 85vw;
    margin-top: -40px;
  }
  .about__service-ul {
    padding-bottom: 0;
  }
  .about__service-li {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 30px;
    margin-bottom: 74px;
  }
  .about__service-li img {
    width: 100%;
  }
  .about__service-wrap h2 {
    margin-bottom: 47px;
  }
  .about__service-li-text {
    grid-column: 1;
    grid-row: 2;
  }
}

/* swiper-text */
.about__service-swiper-text .swiper-wrapper {
  transition-timing-function: linear !important;
}
.about__service-swiper-text {
  font-size: 15.4rem;
  color: #e5e5e5;
}
.about__service-swiper-text .swiper-slide {
  width: fit-content !important;
}

@media (max-width: 767px) {
  .about__service-swiper-text {
    font-size: 7.5rem;
    color: #e5e5e5;
  }
}

/* swiper-img */

.about__service-swiper-img .swiper-wrapper {
  transition-timing-function: linear !important;
}
.about__service-swiper-img .swiper-slide {
  width: 557px;
  height: 390px;
  position: relative;
}
.about__service-swiper-img .swiper-slide img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: auto;
}
.swiper-slide-1 img {
  top: 0;
  max-height: 339px;
}
.swiper-slide-2 img {
  bottom: 0;
  max-height: 339px;
}

@media (max-width: 767px) {
  .about__service-swiper-img .swiper-slide {
    width: 330px;
    height: 231px;
  }
  .swiper-slide-1 img {
    top: 0;
    max-height: 201px;
  }
  .swiper-slide-2 img {
    bottom: 0;
    max-height: 201px;
  }
}
